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

li {
  float: left;
}

li a {
  color: white;
}

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

.os-header-title-en {
  position: absolute;
  top: 20px;
  left: 40px;
  font-size: 1.5em;
  color: #ffffff;
}

.os-header-title-ar {
  position: absolute;
  top: 20px;
  font-size: 1.5em;
  color: #ffffff;
  right: 40px;
}

.os-header-title-obj-name {
  bottom: 32px;
  position: relative;
  width: 19.5em;
}

.os-header-title-obj-icon {
  padding-right: 7px
}

.os-header-views-nav {
  padding-left: 9px;
  top: -3px;
  right: 30px;
}

.os-header-views-nav-en {
  position: absolute;
  right: 20px;
  font-size: 1.5em;
  color: #ffffff;
}

.os-header-views-nav-ar {
  left: 20px;
  font-size: 1.5em;
  color: #ffffff;
}

.os-next-prev-links {
  font-size: initial;
}

.os-next-prev-links>a {
  color: #ffffff;
  cursor: pointer;
}

.os-header-actions-en {
  position: absolute;
  top: 69px;
  right: 60px;
  font-size: 1.5em;
  color: #ffffff;
  background-color: #7cb342;
  border-radius: 5px; 
}

.os-header-actions-ar {
  left: 60px;
  position: absolute;
  top: 50px;
  font-size: 1.5em;
  color: #ffffff;
  background-color: #7cb342;
  border-radius: 5px; 
}

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

.os-header-actions-icons>ul {
  display: inline;
}

.os-action-icon,
.os-toolbar-action-icon,
.os-cards-open-icon,
.os-navigation-icon,
.os-navigation-home-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;
}

.os-toolbar-action-icon {
  font-size: large;
}

.os-navigation-icon {
  width: 19px;
  height: 21px;
  margin: 0px -3px 0px -3px;
  font-size: small;
  padding: 4px 0px 0px 0px;
}

.os-navigation-home-icon {
  width: 38px;
  height: 38px;
  margin: 2px -7px 0px -7px;
  padding: 0px 0px 0px 0px;
  font-size: xx-large;
  color: #ffffff;
}

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

i.os-action-icon:hover,
i.os-toolbar-action-icon:hover,
i.os-cards-open-icon:hover,
i.os-navigation-icon:hover,
i.os-navigation-home-icon:hover {
  background: rgba(0, 0, 0, .2);
}

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

.os-content-body {
  padding: 30px; 
}

.os-content-footer {
  width: 100%;
  position: relative;
  bottom: 100px;
  height: 100px;
}

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

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

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

.os-cursor-pointer {
  cursor: pointer;
}

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

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

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

.os-errorIcon {
  color: #c52626;
}

.os-notificationDiv {
  padding: 6px;
  position: absolute;
  left: 27%;
  width: 34%;
  top: 9%;
}

#os-errorAlertMsg {
  font-size: initial;
}

.os-info-card-record {
  font-size: x-large;
  padding-right: 8px;
  
}


/***********************fab  button *****************/

.os-centered-x {
  position: relative;
  float: right;
  right: 2%;
  bottom: -23%;
}

.os-button .os-material-icons,
.os-button-option-ar {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.os-button .os-material-icons,
.os-button-option-en {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.os-button {
  z-index: 1;
  width: 60px;
  height: 60px;
  cursor: default;
}

.os-button-trigger:hover {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.os-button-checkbox-ar {
  display: none;
}

.os-button-checkbox-en {
  display: none;
}

.os-button-trigger {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: xx-large;
  background-color: #7cb342;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.os-button .os-material-icons {
  z-index: 5;
  color: #ffffff;
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -moz-transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  transition: all 0.34s ease-in-out;
}

.os-fab-button-object-screen-ar {
  padding-left: 12px;
}

.os-fab-button-object-screen-en {
  padding-right: 12px;
}

.os-button-option-ar {
  z-index: -1;
  width: 80%;
  height: 80%;
  cursor: pointer;
  background-color: #7cb342;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  transition: all 0.34s ease-in-out;
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.os-button-option-ar:hover {
  background-color: #ffffff;
}

.os-button-option-ar:hover .os-material-icons {
  color: #7cb342;
}

.os-button-option-ar .os-material-icons {
  color: #ffffff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.os-button-option-en {
  z-index: -1;
  width: 80%;
  height: 80%;
  cursor: pointer;
  background-color: #7cb342;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  transition: all 0.34s ease-in-out;
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.os-button-option-en:hover {
  background-color: #ffffff;
}

.os-button-option-en:hover .os-material-icons {
  color: #7cb342;
}

.os-button-option-en .os-material-icons {
  color: #ffffff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.os-button-checkbox-en:checked~.os-button-option-en:nth-of-type(1) {
  -moz-transform: translate(-200%, -50%);
  -ms-transform: translate(-200%, -50%);
  -webkit-transform: translate(-200%, -50%);
  transform: translate(-200%, -50%);
}

.os-button-checkbox-ar:checked~.os-button-option-ar:nth-of-type(1) {
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.os-button-checkbox-en:checked~.os-button-option-en:nth-of-type(2) {
  -moz-transform: translate(-320%, -50%);
  -ms-transform: translate(-320%, -50%);
  -webkit-transform: translate(-320%, -50%);
  transform: translate( -320%, -50%);
}

.os-button-checkbox-ar:checked~.os-button-option-ar:nth-of-type(2) {
  -moz-transform: translate(220%, -50%);
  -ms-transform: translate(220%, -50%);
  -webkit-transform: translate(220%, -50%);
  transform: translate( 220%, -50%);
}

.os-material-icons {
  color: #fff;
}

.os-custom-usecase-icon {
  font-size: xx-large;
}


/***********************fab button*****************/

.os-save-close-span {
  padding-left: 6%;
}

.os-save-close-button {
  position: relative;
  float: right;
  right: 35px;
  top: 7px;
  height: 24px;
  width: 76px;
  margin: 0px 7px 0px 7px;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.os-save-button {
  background-color: #7cb342;
  color: white;
}

.os-close-button {
  background-color: #dfdfdf;
}

#core-os-activeFlag {
  border-radius: 50%;
  background: white;
  color: green;
  width: 22px;
  height: 20px;
  text-align: center;
  padding-top: 3px;
}

.os-exclamation-circle-icon {
  display: none;
  color: red;
  background: white;
  border-radius: 50%;
  width: 13px;
  height: 14px;
}

.os-object-state-en {
  font-size: 0.75em;
  bottom: 27px;
  left: 32px;
  position: relative;
  display: flex;
  direction: ltr;
}

.os-object-state-ar {
  font-size: 0.75em;
  bottom: 27px;
  position: relative;
  display: flex;
  direction: rtl;
  right: 40px;
}
