ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}

li a {
  color: white;
}

.header-page {}

.header-section {
  min-height: 70px;
  background-color: #0095ff;
  border-color: #0095ff;
}




.header-actions-icons {
  display: inline-block;
  margin: 2px 10px 0px 10px;
}



.action-icon {
  font-size: large;
  padding: 5px 0px 0px 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  height: 28px;
  width: 28px;
  transition: background 280ms ease-out, color 280ms ease-out;
  -webkit-transition: background 280ms ease-out, color 280ms ease-out;
}

.cards-open-icon {
  margin: 0px -5px 0px -5px;
}

i.action-icon:hover {
  background: rgba(0, 0, 0, .2);
}


.content-section {
  min-height: 700px;
  background: #ffffff;
}

.content-body {
  padding: 30px;
  max-height: 650px;
}

.content-footer {
  width: 100%;
  position: absolute;
  bottom: 5px;
  height: 100px;
  right: 0;
}


.fab-action-btn-icon {
  font-size: 30px;
  padding: 13px 0;
  color: #ffffff;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-action-ddl {
  background: #ffffff;
  border-style: solid;
  border-radius: 2px;
  border-width: thin;
}

.custom-action-ddl>ul>li {
  width: 100%;
}

.custom-action-ddl>ul>li>a {
  color: #000000;
}

.header-title-en {
  position: absolute;
  top: 20px;
  left: 40px;
  font-size: 1.5em;
  color: #ffffff;
}
.header-title-ar {
    position: absolute;
    top: 20px;
    font-size: 1.5em;
    color: #ffffff;
    right: 40px;
}
.header-actions-en {
  position: absolute;
  top: 50px;
  right:60px;
  font-size: 1.5em;
  color: #ffffff;
  background-color: #7cb342;
  border-radius: 5px;
}
.header-actions-ar{
    left: 60px;
    position: absolute;
    top: 50px;
    font-size: 1.5em;
    color: #ffffff;
    background-color: #7cb342;
    border-radius: 5px;
}
.header-views-nav-en {
  position: absolute;
  right: 20px;
  font-size: 1.5em;
  color: #ffffff;
}
.header-views-nav-ar {
    left: 20px;
    position: absolute;
    right: 20px;
    font-size: 1.5em;
    color: #ffffff;
}


.fab-action-btn-en {
  float: right;
  margin: 20px 55px 0 0;
  background-color: #7cb342;

}
  
.fab-action-btn-ar {
  float: right;
  margin: 20px 55px 0 0;
  background-color: #7cb342;
  left: 54px;
}
.custom-action-icon-right {
  float: right;
}
.custom-action-icon-left {
 float :left
}

