/*@import "components/_normalize.less"; Exist in bootstrap*/
:root {
  --body-color: #5d5d5d;
  --side-bar-bg: #017366;
  --side-bar-item-color: #ffffff;
  --side-bar-item-active: #76c045;
  --side-bar-item-hover-color: #ffffff;
  --side-bar-bg-item-menu: #017366;
  --side-bar-color-title-menu: #ffffff;
  --side-bar-menu-item-border-color: rgba(250, 250, 250, 0.3);
  --side-bar-menu-item-color: #ffffff;
  --side-bar-menu-item-arrow-color: #ffffff;
  --side-bar-menu-item-hover-color: #ffffff;
  --side-bar-menu-item-hover-bg: #76c045;
  --side-bar-menu-arrow-bg: #017366;
  --scrollbar-track-bg: #e0e0e0;
  --scrollbar-thumb-bg: #888888;
  --scrollbar-thumb-hover-bg: #555555;
  --footer-bg: #017366;
  --footer-border-top-color: #76c045;
  --footer-copyright-white: #ffffff;
  --footer-poweredby-white: #ffffff;
  --header-bg: transparent;
  --header-filter-logo: none;
  --main-wrapper-bg: #f9f9f9;
  --page-header-color: #017366;
  --main-box-bg: #ffffff;
  --main-box-border-color: #d4d8dc;
  --main-header-border-top-color: #c5c5c5;
  --main-box-title-color: #017366;
  --main-box-view-all-btn-color: #017366;
  --main-box-view-all-btn-hover-color: #51b659;
  --custom-button-bg: #017366;
  --custom-button-color: #ffffff;
  --custom-button-hover-bg: #015a50;
  --custom-button-border-color: #dddddd;
  --header-menu-bg: #d1e2e0;
  --header-menu-color: #017366;
  --header-menu-border-top-color: #dddddd;
  --header-menu-border-bottom-color: #dddddd;
  --header-menu-bread-item-color: #017366;
  --header-menu-item-color: #017366;
  --header-menu-item-bg-hover-color: #76c045;
  --header-menu-item-bg-active-color: #76c045;
  --dropdown-menu-bg: #ffffff;
  --dropdown-menu-border-color: #dcdcdc;
  --dropdown-item-color: #017366;
  --dropdown-box-shadow: 0px 0px 4px 0px #cccccc;
  --user-info-name-color: #707070;
  --user-info-email-color: #707070;
  --input-bg: #ffffff;
  --input-focus-bg: #ffffff;
  --input-border-color: #ececec;
  --input-focus-border-color: #80bdff;
  --form-label-color: #017366;
  --input-focus-color: #495057;
  --selectize-option-color: #495c68;
  --selectize-option-hover-bg: #f5fafd;
  --selectize-option-selected-color: #495c68;
  --jfiler-bg: #ffffff;
  --jfiler-border-color: #ececec;
  --jfiler-color: #8f8f8f;
  --jfiler-trash-icon-color: #494949;
  --jfiler-file-name-color: #494949;
  --jfiler-file-size-color: #8f8f8f;
  --jfiler-item-thumb-bg: #ffffff;
  --jfiler-item-thumb-border-color: #ececec;
  --ber-row-bg: #ffffff;
  --ber-row-border-color: #d6d6d6;
  --ber-col-bg: #f5f5f5;
  --ber-col-border-color: #d6d6d6;
  --ber-col-text-color-span: #555555;
  --ber-col-text-color-strong: #231b1b;
}
html[data-theme="dark"] {
  --body-color: #bbb5ae;
  --side-bar-bg: #121211;
  --side-bar-item-color: #bbb5ae;
  --side-bar-item-active: #2d2b29;
  --side-bar-item-hover-color: #fff;
  --side-bar-bg-item-menu: #121211;
  --side-bar-color-title-menu: #fff;
  --side-bar-menu-item-border-color: #ffffff24;
  --side-bar-menu-item-color: #bbb5ae;
  --side-bar-menu-item-hover-color: #fff;
  --side-bar-menu-item-hover-bg: #2d2b29;
  --side-bar-menu-arrow-bg: #121211;
  --side-bar-menu-item-arrow-color: #bbb5ae;
  --scrollbar-track-bg: #1e1e1e;
  --scrollbar-thumb-bg: #666;
  --scrollbar-thumb-hover-bg: #999;
  --footer-bg: #121211;
  --footer-border-top-color: #ffffff24;
  --footer-copyright-white: #ffffff;
  --footer-poweredby-white: #ffffff;
  --header-bg: #121211;
  --header-filter-logo: brightness(100);
  --main-wrapper-bg: #1a1918;
  --page-header-color: #ffffff;
  --main-box-bg: #242321;
  --main-box-border-color: #ffffff24;
  --main-header-border-top-color: #ffffff24;
  --main-box-title-color: #ffffff;
  --main-box-view-all-btn-color: #bbb5ae;
  --main-box-view-all-btn-hover-color: #ffffff;
  --custom-button-bg: #1a1918;
  --custom-button-color: #fff;
  --custom-button-hover-bg: #ffffff1a;
  --custom-button-border-color: #ffffff24;
  --header-menu-bg: #242321;
  --header-menu-color: #017366;
  --header-menu-border-top-color: #ffffff24;
  --header-menu-border-bottom-color: #ffffff24;
  --header-menu-bread-item-color: #fff;
  --header-menu-item-color: #bbb5ae;
  --header-menu-item-bg-hover-color: #2d2b29;
  --header-menu-item-bg-active-color: #2d2b29;
  --dropdown-menu-bg: #2d2b29;
  --dropdown-menu-border-color: #ffffff24;
  --dropdown-item-color: #bbb5ae;
  --dropdown-box-shadow: 0px 0px 4px 0px #444;
  --user-info-name-color: #fff;
  --user-info-email-color: #bbb5ae;
  --input-bg: #1a1918;
  --input-focus-bg: #242321;
  --input-border-color: #ffffff24;
  --input-focus-border-color: #ffffff24;
  --form-label-color: #fff;
  --input-focus-color: #fff;
  --selectize-option-color: #8f8f8f;
  --selectize-option-hover-bg: #f5fafd;
  --selectize-option-selected-color: #495c68;
  --jfiler-bg: #1a1918;
  --jfiler-border-color: #ffffff24;
  --jfiler-color: #8f8f8f;
  --jfiler-trash-icon-color: #bbb5ae;
  --jfiler-file-name-color: #bbb5ae;
  --jfiler-file-size-color: #8f8f8f;
  --jfiler-item-thumb-bg: #242321;
  --jfiler-item-thumb-border-color: #ffffff24;
  --ber-row-bg: #121211;
  --ber-row-border-color: #ffffff24;
  --ber-col-bg: #2d2b29;
  --ber-col-border-color: #ffffff24;
  --ber-col-text-color-span: #fff;
  --ber-col-text-color-strong: #bbb5ae;
}
/*
 * Source Sans Pro (English) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro/Black/SourceSansPro-Black.woff2') format('woff2'), url('../fonts/SourceSansPro/Black/SourceSansPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro/Bold/SourceSansPro-Bold.woff2') format('woff2'), url('../fonts/SourceSansPro/Bold/SourceSansPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro/SemiBold/SourceSansPro-SemiBold.woff2') format('woff2'), url('../fonts/SourceSansPro/SemiBold/SourceSansPro-SemiBold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro/Regular/SourceSansPro-Regular.woff2') format('woff2'), url('../fonts/SourceSansPro/Regular/SourceSansPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro/Light/SourceSansPro-Light.woff2') format('woff2'), url('../fonts/SourceSansPro/Light/SourceSansPro-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
/* arabic font */
@font-face {
  font-family: 'Cairo';
  font-weight: bold;
  font-style: normal;
  src: url('../fonts/Cairo/Cairo-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Cairo';
  font-weight: 900;
  font-style: normal;
  src: url('../fonts/Cairo/Cairo-Black.woff') format('woff');
}
@font-face {
  font-family: 'Cairo';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/Cairo/Cairo-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Cairo';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Cairo/Cairo-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Cairo';
  font-weight: 200;
  font-style: normal;
  src: url('../fonts/Cairo/Cairo-Light.woff') format('woff');
}
body {
  color: var(--body-color);
  font-weight: 400;
  font-family: "SourceSansPro", "Cairo", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  overflow-x: hidden;
}
body .header,
body .footer,
body main,
body .main-banners {
  opacity: 0;
}
body.loaded .header,
body.loaded .footer,
body.loaded main,
body.loaded .main-banners {
  opacity: 1;
}
body.side-menu {
  padding-left: 80px;
}
body.side-menu .modal-right {
  padding-right: 0 !important;
  padding-left: 80px;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  text-decoration: none;
}
ul li:hover,
.btn:hover {
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}
h1,
.h1 {
  font-size: 3.5385em;
}
h2,
.h2 {
  font-size: 2.1538em;
}
h3,
.h3 {
  font-size: 2.1538em;
}
h4,
.h4 {
  font-size: 1.5385em;
}
h5,
.h5 {
  font-size: 1.2308em;
}
h6,
.h6 {
  font-size: 1.0769em;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
  margin: 1em 0;
}
.deleted {
  text-decoration: line-through;
}
.deleted:hover {
  text-decoration: line-through;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.noresize {
  resize: none;
}
textarea {
  min-height: 100px;
}
.btn.float-l {
  float: left;
  margin-right: 3px;
}
.actions-buttons {
  margin-top: 20px;
}
.actions-buttons.with-side-bar {
  margin-top: 0;
}
.actions-buttons .btn {
  color: var(--custom-button-color);
  text-transform: uppercase;
  font-size: 1em;
  padding: 10px 20px;
  letter-spacing: 1px;
  margin-right: 15px;
  border-radius: 5px;
  outline: none;
  transition: 0.3s ease-in-out;
}
.actions-buttons .btn i {
  margin-right: 10px;
}
.actions-buttons .btn:last-child {
  margin-right: 0;
}
.actions-buttons .btn:hover,
.actions-buttons .btn:focus {
  background-color: var(--custom-button-hover-bg);
  text-decoration: none;
}
.actions-buttons .btn.btn-post {
  background-color: #76c045;
}
.actions-buttons .btn.btn-post:hover,
.actions-buttons .btn.btn-post:focus {
  background-color: #5e9d35;
}
.actions-buttons .btn.cancel {
  background-color: #656565;
}
.actions-buttons .btn.cancel .fonticons:before {
  font-size: 13px;
}
.actions-buttons .btn.cancel:hover,
.actions-buttons .btn.cancel:focus {
  background-color: #4b4b4b;
}
.actions-buttons .btn.submit {
  background-color: #28a966;
}
.actions-buttons .btn.submit:hover,
.actions-buttons .btn.submit:focus {
  background-color: #1e804d;
}
.actions-buttons .btn.btn-return,
.actions-buttons .btn.btn-draft {
  background-color: #d57e04;
}
.actions-buttons .btn.btn-return:hover,
.actions-buttons .btn.btn-draft:hover {
  background-color: #a36003;
}
.actions-buttons .btn.btn-reject {
  background-color: #ff5d5d;
}
.actions-buttons .btn.btn-reject:hover {
  background-color: #ff2a2a;
}
.actions-buttons .btn.btn-approve {
  background-color: #2bc775;
}
.actions-buttons .btn.btn-approve:hover {
  background-color: #229d5c;
}
.actions-buttons .btn.btn-submit,
.actions-buttons .btn.btn-evaluate {
  background-color: #28a966;
}
.actions-buttons .btn.btn-submit:hover,
.actions-buttons .btn.btn-evaluate:hover,
.actions-buttons .btn.btn-submit:focus,
.actions-buttons .btn.btn-evaluate:focus {
  background-color: #1e804d;
}
.actions-buttons .btn.btn-submitandapprove {
  background-color: #2bc775;
}
.actions-buttons .btn.btn-submitandapprove:hover,
.actions-buttons .btn.btn-submitandapprove:focus {
  background-color: #229d5c;
}
.actions-buttons .btn.btn-Assign {
  background-color: #f59100;
}
.actions-buttons .btn.btn-Assign:hover {
  background-color: #c27300;
}
.actions-buttons .btn.btn-cancel {
  background-color: #797979;
  color: #fff;
}
.actions-buttons .btn.btn-cancel:hover {
  background-color: #606060;
}
.actions-buttons .btn-export:after {
  font-family: fonticons;
  content: "\e901";
  color: #fff;
  margin-left: 15px;
  font-size: 0.6923em;
}
.actions-buttons .btn-dropdown-menu {
  text-transform: uppercase;
  font-size: 0.8462em;
}
.actions-buttons-sticky {
  position: fixed;
  width: 100%;
  top: 20px;
  z-index: 1000;
  background-color: #fff;
  padding: 10px 55px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-search {
  width: 100%;
  padding: 12px 0;
  margin-top: 24px;
  outline: none;
}
.btn-action {
  padding: 12px 0;
  margin-top: 24px;
  outline: none;
}
.btn-reset {
  color: #fff;
  background-color: #c0c0c0;
  border: 1px solid #b3b3b3;
}
.btn-reset:hover,
.btn-reset:focus {
  color: #fff;
  background-color: #a7a7a7;
  border-color: #9a9a9a;
  text-decoration: none;
}
.btn-post .fonticons,
.btn-search .fonticons,
.btn-icon .fonticons,
.btn-reset .fonticons,
.btn .fonticons,
.btn-post .glyphicon,
.btn-search .glyphicon,
.btn-icon .glyphicon,
.btn-reset .glyphicon,
.btn .glyphicon {
  position: relative;
  top: 3px;
  padding: 0 10px 0 0;
}
.btn-post .fonticons:before,
.btn-search .fonticons:before,
.btn-icon .fonticons:before,
.btn-reset .fonticons:before,
.btn .fonticons:before,
.btn-post .glyphicon:before,
.btn-search .glyphicon:before,
.btn-icon .glyphicon:before,
.btn-reset .glyphicon:before,
.btn .glyphicon:before {
  font-size: 14px;
  line-height: 14px;
}
.btn-post.no-padding .fonticons,
.btn-search.no-padding .fonticons,
.btn-icon.no-padding .fonticons,
.btn-reset.no-padding .fonticons,
.btn.no-padding .fonticons {
  padding: 0;
}
.input-lg {
  font-size: 14px;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 14px;
  padding: 13px 16px 7px 12px;
}
.selectize-input input {
  min-width: 50%;
}
.selectize-input.dropdown-active input,
.selectize-input.has-items input {
  min-width: initial;
}
.selectize-control.multi .selectize-input.has-items {
  height: auto !important;
  padding: 2px 4px !important;
}
.selectize-control.input-lg .selectize-input {
  height: 45px !important;
  font-size: 1.3077em;
  line-height: 35px;
  padding-left: 5px;
  padding-right: 30px;
  line-height: 20px;
}
.selectize-control.with-border .selectize-input {
  border: 1px solid silver;
}
.selectize-control .selectize-dropdown {
  background-color: var(--input-bg);
  border: 1px solid var(--input-border-color);
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option {
  color: var(--selectize-option-color);
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:hover {
  background-color: var(--selectize-option-hover-bg);
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option.selected {
  color: var(--selectize-option-selected-color);
}
.selectize-control .selectize-input {
  outline: none;
  border: none;
  border-radius: 0;
  border: 1px solid var(--input-border-color);
  background-color: var(--input-bg);
  border-radius: 5px;
  color: #8f8f8f;
  box-shadow: none !important;
}
.selectize-control .selectize-input.full {
  background-color: var(--input-bg);
}
.selectize-control .selectize-input.input-active {
  background-color: var(--input-focus-bg) !important;
}
.selectize-control .selectize-input:focus {
  border-radius: 0;
  border-bottom: 1px solid #ececec;
  outline: 0;
}
.selectize-control .selectize-input.input-validation-error {
  border-color: #fe5e5e;
}
.selectize-control .selectize-input.input-validation-error:focus {
  border-color: #fe5e5e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  outline: 0;
}
.selectize-control .selectize-input.disabled {
  background-color: #f9f9f9 !important;
}
.selectize-control .selectize-input:not(.dropdown-active) .item {
  display: inline-block;
  text-overflow: clip;
  white-space: nowrap;
  width: 88%;
  width: calc(100% - 30px);
  line-height: 20px;
}
.selectize-control.multi .selectize-input [data-value] {
  background-color: #92cd6b;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  color: #fff !important;
  padding: 8px 25px;
  position: relative;
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #76c045;
}
.selectize-control.multi .selectize-input [data-value] .remove {
  color: #fff;
  margin-left: 10px;
  position: absolute;
  right: 10px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #f9f9f9 !important;
  background: #a5a4a4;
}
.selectize-control.multi .item {
  width: auto !important;
  max-width: 90%;
  max-width: calc(100% - 10px);
}
.form-control {
  height: 45px !important;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: var(--input-bg);
  border: 1px solid var(--input-border-color);
  color: #8f8f8f;
  box-shadow: none !important;
  font-size: 1.1538em;
}
.form-control.with-border {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.form-control:focus {
  border: 1px solid var(--input-focus-border-color);
  background-color: var(--input-focus-bg) !important;
  outline: 0;
  color: var(--input-focus-color);
}
.form-control.input-validation-error {
  border-color: #fe5e5e;
}
.form-control.input-validation-error:focus {
  border-color: #fe5e5e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  outline: 0;
}
.form-control:disabled {
  background-color: #f9f9f9;
}
.form-control.disabled-label {
  background-color: #f9f9f9;
  height: auto !important;
}
.form-control.ar-input {
  text-align: right !important;
  direction: rtl;
}
.form-control.en-input {
  text-align: left !important;
  direction: ltr;
}
.has-icon .control-icon {
  position: absolute;
  top: 45px;
  right: 25px;
  font-size: 18px;
  color: #aeaeae;
}
.has-icon .form-control {
  padding-right: 30px;
}
.form-label-hint {
  margin: 0px 10px;
}
.loadmetatags {
  position: relative;
  top: 3px;
  margin: 0 10px;
}
.the-count {
  text-align: right;
  margin-top: 5px;
}
.the-count.valid {
  color: #07b22a;
}
.the-count.valid:before {
  content: "\e928";
}
.the-count.invalid:before {
  content: "\e92b";
  color: #f70b37;
}
.the-count:before {
  font-family: fonticons;
  font-size: 10px;
  margin: 0 5px;
}
.form-label {
  font-size: 1.0769em;
  color: var(--form-label-color);
}
.form-label.required:after {
  content: "*";
  color: #da1a32;
  padding: 0 7px;
  font-size: 21px;
  line-height: 15px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.dropdownTree .dropdownTree-btn {
  padding: 12px !important;
}
.dropdownTree .dropdownTree-btnClear {
  position: absolute;
  right: 36px;
  top: 3px;
  font-size: 20px;
  padding: 5px 4px;
  display: none;
}
.dropdownTree .dropdownTree-btnClear.active {
  display: block;
}
.dropdownTree .dropdownTree-btnClear i {
  color: #808080;
}
.dropdownTree.disabled .dropdownTree-btn {
  pointer-events: none;
  background-color: #f9f9f9;
}
.dropdownTree.disabled .dropdownTree-btnClear {
  display: none;
}
.field-validation-error {
  background-color: #fe5e5e;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  position: absolute;
  bottom: -25px;
  right: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.5);
  min-width: 250px;
  z-index: 10;
  display: none;
}
.field-validation-error label {
  margin-bottom: 0;
}
.field-validation-error:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fe5e5e;
  position: absolute;
  top: -5px;
  left: 49%;
  left: calc(50% - 3px);
}
.field-validation-valid {
  display: none;
}
.validation-summary-errors {
  background-color: #fe6363;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  margin: 10px 0;
}
.validation-summary-errors ul {
  list-style: none;
  padding: 0 5px;
  margin: 0;
  color: #fff;
}
.validation-summary-errors ul li {
  padding: 5px 10px;
}
.popover {
  width: 450px;
}
.popover .popover-content li {
  padding: 3px 0px;
}
.paymentNumber {
  display: block;
  font-size: 1.4em;
  text-align: center;
  height: 45px;
  line-height: 45px;
}
.table-listing {
  margin: 10px 0;
}
.table-listing select.selectized {
  display: none;
}
.table-listing > thead > tr,
.table-listing > tbody > tr {
  border-left: 1px solid #d3d2d0;
  border-right: 1px solid #d3d2d0;
  border-bottom: 1px solid #d3d2d0;
}
.table-listing > thead > tr > th,
.table-listing > tbody > tr > th {
  background-color: #d1e2e0;
  color: #000;
  text-align: center;
  border-right: 1px solid #fff;
  font-size: 1em;
}
.table-listing > thead > tr > th .minimize,
.table-listing > tbody > tr > th .minimize {
  font-size: 0.8em;
}
.table-listing > thead > tr > td,
.table-listing > tbody > tr > td {
  position: relative;
}
.table-listing > thead > tr > td.no-padding,
.table-listing > tbody > tr > td.no-padding {
  padding: 0 !important;
}
.table-listing > thead > tr > td i.ico-datetime,
.table-listing > tbody > tr > td i.ico-datetime {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #76c045;
}
.table-listing > thead > tr > td .btnDelete i:before,
.table-listing > tbody > tr > td .btnDelete i:before {
  display: inline-block;
  color: #dc3545;
  font-size: 20px;
  margin-top: 10px;
}
.table-listing > thead > tr > td .btnGenerate i:before,
.table-listing > tbody > tr > td .btnGenerate i:before {
  display: inline-block;
  color: #76c045;
  font-size: 20px;
  margin-top: 10px;
}
.table-listing > thead > tr > td .btnView i:before,
.table-listing > tbody > tr > td .btnView i:before {
  display: inline-block;
  color: #76c045;
  font-size: 20px;
  margin-top: 10px;
}
.table-listing > thead > tr > td table tr td .btnDelete i:before,
.table-listing > tbody > tr > td table tr td .btnDelete i:before {
  color: #b0b0b0;
}
.table-listing > thead > tr > td table tr td .btnGenerate i:before,
.table-listing > tbody > tr > td table tr td .btnGenerate i:before {
  color: #b0b0b0;
}
.table-listing > thead > tr > td table tr td .btnView i:before,
.table-listing > tbody > tr > td table tr td .btnView i:before {
  color: #b0b0b0;
}
.nav-tabs .nav-link {
  font-weight: bold;
  font-size: 1.1em;
}
.tab-pane .form-group span.form-label {
  min-width: 150px;
  display: inline-block;
}
.empty-result,
.result-msg {
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.empty-result {
  padding: 30px;
}
.empty-result.with-margin {
  margin: 10px -14px;
}
.result-msg {
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
}
.result-msg.result-items {
  margin-top: 0px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
}
.pager {
  text-align: right;
  clear: both;
  padding-top: 20px;
}
.pager .count {
  margin: 0 5px;
}
.pager .pager-content {
  display: inline-block;
}
.pager .pager-content a:not(.page-nav) {
  display: none;
}
.pager .pager-content a:hover {
  color: #fff;
  background-color: #017366;
  border-color: #017366;
}
.pager .pager-content a:hover .fonticons:before {
  color: #fff;
}
.pager .pager-content .btn {
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  background-color: transparent;
  background: none;
  outline: none;
  padding: 6px 10px;
  margin-right: 5px;
  border-radius: 5px;
}
.pager .pager-content .btn:last-child {
  margin: 0;
}
.pager .pager-content .btn.page-nav {
  padding: 6px 8px;
}
.pager .pager-content .btn .fonticons {
  top: 0;
  padding: 0;
}
.pager .pager-content .btn .fonticons:before {
  line-height: 10px;
  font-size: 10px;
  color: #017366;
}
.pager .pager-content .btn.current {
  color: #017366;
}
.spacer {
  display: none;
}
.has-error .form-control.required,
.has-error .form-control.dependValidator,
.has-error .form-control,
.has-error .jFiler-input-text,
.has-error .selectize-control.required .selectize-input,
.has-error .selectize-control.dependValidator .selectize-input,
.has-error .mce-panel {
  border-color: #f33f54;
}
.has-error .form-control.required:focus,
.has-error .form-control.dependValidator:focus,
.has-error .form-control:focus,
.has-error .jFiler-input-text:focus,
.has-error .selectize-control.required .selectize-input:focus,
.has-error .selectize-control.dependValidator .selectize-input:focus,
.has-error .mce-panel:focus,
.has-error .form-control.required.focus,
.has-error .form-control.dependValidator.focus,
.has-error .form-control.focus,
.has-error .jFiler-input-text.focus,
.has-error .selectize-control.required .selectize-input.focus,
.has-error .selectize-control.dependValidator .selectize-input.focus,
.has-error .mce-panel.focus {
  border-color: #da1a31;
}
.has-error .field-validation-error {
  display: inline-block;
}
.actions-section {
  position: absolute;
  top: 35px;
  right: 45px;
  display: inline-block;
}
.actions-section a {
  color: #555;
  margin-left: 10px;
  display: inline-block;
}
.actions-section a:hover,
.actions-section a:focus,
.actions-section a:active {
  color: #3b3b3b;
}
.add-new {
  position: absolute;
  top: 25px;
  right: 85px;
  color: #000;
  padding: 10px 5px;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #5e5e5e;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #d6d4d4;
}
.hint-block span {
  text-transform: capitalize;
  color: #017366;
}
.hint-block .fonticons {
  position: relative;
  top: 4px;
  margin: 0 5px;
  color: #017366;
}
.ul-hints {
  display: inline-block;
  list-style: none;
  padding: 0px 20px;
  margin: 0px;
}
.ul-hints li {
  margin-bottom: 10px;
}
.popover-link {
  color: #ecbc55;
  margin: 10px;
}
.popover-link:hover,
.popover-link:visited,
.popover-link:focus,
.popover-link:active {
  color: #d3991d;
}
.help-block {
  color: #888;
  font-size: 0.9em;
  display: inline-block;
  margin: 0 5px;
}
.label-reference {
  position: absolute;
  right: 10px;
  top: 5px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.label-reference span {
  background-color: #777;
  padding: 8px 10px;
}
.label-status {
  font-weight: bold;
  color: #76c045;
}
.link-applicant {
  font-weight: bold;
  font-size: 1.1em;
}
.link-applicant .fonticons:before {
  font-size: 18px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "SourceSansPro", "Cairo", sans-serif;
}
.fixed-width {
  width: 70%;
}
.selectdiv select,
.selectdiv option {
  font-family: "SourceSansPro", "Cairo", sans-serif !important;
}
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 30px;
  padding-left: 15px;
}
.selectdiv select::-ms-expand {
  display: none;
}
.selectdiv select.input-lg {
  line-height: 1.3333333;
}
.selectdiv:after {
  content: " ";
  display: block;
  position: absolute;
  top: 53px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #646464 transparent transparent;
}
.selectdiv.in-cell:after {
  top: 50%;
}
.selectdiv.with-height:after {
  top: 70px;
}
.selectdiv.pnl-add-popup:after {
  right: 84px;
}
.locationdiv:after {
  content: "\e913";
  display: block;
  position: absolute;
  top: 57%;
  right: 30px;
  font-family: fonticons;
  font-size: 1.5385em;
  color: #656565;
}
.locationdiv .form-control {
  padding-right: 45px;
}
.filters {
  margin-bottom: 30px;
}
.filters .form-control {
  height: 45px !important;
}
.filters .selectize-control .selectize-input {
  height: 45px !important;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.filters .selectize-control .selectize-input [data-value] {
  line-height: 12px;
  margin-top: 0px;
}
.filters select.selectized {
  display: none;
}
.filters label {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #017366;
  font-size: 1.0769em;
}
.total-entries {
  padding-top: 20px;
  display: inline-block;
  margin-right: 10px;
}
.total-entries label {
  margin: 0;
}
.total-entries .totalrecords {
  border: 1px solid #e7eaec;
  font-size: 15px;
  margin-left: 8px;
}
.pager-size {
  display: inline-block;
  margin-left: 10px;
}
.pager-size select {
  margin-left: 8px;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.label-totals {
  display: block;
  margin-top: 10px;
  background-color: #c0c0c0;
  padding: 7px;
  color: #4c4a4a;
  text-align: center;
  font-size: 1.2em;
}
.label-totals span {
  margin: 0 10px;
  color: #017366;
}
.ItemsCost .total {
  background-color: #d6d6d6;
  padding: 10px 20px;
  color: #017366;
}
.ItemsCost .total span {
  margin: 0 10px;
  color: #4c4a4a;
}
.tab-content {
  background: white;
  padding: 15px;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  margin-top: -2px;
}
.activities-tabs li {
  position: relative;
}
.activities-tabs li a {
  background-color: #eee;
  border-color: #eee #eee #ddd;
  padding-right: 30px;
}
.activities-tabs li a.btnDelete {
  position: absolute;
  top: 12px;
  right: 8px;
  border: 0;
  height: 15px;
  width: 15px;
  padding: 0;
  display: block;
}
.activities-tabs li a.btnDelete:hover {
  border: 0;
}
.activities-tabs li a.btnDelete i:before {
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  color: #76c045;
}
.activities-tabs li.add-activity a {
  background: transparent;
  border: 0 !important;
  padding: 10px 5px;
}
.activities-tabs li.add-activity a i {
  background-color: #b8b8b8;
  padding: 6px 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: -6px;
}
.activities-tabs li.add-activity a i:before {
  color: #f6f6f6;
}
.pnl-add-popup {
  width: 50%;
  position: relative;
}
.pnl-add-popup select.input-lg {
  width: 90%;
}
.pnl-add-popup .add-item {
  position: absolute;
  top: 25px;
  right: 15px;
  padding: 12px;
}
.mce-statusbar .mce-flow-layout .mce-path {
  display: none;
}
.mce-colorbutton-grid .mce-custom-color-btn {
  display: none;
}
.mce-colorbutton-grid tbody tr:last-child {
  display: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  left: 0;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/*Bootstrap 3 responsive columns of same height*/
/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/
/* content styles */
.inside.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.row-height .col-height {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
}
.row-height .col-height.col-top {
  vertical-align: top;
}
.row-height .col-height.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .row-xs-height .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .row-sm-height .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .row-md-height .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .row-lg-height .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
}
/* ---------------------------  Sweet Alert  ----------------------------------------*/
.swal2-container .swal2-confirm,
.swal2-container .swal2-cancel {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 25px;
}
.swal2-container .swal2-confirm {
  background-color: #76c045;
  border: 1px solid #6ab03c;
}
.swal2-container .swal2-confirm:hover {
  background-color: #6ab03c;
  border-color: #5e9d35;
}
.swal2-container .swal2-confirm.swal2-loading {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: -2px 30px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  user-select: none;
  border-left-color: #015a50;
  border-right-color: #015a50;
}
.swal2-container .swal2-confirm.swal2-loading:after {
  display: none !important;
}
.swal2-container .swal2-cancel {
  display: inline-block;
  background-color: #c0c0c0;
  border: 1px solid #b3b3b3;
}
.swal2-container .swal2-cancel:hover {
  background-color: #b3b3b3;
  border-color: #a7a7a7;
}
.swal2-container .swal2-cancel:disabled {
  background: #dddddd !important;
  border: 1px solid #d0d0d0 !important;
}
.sw-datetime-block {
  position: relative;
}
.sw-datetime-block i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #76c045;
}
/*div[role="dialog"] {
    position: relative !important;
    overflow: visible !important;
}*/
.check-availability {
  margin-top: 37px;
}
/****************************** JFiler **********************/
.jFiler-items-grid .jFiler-item .jFiler-item-container {
  background-color: transparent !important;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container ul.jlist-inline li {
  width: 100%;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-trash-action {
  color: var(--jfiler-trash-icon-color);
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-trash-action:hover {
  color: #c4573f;
  background-color: rgba(220, 53, 69, 0.1);
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-title {
  color: var(--jfiler-file-name-color);
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-others {
  color: var(--jfiler-file-size-color);
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
  background-color: var(--jfiler-item-thumb-bg) !important;
  border: 1px solid var(--jfiler-item-thumb-border-color) !important;
  border-radius: 8px !important;
}
.jFiler-input-text {
  width: 100% !important;
  height: 45px !important;
  padding: 15px 0 !important;
  text-align: left !important;
  border: 1px solid var(--jfiler-border-color) !important;
  color: var(--jfiler-color) !important;
  box-shadow: none !important;
  background-color: var(--jfiler-bg) !important;
  border-radius: 5px !important;
}
.jFiler-input-text h4 {
  color: var(--jfiler-color) !important;
}
.jFiler-input-choose-btn {
  position: absolute;
  right: 0;
  top: 0;
  float: none !important;
}
.jFiler-input-choose-btn.gold {
  background: none !important;
  color: #656565;
  border: none !important;
  font-size: 1.9231em;
  padding: 7px 0px;
  height: 100%;
  right: 10px;
  color: #6e6e6e;
}
.jFiler ul.jlist-inline li {
  text-align: center;
}
/****************************** JFiler **********************/
/****************************** Bootstrap Modal **********************/
.custom-modal {
  /*&[role="dialog"] {
        position: fixed !important;
    }*/
}
.custom-modal .modal-dialog.modal-default {
  max-width: 400px;
}
.custom-modal .modal-dialog .modal-content {
  border: none;
}
.custom-modal .modal-dialog .modal-content.modal-happiness .modal-body .form-control {
  border-radius: 0;
}
.custom-modal .modal-dialog .modal-content.modal-happiness .modal-footer {
  justify-content: space-between;
}
.custom-modal .modal-dialog .modal-content.modal-happiness .modal-footer .btn {
  width: auto;
  padding: 6px 30px;
}
.custom-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.custom-modal .modal-dialog .modal-content .modal-header .modal-title.custom-modal-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  width: 210px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
.custom-modal .modal-dialog .modal-content .modal-header .modal-title i {
  color: #63be6a;
  font-size: 32px;
}
.custom-modal .modal-dialog .modal-content .modal-body .alert .alert-content a {
  font-weight: bold;
}
.custom-modal .modal-dialog .modal-content .modal-body .info-list li {
  list-style-image: url("../images/bullet.png?v1.0");
  padding: 0 15px;
}
.custom-modal .modal-dialog .modal-content .modal-body .info-list li ol {
  list-style: none;
  counter-reset: li;
  padding-left: 2em;
}
.custom-modal .modal-dialog .modal-content .modal-body .info-list li ol li {
  list-style-image: none;
  counter-increment: li;
  padding: 0;
}
.custom-modal .modal-dialog .modal-content .modal-body .info-list li ol li:before {
  content: counter(li);
  color: #63be6a;
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  font-weight: bold;
}
.custom-modal .modal-dialog .modal-content .modal-body .info-list li .desc {
  line-height: 2;
  padding: 10px 0;
}
.custom-modal .modal-dialog .modal-content .modal-body .info-list li .desc p {
  padding: 5px 0;
  margin: 0;
}
.custom-modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  background-color: #f5f5f5;
  border: none;
}
.custom-modal .modal-dialog .modal-content .modal-footer .btn {
  width: 50%;
  margin: 0;
  text-transform: uppercase;
}
.custom-modal .modal-dialog .modal-content .modal-footer .btn.btn-success {
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
}
.action-modal {
  max-width: 600px;
}
.action-modal .modal-header {
  border: none;
}
.action-modal .modal-header .custome-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.action-modal .action-modal-title {
  text-align: center;
  width: 100%;
}
.action-modal .action-modal-title .main-title {
  font-size: 1.5385em;
  margin-top: 20px;
  padding: 0 20px;
}
.action-modal .action-modal-title .sec-title {
  font-size: 1em;
}
.action-modal .modal-footer {
  display: block;
  padding: 0;
  background-color: #f5f5f5;
  border: none;
}
.action-modal .modal-footer .right-btn {
  border-radius: 0;
  border-top-left-radius: 5px;
  float: right;
}
.action-modal .modal-footer .left-btn {
  float: left;
  border-radius: 0;
  border-top-right-radius: 5px;
}
.action-modal .modal-footer .btn-approve {
  background-color: #76c045;
  color: #fff;
}
.action-modal .modal-footer .btn-approve:hover {
  background-color: #5e9d35;
}
.action-modal .modal-footer .btn-cancel {
  background-color: #ccc;
  margin: 0;
}
.action-modal .modal-footer .btn-cancel:hover {
  background-color: #514f4f;
  color: #fff;
}
.action-modal .form-control {
  /*border: 1px solid #ececec;*/
  border-radius: 5px;
}
.action-modal .jFiler-input-dragDrop {
  border: 1px solid #a7a7a7;
  padding: 0 0 0 10px;
}
.action-modal .jFiler-input-choose-btn {
  border-left: 1px solid #a7a7a7 !important;
  border-radius: 0;
  width: 50px;
  right: 0;
}
.action-modal.attachment-style .jFiler-input-dragDrop {
  border: none;
  padding: 0;
}
.action-modal.attachment-style .jFiler-input-choose-btn {
  border-left: none !important;
  border-radius: 0;
  width: unset !important;
  right: 0;
}
/****************************** Bootstrap Modal **********************/
/* User Profile*/
[data-requirejs="userProfile"] .selectize-dropdown {
  padding: 0;
}
[data-requirejs="userProfile"] .selectize-input {
  height: 45px;
  display: flex;
  align-items: center;
}
/************** Percentage CSS ****************/
/* CSS Percentage Circle */
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill {
  position: absolute;
  border: 0.08em solid #017366;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(0deg);
}
.c100.p100 .bar,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #73c266;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(0deg);
  color: #73c266;
}
.c100.Approved span,
.c100.Approved .delaystatus,
.c100.Approved .applicationstatus {
  color: #72c462;
}
.c100.Approved .bar,
.c100.Approved .fill {
  border-color: #72c462;
  color: #72c462;
}
.c100.Returned span,
.c100.Returned .delaystatus,
.c100.Returned .applicationstatus {
  color: #ffa832;
}
.c100.Returned .bar,
.c100.Returned .fill {
  border-color: #ffa832;
  color: #ffa832;
}
.c100.Rejected span,
.c100.Rejected .delaystatus,
.c100.Rejected .applicationstatus {
  color: #ff3735;
}
.c100.Rejected .bar,
.c100.Rejected .fill {
  border-color: #ff3735;
  color: #ff3735;
}
.c100.A span,
.c100.B span,
.c100.V span,
.c100.A .delaystatus,
.c100.B .delaystatus,
.c100.V .delaystatus,
.c100.A .applicationstatus,
.c100.B .applicationstatus,
.c100.V .applicationstatus {
  color: #73c363;
}
.c100.A .bar,
.c100.B .bar,
.c100.V .bar,
.c100.A .fill,
.c100.B .fill,
.c100.V .fill {
  border-color: #73c363;
  color: #73c363;
}
.c100.R span,
.c100.R .delaystatus,
.c100.R .applicationstatus {
  color: #fd3131;
}
.c100.R .bar,
.c100.R .fill {
  border-color: #fd3131;
  color: #fd3131;
}
.c100.E span,
.c100.E .delaystatus,
.c100.E .applicationstatus {
  color: #3f9db6;
}
.c100.E .bar,
.c100.E .fill {
  border-color: #3f9db6;
  color: #3f9db6;
}
.c100.N span,
.c100.N .delaystatus,
.c100.N .applicationstatus {
  color: #f59100;
}
.c100.N .bar,
.c100.N .fill {
  border-color: #f59100;
  color: #f59100;
}
.c100.D {
  color: #b7b5b0;
}
.c100.D span,
.c100.D .delaystatus,
.c100.D .applicationstatus {
  color: #b7b5b0;
}
.c100.D .bar,
.c100.D .fill {
  border-color: #b7b5b0;
  color: #b7b5b0;
}
.c100.S span,
.c100.S .delaystatus,
.c100.S .applicationstatus {
  color: #56aeff;
}
.c100.S .bar,
.c100.S .fill {
  border-color: #56aeff;
  color: #56aeff;
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  transform: rotate(180deg);
}
.c100 {
  position: relative;
  font-size: 90px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: right;
  margin: 0 0 20px 0;
  background-color: #e7e7e7;
  z-index: 15;
}
.c100.smll {
  font-size: 50px;
  margin: 0;
}
.c100.smll > span.percent {
  font-size: 14px;
  line-height: 60px;
  font-weight: normal;
}
.c100.duration {
  font-size: 60px;
  z-index: 5;
  right: -6px;
}
.c100.duration i {
  font-size: 25px;
  line-height: 60px;
  color: #e7e7e7;
}
.c100 *,
.c100 *:before,
.c100 *:after {
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.application {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 85px;
}
.ar .c100 {
  float: left;
}
.ar .c100.duration {
  left: -6px;
  right: auto;
}
.ar .c100 .time.delaystatus {
  font-size: 8px !important;
}
.ar .c100 .time.applicationstatus {
  font-size: 10px !important;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5.6em;
  font-size: 0.2em;
  color: #999;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100 > span.percent {
  font-weight: 600;
  top: -5px;
  font-size: 22px;
  line-height: 90px;
  width: 100%;
}
.c100 > span.small {
  font-size: 11px;
  width: 100%;
  top: 30%;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100 .time {
  font-size: 11px;
  bottom: -22px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #666;
  display: block;
  direction: ltr;
}
.c100 .time span {
  color: #666;
}
.c100 .time.delaystatus {
  bottom: -35px;
  font-size: 11px;
}
.c100 .time.applicationstatus {
  bottom: -20px;
  font-size: 11px;
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
/*.c100:not(&.duration):hover {
    cursor: default;
}

.c100:not(&.duration):hover > span {
    width: 3.33em;
    line-height: 3.33em;
    font-size: 0.3em;
    color: @primary-color;
}

.c100:not(&.duration):hover {
    &.p100 > span {
        color: green;
    }
}

.c100:not(&.duration):hover:after {
    top: 0.04em;
    left: 0.04em;
    width: 0.92em;
    height: 0.92em;
}*/
/**********************************************/
/* The container */
.chk-cont {
  background-color: #fafafa;
  padding: 10px 20px;
}
.chk-cont .main-label {
  margin-right: 20px;
  font-weight: 600;
  font-size: 1.1em;
}
.chk-cont .chk-container {
  margin-right: 20px;
}
.chk-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chk-container .form-label {
  padding-top: 2px;
}
/* Hide the browser's default checkbox */
.chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #dadada;
}
.checkmark.incell {
  top: -12px;
}
/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
  background-color: #017366;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.chk-container .checkmark:after {
  left: 9px;
  top: 6px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-form-control {
  margin-right: 0;
  margin-bottom: 0;
}
.custom-form-control .custom-control-indicator {
  top: auto;
  bottom: -3px;
}
.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #017366;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #017366;
}
.cursor-pointer {
  cursor: pointer;
}
/*table-tree*/
.table-tree {
  width: 100%;
}
.table-tree > thead tr {
  border-bottom: 1px solid #e7eaec;
}
.table-tree tbody tr:not(:last-child) {
  border-bottom: 1px solid #e7eaec;
}
.table-tree thead tr th {
  padding: 12px 10px;
}
.table-tree thead tr th span {
  color: #017366;
}
.table-tree tr td {
  position: relative;
  /* For pseudo-elements positioning */
  padding: 10px 0;
}
.table-tree tr td.date-created,
.table-tree tr td.created-by {
  width: 180px;
}
.table-tree tr td.action-buttons {
  width: 215px;
}
.table-tree.remove-last {
  margin-bottom: 0;
}
.table-tree.remove-last > tbody > tr:last-child > td {
  border-bottom: none;
}
.table-tree tr td.node-name {
  padding-left: 10px;
}
.table-tree tr.childs {
  display: none;
}
.table-tree tr.childs.expanded {
  display: table-row;
}
.table-tree .tree-node .glyphicon-plus,
.table-tree .tree-node .glyphicon-minus {
  line-height: 20px;
  padding: 2px 0 5px 0;
}
.table-tree .tree-node .glyphicon-plus {
  display: none;
}
.table-tree .tree-node.collapsed .glyphicon-plus {
  display: block;
}
.table-tree .tree-node.collapsed .glyphicon-minus {
  display: none;
}
.table-tree .td-expand-collapse {
  width: 30px;
  text-align: center;
}
.table-tree .row-container .item-info {
  list-style: none;
  padding: 0;
  margin: 6px 0 0 0;
  font-size: 1.0769em;
  display: flex;
  flex-flow: wrap;
  gap: 5px;
  margin-bottom: 5px;
  align-items: center;
}
.table-tree .row-container .item-info li {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.table-tree .row-container .item-info li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, rgba(218, 217, 213, 0) 10%, #dad9d5 50%, rgba(218, 217, 213, 0) 90%);
}
.table-tree .row-container .item-info li .fonticons {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.table-tree .row-container .item-info li .fonticons:before {
  font-size: 1.0769em;
}
.table-tree .row-container .item-info li .display-num {
  background-color: #76c045;
  color: #fff;
  border-radius: 5px;
  padding: 0 8px;
}
.table-tree .row-container label {
  margin: 0;
}
.table-tree .row-container a {
  color: #7fc344;
  display: block;
  transition: all 0.5s ease-in-out;
  font-size: 0.9231em;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.table-tree .row-container a i {
  transition: all 0.3s ease-in-out;
}
.table-tree .row-container a.btn-delete {
  color: #dc3545;
}
.table-tree .row-container a.btn-delete i {
  color: #dc3545;
}
.table-tree .row-container a.btn-delete:hover {
  color: #bd2130;
  /* text-shadow: 0 0 10px #dc3545;*/
}
.table-tree .row-container a.btn-delete:hover .fonticons {
  color: #bd2130;
}
.table-tree .row-container a.btn-view {
  color: #00a2ed;
}
.table-tree .row-container a.btn-view i {
  color: #00a2ed;
}
.table-tree .row-container a.btn-view:hover {
  color: #007fba;
  /* text-shadow: 0 0 10px #00a2ed ;*/
}
.table-tree .row-container a.btn-view:hover .fonticons {
  color: #007fba;
}
.table-tree .row-container a:hover {
  color: #397d3e;
}
.table-tree .row-container a:hover .fonticons {
  color: #397d3e;
}
.table-tree .row-container .lnk-user {
  color: #7b7b7b;
  display: inline-block;
}
.table-tree .row-container .lnk-user:hover {
  color: #63be6a;
  text-shadow: none;
}
.table-tree .row-container .view-dates {
  display: inline-block;
  margin: 0 10px;
}
.table-tree .row-container .actions {
  position: absolute;
  top: 10px;
  left: 10px;
}
.table-tree .row-container .actions a,
.table-tree .row-container .actions span {
  display: inline-block;
  padding: 0 5px;
  color: #a19e9e;
}
.table-tree .row-container .actions a .fonticons:before,
.table-tree .row-container .actions span .fonticons:before {
  font-size: 18px;
  line-height: 24px;
}
.table-tree .row-container .actions a {
  visibility: hidden;
}
.table-tree .row-container .actions a:hover {
  color: #666;
  cursor: pointer;
}
.table-tree .row-container .strong {
  font-weight: bold;
}
.tree-controls a.expanded span.expand-all {
  display: none;
}
.tree-controls a.expanded span.collapse-all {
  display: block;
}
.tree-controls a.collapsed span.expand-all {
  display: block;
}
.tree-controls a.collapsed span.collapse-all {
  display: none;
}
/*toast*/
.ber-toast {
  opacity: 1;
  position: fixed;
  top: 46px;
  right: 46px;
  border-radius: 6px;
  background: #fff;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateX(calc(100% + 100px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.25, 1.35);
  z-index: 99999;
  max-width: unset;
}
.ber-toast.active {
  transform: translateX(0);
}
.ber-toast .toast-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ber-toast .message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
.ber-toast .message-text {
  font-size: 20px;
  font-weight: 600;
}
.ber-toast .text-1 {
  color: #333;
}
.ber-toast .text-2 {
  color: #666;
  font-weight: 400;
  font-size: 16px;
}
.ber-toast .toast-close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}
.ber-toast .toast-close:hover {
  opacity: 1;
}
.ber-toast .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #ddd;
}
.ber-toast .progress::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.ber-toast .toast-check {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}
.ber-toast.success {
  border-left: 8px solid #76c045;
}
.ber-toast.success .progress::before {
  background-color: #76c045;
}
.ber-toast.success .toast-check {
  background-color: #76c045;
}
.ber-toast.fail {
  border-left: 8px solid #fe5e5e;
}
.ber-toast.fail .progress::before {
  background-color: #fe5e5e;
}
.ber-toast.fail .toast-check {
  background-color: #fe5e5e;
}
.ber-toast .progress.active::before {
  animation: progress 6s linear forwards;
}
@keyframes progress {
  100% {
    right: 100%;
  }
}
.ber-toast .toast-btn {
  padding: 10px 40px;
  font-size: 20px;
  outline: none;
  border: none;
  background-color: #40f467;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.ber-toast .toast-btn:hover {
  background-color: #0fbd35;
}
table#journalTable td,
table#documentTable td {
  position: relative;
}
table#journalTable td .field-validation-error,
table#documentTable td .field-validation-error {
  font-size: 0.62rem;
  padding: 3px 10px;
  top: -11px;
  right: 6px;
  left: unset;
  min-width: unset;
  bottom: unset;
}
table#journalTable td .field-validation-error:before,
table#documentTable td .field-validation-error:before {
  display: none;
}
.exchange-icon-cp {
  position: absolute;
  right: 21px;
  top: 41px;
  font-size: 1.3rem;
}
.btn-modal-cancel {
  width: 100px;
}
.modal.modal-setting .tab-content {
  display: none;
}
.modal.modal-setting .tab-content.active {
  display: block;
}
.modal.modal-setting .feature-item {
  margin-bottom: 20px;
}
.modal.modal-setting .feature-item .toggle-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
.modal.modal-setting .feature-item .toggle-container input[type="checkbox"] {
  display: none;
}
.modal.modal-setting .feature-item .toggle-container input[type="checkbox"]:checked + .toggle-slider {
  background-color: #4299e1;
}
.modal.modal-setting .feature-item .toggle-container input[type="checkbox"]:checked + .toggle-slider::after {
  transform: translateX(26px);
}
.modal.modal-setting .feature-item .toggle-container .toggle-slider {
  position: relative;
  width: 50px;
  height: 24px;
  background-color: #cbd5e0;
  border-radius: 24px;
  transition: background-color 0.3s ease;
  margin-right: 12px;
}
.modal.modal-setting .feature-item .toggle-container .toggle-slider::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  top: 3px;
  left: 3px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.modal.modal-setting .feature-item .toggle-container .toggle-label {
  font-weight: 500;
  color: #2d3748;
  font-size: 16px;
}
.modal.modal-setting .feature-item .feature-description {
  color: #718096;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}
.modal.modal-setting .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.modal.modal-setting .tab-content {
  background: unset;
  padding: unset;
  border: unset;
  margin-bottom: unset;
  margin-top: unset;
}
.modal.modal-setting .modal-header {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}
.modal.modal-setting .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}
.modal.modal-setting .btn-close {
  margin: 0;
}
.modal.modal-setting .modal-body {
  padding: 0;
  display: flex;
}
.modal.modal-setting .settings-sidebar {
  width: 200px;
  background-color: #f9fafb;
  border-right: 1px solid #e5e7eb;
  padding: 14px !important;
}
.modal.modal-setting .settings-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal.modal-setting .settings-nav .settings-nav-item {
  margin-bottom: 10px;
}
.modal.modal-setting .settings-nav-link {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  border-radius: 14px;
}
.modal.modal-setting .settings-nav-link i {
  margin-right: 8px;
  font-size: 16px;
}
.modal.modal-setting .settings-nav-link:hover {
  background-color: #f3f4f6;
  color: #374151;
}
.modal.modal-setting .settings-nav-link.active {
  background-color: #eee;
  color: #111827;
  font-weight: 500;
}
.modal.modal-setting .settings-content {
  flex: 1;
  padding: 1.5rem;
  background-color: #fff;
}
.modal.modal-setting .setting-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #f3f4f6;
}
.modal.modal-setting .setting-item:last-child {
  border-bottom: none;
}
.modal.modal-setting .setting-label {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
}
.modal.modal-setting .custom-dropdown {
  position: relative;
  min-width: 120px;
}
.modal.modal-setting .dropdown-toggle-custom {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}
.modal.modal-setting .dropdown-toggle-custom:hover {
  border-color: #9ca3af;
}
.modal.modal-setting .dropdown-toggle-custom.show {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.modal.modal-setting .dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  overflow: hidden;
}
.modal.modal-setting .dropdown-menu-custom.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.modal.modal-setting .dropdown-item-custom {
  padding: 10px 12px;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal.modal-setting .dropdown-item-custom:hover {
  background-color: #f3f4f6;
}
.modal.modal-setting .dropdown-item-custom.selected {
  background-color: #eff6ff;
  color: #1d4ed8;
}
.modal.modal-setting .dropdown-item-custom .check-icon {
  color: #3b82f6;
  font-size: 16px;
}
.modal.modal-setting .modal-setting .modal-footer {
  border-top: 1px solid #424242 !important;
}
.modal.modal-setting .modal_radius_button {
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #6b7280;
  transition: all 0.2s ease;
}
.modal.modal-setting .modal_radius_button:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}
.modal.modal-setting .modal_radius_button.gray {
  background: #f9fafb;
}
.modal.fade.modal-right .modal-dialog {
  transform: translate(125%, 0px);
  margin: auto 0 auto auto;
  height: 100vh;
}
.modal.fade.modal-right .modal-dialog .modal-content {
  height: 98vh;
  margin: 0 10px;
}
.modal.fade.modal-right .modal-dialog .modal-body {
  overflow-y: auto;
}
.modal.show.modal-right .modal-dialog {
  transform: none;
}
.modal .modal-dialog .modal-content .ai-save a {
  padding: 0 10px;
}
.other-tab {
  position: absolute;
  top: -2px;
  right: 29px;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 9px 13px;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.other-tab a {
  padding: 0 10px;
  font-size: 1.1em;
  color: #017366;
}
.other-tab a:hover {
  color: #76c045;
}
.note-placeholder::placeholder {
  color: #b6b6b6;
  font-size: 0.9em;
  opacity: 1;
}
/*Permission Control*/
.authorization-container {
  background-color: #f5f5f5;
  padding: 10px 5px 6px 5px;
  border: 1px solid #e7eaec;
  margin: 0;
}
.authorization-container .authorization-section {
  padding: 0 2px !important;
}
.authorization-container .addNewBtn {
  height: 44px;
}
.authorization-container .addNewBtn .fonticons {
  top: 6px;
  padding: 0;
}
.authorization-container .roleItem {
  background-color: #dcdcdc;
}
.authorization-container .roleItem:hover {
  background-color: #e8f3f3;
}
.test-number {
  width: 75px;
}
.action-button {
  width: 75px;
  text-align: center;
}
.panel-forms label.error {
  display: none !important;
}
.table-forms th {
  font-weight: normal !important;
}
.table-forms label.error {
  display: none !important;
}
td.text-center {
  text-align: center;
}
.btnDelete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  width: 100%;
  border: none;
  background: transparent;
}
.btnDelete .chart-action {
  position: absolute;
  right: 5px;
  font-size: 20px;
  color: #dc3545;
}
.btnDelete .ico-trash {
  margin: 0 auto;
}
.table-footer {
  text-align: right;
  font-weight: bold;
  vertical-align: middle !important;
  font-size: 1.3em;
}
.table-footer.normal {
  font-weight: normal;
  font-size: 1.1em;
}
.White {
  background-color: white !important;
  color: black !important;
}
.Red {
  background-color: red !important;
  color: white !important;
}
.Yellow {
  background-color: yellow !important;
  color: black !important;
}
.Blue {
  background-color: blue !important;
  color: white !important;
}
.Orange {
  background-color: orange !important;
  color: white !important;
}
.Green {
  background-color: green !important;
  color: white !important;
}
.w-300 {
  width: 300px;
}
.w-250 {
  width: 300px;
}
.w-230 {
  width: 230px;
}
.w-200 {
  width: 200px;
}
.w-170 {
  width: 170px;
}
.w-150 {
  width: 150px;
}
.w-140 {
  width: 140px;
}
.w-120 {
  width: 120px;
}
.ps-25 {
  padding-left: 25px;
}
.text-tooltip {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 50px;
  line-height: 1.7;
  max-width: fit-content;
  max-height: 300px;
  overflow: auto;
  word-wrap: break-word;
  z-index: 99999;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  backdrop-filter: blur(10px);
}
.form-horizontal {
  /*padding: 40px 60px;*/
  position: relative;
}
.form-horizontal .form-control.input-lg {
  font-size: 1.3846em;
  padding-left: 5px;
  padding-right: 5px;
}
.form-horizontal label.error {
  font-weight: 400;
  margin-bottom: 0;
}
.form-horizontal h2 {
  color: #017366;
  border-bottom: 1px solid #017366;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.5385em;
}
.form-horizontal h4.title {
  color: #5e5e5e;
  border-bottom: 1px dashed #d6d6d6;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.form-horizontal .checkbox-block {
  margin: 5px 0;
}
.form-horizontal .checkbox-block span {
  margin: 0 10px;
  position: relative;
  top: 2px;
}
.form-horizontal .profile-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  margin: 0 5px;
}
.form-horizontal .form-group {
  margin-bottom: 20px;
}
.form-horizontal .form-group .input-title {
  font-size: 1em;
  margin-bottom: 5px;
  position: relative;
  color: #017366;
}
.form-horizontal .form-group .input-title.req label {
  position: relative;
}
.form-horizontal .form-group .input-title.req label::after {
  content: "*";
  color: #f73d3e;
  font-size: 1.5385em;
  position: absolute;
  margin-left: 5px;
  font-weight: 600;
  top: 5px;
  right: -15px;
}
.form-horizontal .form-group .input-title label {
  line-height: 16px;
}
.form-horizontal .form-group .input-title span {
  float: right;
  direction: rtl;
  font-size: 0.9231em;
  line-height: 16px;
  text-align: right;
}
.form-horizontal .form-group .rejection.disabled .input-title {
  color: #e6e6e6;
}
.form-horizontal .form-group .rejection.disabled .input-title label {
  line-height: 16px;
}
.form-horizontal .form-group .rejection.disabled .input-title label::after {
  content: " (DISABLED)";
}
.form-horizontal .form-group .icheckbox_square-green {
  margin: 2px 0;
  display: block;
}
.form-horizontal .form-group#ExpirationAlertDaysContainer .expiration-hint {
  font-size: 0.9em;
  padding: 0 2px;
  position: relative;
  top: 1px;
}
.form-horizontal .form-group .ico-hint {
  position: relative;
  top: 2px;
}
.login-page.new-login {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  margin: auto;
  height: 240px;
  width: 450px;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
}
.login-page.single-space {
  height: 300px;
}
.login-page.double-space {
  height: 380px;
}
.login-page .validation-summary-errors ul li {
  padding: 0 0 1px 0;
}
.login-page .btn-container {
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.login-page .btn-container .main_radius_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  height: 48px;
  padding: 8px 16px;
  font-size: 18px;
  border-radius: 8px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-weight: bold;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.login-page .btn-container .main_radius_button:hover::before {
  width: 100%;
}
.login-page .btn-container .main_radius_button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  transition: 0.3s;
  background: var(--secondary-color);
  z-index: -1;
}
.login-page .btn-container .main_radius_button.fit-content {
  width: fit-content !important;
}
.login-page .btn-container .main_radius_button.nafath {
  background-color: #fff !important;
  color: #000;
}
.login-page .btn-container .main_radius_button.nafath:before {
  background-color: #e0e0e0 !important;
}
.login-page .btn-container .main_radius_button.uae {
  background-color: #fff !important;
  color: #000;
}
.login-page .btn-container .main_radius_button.uae:before {
  background-color: #e0e0e0 !important;
}
.login-page .validation-summary-errors ul li {
  padding: 0 0 1px 0;
}
.centered-form {
  margin: 0 auto 30px auto;
}
.centered-form.no-marg {
  margin: 0;
}
.centered-form .btn {
  padding: 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  width: 45%;
  height: 50px;
  line-height: 50px;
}
.centered-form .btn.btn-post {
  margin-right: 20px;
}
.centered-form .btn.forget {
  color: #f6a709;
}
.centered-form .btn.forget:hover {
  background-color: #f6a709;
}
.centered-form .form-inner.login {
  position: relative;
}
.centered-form .form-inner.login .form-control {
  height: 42px !important;
  position: relative;
  padding-right: 45px;
  background: none;
  background-color: #fff;
  font-size: 1.1538em;
}
.centered-form .form-inner.login .form-control::-moz-placeholder {
  color: #565454;
}
.centered-form .form-inner.login .form-control:-ms-input-placeholder {
  color: #565454;
}
.centered-form .form-inner.login .form-control::-webkit-input-placeholder {
  color: #565454;
}
.centered-form .form-inner.login .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.centered-form .form-inner.login .username:after {
  font-family: fonticons;
  font-size: 18px;
  color: #8b8b8b;
  position: absolute;
  top: 0;
  right: 35px;
  line-height: 50px;
}
.centered-form .form-inner.login .username:after {
  content: "\e935";
}
.centered-form .form-inner.login .toggle_pwd {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 35px;
  line-height: 50px;
  color: #8b8b8b;
  font-size: 18px;
}
.centered-form .form-inner.login .btn {
  width: 100%;
}
.uploader {
  left: 0 !important;
  right: auto !important;
  top: 0 !important;
  opacity: 0;
}
.ber-row {
  border-radius: 5px;
  background-color: var(--ber-row-bg);
  padding: 15px 0;
  border: 1px solid var(--ber-row-border-color);
  margin: 0 0 30px 0;
}
.ber-row .message {
  width: 100%;
}
.ber-row .ber-col {
  padding: 0 10px;
  border-top: 1px solid var(--ber-col-border-color);
  border-bottom: 1px solid var(--ber-col-border-color);
  background-color: var(--ber-col-bg);
  margin-top: 15px;
  margin-bottom: 15px;
  height: 55px;
  line-height: 53px;
  overflow: hidden;
}
.ber-row .ber-col span {
  color: var(--ber-col-text-color-span);
  font-size: 1.1em;
  padding: 10px;
}
.ber-row .ber-col strong,
.ber-row .ber-col .grid-person {
  color: var(--ber-col-text-color-strong);
  font-weight: 700;
  padding: 10px;
}
.ber-row .ber-col.col-pending {
  background-color: #f0fff2;
}
.ber-row .ber-col.col-pending strong {
  color: #306937;
}
.ber-row .ber-col.col-reject {
  background-color: #fde0e4;
}
.ber-row .ber-col.col-reject strong {
  color: #a32c3d;
}
.ber-row .ber-col.col-approve {
  background-color: #def4da;
}
.ber-row .ber-col.col-approve strong {
  color: #269c29;
}
.ber-row .ber-col .grid-person {
  color: #337ab7;
}
.ber-row .ber-col .grid-person .fonticons:before {
  font-size: 18px;
}
.ber-row .ber-col .grid-person:hover {
  color: #285f8f;
}
.fixed-bar {
  position: relative;
  text-align: center;
}
.fixed-bar .bar-items {
  position: fixed;
  padding: 10px;
  background-color: #017366;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  color: #fff;
  z-index: 999999;
  display: flex;
  box-shadow: 0 -1px 10px 3px #666666;
}
.fixed-bar .amount {
  font-weight: 600;
  font-size: 20px;
  padding: 0px 5px;
}
.dp-calenedar {
  position: relative;
}
.dp-calenedar .ico-calendar-icon-2,
.dp-calenedar .ico-calendar {
  position: absolute;
  top: 45px;
  right: 27px;
  color: #646464;
  font-size: 17px;
}
.dp-calenedar .ico-calendar-icon-2:before,
.dp-calenedar .ico-calendar:before {
  font-size: 1.2308em;
}
.dp-calenedar .periodPopup {
  position: absolute;
  top: 43px;
  right: 52px;
  color: #646464;
  font-size: 17px;
}
.btn {
  border-radius: 2px;
}
.application-actions .form-header {
  color: #76c045;
  text-align: center;
  font-size: 20px;
  border: 0;
  margin-bottom: 0;
}
.application-actions .action-group {
  text-align: center;
  margin-top: 30px;
}
.application-actions .action-group .btn {
  color: #fff;
  padding: 90px 55px 25px 55px;
  font-size: 24px;
  font-weight: bold;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  height: 150px;
  width: 240px;
}
.application-actions .action-group .btn i {
  padding: 0;
}
.application-actions .action-group .btn .btn-title {
  z-index: 3;
  display: block;
  position: absolute;
  text-align: center;
  bottom: 20px;
  right: 0;
  left: 0;
}
.application-actions .action-group .btn .btn-icon {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 40px;
  z-index: 2;
}
.application-actions .action-group .btn .btn-icon:before {
  font-family: fonticons;
  font-size: 50px;
  font-weight: bold;
}
.application-actions .action-group .btn .btn-bg {
  display: block;
  position: absolute;
  margin: auto;
  right: -19px;
  top: 65px;
  z-index: 1;
}
.application-actions .action-group .btn .btn-bg:before {
  font-family: fonticons;
  font-size: 161px;
  font-weight: 700;
}
.application-actions .action-group .btn-approve .btn-icon:before {
  font-size: 62px;
}
.application-actions .action-group .btn-approve .btn-bg:before {
  color: #357935;
}
.application-actions .action-group .btn-approve:hover {
  background-color: #4cae4c;
}
.application-actions .action-group .btn-done {
  background-color: #a9a7a7;
}
.application-actions .action-group .btn-done .btn-icon:before {
  font-size: 62px;
}
.application-actions .action-group .btn-done .btn-bg:before {
  color: #919191;
}
.application-actions .action-group .btn-done:hover {
  background-color: #b7b7b7;
}
.application-actions .action-group .btn-reject .btn-bg:before {
  color: #a40a05;
}
.application-actions .action-group .btn-return .btn-bg:before {
  color: #d57e04;
}
.application-actions .custom-label {
  font-size: 1.5em;
  color: #76c045;
  padding-bottom: 5px;
  font-weight: 600;
}
.loading {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff url("../images/preloader.gif?v1.0") center center no-repeat;
  z-index: 10000;
  opacity: 0.8;
  transition: opacity 0.5s linear;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  /* Center the spinner */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  z-index: 99999;
  /* Ensure it appears above other content */
  backdrop-filter: blur(5px);
  /* Subtle blur effect for depth */
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* Optional subtle border */
}
#loading.with-bg {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 240, 240, 0.9));
  /* Professional gradient background */
}
#loading .spinner-border {
  width: 3rem;
  /* Adjust size as needed */
  height: 3rem;
  /* Adjust size as needed */
  color: #28a745;
  /* Green spinner color */
  animation: spinner-border 0.75s linear infinite;
  /* Smooth rotation animation */
}
.error-msg {
  padding: 15px !important;
}
.alert {
  padding: 40px 15px;
  position: relative;
}
.alert i {
  position: absolute;
  right: 50px;
  top: 50px;
}
.alert i:before {
  font-size: 60px;
}
.alert.alert-min {
  padding: 10px 15px;
  text-align: center !important;
  /*padding-left: 65px;*/
}
.alert.alert-min i {
  top: 8px;
  left: 25px;
}
.alert.alert-min i:before {
  font-size: 26px;
}
.alert.alert-min2 {
  padding: 10px 15px;
  padding-left: 65px;
}
.alert.alert-min2 i {
  top: 8px;
  left: 25px;
  right: auto;
}
.alert.alert-min2 i:before {
  font-size: 26px;
}
.rejected-container {
  padding: 20px 15px;
  border-radius: 10px;
}
.rejected-container .rejection {
  border: 1px solid #efc7ca;
  border-radius: 10px;
  padding: 10px;
}
.rejected-container .rejection.reason {
  margin-bottom: 15px;
}
.rejected-container .ico-warning {
  color: #8b1414;
}
.rejected-container .attachment {
  margin-bottom: 0px !important;
}
.rejected-container .notes,
.rejected-container .files {
  padding: 10px 30px 0px;
}
.form-notes {
  color: #666;
  margin: 50px 0 30px 0;
}
.form-notes .fonticons {
  color: #f55151;
  font-size: 3.0769em;
}
.form-notes .head {
  text-transform: uppercase;
  color: #f55151;
  display: inline-block;
  border-right: 1px solid #e1e1e1;
  padding: 0 20px;
  width: 130px;
  margin-right: 20px;
  font-size: 1em;
  line-height: 18px;
}
.form-notes .note {
  display: inline-block;
  max-width: 80%;
}
.imp-note {
  color: #76c045;
  float: right;
}
.validation-summary {
  display: none;
  background-color: #fbf4f5;
  border: 1px solid #fba7b2;
  border-radius: 5px;
  padding: 14px 20px;
  text-align: center;
  margin-bottom: 20px;
}
.validation-summary .error-list {
  font-size: 1.0769em;
  font-weight: 800;
  vertical-align: top;
  line-height: 30px;
  color: #da1a32;
}
.validation-summary .error-list .fonticons {
  font-size: 1.8462em;
  padding: 0 20px;
  font-weight: 200;
  position: relative;
  top: 5px;
}
.validation-summary .error-list label {
  margin: 0;
}
.validation-summary .error-list span {
  direction: rtl;
  display: inline-block;
  padding-left: 20px;
}
.study-approved {
  display: none;
}
.invalid-tooltip {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 0.9231em;
}
.request-steps {
  display: inline-block;
  width: 93px;
  margin-right: 4%;
  vertical-align: top;
}
.request-steps .steps {
  list-style: none;
  margin: 0;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0px #eee;
  border-radius: 5px;
  padding: 40px 20px;
  text-align: center;
}
.request-steps .steps li {
  color: #c9c9c9;
  font-size: 1em;
}
.request-steps .steps li.current:before {
  background-color: #e2ea34;
}
.request-steps .steps li.active a {
  font-weight: 600;
  color: #5b5b5b;
}
.request-steps .steps li.active:before {
  background-color: #f59100;
}
.request-steps .steps li.finished:before {
  background-color: #2bc775;
}
.request-steps .steps li:last-child:after {
  content: none;
}
.request-steps .steps li a {
  color: #9a9999;
  margin: 10px 0;
  display: block;
}
.request-steps .steps li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #e6e6e6;
  display: block;
  border-radius: 5px;
  margin: 0 auto;
}
.request-steps .steps li:after {
  content: "";
  width: 1px;
  height: 55px;
  background-color: #e6e6e6;
  display: block;
  margin: 0 auto;
}
.form-steps {
  display: inline-block;
  width: 86%;
  position: relative;
}
.form-panel {
  padding-bottom: 35px;
}
.form-panel .panel-title {
  margin-bottom: 0;
  color: #017366;
  font-size: 2em;
  font-weight: normal;
}
.form-panel .panel-title a {
  color: #017366;
  display: inline-block;
  width: 92%;
}
.form-panel .panel-title .template,
.form-panel .panel-title .clear-icon {
  float: right;
  width: 25px;
}
.form-panel .panel-title .clear-icon {
  margin-right: 10px;
}
.form-panel .panel-title.locked {
  color: #ccc;
}
.form-panel .panel-title.locked a {
  color: #ccc;
}
.form-panel .panel-body {
  margin-top: 30px;
}
.form-panel .panel-body span.form-label {
  min-width: 200px;
  display: inline-block;
}
.form-panel .panel-body strong.form-label {
  font-size: 1.1538em;
}
.form-panel .panel-body .form-group.viewmode {
  margin-bottom: 12px;
  padding-bottom: 12px;
  box-shadow: 0 1px 1px 1px #f5f5f5;
}
.form-panel .panel-body .local-amount {
  position: absolute;
  right: 15px;
  top: 7px;
  width: 40%;
  display: none;
}
.form-panel .panel-body .local-amount .form-control {
  height: 32px !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
  transition: box-shadow 0.3s ease-in-out;
}
.form-panel .panel-body .local-amount .form-control:focus {
  outline: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2) !important;
}
.form-panel .panel-body .local-amount.show {
  display: block;
}
.form-panel .panel-body .toggle_pwd {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 35px;
  line-height: 50px;
  color: #8b8b8b;
  font-size: 18px;
}
.btn-custom {
  background-color: #017366;
  color: #fff;
}
.btn-custom:hover {
  background-color: #015a50;
  color: #fff;
}
.btn-default {
  background-color: #797979;
  color: #fff;
}
.btn-default:hover {
  background-color: #606060;
  color: #fff;
}
.btn-highlited {
  background-color: #63be6a;
  color: #fff;
}
.btn-highlited:hover {
  background-color: #46a84e;
  color: #fff;
}
.submitter-info {
  border-top: 2px solid #f4f4f4;
  padding-top: 20px;
}
.submitter-info .app-info {
  font-size: 1em;
}
.submitter-info .app-info i {
  color: #aaa;
  margin-right: 10px;
}
.submitter-info .app-info label {
  color: #aaa;
  margin-right: 5px;
  margin-bottom: 0;
  display: inline-block;
}
.submitter-info .app-info .lnk-user {
  color: #3a4d5c;
  display: inline-block;
}
.submitter-info .app-info .lnk-user:hover {
  color: #287676;
}
.submitter-info .app-info span {
  display: inline-block;
}
.form-control:disabled {
  background-color: #f9f9f9;
}
.swal2-icon.swal2-success .line.tip {
  top: 45px !important;
}
.swal2-icon.swal2-success .line.long {
  top: 37px !important;
}
/* Blur */
.blur-effect figure img,
.blur-effect .figure img {
  filter: blur(3px);
  transition: 0.3s ease-in-out;
}
.blur-effect figure:hover img,
.blur-effect .figure:hover img {
  filter: blur(0);
}
/* Gray Scale */
.grayscale-effect figure img,
.grayscale-effect .figure img,
.grayscale-effect figure .img,
.grayscale-effect .figure .img {
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}
.grayscale-effect figure:hover img,
.grayscale-effect .figure:hover img,
.grayscale-effect figure:hover .img,
.grayscale-effect .figure:hover .img {
  filter: grayscale(0);
}
.grayscale-effect .owl-item.active.c .img {
  filter: grayscale(0);
}
/* Zoom Out */
.zoomout-effect figure img,
.zoomout-effect .figure img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.zoomout-effect figure:hover img,
.zoomout-effect .figure:hover img {
  transform: scale(1);
}
/* Zoom In */
.zoomin-effect figure img,
.zoomin-effect .figure img,
.zoomin-effect figure .img,
.zoomin-effect .figure .img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.zoomin-effect figure:hover img,
.zoomin-effect .figure:hover img,
.zoomin-effect figure:hover .img,
.zoomin-effect .figure:hover .img {
  transform: scale(1.1);
}
/* Zoom Animation */
.zooming {
  animation-name: zooming;
  animation-duration: 50s;
  animation-iteration-count: infinite;
}
@keyframes zooming {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.sanimation.s-zoom-in {
  opacity: 0;
  transform: scale(0.6);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-zoom-in.in-view {
  opacity: 1;
  transform: translate(0) scale(1);
}
.sanimation.s-zoom-in-up {
  opacity: 0;
  transform: translateY(100px) scale(0.6);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-zoom-in-up.in-view {
  opacity: 1;
  transform: translate(0) scale(1);
}
.sanimation.s-fade-up {
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-up.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-down {
  opacity: 0;
  transform: translateY(-100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-down.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-left {
  opacity: 0;
  transform: translate(100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-left.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-right {
  opacity: 0;
  transform: translate(-100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-right.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-up-right {
  opacity: 0;
  transform: translate(-100px, 100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-up-right.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-up-left {
  opacity: 0;
  transform: translate(100px, 100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-up-left.in-view {
  opacity: 1;
  transform: translate(0);
}
/*******Animation************/
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 5px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
  /*transition:all 1s ease;*/
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
}
/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-skew:hover,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:active {
  animation-name: hvr-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition: all 1s ease;
}
.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  animation-name: hvr-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  background-color: #b36705;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  /*transition-duration: 0.3s;*/
  transition: transform 1s ease;
}
.hvr-icon-wobble-horizontal i {
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover i,
.hvr-icon-wobble-horizontal:focus i,
.hvr-icon-wobble-horizontal:active i {
  animation-name: hvr-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-float-shadow::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, #f99c25 0%, transparent 80%);
  background: radial-gradient(ellipse at center, #f99c25 0%, transparent 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  transform: translateY(-10px);
}
.hvr-float-shadow:hover::before,
.hvr-float-shadow:focus::before,
.hvr-float-shadow:active::before {
  opacity: 1;
  transform: translateY(10px);
}
.gray::before {
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%) !important;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%) !important;
}
.green::before {
  background: -webkit-radial-gradient(center, ellipse, #57b86a 0%, transparent 80%) !important;
  background: radial-gradient(ellipse at center, #57b86a 0%, transparent 80%) !important;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #f99c25;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-rectangle-out::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b36705;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover::before,
.hvr-rectangle-out:focus::before,
.hvr-rectangle-out:active::before {
  transform: scale(1);
}
.timeline {
  position: relative;
  overflow: auto;
}
.timeline:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  background: #ddd;
  left: 0;
}
.timeline .status {
  display: block;
  padding: 5px;
}
.timeline .person {
  color: #337ab7 !important;
}
.timeline .person:hover {
  color: #285f8f !important;
}
.timeline .notes {
  font-size: 0.8em;
  padding: 5px;
}
.timeline .main-title {
  background: #ddd;
  max-width: 25%;
  margin: 0 auto 1em;
  padding: .5em;
  text-align: center;
  position: relative;
  clear: both;
  display: block;
  font-size: 1.5em;
}
.timeline h3 {
  margin-top: 0;
}
.timeline time {
  font-style: italic;
}
.timeline ul {
  list-style: none;
  padding: 0 0 0 1em;
  z-index: 1;
}
.timeline ul li {
  background-color: #ddd;
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
}
.timeline ul li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 1em solid #ddd;
  border-left: 1em solid transparent;
  position: absolute;
  left: -1em;
  top: 0;
  transition: all 0.3s ease-in;
}
.timeline ul li:hover {
  background-color: #c4c4c4;
}
.timeline ul li:hover:before {
  border-top-color: #c4c4c4;
}
.timeline ul li:first-child {
  background-color: #c4c1c1;
}
.timeline ul li:first-child:before {
  border-top-color: #c4c1c1;
}
.timeline ul li:first-child:hover {
  background-color: #aba7a7;
}
.timeline ul li:first-child:hover:before {
  border-top-color: #aba7a7;
}
@media screen and (min-width: 40em) {
  .timeline:before {
    left: 50%;
  }
  .timeline ul {
    padding-left: 0;
    max-width: 700px;
    margin: 0 auto;
  }
  .timeline ul li {
    width: 42%;
  }
  .timeline ul li:nth-child(even) {
    float: right;
    margin-top: 2em;
  }
  .timeline ul li:nth-child(odd) {
    float: left;
  }
  .timeline ul li:nth-child(odd):before {
    border-top: 1em solid #ddd;
    border-right: 1em solid transparent;
    right: -1em;
    left: auto;
  }
  .timeline ul li:nth-child(odd):hover:before {
    border-top-color: #c4c4c4;
  }
  .timeline ul li:nth-child(odd):first-child:before {
    border-top-color: #c4c1c1;
  }
  .timeline ul li:nth-child(odd):first-child:hover:before {
    border-top-color: #aba7a7;
  }
  .timeline ul li:nth-of-type(2n+1) {
    clear: both;
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* ---------------- Owl Theme -------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 4px 6px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #76c045;
  width: 60px;
  border-radius: 10px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #76c045;
}
/* ---------------- Owl Theme -------------------------*/
/*#region Start MFA LESS */
.mfa {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  z-index: 9;
  color: #fff;
  padding: 50px;
  height: 335px;
  width: 790px;
}
.mfa.mfa-setup {
  height: 450px;
  width: 900px;
}
.mfa.mfa-setup .form__pincode {
  height: 130px;
}
.mfa .mfa-form h2 {
  color: #fff;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 2.1538em;
}
.mfa .mfa-img {
  border-radius: 20px;
  max-width: 90%;
}
.mfa .form__group {
  margin: 10px 0 0;
}
.mfa .form__group--error .form__pincode > input {
  background-color: #eb3b3b;
}
.mfa .form__group--error .form__pincode > input[disabled] {
  color: #fff;
  opacity: 1;
}
.mfa .form__group--success .form__pincode > input {
  background-color: #32c832;
}
.mfa .form__group--success .form__pincode > input[disabled] {
  color: #fff;
  opacity: 1;
}
.mfa .form__pincode {
  display: block;
  width: 100%;
  margin: 10px auto 20px;
  height: 100px;
}
.mfa .form__pincode > label {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.mfa .form__pincode > input {
  display: inline-block;
  float: left;
  width: 15%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 2em;
  color: #181819;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px 2px 0 0;
  margin: 10px 2% 0 0;
  padding: 0;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  cursor: default;
  user-select: none;
}
.mfa .form__pincode > input:focus {
  outline: 0;
  border-color: #7fc344;
  animation: border-pulsate 1.5s infinite;
}
.mfa .form__pincode > input:last-child {
  margin-right: 0;
}
.mfa .form__pincode > input[disabled] {
  background: #eee;
  opacity: 1;
}
/*#endregion END MFA LESS*/
/* START AI LESS */
.professions .grid-item {
  cursor: pointer;
  border: 1px solid #ececec;
  padding: 6px;
  text-align: center;
  position: relative;
  margin: 5px;
  border-radius: 10px;
  max-height: 73px;
  max-width: 170px;
  overflow: hidden;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}
.professions .grid-item a {
  width: 100%;
  height: 100%;
}
.professions .grid-item label {
  font-size: 14px;
  color: #000;
}
.chat-container {
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: white !important;
}
.chat-container .inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #c4c4c4;
}
.chat-container .inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.chat-container .top_spac {
  margin: 20px 0 0;
}
.chat-container .recent_heading {
  float: left;
  width: 40%;
}
.chat-container .srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}
.chat-container .headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #c4c4c4;
}
.chat-container .recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.chat-container .srch_bar input {
  border: 1px solid #cdcdcd;
  border-width: 0 0 1px 0;
  width: 80%;
  padding: 2px 0 4px 6px;
  background: none;
}
.chat-container .srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.chat-container .srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}
.chat-container .chat_ib h5 {
  font-size: 15px;
  color: #464646;
  margin: 0 0 8px 0;
}
.chat-container .chat_ib h5 span {
  font-size: 13px;
  float: right;
}
.chat-container .chat_ib p {
  font-size: 14px;
  color: #989898;
  margin: auto;
}
.chat-container .chat_img {
  float: left;
  width: 11%;
}
.chat-container .chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}
.chat-container .chat_people {
  overflow: hidden;
  clear: both;
}
.chat-container .chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.chat-container .inbox_chat {
  height: 200px;
  overflow-y: scroll;
}
.chat-container .active_chat {
  background: #ebebeb;
}
.chat-container .incoming_msg_img,
.chat-container .outgoing_msg_img {
  display: inline-block;
  width: 6%;
}
.chat-container .incoming_msg_img img,
.chat-container .outgoing_msg_img img {
  max-width: 100%;
}
.chat-container .received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}
.chat-container .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.chat-container .time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.chat-container .mesgs {
  font-size: 0.97rem;
  line-height: 30px;
  padding: 30px 15px 0 25px;
}
.chat-container .sent_msg p {
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
  line-height: 30px;
}
.chat-container .outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}
.chat-container .sent_msg {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  width: 92%;
  background-color: #e6edf3;
}
.chat-container .input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}
.chat-container .type_msg {
  border-top: 1px solid #c4c4c4;
  position: relative;
}
.chat-container .msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.chat-container .messaging {
  padding: 0 0 50px 0;
}
.chat-container .h-200 {
  height: 15vh !important;
}
.chat-container .decoration-bar {
  background-color: #fac705;
  height: 0.6rem;
  width: 26rem;
  margin: 0 auto 2rem;
}
.chat-container .button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006ec8;
  border-radius: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  height: 32px;
  line-height: 24px;
  padding: 6px 12px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .chat-container .button {
    height: 44px;
  }
}
.chat-container .button--lg {
  height: 56px;
}
.chat-container .button--md {
  padding: 6px 20px;
}
.chat-container .button--dark {
  background-color: #006ec8;
  color: #f7f7f7;
}
.chat-container .button--dark:hover {
  color: #f7f7f7;
  background-color: #034276;
}
.chat-container .button--light {
  background-color: transparent;
  border: 2px solid #f7f7f7;
  color: #f7f7f7;
}
.chat-container .button--light:hover {
  background-color: #f7f7f7;
  color: #12395b;
}
.chat-container .button--transparent {
  background-color: transparent;
  color: #006ec8;
  text-transform: none;
  font-size: 16px;
}
.chat-container .button--transparent svg {
  margin-left: 6px;
}
.chat-container svg {
  max-width: 100%;
  height: auto;
}
.chat-container .questions__headline {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
}
.chat-container .questions__form {
  max-width: 800rem;
  margin: 0 auto;
}
.chat-container .questions {
  text-align: center;
}
.chat-container .questions .form__tab {
  display: none;
}
.chat-container .questions .form__tab.active {
  display: block;
}
.chat-container .questions .form__group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.chat-container .questions .form__group--full {
  flex-direction: column;
}
.chat-container .questions .form__title {
  margin-bottom: 3rem;
  padding: 0 4rem;
  font-size: 3.2rem;
}
.chat-container .questions .form__input {
  position: absolute;
  opacity: 0;
}
.chat-container .questions .form__label--simple {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  color: #12395b;
}
.chat-container .questions .form__label:hover {
  background: rgba(8, 107, 148, 0.1);
}
.chat-container .questions .form__label:has(input:checked) {
  border: 2px solid #72c462;
  background-color: #f7f7f7;
}
.chat-container .questions .form__label:has(input:checked) .form__label-check {
  display: block;
}
.chat-container .questions .form__label:has(input:focus) {
  outline: 2px ridge rgba(0, 110, 200, 0.4);
}
.chat-container .questions .form__label-img {
  width: 60px;
  position: absolute;
  left: 3px;
  top: 13px;
}
.chat-container .questions .form__label-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}
.chat-container .questions .form__label-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 325;
  line-height: 20px;
  /* 142.857% */
}
.chat-container .questions .form__label-check {
  color: #006ec8;
  fill: #006ec8;
  stroke-opacity: 1;
  stroke: #f7f7f7;
  background: #f7f7f7;
  border-radius: 100%;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.chat-container .questions .form__prev > svg {
  transform: rotate(180deg);
}
.chat-container .questions .form__prev,
.chat-container .questions .questions .form__next {
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 2rem;
}
.chat-container .questions .form__label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 15px;
  border: 2px solid #efefef;
  grid-auto-flow: column;
  grid-template-columns: 25% 75%;
  grid-template-rows: 40px 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 3px 2px 2px 26px;
  position: relative;
  text-align: center;
  width: calc(16% - 8px);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media screen and (min-width: 992px) {
  .chat-container .questions .form__group {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .chat-container .questions .form__group--full {
    flex-direction: column;
  }
}
.ai-button {
  position: absolute;
  width: 31px;
  display: block;
  bottom: 5px;
  right: 25px;
  background: #f8f8f8;
  border-radius: 20px;
  transform: rotate(278deg);
  cursor: pointer;
}
.aiConversationDetail {
  /* for toggle behavior */
}
.aiConversationDetail .profile-image {
  border-radius: 100% !important;
}
.aiConversationDetail .vertical-nav {
  min-width: 17rem;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.aiConversationDetail .page-content {
  width: calc(83%);
  margin-left: 17rem;
  transition: all 0.4s;
}
.aiConversationDetail #sidebar.active {
  margin-left: -17rem;
}
.aiConversationDetail #content.active {
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .aiConversationDetail #sidebar {
    margin-left: -17rem;
  }
  .aiConversationDetail #sidebar.active {
    margin-left: 0;
  }
  .aiConversationDetail #content {
    width: 100%;
    margin: 0;
  }
  .aiConversationDetail #content.active {
    margin-left: 17rem;
    width: calc(83%);
  }
}
.aiConversationDetail .separator {
  margin: 3rem 0;
  border-bottom: 1px dashed #fff;
}
.aiConversationDetail .text-uppercase {
  letter-spacing: 0.1em;
}
.aiConversationDetail .text-gray {
  color: #aaa;
}
.aiConversationDetail .vertical-nav li {
  padding: 5px;
  margin: 5px;
  border-bottom: 1px solid #f5f5f5;
}
.aiConversationDetail .vertical-nav li span {
  font-size: 0.7rem;
  padding: .5rem 1rem;
  color: #817d7d;
}
.aiConversationDetail .show-content-link {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  margin: 2px 5px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #4a4a4a;
  background-color: #d9d9d9;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.aiConversationDetail .show-content-link i {
  font-size: 0.9rem;
  color: #6c757d;
  padding: 3px;
  transition: color 0.3s;
}
.aiConversationDetail .show-content-link:hover {
  background-color: #72c462;
  color: #fff;
  text-decoration: none;
}
.aiConversationDetail .show-content-link:hover i {
  color: #fff;
}
.aiConversationDetail .show-content-link:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}
.text-editor {
  position: relative;
  display: inline-block;
  width: 100%;
}
.editor-input {
  width: 100%;
  padding-right: 30px;
  /* Space for the icon */
}
.ai-icon {
  position: absolute;
  right: 18px;
  bottom: -10px;
  cursor: pointer;
  font-size: 39px;
}
.ai-input {
  padding-right: 40px;
}
.ai-input.ar-input {
  padding-left: 40px;
  padding-right: .75rem;
}
.ar-input ~ .ai-icon {
  left: 20px;
  right: unset;
}
.ar-input ~ .ai-icon ~ .context-menu {
  right: unset;
  left: 30px;
}
.context-menu {
  display: none;
  position: absolute;
  right: 30px;
  top: 87%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.context-menu .custom-control.custom-switch {
  top: 8px;
  right: 0;
  left: 70%;
}
.context-menu ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.context-menu ul li {
  padding: 8px 16px;
  cursor: pointer;
}
.context-menu ul li i {
  margin-right: 8px;
}
.context-menu ul li:hover {
  background-color: #f0f0f0;
}
.toggle-ai-tools {
  position: absolute;
  left: 105px;
  font-size: 1.2rem;
  display: block;
  z-index: 9999;
}
.ai-save {
  position: absolute;
  right: 60px;
  bottom: 5px;
  font-size: 1.4rem;
  color: #017366;
}
.ai-setting-toggle {
  font-size: 20px;
  background-color: #ddd;
  margin: 0px;
  padding: 5px 15px;
  border-radius: 5px;
}
.ai-setting-toggle:hover {
  background-color: #aaaaaa;
}
.conversation-collapsed {
  display: none;
}
.ai-conversation-toggle span {
  font-size: 0.95rem;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.ai-conversation-toggle span:hover {
  color: #007BFF;
  cursor: pointer;
}
.ai-conversation-toggle span i {
  margin-right: 9px;
  font-size: 17px;
}
.prompt-text {
  min-height: 10rem;
  /* Set a minimum height for the text areas */
  resize: vertical;
  /* Allow vertical resizing by the user */
  overflow-y: auto;
  /* Enable vertical scrolling when content exceeds the height */
}
/* END AI LESS */
.workflow-accordion .toggleButton {
  border: none;
  background-color: transparent;
}
.workflow-accordion .toggleButton:focus {
  outline: none;
}
.workflow-accordion .toggleButton i {
  font-size: 1.13em;
}
.btn-step {
  color: #001a31;
}
.btn-step i {
  color: #001a31;
}
.btn-step:hover {
  color: #007fba;
  /* text-shadow: 0 0 10px #00a2ed ;*/
}
.btn-step:hover .fonticons {
  color: #007fba;
}
.fixed-bar {
  position: relative;
  text-align: center;
}
.fixed-bar .bar-items {
  position: fixed;
  padding: 10px;
  background-color: #017366;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  color: #fff;
  z-index: 100;
  box-shadow: 0 -1px 10px 3px #666666;
}
.fixed-bar .bar-items .row {
  width: 100%;
}
.fixed-bar .bar-items .bar-item {
  font-size: 1rem;
  margin: 10px 0;
}
.fixed-bar .bar-items .bar-item span {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.side-menu {
    padding-left: unset !important;
  }
}
@media (max-width: 767px) {
  html[dir="rtl"] body.side-menu {
    padding-left: unset !important;
    padding-right: unset !important;
  }
}
.header {
  background-color: var(--header-bg);
}
.header .top-bar {
  background-color: #017366;
  height: 40px;
  color: #dadada;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #76c045;
}
.header .top-bar.top-bar-sticky {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1001;
}
.header .top-bar .system-full-menu {
  display: flex;
}
.header .top-bar .system-full-menu .show .open-menu {
  background-color: #76c045;
}
.header .top-bar .system-full-menu .open-menu {
  line-height: 40px;
  padding: 0 15px;
  display: block;
  height: 40px;
  color: #fff;
}
.header .top-bar .system-full-menu .open-menu .fonticons {
  margin: 0 8px;
}
.header .top-bar .system-full-menu .open-menu:hover {
  background-color: #76c045;
}
.header .top-bar .system-full-menu .dropdown-menu {
  margin: 0;
  left: -5px !important;
  border-radius: 0;
  border: none;
  box-shadow: 8px 8px 6px -6px #777777;
  z-index: 9999;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item i {
  width: 35px;
  display: inline-block;
  text-align: center;
  padding-right: 20px;
  transition: all 0.5s ease-in-out;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item i:before {
  color: #76c045;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item span {
  font-size: 14px;
  color: #017366;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item:hover {
  background-color: #017366;
  color: #fff;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item:hover span {
  color: #fff;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item:hover i {
  padding-right: 10px;
  color: #fff;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item:hover i:before {
  color: #fff;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item.has-items {
  position: relative;
  cursor: pointer;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item.has-items:hover .dropdown-menu {
  display: block;
  left: 100% !important;
  top: 0;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item.has-items:hover .dropdown-menu .dropdown-item i:before {
  color: #76c045;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item.has-items:hover .dropdown-menu .dropdown-item span {
  color: #017366;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item.has-items:hover .dropdown-menu .dropdown-item:hover {
  background-color: #017366;
  color: #fff;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item.has-items:hover .dropdown-menu .dropdown-item:hover span {
  color: #fff;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item.has-items:hover .dropdown-menu .dropdown-item:hover i {
  color: #fff;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item.has-items:hover .dropdown-menu .dropdown-item:hover i:before {
  color: #fff;
}
.header .top-bar .system-full-menu .dropdown-menu .dropdown-item .has-submenu {
  float: right;
  position: relative;
  top: 8px;
  font-size: 10px;
}
.header .user-info-menu .welcome {
  /* background-color: #001a31;*/
  padding: 0 10px;
  display: block;
  line-height: 37px;
}
.header .user-info-menu .welcome:hover {
  background-color: #76c045;
}
.header .user-info-menu .welcome:hover span:after {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.header .user-info-menu .welcome img {
  height: 34px;
  border-radius: 100%;
  padding: 3px;
}
.header .user-info-menu .welcome .profile-icon {
  position: relative;
  top: 2px;
}
.header .user-info-menu .welcome .profile-icon:before {
  font-size: 15px;
  padding: 7px;
}
.header .user-info-menu .welcome span {
  padding: 0 8px;
}
.header .user-info-menu .welcome span:after {
  content: "\e904";
  font-family: fonticons;
  top: -5px;
  font-size: 10px;
  z-index: 10;
  display: inline-block;
  padding: 0;
  transform: rotate(90deg);
  margin-left: 15px;
}
.header .user-info-menu .welcome .arrow-icon:before {
  font-size: 6px;
}
.header .user-info-menu .dropdown-menu {
  background-color: var(--dropdown-menu-bg);
  right: 0 !important;
  left: auto !important;
  transform: translate3d(0px, 40px, 0px) !important;
  border-radius: 0;
  border: none;
  box-shadow: var(--dropdown-box-shadow);
  padding: 10px 20px;
  top: 5px !important;
}
.header .user-info-menu .dropdown-menu .list-item {
  padding: 0 10px;
  color: #017366;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--dropdown-menu-border-color);
}
.header .user-info-menu .dropdown-menu .list-item .flex-link {
  display: flex;
  justify-content: space-between;
}
.header .user-info-menu .dropdown-menu .list-item .flex-link .mode {
  padding-right: 20px;
  padding-left: 0;
  color: #333;
}
.header .user-info-menu .dropdown-menu .list-item .flex-link .mode:before {
  content: " ";
  width: 13px;
  height: 13px;
  border: 1px solid #333;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 2px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.header .user-info-menu .dropdown-menu .list-item .flex-link .mode:hover {
  background: none;
  color: #76c045;
}
.header .user-info-menu .dropdown-menu .list-item .flex-link .mode:hover.dark:before {
  background-color: #76c045;
}
.header .user-info-menu .dropdown-menu .list-item .flex-link .mode:hover:before {
  border-color: #76c045;
}
.header .user-info-menu .dropdown-menu .list-item .flex-link .mode.dark:before {
  background-color: #333;
}
.header .user-info-menu .dropdown-menu .list-item .flex-link .mode label {
  margin-bottom: 4px;
  cursor: pointer;
}
.header .user-info-menu .dropdown-menu .list-item .flex-link .mode.selected label {
  border-bottom: 2px solid #76c045;
}
.header .user-info-menu .dropdown-menu .list-item a {
  line-height: 30px !important;
}
.header .user-info-menu .dropdown-menu .list-item i {
  color: #76c045;
  padding-right: 20px;
}
.header .user-info-menu .dropdown-menu .dropdown-item {
  padding: 5px 20px;
  transition: all 0.3s ease-in-out;
  line-height: 30px !important;
}
.header .user-info-menu .dropdown-menu .dropdown-item i {
  width: 35px;
  display: inline-block;
  text-align: center;
  padding-right: 20px;
  transition: all 0.3s ease-in-out;
}
.header .user-info-menu .dropdown-menu .dropdown-item i:before {
  color: #76c045;
}
.header .user-info-menu .dropdown-menu .dropdown-item span {
  font-size: 14px;
  color: var(--dropdown-item-color);
  transition: all 0.3s ease-in-out;
}
.header .user-info-menu .dropdown-menu .dropdown-item:hover {
  background-color: #017366;
}
.header .user-info-menu .dropdown-menu .dropdown-item:hover i {
  padding-right: 10px;
}
.header .user-info-menu .dropdown-menu .dropdown-item:hover i:before {
  color: #fff;
}
.header .user-info-menu .dropdown-menu .dropdown-item:hover span {
  color: #fff;
}
.header .user-info-menu .dropdown-menu .user-details {
  display: flex;
  border-bottom: 1px solid var(--dropdown-menu-border-color);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.header .user-info-menu .dropdown-menu .user-details .user-profile-image {
  height: 60px;
}
.header .user-info-menu .dropdown-menu .user-details .user-profile-image img {
  height: 100%;
  padding: 5px;
}
.header .user-info-menu .dropdown-menu .user-details .user-name-email .info-fullname {
  display: block;
  font-weight: bold;
  color: var(--user-info-name-color);
  white-space: nowrap;
  margin-top: 10px;
}
.header .user-info-menu .dropdown-menu .user-details .user-name-email .info-email {
  display: block;
  font-size: 12px;
  position: relative;
  top: -2px;
  color: var(--user-info-email-color);
}
.header .user-info-menu .dropdown-menu .info-lab-title {
  margin: 0;
  font-weight: bold;
  color: #707070;
  font-size: 14px;
}
.header .user-info-menu .dropdown-menu .info-lab-value {
  display: block;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.header .user-info-menu .dropdown-menu .info-lab-value span {
  white-space: nowrap;
  display: block;
  color: #707070;
}
.header .user-info-menu .dropdown.show .welcome {
  background-color: var(--header-menu-item-bg-active-color);
  color: #ffffff;
}
.header .user-info-menu .dropdown.show .welcome span:after {
  color: #fff;
}
.header .user-info-menu .dropdown.show .welcome .arrow-icon:before {
  content: "\e902";
}
.header .header-menu-bar {
  height: 55px;
  background-color: var(--header-menu-bg);
  color: var(--header-menu-color);
  transform: translate3d(0, 25px, 0);
  border-top: 1px solid var(--header-menu-border-top-color);
  border-bottom: 1px solid var(--header-menu-border-bottom-color);
}
.header .header-menu-bar .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .header-menu-bar .container .header-menu {
  float: left;
  list-style: none;
  padding: 0;
}
.header .header-menu-bar .container .header-menu li {
  float: left;
  padding: 0 10px;
  white-space: nowrap;
  display: inline-block;
  font-weight: 500;
  transform: translate3d(0, 25px, 0);
  opacity: 0;
}
.header .header-menu-bar .container .header-menu li a.help,
.header .header-menu-bar .container .header-menu li a.logout {
  display: inline-block;
  color: #5e5e5e;
  line-height: 45px;
  position: relative;
  top: 5px;
}
.header .header-menu-bar .container .header-menu li a.help:hover,
.header .header-menu-bar .container .header-menu li a.logout:hover {
  color: #76c045;
}
.header .header-menu-bar .container .header-menu .header-menu-item {
  padding: 0;
}
.header .header-menu-bar .container .header-menu .header-menu-item a {
  color: var(--header-menu-bread-item-color);
  margin-right: 50px;
  cursor: pointer;
  line-height: 52px;
  height: 100%;
  display: block;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-menu-bar .container .header-menu .header-menu-item a:hover {
  border-bottom: 3px solid #017366;
}
.header .header-menu-bar .container .header-menu .header-menu-item.selected a {
  border-bottom: 3px solid #76c045;
}
.header .header-menu-bar .container .toolbox {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .header-menu-bar .container .toolbox li {
  white-space: nowrap;
  display: table-cell;
  font-weight: 500;
  transform: translate3d(0, 25px, 0);
  opacity: 0;
  padding: 0;
  vertical-align: top;
}
.header .header-menu-bar .container .toolbox li a {
  line-height: 54px;
  color: var(--header-menu-item-color);
  padding: 0 15px;
}
.header .header-menu-bar .container .toolbox li a:hover {
  background-color: var(--header-menu-item-bg-hover-color);
  color: #ffffff;
}
.header .header-menu-bar .container .toolbox li a:hover i {
  color: #ffffff;
}
.header .header-menu-bar .container .toolbox li.translator .dropdown > a {
  display: block;
}
.header .header-menu-bar .container .toolbox li.translator .dropdown > a:hover {
  color: #76c045;
}
.header .header-menu-bar .container .toolbox li.translator .dropdown > a:hover i {
  color: #ffffff;
}
.header .header-menu-bar .container .toolbox li.translator .dropdown > a i {
  font-size: 1.6923em;
  position: relative;
  top: 5px;
}
.header .header-menu-bar .container .toolbox li.translator .dropdown .dropdown-menu {
  line-height: normal;
  width: 350px;
  top: -16px !important;
  left: auto !important;
  right: 0 !important;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  transform: translate3d(0px, 55px, 0px) !important;
}
.header .header-menu-bar .container .toolbox li.translator .dropdown .dropdown-menu .lang-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 1.8em;
  font-weight: 600;
  margin: 15px 0;
}
.header .header-menu-bar .container .toolbox li.translator .dropdown .dropdown-menu .lang-header a.active {
  color: #66a133 !important;
}
.header .header-menu-bar .container .toolbox li.translator .dropdown .dropdown-menu .lang-header a:hover {
  color: #66a133 !important;
  background: none;
}
.header .header-menu-bar .container .toolbox li.translator .dropdown .dropdown-menu .lang-header .lang-divider {
  width: 1px;
  height: 1.6rem;
  background-color: #cdcdcd;
}
.header .header-menu-bar .container .toolbox li.translator .dropdown .dropdown-menu h5 {
  margin-bottom: 15px;
  margin-top: 25px;
  color: #979797;
  font-size: 0.85em;
  font-weight: 400;
}
.header .header-menu-bar .container .toolbox li.translator .dropdown .dropdown-menu .msg {
  display: block;
  white-space: normal;
  text-align: center;
  padding: 10px 5px;
  font-size: 0.86em;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 4px;
}
.header .header-menu-bar .container .toolbox li.translator .dropdown .dropdown-menu .goog-te-gadget-simple {
  background-color: #fff !important;
  border-left: 0.5px solid #e8e8e8 !important;
  border-top: 0.5px solid #e8e8e8 !important;
  border-bottom: 0.5px solid #e8e8e8 !important;
  border-right: 0.5px solid #e8e8e8 !important;
  font-size: 10pt !important;
  display: inline-block !important;
  padding-top: 1px !important;
  padding-bottom: 2px !important;
  cursor: pointer !important;
  border-radius: 10px !important;
  padding: 0 10px !important;
}
.header .header-menu-bar .container .toolbox li .notification {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header .header-menu-bar .container .toolbox li .notification i {
  font-size: 1.6923em;
  position: relative;
  top: 5px;
}
.header .header-menu-bar .container .toolbox li .notification .unread-count {
  background-color: #dc3545;
  color: #fff;
  min-width: 17px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 55%;
  border-radius: 50%;
  font-size: 0.8em;
  height: 17px;
  line-height: 17px;
  padding: 0 2px;
  font-weight: 600;
}
.header .logos {
  padding: 10px 0;
}
.header .logos .container {
  position: relative;
  height: 80px;
  display: flex;
  justify-content: space-between;
  direction: ltr;
}
.header .logos .logo {
  display: inline-block;
  height: 65px;
  transform: scale(0.8);
  background-size: contain;
  margin-top: 10px;
}
.header .logos .logo.sys {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header .logos .logo.sys :hover {
  opacity: 0.8;
}
.header .logos .logo.entity {
  transition: all 0.3s ease-in-out;
}
.header .logos .logo.entity :hover {
  animation: shake 0.3s;
}
.header .logos .logo img {
  max-height: 100%;
  filter: var(--header-filter-logo);
}
.header .logos .btnLang {
  display: none;
}
.header.with-login .logo.entity {
  display: none;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.sub-header {
  height: 100px;
  background-color: #017366;
  box-shadow: 0 1px 20px 0 rgba(3, 3, 3, 0.3);
}
.sub-header .service-items {
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
}
.sub-header .service-items li {
  text-align: center;
  transform: translate3d(-45px, 0, 0);
  border-right: 1px solid #b49650;
  height: 100%;
  flex: 1 1 100%;
  flex-grow: 1;
  transition: all 0.3s ease-in;
}
.sub-header .service-items li a {
  display: block;
  padding: 20px 15px 0 15px;
  height: 100%;
}
.sub-header .service-items li a .fonticons {
  color: #fff;
  text-align: center;
  margin: 0 0 5px 0;
  font-size: 2.3077em;
}
.sub-header .service-items li a span {
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  line-height: 15px;
  padding-top: 5px;
  display: block;
  width: 90%;
  margin: 0 auto;
}
.sub-header .service-items li.active {
  background-color: #397d3e;
}
.sub-header .service-items li:hover {
  background-color: #397d3e;
}
.sub-header .service-items li:hover a {
  border-right-color: transparent;
}
.sub-header .service-utilities {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.sub-header .service-utilities li {
  float: right;
  padding: 10px 0;
  height: 100%;
  transform: translate3d(45px, 0, 0);
  opacity: 0;
}
.sub-header .service-utilities li .link {
  display: block;
  color: #fff;
  padding: 0 20px;
  border-left: 1px solid #92cd6b;
  line-height: 48px;
}
.sub-header .service-utilities li .link .fonticons {
  padding: 0 5px;
  position: relative;
  top: 6px;
}
.sub-header .service-utilities li.profile.dropdown {
  transition: none;
  position: relative;
}
.sub-header .service-utilities li.profile.dropdown .link:hover {
  transition: none;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content {
  top: 65px;
  min-width: 220px;
  right: 0;
  left: auto;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #f2ecdf;
  margin: 0;
  color: #000;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .text {
  display: inline-block;
  line-height: 26px;
  margin: 0 10px;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .text .percent {
  color: #76c045;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .fonticons {
  color: #76c045;
  position: relative;
  top: 5px;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item:hover {
  background-color: #f2ecdf;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .person {
  display: inline-block;
  margin: 0 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 120px;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .person .name {
  font-size: 0.8em;
  margin: 0 5px;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .person .fonticons {
  position: relative;
  top: 1px;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .person .fonticons:before {
  font-size: 12px;
  line-height: 12px;
  color: #979797;
}
.sub-header .service-utilities li.profile.dropdown .profile-notified {
  position: absolute;
  top: 10px;
  right: 18px;
  color: #017366;
  background-color: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
}
.sub-header .service-utilities li.profile.dropdown .profile-notified .fonticons:before {
  font-size: 16px;
  line-height: 16px;
}
.sub-header .service-utilities li.profile.active {
  padding: 1px 0;
}
.sub-header .service-utilities li.profile.active .link {
  padding-top: 10px;
  padding-bottom: 15px;
  border-left: none;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 -1px 5px 2px rgba(147, 99, 55, 0.6);
  -moz-box-shadow: 0 -1px 5px 2px rgba(147, 99, 55, 0.6);
  box-shadow: 0 -1px 5px 2px rgba(147, 99, 55, 0.6);
  color: #76c045;
}
.sub-header .service-utilities li.profile:hover {
  background-color: #017366;
}
.sub-header .service-utilities li.profile:hover .link {
  border-left-color: transparent;
}
.sub-header .service-utilities li.profile:hover.dropdown {
  background-color: #fff;
}
.sub-header .service-utilities li.profile:hover.dropdown .link {
  color: #017366;
  background-color: transparent;
}
.sub-header .service-utilities li.profile .profile-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  margin: 5px;
}
.remove-margins {
  margin: 0px;
}
.site-border {
  box-shadow: 0 1px 20px 0 rgba(3, 3, 3, 0.3);
  background-color: #fff;
  border-radius: 10px;
}
main.wrapper {
  min-height: calc(100vh - 155px - 86.43px);
}
.wrapper.withback {
  background-color: var(--main-wrapper-bg);
}
.wrapper .main-content {
  position: relative;
  min-height: 60vh;
  clear: both;
  padding-bottom: 30px;
}
.wrapper .main-content .general-container {
  padding: 40px 20px;
}
.wrapper .main-content .general-container h2 {
  color: #5e5e5e;
  margin-bottom: 15px;
  font-size: 1.8em;
  clear: both;
  text-transform: capitalize;
}
.wrapper .main-content .general-container h2.no-margins {
  margin-bottom: 0;
}
.wrapper .main-content .general-container h2.head-border {
  border-bottom: 1px dashed #d6d6d6;
  padding-bottom: 15px;
}
.wrapper .main-content .general-container .person {
  color: #fff;
  display: inline-block;
}
.wrapper .main-content .general-container .person:hover {
  color: #f2ecdf;
}
.wrapper .main-content .general-container .person .fonticons:before {
  font-size: 10px;
}
.wrapper .main-content .general-container .alert {
  margin-top: 20px;
}
.wrapper .main-content .general-container .alert .alert-content {
  font-size: 1.2em;
  padding: 0 70px 0 20px;
}
.wrapper .main-content .general-container .alert .sub-title-base {
  padding: 0 70px 0 20px;
  margin: 0 0 15px 0;
}
.wrapper .main-content .general-container .alert .reference {
  color: #017366;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0 5px;
}
.wrapper .main-content .general-container .alert a {
  font-weight: bold;
  font-size: 0.9em;
  padding: 0 5px;
}
.wrapper .main-content .remove-spaces .general-container {
  padding: 0;
  border: none;
}
.wrapper .main-content .steps {
  text-align: center;
  padding: 30px 0;
}
.wrapper .main-content .steps .step {
  display: inline-block;
  position: relative;
  margin: 10px;
  text-align: center;
  height: 135px;
  width: auto;
}
.wrapper .main-content .steps .step .circle {
  background-color: #e9e3d6;
  color: #c6af7c;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  font-size: 3em;
  font-weight: bold;
  display: inline-block;
}
.wrapper .main-content .steps .step .step-label {
  color: #a1a1a1;
  display: block;
  text-align: center;
  width: 120px;
  height: 50px;
  margin-top: 10px;
  font-size: 0.9em;
}
.wrapper .main-content .steps .step .you-here {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  font-size: 0.8em;
  line-height: 20px;
  color: #da1a32;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
.wrapper .main-content .steps .step:hover .circle {
  background-color: #e5ddcc;
}
.wrapper .main-content .steps .step.current .circle {
  background-color: #017366;
  color: #fff;
}
.wrapper .main-content .steps .step.current .step-label {
  color: #5e5e5e;
}
.wrapper .main-content .steps .step.current:hover .circle {
  background-color: #e2c076;
}
.wrapper .main-content .steps .step.current i {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  color: #e9c882;
}
.wrapper .main-content .steps .step.current i:before {
  font-size: 20px;
  line-height: 20px;
}
.wrapper .main-content .steps.mid-size .step {
  margin: 8px;
}
.wrapper .main-content .steps.mid-size .step .circle {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 2.6em;
}
.wrapper .main-content .steps.mid-size .step .step-label {
  font-size: 0.88em;
  width: 110px;
}
.wrapper .main-content .steps.small-size .step {
  margin: 5px;
}
.wrapper .main-content .steps.small-size .step .circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 2.2em;
}
.wrapper .main-content .steps.small-size .step .step-label {
  font-size: 0.85em;
  width: 100px;
}
.wrapper .main-content .page-content {
  background: #fff;
  padding: 30px;
  color: #868686;
}
.wrapper .main-content .page-content h3,
.wrapper .main-content .page-content .title {
  font-size: 1.5em;
  margin: 15px 0;
  color: #5e5e5e;
}
.wrapper .main-content .page-content p {
  margin: 0 0 20px;
}
label {
  margin-bottom: 10px;
}
.pg-header {
  display: block;
  padding: 25px 0 15px 0;
}
.pg-header h1 {
  color: var(--page-header-color);
  font-size: 1.5385em;
  display: inline-block;
  position: relative;
}
.pg-header h1 .fonticons {
  margin: 0px 12px 0 5px;
}
.pg-header h1 .fonticons:before {
  font-size: 20px;
}
.pg-header h1.user-profile-header:before {
  top: 23px;
}
.pg-header h1.user-profile-header:after {
  top: 24px;
}
.pg-header .form-head {
  float: right;
  text-align: right;
}
.pg-header .form-head .btn {
  padding: 0px 16px;
  color: #bfa260;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  font-size: 1em;
  position: relative;
  top: -3px;
  line-height: 30px;
  border: none;
  margin-right: 10px;
  /*&:before {
                content: "";
                height: 20px;
                width: 1px;
                background-color: #ccc;
                display: inline-block;
                position: relative;
                top: 5px;
                right: 18px;
            }

            &:first-child {
                &:before {
                    content: none;
                }
            }*/
}
.pg-header .form-head .btn:last-child {
  margin-right: 0;
}
.pg-header .form-head .btn i {
  transition: all 0.5s ease-in-out;
}
.pg-header .form-head .btn.disabled {
  color: #ccc;
  border-color: #ccc;
}
.pg-header .form-head .btn.disabled i {
  color: #ccc;
}
.pg-header .form-head .btn.disabled:hover {
  color: #ccc;
  border-color: #ccc;
  background-color: transparent;
}
.pg-header .form-head .btn.disabled:hover i {
  color: #ccc;
}
.pg-header .form-head .btn:hover {
  background-color: #017366;
  color: #fff;
}
.pg-header .form-head .btn:hover i {
  color: #fff;
}
.pg-header .form-head .btn.highlighted {
  background-color: #63be6a;
  color: #fff;
}
.pg-header .form-head .btn.highlighted i {
  color: #fff;
}
.pg-header .form-head .btn.highlighted:hover {
  background-color: #46a84e;
}
.pg-header .form-head .btn.listing {
  background-color: #656565;
  color: #fff;
}
.pg-header .form-head .btn.listing i {
  color: #fff;
}
.pg-header .form-head .btn.listing:hover {
  background-color: #4b4b4b;
}
.pg-header .form-head .btn.add {
  background-color: #72c462;
  color: #fff;
}
.pg-header .form-head .btn.add i {
  color: #fff;
}
.pg-header .form-head .btn.add:hover {
  background-color: #54b142;
}
.pg-header .print-application i {
  font-size: 20px;
}
.pg-header .print-application.custom {
  color: #fff;
  background-color: #017366;
}
.pg-header .print-application.custom:hover {
  background-color: #014039;
}
.login-banner {
  background: url("../images/home-banner.png") center center no-repeat;
  height: 300px;
}
.login-banner.sub {
  background-image: url("../images/banner.png");
  height: 215px;
}
#dashboardContent img {
  display: block;
  width: 100%;
}
.btn {
  font-size: 1.0769em;
}
.btn:focus,
.btn.focus {
  outline: none;
  box-shadow: none;
}
.align-center {
  text-align: center !important;
}
.dashboard .section-counts {
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
  padding-bottom: 30px;
  margin-top: 30px;
}
.dashboard .section-counts.RP {
  padding-bottom: unset;
}
.dashboard .section-counts li {
  text-align: left;
  height: 100%;
  flex: 1 1 100%;
  flex-grow: 1;
  margin-right: 25px;
  padding: 15px;
  height: 120px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d4d8dc;
  background-color: #e6edf3;
}
.dashboard .section-counts li:last-child {
  margin-right: 0;
}
.dashboard .section-counts li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333538;
}
.dashboard .section-counts li a .icon-count {
  font-size: 3em;
  position: absolute;
  right: 13px;
  top: 20px;
}
.dashboard .section-counts li a.submitted .icon-count {
  color: #386c9a;
}
.dashboard .section-counts li a.approved .icon-count {
  color: #9ec997;
}
.dashboard .section-counts li a.pending .icon-count {
  color: #ded91c;
}
.dashboard .section-counts li a.delayed .icon-count {
  /*content: "\e939";*/
  color: #dc9d28;
}
.dashboard .section-counts li a.rejected .icon-count {
  color: #dc867a;
}
.dashboard .section-counts li .tit {
  color: #6f787c;
  text-transform: uppercase;
  font-size: 0.8462em;
  display: block;
  font-weight: 800;
}
.dashboard .section-counts li label {
  font-size: 1em;
  line-height: 20px;
  display: block;
  width: 75%;
  margin: 0;
  height: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.dashboard .section-counts li .counter {
  font-size: 3.4615em;
  display: block;
  font-weight: 800;
  line-height: 45px;
}
.dashboard .section-counts li:hover {
  background-color: #76c045;
  border-color: #6ab03c;
}
.dashboard .section-counts li:hover label,
.dashboard .section-counts li:hover .counter,
.dashboard .section-counts li:hover .tit,
.dashboard .section-counts li:hover .counter {
  color: #fff;
}
.dashboard .main-services #toggle-wishlist {
  font-size: 2.3em;
  color: #d0d0d0;
}
.dashboard .main-services #toggle-wishlist.active {
  color: #e2e200;
}
.dashboard .main-services .wishlist-sorting {
  padding: 0;
}
.dashboard .main-services .wishlist-sorting .sort-filter {
  top: -5px;
}
.dashboard .top-services {
  padding: 0;
  list-style: none;
}
.dashboard .top-services li {
  float: left;
  width: 33.333333%;
}
.dashboard .top-services li .service {
  color: #017366;
  border: 1px solid #d4d8dc;
  padding: 20px;
  height: 130px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  width: 93%;
  display: block;
  margin: 20px auto;
  transition: all 0.3s ease-in-out;
}
.dashboard .top-services li .service .serv-desc {
  max-height: 75px;
  overflow: hidden;
  line-height: 19px;
  margin-bottom: 10px;
}
.dashboard .top-services li .service .serv-desc p {
  margin: 0;
  padding: 0;
}
.dashboard .top-services li .service:hover {
  background-color: #017366;
  border-color: #017366;
  color: #fff;
  box-shadow: 0 1px 5px 1px #017366;
}
.dashboard .top-services li .service:hover label,
.dashboard .top-services li .service:hover .actions {
  color: #fff;
}
.dashboard .top-services li .service:hover label a,
.dashboard .top-services li .service:hover .actions a {
  color: #fff;
}
.dashboard .top-services li .service:hover label a:hover,
.dashboard .top-services li .service:hover .actions a:hover {
  color: #dfdfdf;
}
.dashboard .top-services li:last-child {
  margin-right: 0;
}
.dashboard .top-services li i {
  font-size: 30px;
  right: 20px;
  top: 17px;
  position: absolute;
}
.dashboard .top-services li i.wishlist {
  color: #d0d0d0;
  left: 9px;
  font-size: 1.5em;
  right: auto;
  cursor: pointer;
}
.dashboard .top-services li i.wishlist.activate-wishlist,
.dashboard .top-services li i.wishlist.active {
  color: #e2e200;
}
.dashboard .top-services li label {
  font-size: 1.1538em;
  color: #017366;
  line-height: 20px;
  display: block;
  margin: 0 auto;
  height: 70px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  padding-left: 20px;
}
.dashboard .top-services li .actions {
  padding: 0;
  list-style: none;
  display: flex;
  transition: all 0.3s ease-in-out;
  font-size: 1.1538em;
}
.dashboard .top-services li .actions a {
  color: #017366;
}
.dashboard .top-services li .actions a.disabled {
  opacity: 0.2;
  cursor: context-menu;
}
.dashboard .top-services li .actions div {
  text-align: left;
  height: 100%;
  flex: 1 1 100%;
  flex-grow: 1;
}
.dashboard .top-services li .actions .last {
  text-align: right;
}
.dashboard .dash-head {
  font-size: 22px;
  margin: 0;
  font-weight: normal;
  display: block;
  color: #5b5b5b;
  font-weight: 600;
  line-height: 36px;
}
.dashboard .welcome-message {
  background-color: #f8f5ef;
  padding: 40px 40px 40px 300px;
  color: #70706f;
  border-radius: 10px;
  margin-bottom: 30px;
  background-image: url("../images/welcom.png");
  background-position: -50px -5px;
  background-size: 32%;
  background-repeat: no-repeat;
}
.dashboard .welcome-message .manger {
  color: #017366;
  font-size: 15px;
  margin: 0;
}
.dashboard .site-chart {
  padding: 30px 20px;
  margin-top: 25px;
  height: 450px;
  /*canvas {
            max-height: 300px !important;
        }*/
}
.dashboard .site-chart.full {
  height: auto;
  /*canvas {
                max-height: none !important;
            }*/
}
.dashboard .site-chart .chart-head {
  color: #017366;
  font-size: 1.0769em;
  padding-top: 12px;
  display: inline-block;
}
.dashboard .top-entities {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashboard .top-entities li {
  border-bottom: 1px solid #ece5d3;
  padding: 15px;
}
.dashboard .top-entities li:last-child {
  border: none;
}
.dashboard .top-entities li .order {
  background-color: #fc6a33;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 17px;
  color: #fff;
  margin-right: 15px;
  vertical-align: middle;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}
.dashboard .top-entities li label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
}
.dashboard .chart-filters {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.dashboard .chart-filters li {
  display: inline-block;
  position: relative;
  margin-left: 3px;
  vertical-align: top;
}
.dashboard .chart-filters li:first-child {
  margin: 0;
}
.dashboard .chart-filters li .selectdiv.select-limit select {
  max-width: 450px;
}
.dashboard .chart-filters li .selectdiv .fix-width {
  width: 135px;
}
.dashboard .chart-filters li .selectdiv .selectize-input {
  min-width: 200px;
}
.dashboard .chart-filters li .selectdiv .selectize-input input {
  font-size: 13px;
}
.dashboard .chart-filters li .selectdiv select,
.dashboard .chart-filters li .selectdiv .selectize-input {
  border: 1px solid #c0c0c0;
  padding: 5px 25px 5px 10px;
  color: #767676;
  border-radius: 3px;
  max-width: 140px;
}
.dashboard .chart-filters li .selectdiv:after {
  top: 47%;
  right: 10px;
}
.dashboard .vert-axis {
  position: absolute;
  top: 50%;
  left: 35px;
  text-align: center;
}
.dashboard .horiz-axis {
  display: block;
  width: 100%;
  text-align: center;
}
.dashboard .chartContainer.y-axis {
  width: 95%;
}
.dashboard .sub-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashboard .sub-items li {
  font-size: 1.1538em;
  margin-bottom: 10px;
}
.dashboard .sub-items li.ontime {
  color: #2c7500;
}
.dashboard .sub-items li.late {
  color: #c22c35;
}
.dashboard .sub-items li.nodata {
  color: #f1c600;
}
.dashboard .btnSaveChart {
  font-size: 1.6923em;
  position: relative;
  top: 3px;
  color: #017366;
  transition: all 0.3s ease-in-out;
}
.dashboard .btnSaveChart:hover {
  color: #76c045;
}
.main-banners {
  position: relative;
  transform: translate3d(0, 35px, 0);
  opacity: 0;
}
.main-banners.with-login {
  /*New Login Style*/
  height: 100vh !important;
  overflow: hidden !important;
}
.main-banners .header-info {
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
  top: 0;
  padding: 15px 0;
  color: #fff;
  text-shadow: 1px 3px 5px #017366;
  font-size: 15px;
}
.main-banners .header-info label {
  display: block;
  margin: 0;
}
.main-banners .header-info label span {
  font-weight: bold;
}
.main-banners .item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.main-banners .container {
  position: relative;
}
.main-banners .container .banner-content {
  position: absolute;
  left: 0;
  top: 450px;
  width: 50%;
  color: #017366;
  /* text-shadow: 2px 2px 1px @primary-color;*/
}
.main-banners .container .banner-content h3 {
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 3.0769em;
  display: inline-block;
  text-shadow: 0 0 2px #fff;
}
.main-banners .container .banner-content .banner-desc {
  font-size: 1.3846em;
  line-height: 25px;
  display: block;
  max-height: 230px;
  overflow: hidden;
}
.main-banners .owl-dots {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
}
.main-banners .custom-item {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.main-banners .custom-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
  /*custom styles, for example grayscale appearance*/
  filter: grayscale(0.8);
}
.main-banners .bg-video {
  left: 0;
  top: 0;
  background-size: cover;
  background: no-repeat center;
  user-select: none;
  pointer-events: none;
  /*custom styles, for example grayscale appearance*/
  filter: grayscale(0.8);
  /*additional tweaks for positioning, read more in the link above*/
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 55.5vw;
  /* 100 * 9 / 16 */
}
.sub-page-header {
  padding: 20px 0;
  border-bottom: 1px solid #dadada;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sub-page-header .badge-viewapp {
  margin-top: 27px;
}
.sub-page-header .title-with-icon {
  display: flex;
  align-items: center;
}
.sub-page-header .title-with-icon i {
  margin-right: 20px;
  color: #63be6a;
}
.sub-page-header .title-with-icon i:before {
  font-size: 50px;
}
.sub-page-header .title {
  font-weight: normal;
  font-size: 25px;
  padding-right: 20px;
}
.sub-page-header button {
  text-transform: capitalize;
}
.export-files a.excel {
  color: #1e6c41;
}
.export-files a.pdf {
  color: #ff2116;
}
.export-files a:nth-child(odd) {
  margin-right: 10px;
}
.export-files a i {
  font-size: 35px;
}
.color-primary {
  color: #017366 !important;
}
.color-highlited {
  color: #63be6a !important;
}
.label-faded {
  font-weight: bold;
  color: #c1c1c1;
  letter-spacing: 1px;
}
.badge-fadded {
  background-color: #f0f0f0;
  font-size: 1.3077em;
  padding: 5px 20px;
}
/*Notification listing and details*/
.notification-details .notification-details-message {
  padding: 10px 40px;
}
.notification-details .notification-details-message table {
  width: 70% !important;
}
.notification-details .notification-details-message table tr {
  border-top: 1px solid #ebebeb;
}
.notification-details .notification-details-message table tr .title {
  width: 175px;
}
.notification-details .notification-details-message table tr td:nth-child(2) {
  color: #63be6a;
  font-weight: bold;
}
.notification-details .ber-col {
  padding: 0;
  display: flex;
  align-items: center;
}
.notification-details .ber-col .icon {
  width: 53px;
  text-align: center;
  background-color: #63be6a;
  color: #ffffff;
}
.notification-details .ber-col .icon i {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.notification-details .ber-col .date {
  position: relative;
  color: #63be6a !important;
}
.notification-details .ber-col .date:before {
  position: absolute;
  content: "";
  border-right: 1px solid;
  height: 20px;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
/*End Notification listing and details*/
.flex-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.flex-list li {
  display: inline-block;
  padding: 0 20px;
}
.flex-list li:first-child {
  border-right: 1px solid #dadada;
}
.flex-list li sub {
  font-size: 1em;
}
.flex-list li .date-time {
  padding-left: 15px;
}
.flex-list li .user {
  display: flex;
  align-items: center;
}
.flex-list li .user i {
  color: #63be6a;
}
.flex-list li .user i:before {
  font-size: 15px;
}
.flex-list li .user a {
  padding: 0 10px;
  color: #63be6a;
}
.flex-list li .user a:hover {
  color: #51b659;
}
.flex-list li .user .badge {
  padding: 5px 15px;
  letter-spacing: 1px;
}
.reference-number {
  text-align: right;
}
.reference-number .badge-fadded {
  margin-left: 15px;
  letter-spacing: 1px;
}
.badge {
  padding: 5px 10px;
}
.badge-success,
.btn-success {
  background-color: #76c045;
  border-color: #76c045;
}
.badge-danger,
.btn-danger {
  background-color: #fe5e5e;
  border-color: #fe5e5e;
}
.badge-outline {
  background-color: transparent;
  border: 1px solid #c1c1c1;
}
.badge-viewapp {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #7f7f7f;
  cursor: pointer;
  margin-top: 15px;
}
.badge-viewapp:hover {
  color: #fff;
  background-color: #63be6a;
  border-color: #63be6a;
}
.custom-container {
  position: relative;
}
.custom-container .nav-tabs .nav-item {
  margin-bottom: 0px;
}
.custom-container .workflow-history-buttons {
  border-bottom: 3px solid #eee;
  padding-bottom: 12px;
}
.custom-container .workflow-history-buttons a {
  border-radius: 5px;
  background-color: #018777;
}
.custom-container .workflow-history-buttons a:hover {
  background-color: #01a08d;
}
.workflow-history-buttons {
  border-bottom: 3px solid #eee;
  padding-bottom: 12px;
}
.workflow-history-buttons a {
  border-radius: 5px;
  background-color: #018777;
}
.workflow-history-buttons a:hover {
  background-color: #01a08d;
}
.msg-validation {
  color: #017366;
  padding: 10px 0;
  display: block;
  position: absolute;
  top: -40px;
}
.workflow-history .btn-workflow {
  right: 15px;
}
.workflow-history .panel {
  padding: 40px 60px 0 60px;
}
.workflow-history .panel.no-padd {
  padding: 40px 0 0 0;
}
.workflow-history .panel .panel-body .flex-list li:first-child {
  padding-left: 0;
}
.workflow-history .panel .panel-body .workflow-steps {
  border-right: 1px solid #ececec;
  height: 100%;
}
.workflow-history .panel .panel-body .workflow-steps .steps {
  list-style: none;
  padding-right: 40px;
  padding-top: 20px;
  height: 640px;
  overflow: auto;
}
.workflow-history .panel .panel-body .workflow-steps .steps li {
  position: relative;
  height: 80px;
  padding-left: 30px;
  font-weight: 600;
  width: 80%;
  font-size: 1.0769em;
}
.workflow-history .panel .panel-body .workflow-steps .steps li:before,
.workflow-history .panel .panel-body .workflow-steps .steps li:after {
  position: absolute;
  left: -40px;
}
.workflow-history .panel .panel-body .workflow-steps .steps li:before {
  content: "\e928";
  font-family: fonticons;
  background-color: #dadada;
  color: #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -5px;
  font-size: 12px;
  z-index: 10;
}
.workflow-history .panel .panel-body .workflow-steps .steps li:not(:first-child):after {
  content: "";
  background-color: #dadada;
  height: 52px;
  top: -52px;
  left: -20px;
  width: 2px;
  z-index: 2;
}
.workflow-history .panel .panel-body .workflow-steps .steps li.done:before,
.workflow-history .panel .panel-body .workflow-steps .steps li.done:after {
  background-color: #2bc775;
}
.workflow-history .panel .panel-body .workflow-steps .steps li.current:before {
  background-color: #f59100;
}
.workflow-history .panel .panel-body .workflow-history-inner .history {
  height: 640px;
  overflow-x: hidden;
  margin-bottom: 60px;
  list-style: none;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li {
  padding: 15px 15px 15px 80px;
  position: relative;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li:before {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: -17px;
  border: 2px solid #63be6a;
  border-radius: 50%;
  z-index: 2;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li:not(:last-child):after {
  content: "";
  background-color: #63be6a;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 29px;
  left: -12px;
  z-index: 2;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container {
  display: flex;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .date-time {
  width: 60px;
  color: #63be6a;
  font-size: 0.9231em;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .date-time .date {
  margin-bottom: 0;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .date-time:after {
  content: "";
  border-top: 1px dotted #63be6a;
  width: 70px;
  top: 25px;
  left: 0;
  position: absolute;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info {
  width: 400px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px 30px;
  border-top-left-radius: 0;
  position: relative;
  margin: 5px 0 0 20px;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info .application-status {
  margin: 5px 0;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info:before {
  content: "";
  border-top: 1em solid #f5f5f5;
  border-left: 1em solid transparent;
  position: absolute;
  top: 0;
  left: -13px;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info .user-info i:before {
  font-size: 15px;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info .user-info .actor-name {
  margin: 0 5px;
  color: #f59100;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info .app-status {
  font-weight: 600;
  font-size: 0.9231em;
  margin: 5px 0;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info .details {
  padding-left: 23px;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info .details .attachment a {
  color: #278eca;
  position: relative;
  font-size: 12px;
  max-width: 275px;
  display: block;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info .details .attachment a span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info .details .attachment a:before {
  content: "\e924";
  font-family: fonticons;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  font-size: 8px;
  position: absolute;
  right: -35px;
  padding: 0px 7px;
  top: 1px;
  transition: all 0.3s ease-in-out;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info .details .attachment a:hover {
  color: #63be6a;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info .details .attachment a:hover:before {
  border: 1px solid #63be6a;
  color: #fff;
  background-color: #63be6a;
}
.workflow-history .service-name {
  max-width: 55%;
}
.panel .custom-panel-heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.panel .custom-panel-heading i {
  color: #63be6a;
}
.panel .custom-panel-heading i:before {
  font-size: 50px;
}
.panel .custom-panel-heading .badge {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #7f7f7f;
}
.panel .custom-panel-heading .badge:hover {
  background-color: #63be6a;
  border-color: #63be6a;
  color: #ffffff;
}
.panel .custom-panel-heading .c-status {
  position: absolute;
  right: 75px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.0769em;
}
.panel .custom-panel-heading .c-status.no-padd {
  right: 0;
}
.panel .custom-panel-heading .c-status.Approved,
.panel .custom-panel-heading .c-status.Normal {
  background-color: #2bc775;
}
.panel .custom-panel-heading .c-status.Rejected,
.panel .custom-panel-heading .c-status.Canceled {
  background-color: #fe5e5e;
}
.panel .custom-panel-heading .c-status.Returned {
  background-color: #63be6a;
}
.panel .custom-panel-heading .c-status.A,
.panel .custom-panel-heading .c-status.B,
.panel .custom-panel-heading .c-status.E,
.panel .custom-panel-heading .c-status.V {
  background-color: #2bc775;
}
.panel .custom-panel-heading .c-status.R,
.panel .custom-panel-heading .c-status.C {
  background-color: #fe5e5e;
}
.panel .custom-panel-heading .c-status.N {
  background-color: #63be6a;
}
.panel .custom-panel-heading .c-status.S {
  background-color: #56aeff;
}
.panel-top-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 12px 15px;
  font-size: 1.0769em;
}
.panel-top-btn .fonticons,
.panel-top-btn .glyphicon {
  padding: 0 5px;
  font-size: 1.1538em;
}
.panel-top-btn .ico-close:before {
  font-size: 12px;
}
.panel-top-btn.go-right {
  float: right;
  margin: 0 3px;
}
.workflow-container .panel-top-btn i:before {
  font-size: 20px;
}
.workflow-container .administrative-staffs-error,
.workflow-container .core-staffs-error,
.workflow-container .equipment-calibrations-error,
.workflow-container .inventory-items-valid-error {
  bottom: 19px;
  right: 38%;
}
.workflow-container .workflow-history-buttons {
  border-bottom: 3px solid #eee;
  padding-bottom: 12px;
}
.workflow-container .workflow-history-buttons a {
  border-radius: 5px;
  background-color: #018777;
}
.workflow-container .workflow-history-buttons a:hover {
  background-color: #01a08d;
}
.text-highlited {
  color: #63be6a;
}
.vscroll-bar-custom {
  overflow-y: scroll;
  /* Scroll bar */
  /* width */
  /* Track */
  /* Handle */
}
.vscroll-bar-custom::-webkit-scrollbar {
  width: 5px;
}
.vscroll-bar-custom::-webkit-scrollbar-track {
  background: none;
}
.vscroll-bar-custom::-webkit-scrollbar-thumb {
  background: #63be6a;
  border-radius: 5px;
}
a.text-highlited:hover {
  color: #51b659;
}
.tooltip-inner {
  max-width: 250px;
  padding: 5px 20px 10px 20px;
}
.hint {
  position: relative;
  top: -10px;
  margin: 0 5px;
  cursor: pointer;
}
a.nav-link,
a:hover {
  color: #017366;
}
.tasks-header .box-title {
  display: inline-block;
}
.tasks-header .tasks-all {
  color: var(--main-box-view-all-btn-color);
  transition: all 0.3s ease-in-out;
  float: right;
}
.tasks-header .tasks-all:hover {
  color: var(--main-box-view-all-btn-hover-color);
}
.home-tasks {
  padding: 10px 10px 0 0;
  list-style: none;
  margin: 10px 0 0 0;
  max-height: 360px;
  scrollbar-width: none;
}
.home-tasks li {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.home-tasks li:last-child {
  margin: 0;
  border: none;
}
.home-tasks li:hover .task-title a {
  color: #f59100;
}
.home-tasks li:hover .task-lnk {
  color: #f59100;
}
.home-tasks li .date {
  font-size: 11px;
  color: #aaa;
  padding: 5px 0;
}
.home-tasks li .date i {
  margin-right: 10px;
}
.home-tasks li .date i:before {
  font-size: 11px;
}
.home-tasks li .task-title {
  display: inline-block;
  width: 93%;
  font-size: 1.1538em;
}
.home-tasks li .task-title.finished a {
  text-decoration: line-through;
  font-style: italic;
}
.home-tasks li .task-title a {
  color: #017366;
  transition: all 0.3s ease-in-out;
}
.home-tasks li .task-lnk {
  display: inline-block;
  vertical-align: top;
  color: #017366;
  transition: all 0.3s ease-in-out;
}
.home-tasks li .task-lnk i:before {
  font-size: 25px;
}
.quick-links .lnk {
  display: block;
  padding: 34px;
  text-align: center;
  color: #017366;
  transition: all 0.3s ease-in-out;
}
.quick-links .lnk i {
  display: block;
  font-size: 60px;
  margin-bottom: 10px;
}
.quick-links .lnk:hover {
  color: #63be6a;
}
.r-0 {
  right: 0 !important;
}
/* Custom Animation */
.loaded .header.with-login {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.loaded .header.with-login .header-menu-bar {
  display: none;
}
.loaded .header.with-login .btnLang {
  display: block;
  position: absolute;
  right: 0;
  top: 32px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1;
}
.loaded .header.with-login .btnLang:hover {
  color: #76c045;
}
.loaded .header.with-login .btnLang .lang-ico {
  position: relative;
  top: 4px;
  right: 3px;
}
.loaded .header.with-login .container .logo {
  filter: brightness(0) invert(1);
}
.loaded .header .header-menu-bar {
  transform: none;
  transition: transform 0.5s linear;
  /*transition-delay: 0.3s;*/
}
.loaded .header .header-menu-bar .container .toolbox li,
.loaded .header .header-menu-bar .container .header-menu li {
  transition: transform 0.5s linear, opacity 0.5s ease-in;
  transform: none;
  opacity: 1;
}
.loaded .header .header-menu-bar .container .toolbox li:nth-of-type(1),
.loaded .header .header-menu-bar .container .header-menu li:nth-of-type(1) {
  transition-delay: 0.1s;
}
.loaded .header .header-menu-bar .container .toolbox li:nth-of-type(2),
.loaded .header .header-menu-bar .container .header-menu li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.loaded .header .header-menu-bar .container .toolbox li:nth-of-type(3),
.loaded .header .header-menu-bar .container .header-menu li:nth-of-type(3) {
  transition-delay: 0.3s;
}
.loaded .header .header-menu-bar .container .toolbox li:nth-of-type(4),
.loaded .header .header-menu-bar .container .header-menu li:nth-of-type(4) {
  transition-delay: 0.4s;
}
.loaded .header .header-menu-bar .container .toolbox li:nth-of-type(5),
.loaded .header .header-menu-bar .container .header-menu li:nth-of-type(5) {
  transition-delay: 0.5s;
}
.loaded .header .header-menu-bar .container .toolbox li:nth-of-type(6),
.loaded .header .header-menu-bar .container .header-menu li:nth-of-type(6) {
  transition-delay: 0.6s;
}
.loaded .header .header-menu-bar .container .toolbox li:nth-of-type(7),
.loaded .header .header-menu-bar .container .header-menu li:nth-of-type(7) {
  transition-delay: 0.7s;
}
.loaded .header .header-menu-bar .container .toolbox li:nth-of-type(8),
.loaded .header .header-menu-bar .container .header-menu li:nth-of-type(8) {
  transition-delay: 0.8s;
}
.loaded .header .header-menu-bar .container .toolbox li:nth-of-type(9),
.loaded .header .header-menu-bar .container .header-menu li:nth-of-type(9) {
  transition-delay: 0.9s;
}
.loaded .header .header-menu-bar .container .toolbox li:nth-of-type(10),
.loaded .header .header-menu-bar .container .header-menu li:nth-of-type(10) {
  transition-delay: 1s;
}
.loaded .header .container .logo {
  transform: none;
  transition: transform 1s ease;
}
.loaded .header .container .logo:hover {
  transform: scale(1.05);
}
.loaded .main-banners {
  transition: transform 0.5s linear, opacity 0.3s ease-in;
  transform: none;
  opacity: 1;
}
.loaded .wrapper .container .sub-header .service-utilities li {
  transform: none;
  transition: transform 0.3s linear, opacity 0.3s ease-in;
  opacity: 1;
}
.loaded .wrapper .container .sub-header .service-utilities li:nth-of-type(1) {
  transition-delay: 0.3s;
}
.loaded .wrapper .container .sub-header .service-utilities li:nth-of-type(2) {
  transition-delay: 0.4s;
}
.loaded .wrapper .container .sub-header .service-items li {
  transform: none;
  transition: transform 0.4s linear;
}
.loaded .wrapper .container .sub-header .service-items li:nth-of-type(1) {
  transition-delay: 0.2s;
}
.loaded .wrapper .container .sub-header .service-items li:nth-of-type(2) {
  transition-delay: 0.3s;
}
.loaded .wrapper .container .sub-header .service-items li:nth-of-type(3) {
  transition-delay: 0.4s;
}
.loaded .wrapper .container .sub-header .service-items li:nth-of-type(4) {
  transition-delay: 0.5s;
}
.loaded .wrapper .container .sub-header .service-items li:nth-of-type(5) {
  transition-delay: 0.6s;
}
.loaded .wrapper .container .sub-header .service-items li:nth-of-type(6) {
  transition-delay: 0.7s;
}
.loaded .wrapper .container .sub-header .service-items li:nth-of-type(7) {
  transition-delay: 0.8s;
}
.loaded .wrapper .container .sub-header .service-items li:nth-of-type(8) {
  transition-delay: 0.9s;
}
.loaded .wrapper .container .sub-header .service-items li:nth-of-type(9) {
  transition-delay: 1s;
}
.loaded .navigation-breadcrumb {
  transform: none;
  opacity: 1;
  transition: transform 0.5s linear, opacity 1s linear;
}
.lockedby-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fe7777;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  font-size: 1em;
  color: #017366;
  min-height: 55px;
}
.lockedby-box h5 {
  margin: 0;
  color: #fff;
  padding: 0 30px;
  font-weight: normal;
}
.lockedby-box h5 i {
  font-size: 22px;
  position: absolute;
  top: 15px;
  left: 20px;
}
.lockedby-box .lock-btn {
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #017366;
  font-size: 1.1em;
  padding-left: 30px;
  position: relative;
}
.lockedby-box .lock-btn i {
  position: absolute;
  left: 5px;
  top: 8px;
  padding: 0;
}
.lockedby-box .lock-btn i:before {
  font-size: 18px;
  line-height: 18px;
  position: relative;
  top: -2px;
}
.lockedby-box .lock-btn:hover {
  background-color: #76c045;
  color: #fff;
}
.no-padding {
  padding: 0 !important;
}
.no-borders {
  border: none !important;
}
.no-margins {
  margin: 0 !important;
}
.form-icon {
  position: absolute;
  right: 51px;
  top: 2px;
  font-size: 33px;
}
.form-icon.Approved {
  color: #73c363;
}
.form-icon.Rejected {
  color: #fd3131;
}
.form-icon.Normal {
  color: #3f9db6;
}
.form-icon.Returned {
  color: #f59100;
}
.form-icon.Draft {
  color: #b7b5b0;
}
.form-icon.Submitted {
  color: #56aeff;
}
.form-icon.A,
.form-icon.B {
  color: #73c363;
}
.form-icon.R {
  color: #fd3131;
}
.form-icon.E {
  color: #3f9db6;
}
.form-icon.N {
  color: #f59100;
}
.form-icon.D {
  color: #b7b5b0;
}
.form-icon.S {
  color: #56aeff;
}
.footer {
  text-align: center;
  background-color: var(--footer-bg);
  border-top: 3px solid var(--footer-border-top-color);
}
.footer .footer-wrapper.border-top {
  border: none !important;
  padding: 0 !important;
}
.footer .copyright-wrap {
  color: var(--footer-copyright-white);
  font-size: 1.1em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
}
.footer .poweredby-wrap {
  color: var(--footer-poweredby-white);
  font-size: 1.1em;
  text-align: right;
  margin-top: 0;
  margin-bottom: 1rem;
}
.footer .poweredby-wrap .poweredby {
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
  filter: brightness(0) invert(1);
  display: inline-block;
}
.footer .poweredby-wrap .poweredby .ber-logo {
  height: 23px;
  margin-left: 10px;
}
.footer .poweredby-wrap .poweredby:hover {
  transform: scale(1.1);
}
.footer.with-login {
  border: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.message-banner {
  position: fixed;
  right: 90px;
  bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.message-banner:hover .banner-title .subj {
  color: #76c045;
}
.message-banner .banner-title {
  font-size: 1.2em;
  font-weight: bold;
}
.message-banner .banner-title .sender {
  color: #808080;
  font-weight: normal;
}
.message-banner .banner-title .subj {
  color: #017366;
}
.message-banner .close-banner {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.floating-lnk {
  transition: opacity 0.3s ease-out;
}
.navigation-breadcrumb {
  border-bottom: 1px solid #ededed;
  transform: translate3d(0, 25px, 0);
  opacity: 0;
}
.navigation-breadcrumb .breadcrumb {
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  padding: 1.2rem 0 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 40px;
  position: relative;
}
.navigation-breadcrumb .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5px;
  font-size: 1.2em;
}
.navigation-breadcrumb .breadcrumb .breadcrumb-item i {
  line-height: 0;
  font-size: 10px;
  margin: 0 5px;
}
.navigation-breadcrumb .breadcrumb .breadcrumb-item a[href] {
  color: #02bfa9;
}
.navigation-breadcrumb .breadcrumb .breadcrumb-item a[href]:hover {
  color: #018c7c;
}
.navigation-breadcrumb .breadcrumb .breadcrumb-item:last-child i {
  display: none;
}
.navigation-breadcrumb .breadcrumb .breadcrumb-item::before {
  content: none;
}
.navigation-breadcrumb .breadcrumb .print-application {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  padding: 8px 16px;
  color: #017366;
  cursor: pointer;
}
.navigation-breadcrumb .breadcrumb .print-application i {
  padding: 0;
}
.navigation-breadcrumb .breadcrumb .print-application i:before {
  font-size: 20px;
}
.navigation-breadcrumb .breadcrumb .print-application i:hover {
  color: #72c462;
}
.navigation-breadcrumb .unread-count-inbox {
  background-color: #dc3545;
  color: #fff;
  min-width: 17px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 55%;
  border-radius: 50%;
  font-size: 0.8em;
  height: 17px;
  line-height: 17px;
  padding: 0 2px;
  font-weight: 600;
}
.navigation-breadcrumb .unread-count-inbox.lg {
  font-size: 0.95em;
  height: 25px;
  line-height: 25px;
  min-width: 25px;
  right: 70%;
  top: -5px;
}
.sticky-actions {
  position: fixed;
  top: 20px;
  z-index: 1000;
  background-color: #fff;
  display: block;
  padding: 15px;
  left: 0;
  right: 0;
}
.sticky-actions.with-side-bar {
  top: 5px;
}
.gen-list {
  list-style: none;
}
.dashboard .general {
  padding-left: 0;
  margin-bottom: 20px;
}
.dashboard .general a {
  display: block;
  text-align: center;
  background-color: #017366;
  padding: 40px 40px;
  color: #fff;
  font-size: 1.3em;
}
.dashboard .services {
  margin-left: 0;
}
.dashboard .services .service {
  background-color: #017366;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  transition: background-color 0.3s ease-in;
  transform: scale(0.8);
  opacity: 0;
}
.dashboard .services .service .favorite {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
.dashboard .services .service .favorite[is-favorite="true"] {
  color: gold;
}
.dashboard .services .service .bgicon {
  position: absolute;
  top: 0;
  left: 0;
  color: #63a438;
}
.dashboard .services .service .bgicon:before {
  font-size: 100px;
  line-height: 100px;
}
.dashboard .services .service.report a.service-form {
  margin: 70px 0;
}
.dashboard .services .service.report a.service-form span {
  height: auto;
  text-align: center;
}
.dashboard .services .service a.service-form {
  display: block;
  text-align: center;
  color: #fff;
  margin: 30px 0 0 0;
  /*padding: 0 0 0 15px;*/
  z-index: 2;
  position: relative;
  /*.fi-arrow-fill-right {
                    height: 30px;
                    left: -7px;
                    position: absolute;
                    top: 2px;
                    width: 36px;
                }*/
}
.dashboard .services .service a.service-form span {
  font-size: 1.2em;
  font-weight: 700;
  display: block;
  height: 80px;
  text-align: left;
  /*padding-left: 25px;*/
  line-height: 1.5;
}
.dashboard .services .service .s-count,
.dashboard .services .service .service-settings {
  font-size: 3em;
  font-weight: 400;
  color: #fff;
}
.dashboard .services .service .s-count i:before,
.dashboard .services .service .service-settings i:before {
  font-size: 35px;
}
.dashboard .services .service:hover {
  background-color: #76c045;
}
.dashboard .services .service:hover .bgicon {
  color: #be1f33;
}
.dashboard .row-top .col-smal .general {
  width: 100%;
  padding: 0;
}
.dashboard .row-top .col-large {
  padding: 0;
}
.dashboard .row-top .col-large .general {
  width: calc(50% - 7px);
  padding: 0;
}
.dashboard .row-top .col-large .general.col-1 {
  margin-left: 7px;
}
.dashboard .row-top .col-large .general.col-2 {
  margin-right: 7px;
}
.dashboard .progress-bar {
  background-color: #76c045;
}
.dashboard .progress-small,
.dashboard .progress-small .progress-bar {
  height: 10px;
}
.dashboard .progress-small,
.dashboard .progress-mini {
  margin-top: 5px;
}
.dashboard .progress-mini,
.dashboard .progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0;
}
.dashboard .widget-filter-ddl {
  height: 22px;
  margin: 0px 10px;
}
.dashboard .chart-tabs button {
  float: right;
}
.dashboard .minimized-message-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  color: #017366;
  margin-bottom: 30px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.dashboard .minimized-message-box a i {
  transform: rotate(90deg);
  padding: 0 0 10px 0 !important;
}
.dashboard a.message-box-button {
  color: #000e0c;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1em;
  transition: all 0.3s ease-in-out !important;
}
.dashboard a.message-box-button i:before {
  font-size: 10px;
}
.dashboard a.message-box-button:hover {
  color: #000000;
}
.welcomeModal .modal-dialog {
  max-width: 1000px;
  width: 90%;
}
.welcomeModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.welcomeModal .modal-dialog .modal-content .modal-body .form-horizontal {
  padding-top: 20px;
  padding-bottom: 20px;
}
.welcomeModal .modal-dialog .modal-content .modal-body .modal-footer {
  padding: 0;
  border-top-width: 2px;
}
.languageModal {
  top: 30%;
}
.languageModal .modal-dialog .modal-content {
  direction: rtl;
}
.languageModal .modal-dialog .modal-content .modal-title {
  display: block;
  width: 100%;
  font-size: 1.1538em;
}
.languageModal .modal-dialog .modal-content .flag-btn {
  width: 200px;
  font-size: 1.5em;
  background-size: 5em;
  background-repeat: no-repeat;
  margin: 0 10px;
  height: 68px;
  font-weight: bold;
  color: #747474;
}
.languageModal .modal-dialog .modal-content .flag-btn.ae,
.languageModal .modal-dialog .modal-content .flag-btn.ae:active {
  background-image: url('../../default/images/ae.svg');
  text-align: right;
}
.languageModal .modal-dialog .modal-content .flag-btn.gb,
.languageModal .modal-dialog .modal-content .flag-btn.gb:active {
  background-image: url('../../default/images/gb.svg');
  background-position: 100% 0;
  text-align: left;
}
/* Custom Animation */
body.loaded .dashboard .services .service {
  transform: none;
  transition: transform 0.5s linear, opacity 0.5s ease-in;
  transition-delay: 0.3s;
  opacity: 1;
}
/* Dashboard Style*/
.stat-list li:first-child {
  margin-top: 0;
}
.stat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stat-percent {
  float: right;
}
.stat-list li {
  margin-top: 15px;
  position: relative;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}
.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}
.chart-info {
  font-size: 12px;
  font-weight: 200;
  color: #017366;
  margin: 0px 10px;
}
/*Dashboard*/
.dashboard-header {
  border-top: 0;
  padding: 0;
}
.fist-item {
  border-top: none !important;
}
.list-group.clear-list .list-group-item {
  border-top: 1px solid #e7eaec;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}
ul.clear-list:first-child {
  border-top: none !important;
}
.top5-value {
  margin-right: 15px;
  float: right !important;
}
.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.dashboard-header .list-group-item span.label {
  margin: 0 10px;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
}
.request-periods {
  float: right;
}
.message-box {
  background-color: #fff;
  border-radius: 5px;
  color: #017366;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.message-box.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.message-box .item {
  display: flex;
  padding: 20px;
  margin-bottom: 30px;
  /*height: 280px;*/
}
.message-box .item .message-avatar-container {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: -5px;
  height: 240px;
}
.message-box .item .message-avatar-container .avatar {
  width: 100%;
  height: 115%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
.message-box .item .message-box-header {
  text-align: right;
}
.message-box .item .message-box-header a i {
  padding-left: 10px;
}
.message-box .item .message-content {
  height: 100%;
  position: relative;
}
.message-box .item .message-content .message-content-body .message a {
  color: #dc3545;
  font-weight: bold;
}
.message-box .item .message-content .message-footer {
  /*position: absolute;
                bottom: 0;*/
}
a:hover {
  cursor: pointer;
}
.box {
  border: 1px solid var(--main-box-border-color);
  border-radius: 10px;
  padding: 20px;
  background-color: var(--main-box-bg);
}
.box .box-header {
  border-bottom: 1px solid var(--main-header-border-top-color);
}
.box .box-header .box-title {
  color: var(--main-box-title-color);
  text-transform: uppercase;
  font-size: 12px;
}
.box .box-header .box-title i:before {
  font-size: 12px;
}
.happiness-box .box-header .box-title a {
  color: #017366;
}
.happiness-box .box-header .view-happiness {
  position: absolute;
  right: 20px;
  bottom: 0.5rem;
}
.happiness-box .box-header .view-happiness-admin {
  position: absolute;
  right: 40px;
  bottom: 0.5rem;
}
.happiness-box .happiness-status-container .happiness-status {
  display: flex;
  padding: 10px 0;
}
.happiness-box .happiness-status-container .happiness-status.border-bottom {
  border-bottom: 1px solid #ebebeb;
}
.happiness-box .happiness-status-container .happiness-status:last-child {
  /*padding-bottom: 0px;*/
  border-bottom: none;
}
.happiness-box .happiness-status-container .happiness-status.happy .happiness-status-item {
  color: #72c462;
}
.happiness-box .happiness-status-container .happiness-status.neutral .happiness-status-item {
  color: #ffa832;
}
.happiness-box .happiness-status-container .happiness-status.sad .happiness-status-item {
  color: #ff3735;
}
.happiness-box .happiness-status-container .happiness-status .happiness-status-item {
  text-align: center;
  width: 55px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-icon i {
  font-size: 50px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-details {
  font-weight: bold;
}
.happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-details label {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics {
  width: 80%;
  padding-left: 20px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics .today-label {
  margin-bottom: 0;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics .today-label .percent {
  font-weight: 600;
  font-size: 11px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics .bar {
  height: 14px;
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 2px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics .bar .overlay-bar {
  height: 10px;
  border-radius: 5px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics .bar .overlay-bar.today {
  background-color: #87b6b2;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics .bar .overlay-bar.yesterday {
  background-color: #c9cba6;
}
.happiness-box .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}
.happiness-box .button-container .btn-custom {
  padding: 10px 45px;
}
.user-happiness-box .happiness-status-container {
  display: flex;
  justify-content: center;
}
.user-happiness-box .happiness-status-container .happiness-status {
  width: 33%;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  padding: 10px 0;
}
.user-happiness-box .happiness-status-container .happiness-status.happy .happiness-status-item:hover,
.user-happiness-box .happiness-status-container .happiness-status.happy .happiness-status-item.active {
  background-color: rgba(44, 223, 210, 0.1);
  color: #72c462;
}
.user-happiness-box .happiness-status-container .happiness-status.happy .happiness-status-item .happiness-status-icon label:before {
  content: "\e93b";
}
.user-happiness-box .happiness-status-container .happiness-status.neutral .happiness-status-item:hover,
.user-happiness-box .happiness-status-container .happiness-status.neutral .happiness-status-item.active {
  background-color: rgba(242, 159, 40, 0.1);
  color: #f59100;
}
.user-happiness-box .happiness-status-container .happiness-status.neutral .happiness-status-item .happiness-status-icon label:before {
  content: "\e939";
}
.user-happiness-box .happiness-status-container .happiness-status.sad .happiness-status-item:hover,
.user-happiness-box .happiness-status-container .happiness-status.sad .happiness-status-item.active {
  background-color: rgba(255, 78, 78, 0.1);
  color: #ff4e4e;
}
.user-happiness-box .happiness-status-container .happiness-status.sad .happiness-status-item .happiness-status-icon label {
  width: 100%;
}
.user-happiness-box .happiness-status-container .happiness-status.sad .happiness-status-item .happiness-status-icon label:before {
  content: "\e938";
}
.user-happiness-box .happiness-status-container .happiness-status .happiness-status-item {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.user-happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-icon label {
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
}
.user-happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-icon label:before {
  font-family: 'fonticons' !important;
  font-size: 50px;
}
.user-happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-details input[type=radio] {
  display: none;
}
.user-happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-details label {
  cursor: pointer;
}
.chart-box {
  /*.box-header {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .filters {
            display: flex;

            .month {
                margin-right: 5px;
            }

            .year {
                margin-left: 5px;
            }
        }
    }*/
}
.chart-box.fix-height {
  min-height: 460px;
}
.chart-box .ibox-content {
  position: relative;
  padding: 15px 0 0 0;
}
.chart-box .ibox-content.extra-padding {
  padding: 70px 0 0 0;
}
.chart-box .ibox-content canvas {
  position: relative;
  z-index: 2;
}
.chart-box .ibox-content .total-count-container {
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-box .ibox-content .total-count-container .total-count-inner {
  text-align: center;
}
.chart-box .ibox-content .total-count-container .total-count-inner .total-count {
  font-size: 3em;
  font-weight: bold;
}
.chart-box .ibox-content .total-count-container .total-count-inner .total-count-text {
  color: #6d6d6d;
  font-size: 1.3em;
  margin-top: -10px;
}
.statisfaction-icon {
  margin-bottom: 0;
}
.statisfaction-icon i {
  font-size: 40px;
  margin: 0 3px;
}
.statisfaction-icon .ico-happy {
  color: #72c462;
}
.statisfaction-icon .ico-nutral {
  color: #ffa832;
}
.statisfaction-icon .ico-sad {
  color: #ff3735;
}
.audit-info {
  padding-top: 15px;
  font-size: 11px;
  padding: 15px 20px 5px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 1px #ececec;
}
.audit-info i {
  margin-right: 10px;
  color: #a9a9a9;
  font-size: 15px;
}
.audit-info .meta {
  color: #a9a9a9;
  font-size: 1.1538em;
}
.audit-info .data,
.audit-info .user-lnk {
  color: #2a2a2a;
  font-size: 1.1538em;
}
.audit-info .user-lnk:hover {
  color: #017366;
}
.documents {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  list-style: none;
  padding-left: 0;
}
.documents .ico-edit {
  color: #7fc344;
  position: absolute;
  bottom: 10px;
  right: 35px;
  margin-left: 10px;
  font-size: 1.1538em;
}
.documents .ico-trash {
  color: #dc3545;
  position: absolute;
  bottom: 10px;
  right: 15px;
  margin-left: 10px;
  font-size: 1.1538em;
}
.documents .load-file {
  color: #7fc344;
  position: absolute;
  bottom: 10px;
  right: 55px;
  margin-right: 10px;
  font-size: 1.1538em;
}
.documents span {
  color: #017366;
}
.documents .modal-body .file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  /*         border-bottom: 1px solid #ddd;*/
}
.documents .modal-body .file-row h5 {
  flex-grow: 1;
  margin: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.documents .modal-body .file-row .row-download {
  color: #7fc344;
}
.panel-body .val {
  font-size: 1.1em;
  font-weight: 500;
}
.panel-body .group-items {
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 15px 25px;
  margin-bottom: 20px;
}
.panel-body .group-items legend {
  background-color: #f4f4f4;
  border-radius: 5px;
  width: auto;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #017366;
}
.panel-body .group-items .evaluate-label {
  width: 120px;
  display: inline-block;
}
.panel-body .group-items .device-key {
  font-weight: bold;
  margin-right: 10px;
  font-size: 16px;
  color: #017366;
}
.panel-body .group-items .device-value {
  font-size: 16px;
  color: #5d5d5d;
}
.panel-body .group-items .val {
  background-color: #fafafa;
  min-height: 45px;
  line-height: 1.5;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #888;
  display: block;
  padding: 11px;
}
.panel-body .invoice-items {
  display: block;
}
.panel-body .invoice-items .items {
  margin-left: auto;
}
.panel-body .invoice-items .items .title {
  margin-bottom: 0;
}
.panel-body .slidecontainer {
  position: relative;
  width: 100%;
}
.panel-body .completionPercentage {
  display: block;
}
.panel-body .slider {
  width: 60%;
  height: 25px;
  background: #ececec;
  outline: none;
  margin-top: 15px;
  border-radius: 50px;
}
.panel-body .slider::-webkit-slider-thumb {
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #003462;
  cursor: pointer;
}
.panel-body .slider-value {
  display: inline-block;
  font-size: large;
  margin-left: 30px;
}
.panel-body .slider-value #rangeValue {
  display: contents;
}
.panel-body .validateCode {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.table-items .selectdiv.in-cell:after {
  top: 33px;
}
.table-items .ico-calendar-icon-2 {
  top: 25px;
}
.history-popup .main-content {
  margin-bottom: 60px;
}
.history-popup .main-content .history-list .item-container {
  padding: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 2px 0px #ccc;
}
.history-popup .main-content .history-list .item-container .item-controls .item-info {
  margin: 10px 0 0 0;
}
.history-popup .popup-pager {
  width: 100%;
  padding: 0 15px 15px 15px;
}
.data-list .col-header {
  border-left: 1px solid #d3d2d0;
  border-right: 1px solid #d3d2d0;
  border-top: 1px solid #d3d2d0;
}
.data-list .col-header .col {
  background-color: #017366;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  font-size: 1.1em;
  font-weight: 600;
  padding: 8px;
}
.data-list .col-header .col.last {
  border-right: none;
}
.data-list .list-body .item-container {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 12px;
  box-shadow: 1px 1px 2px 1px #ccc;
}
.data-list .list-body .item-container .drag-icon {
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.data-list .list-body .item-container .drag-icon i {
  font-size: 18px;
  color: #aeacac;
  z-index: 2;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.data-list .list-body .item-container:nth-child(2n+1) {
  background-color: #fafafa;
}
.data-list .list-body .item-container.checkout {
  padding: 15px 30px;
  margin-bottom: 15px;
}
.data-list .list-body .item-container.checkout .details {
  margin-bottom: 10px;
}
.data-list .list-body .item-container.checkout .details .head {
  width: 20%;
}
.data-list .list-body .item-container.checkout .item-controls .item-info {
  margin: 0;
}
.data-list .list-body .item-container.checkout .item-controls .list-action {
  text-align: right;
}
.data-list .list-body .item-container.checkout .statuses {
  margin-bottom: 10px;
}
.data-list .list-body .item-container.checkout .statuses span {
  margin-right: 10px;
  color: #fff;
}
.data-list .list-body .item-container .appStatus i {
  color: #017366;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.data-list .list-body .item-container .appStatus i:before {
  font-size: 1.9231em;
}
.data-list .list-body .item-container .appStatus .ico-happy {
  color: #72c462;
}
.data-list .list-body .item-container .appStatus .ico-nutral {
  color: #ffa832;
}
.data-list .list-body .item-container .appStatus .ico-sad {
  color: #ff3735;
}
.data-list .list-body .item-container .appStatus .ico-delayed-request {
  color: #fd3131;
}
.data-list .list-body .item-container .appStatus .view-comment {
  transition: all 0.3s ease-in-out;
}
.data-list .list-body .item-container .appStatus .view-comment i {
  color: #bfa260;
  margin-left: 5px;
  top: 2px;
  color: #868685;
  background-color: #f3f3f3;
  padding: 0 5px;
  border-radius: 10px;
}
.data-list .list-body .item-container .appStatus .view-comment i:before {
  font-size: 15px;
}
.data-list .list-body .item-container .appStatus .view-comment:hover i {
  background-color: #63be6a;
  color: #fff;
}
.data-list .list-body .item-container .comments-popup {
  padding: 20px;
  font-size: 0.9231em;
  width: 250px;
  transform: translate3d(-195px, 30px, 0) !important;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  border: none;
}
.data-list .list-body .item-container .comments-popup .title {
  color: #017366;
  margin-bottom: 10px;
}
.data-list .list-body .item-container .comments-popup:before {
  font-family: fonticons;
  content: "\e902";
  color: #fff;
  font-size: 18px;
  top: -19px;
  right: 30px;
  position: absolute;
}
.data-list .list-body .item-container .title {
  color: #017366;
  font-size: 1.2308em;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.data-list .list-body .item-container .title.sec-col {
  padding: 6px 0;
}
.data-list .list-body .item-container .title a {
  color: #017366;
  transition: all 0.3s ease-in-out;
}
.data-list .list-body .item-container .title a:hover {
  color: #397d3e;
}
.data-list .list-body .item-container .details {
  font-size: 1.0769em;
  display: flex;
  /* justify-content: space-between;
                flex-direction: row;*/
  margin-bottom: 5px;
  padding: 0px 25px;
}
.data-list .list-body .item-container .details .head {
  color: #017366;
  font-weight: 600;
  /*display: inline-flex;
                    width: 40%;*/
}
.data-list .list-body .item-container .details .head2 {
  color: #017366;
  min-width: 150px;
}
.data-list .list-body .item-container .details .head2.min-width {
  min-width: 110px;
  font-size: 0.9231em;
  margin-top: 2px;
}
.data-list .list-body .item-container .details .head2.no-min-width {
  min-width: auto;
  font-size: 0.9231em;
  margin: 2px 10px 0 0;
  text-wrap: nowrap;
}
.data-list .list-body .item-container .details .description {
  display: inline-flex;
  padding-left: 5px;
  width: calc(90%);
}
.data-list .list-body .item-container .details .main-title {
  padding-left: 5px;
  /* display: inline-flex;
                    width: 100%;*/
}
.data-list .list-body .item-container .details .main-title .lnk-user {
  color: #5d5d5d;
}
.data-list .list-body .item-container .details .main-title .show-score-result {
  padding: 0 5px;
  color: #73c363;
}
.data-list .list-body .item-container .details .main-title .show-score-result:hover {
  color: #397d3e;
}
.data-list .list-body .item-container .cell-details {
  font-size: 1.1538em;
  background-color: #e9e9e9;
}
.data-list .list-body .item-container .cell-details .head {
  color: #017366;
  font-weight: 600;
  padding: 5px 0;
}
.data-list .list-body .item-container .numbers-inc-font {
  font-size: 1.1538em;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 0;
}
.data-list .list-body .item-container .item-controls .align-horizontal {
  text-align: right;
}
.data-list .list-body .item-container .item-controls .list-action {
  text-align: right;
}
.data-list .list-body .item-container .item-controls .item-info {
  list-style: none;
  padding: 0;
  margin: 1px 0;
  font-size: 1.1538em;
  display: inline-block;
}
.data-list .list-body .item-container .item-controls .item-info.smll {
  font-size: 1.0769em;
}
.data-list .list-body .item-container .item-controls .item-info.smll li .lnk-user {
  font-size: 14px;
}
.data-list .list-body .item-container .item-controls .item-info li {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.data-list .list-body .item-container .item-controls .item-info li .next-step-icon {
  font-size: 0.6em;
  top: 0px !important;
  margin: 0 4px !important;
  color: unset !important;
}
.data-list .list-body .item-container .item-controls .item-info li.percent {
  position: absolute;
  right: 5px;
  top: 0;
}
.data-list .list-body .item-container .item-controls .item-info li.last:after {
  content: none !important;
}
.data-list .list-body .item-container .item-controls .item-info li .sep {
  padding: 0 10px;
  margin: 0 5px;
  background-color: #73c363;
  border-radius: 3px;
  color: #fff;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  font-size: 0.9em;
}
.data-list .list-body .item-container .item-controls .item-info li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, rgba(218, 217, 213, 0) 10%, #dad9d5 50%, rgba(218, 217, 213, 0) 90%);
}
.data-list .list-body .item-container .item-controls .item-info li span.minified {
  font-size: 0.8462em;
  padding: 0 15px;
}
.data-list .list-body .item-container .item-controls .item-info li.view {
  padding-left: 0px !important;
  padding-right: 15px !important;
}
.data-list .list-body .item-container .item-controls .item-info li.disabled {
  color: #a6ce9e;
}
.data-list .list-body .item-container .item-controls .item-info li.disabled .fonticons {
  color: #a6ce9e;
}
.data-list .list-body .item-container .item-controls .item-info li label {
  margin: 0;
  color: #017366;
  display: initial;
}
.data-list .list-body .item-container .item-controls .item-info li label.duration {
  color: #7b7b7b;
}
.data-list .list-body .item-container .item-controls .item-info li .fonticons {
  margin-right: 3px;
  color: #76c045;
  position: relative;
  top: 4px;
}
.data-list .list-body .item-container .item-controls .item-info li .fonticons:before {
  font-size: 1.3846em;
}
.data-list .list-body .item-container .item-controls .item-info li a {
  color: #7fc344;
  display: block;
  transition: all 0.5s ease-in-out;
  font-size: 0.9231em;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.data-list .list-body .item-container .item-controls .item-info li a i {
  transition: all 0.3s ease-in-out;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-delete {
  color: #dc3545;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-delete i {
  color: #dc3545;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-delete:hover {
  color: #bd2130;
  /* text-shadow: 0 0 10px #dc3545;*/
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-delete:hover .fonticons {
  color: #bd2130;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-view {
  color: #00a2ed;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-view i {
  color: #00a2ed;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-view:hover {
  color: #007fba;
  /* text-shadow: 0 0 10px #00a2ed ;*/
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-view:hover .fonticons {
  color: #007fba;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-step {
  color: #001a31;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-step i {
  color: #001a31;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-step:hover {
  color: #000000;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-step:hover .fonticons {
  color: #000000;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-step-action {
  color: #5d5d5d;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-step-action i {
  color: #5d5d5d;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-step-action:hover {
  color: #434343;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-step-action:hover .fonticons {
  color: #434343;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-step-actor {
  color: #9d7d4d;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-step-actor i {
  color: #9d7d4d;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-step-actor:hover {
  color: #7b623c;
}
.data-list .list-body .item-container .item-controls .item-info li a.btn-step-actor:hover .fonticons {
  color: #7b623c;
}
.data-list .list-body .item-container .item-controls .item-info li a:hover {
  color: #397d3e;
  /*text-shadow: 0 0 10px @hover-color;*/
}
.data-list .list-body .item-container .item-controls .item-info li a:hover .fonticons {
  color: #397d3e;
}
.data-list .list-body .item-container .item-controls .item-info li .lnk-user {
  color: #7b7b7b;
  display: inline-block;
}
.data-list .list-body .item-container .item-controls .item-info li .lnk-user:hover {
  color: #63be6a;
  text-shadow: none;
}
.data-list .list-body .item-container .item-controls .item-info li .view-dates {
  display: inline-block;
  margin: 0 10px;
}
.data-list .list-body .item-container .item-controls .item-info li.w-85 {
  font-weight: 600;
}
.data-list .list-body .item-container .item-controls .item-info li .display-num {
  background-color: #76c045;
  color: #fff;
  border-radius: 5px;
  padding: 0 8px;
}
.data-list .list-body .item-container .item-controls .item-actions {
  display: flex;
}
.data-list .list-body .item-container .actions {
  position: absolute;
  top: 10px;
  left: 10px;
}
.data-list .list-body .item-container .actions a,
.data-list .list-body .item-container .actions span {
  display: inline-block;
  padding: 0 5px;
  color: #a19e9e;
}
.data-list .list-body .item-container .actions a .fonticons:before,
.data-list .list-body .item-container .actions span .fonticons:before {
  font-size: 18px;
  line-height: 24px;
}
.data-list .list-body .item-container .actions a {
  visibility: hidden;
}
.data-list .list-body .item-container .actions a:hover {
  color: #666;
  cursor: pointer;
}
.data-list .list-body .item-container .strong {
  font-weight: bold;
}
.data-list .list-body .item-container.read .strong {
  font-weight: normal;
}
.data-list .list-body .item-container.read .link {
  color: #a0a0a0;
}
.data-list .list-body .item-container .worklist-icon,
.data-list .list-body .item-container .download-icon,
.data-list .list-body .item-container .happiness-status {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  height: 40px;
  color: #fff;
  text-align: center;
}
.data-list .list-body .item-container .worklist-icon {
  background-color: #63be6a;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-list .list-body .item-container .worklist-icon .fonticons:before {
  font-size: 20px;
}
.data-list .list-body .item-container .download-icon {
  background-color: #63be6a;
  border-radius: 5px;
  padding: 5px 15px 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.data-list .list-body .item-container .download-icon i {
  font-size: 20px;
  padding-right: 10px;
}
.data-list .list-body .item-container .download-icon:hover {
  background-color: #46a84e;
}
.data-list .list-body .item-container .btn-edit {
  background-color: #72c462;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 5px;
}
.data-list .list-body .item-container .btn-edit i {
  font-size: 13px;
  margin-right: 5px;
}
.data-list .list-body .item-container .btn-edit:hover {
  background-color: #438c34;
}
.data-list .list-body .item-container .happiness-status {
  width: 40px;
}
.data-list .list-body .item-container .happiness-status i {
  font-size: 40px;
  padding-right: 10px;
}
.data-list .list-body .item-container .notification-info {
  list-style: none;
  margin: 0;
  padding: 5px 6px;
  width: 42px;
  display: inline-block;
}
.data-list .list-body .item-container .notification-info.read .date-info {
  border-width: 1px;
  border-color: #e1e1e1;
}
.data-list .list-body .item-container .notification-info.read li .title a {
  font-weight: 400;
}
.data-list .list-body .item-container .notification-info.full {
  width: auto;
  display: block;
}
.data-list .list-body .item-container .notification-info .date-info {
  width: 70px;
  border-right: 5px solid #72c462;
}
.data-list .list-body .item-container .notification-info li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  border-width: 5px;
}
.data-list .list-body .item-container .notification-info li .state {
  padding: 10px;
}
.data-list .list-body .item-container .notification-info li .date,
.data-list .list-body .item-container .notification-info li .user {
  color: #7c7c7c;
  font-size: 0.8462em;
  margin-bottom: 0;
}
.data-list .list-body .item-container .notification-info li .date span {
  display: block;
}
.data-list .list-body .item-container .notification-info li .date.circle {
  background-color: #018c7c;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 23px;
  font-weight: 600;
  font-size: 1.2em;
}
.data-list .list-body .item-container .notification-info li .user,
.data-list .list-body .item-container .notification-info li .service-name {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.data-list .list-body .item-container .notification-info li .user:hover,
.data-list .list-body .item-container .notification-info li .service-name:hover {
  color: #63be6a;
}
.data-list .list-body .item-container .notification-info li .user i,
.data-list .list-body .item-container .notification-info li .service-name i {
  padding-right: 10px;
  color: #017366;
}
.data-list .list-body .item-container .notification-info li .user i:before {
  font-size: 17px;
}
.data-list .list-body .item-container .notification-info li .service-name {
  color: #017366;
}
.data-list .list-body .item-container .notification-info li .service-name i:before {
  font-size: 22px;
  font-weight: bold;
}
.data-list .list-body .item-container .notification-info li .title {
  padding-left: 20px;
  margin-right: 10px;
}
.data-list .list-body .item-container .notification-info li .title a {
  font-weight: 500;
}
.data-list .list-body .item-container .notification-info li .notify-icon {
  display: block;
  font-size: 15px;
  color: #aeda91;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 5px;
}
.data-list .list-body .item-container .notification-info li .notify-icon.read {
  color: #76c045;
}
.data-list .list-body .item-container .notification-info li .notify-icon.lnk {
  cursor: pointer;
  color: #ffc107;
}
.data-list .list-body .item-container .notification-info li .notify-icon.lnk.flagged {
  color: #fc6161;
}
.data-list .list-body .item-container .notification-info li .notify-icon.lnk.flagged:hover {
  color: #c73535;
}
.data-list .list-body .item-container .notification-info li .notify-icon.lnk:hover {
  color: #017366;
}
.data-list .list-body .item-container .notification-info li .notify-icon .fonticons:before {
  font-size: 15px;
}
.data-list .list-body .item-container .notification-info li .app-status {
  display: block;
  font-size: 12px;
  color: #f59100;
}
.data-list .list-body .item-container .notification-info li .date-created {
  color: #a19e9e;
  padding: 0;
  font-size: 0.9em;
}
.data-list .list-body .item-container .col-status {
  position: relative;
}
.data-list .list-body .item-container .col-thumbnail {
  width: 80%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.data-list .list-body .item-container .col-actions {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 10px;
  display: none;
  bottom: 0;
  margin: auto 0;
}
.data-list .list-body .item-container .col-actions .btn-action {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  margin: 2px 5px;
}
.data-list .list-body .item-container .col-actions .btn-action .fonticons {
  margin: 0 2px;
}
.data-list .list-body .item-container .col-actions .btn-action .fonticons:before {
  font-size: 10px;
  line-height: 20px;
}
.data-list .list-body .item-container .col-actions .btn-action span {
  margin: 0 2px;
}
.data-list .list-body .item-container .resource-icon {
  font-size: 18px;
  color: #815b5b;
}
.data-list .list-body .item-container.alert-border-qry {
  border-left: solid 15px #fe5e5e;
}
.data-list .list-body .item-container.expiredAlert {
  border-left: solid 15px #ffff00;
}
.data-list .list-body .item-container.aboutToExpireAlert {
  border-left: solid 15px #6fbef7;
}
.data-list .list-body .item-container .danger-color {
  color: #fe5e5e;
}
.data-list .list-body.sort-enabled .item-container {
  overflow: visible;
  padding-left: 30px;
}
.data-list .list-body .col-actions {
  text-align: center;
}
.data-list .list-body .col-actions .btn-action {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 2px;
}
.data-list .list-body .col-actions .btn-action .fonticons {
  margin: 0 2px;
}
.data-list .list-body .col-actions .btn-action .fonticons:before {
  font-size: 10px;
  line-height: 20px;
}
.data-list .list-body .col-actions .btn-action span {
  margin: 0 2px;
}
.data-list .table-bordered thead th {
  border-bottom-width: 1px;
}
.main-content .general-container .message table {
  width: 100%;
}
.main-content .general-container .message table td,
.main-content .general-container .message table th {
  padding: 8px 10px;
}
.main-content .general-container .message table td.title,
.main-content .general-container .message table th.title {
  width: 30%;
}
.main-content .general-container .message table td.value,
.main-content .general-container .message table th.value {
  color: #017366;
  font-weight: 600;
}
.main-content .general-container .message table td.value.bullet:before,
.main-content .general-container .message table th.value.bullet:before {
  content: "-";
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  margin: 0 15px;
}
.main-content .general-container .message p {
  margin: 10px 0;
}
.main-content .general-container .date-time {
  color: #a19e9e;
  font-weight: 500;
  margin: 15px 0;
}
.align-right {
  text-align: right;
}
.fl-right {
  float: right;
}
.application-status {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.7692em;
  color: #017366;
}
.application-status:before {
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #017366;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
}
.application-status.Approved {
  color: #73c363;
}
.application-status.Approved:before {
  background-color: #73c363;
}
.application-status.Rejected {
  color: #fd3131;
}
.application-status.Rejected:before {
  background-color: #fd3131;
}
.application-status.Normal {
  color: #3f9db6;
}
.application-status.Normal:before {
  background-color: #3f9db6;
}
.application-status.Returned {
  color: #f59100;
}
.application-status.Returned:before {
  background-color: #f59100;
}
.application-status.Draft {
  color: #b7b5b0;
}
.application-status.Draft:before {
  background-color: #b7b5b0;
}
.application-status.Submitted {
  color: #56aeff;
}
.application-status.Submitted:before {
  background-color: #56aeff;
}
.application-status.A,
.application-status.B,
.application-status.V {
  color: #73c363;
}
.application-status.A:before,
.application-status.B:before,
.application-status.V:before {
  background-color: #73c363;
}
.application-status.R {
  color: #fd3131;
}
.application-status.R:before {
  background-color: #fd3131;
}
.application-status.E {
  color: #3f9db6;
}
.application-status.E:before {
  background-color: #3f9db6;
}
.application-status.N {
  color: #f59100;
}
.application-status.N:before {
  background-color: #f59100;
}
.application-status.D {
  color: #b7b5b0;
}
.application-status.D:before {
  background-color: #b7b5b0;
}
.application-status.S {
  color: #56aeff;
}
.application-status.S:before {
  background-color: #56aeff;
}
.complete-status {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.7692em;
}
.complete-status:before {
  font-family: fonticons;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.complete-status.ended {
  color: #73c363;
}
.complete-status.ended:before {
  content: "\e928";
  background-color: #73c363;
}
.complete-status.inprogress {
  color: #63be6a;
}
.complete-status.inprogress:before {
  content: "\e90c";
  background-color: #63be6a;
}
.flex-cont {
  display: flex;
  /*justify-content: space-between;*/
  flex-direction: row;
  align-items: center;
}
.flex-cont.rtl {
  justify-content: flex-end;
  align-items: end;
}
.flex-cont.rtl .flex-item {
  padding: 0 5px;
}
.flex-cont.rtl .flex-item:after {
  content: "";
  width: 1px;
  height: 18px;
  position: relative;
  background-color: #dad9d5;
  right: -5px;
}
.flex-cont.rtl .flex-item:last-child:after {
  content: none;
}
.flex-cont.rtl .flex-item i {
  margin: 0 5px !important;
}
.flex-cont .flex-item {
  display: inline-flex;
  padding: 0 2px;
}
.ref-no {
  font-weight: 600;
  color: #5d5d5d;
  padding: 5px 10px;
  background: #f0f0f0;
  border-radius: 10px;
  height: 20px;
}
.dates-popup {
  font-size: 1.0769em;
}
.dates-popup .duration-details {
  list-style: none;
  padding: 0 20px;
}
.dates-popup .duration-details .date {
  margin: 5px 0;
  position: relative;
}
.dates-popup .duration-details .date label {
  width: 36%;
  margin-left: 20px;
}
.dates-popup .duration-details .date:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 25px;
  background: #dec68e;
  left: 2px;
  top: -14px;
}
.dates-popup .duration-details .date:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #dec68e;
  left: -2px;
  border-radius: 50%;
  top: 5px;
}
.dates-popup .duration-details .date:last-child {
  font-weight: 600;
}
.dates-popup .date {
  padding: 0 15px;
  margin: 10px 0;
}
.dates-popup .date a {
  color: #5d5d5d;
  transition: all 0.3s ease-in-out;
}
.dates-popup .date a:hover {
  color: #397d3e;
}
.dates-popup .date:last-child {
  border: none;
}
.dates-popup .date i {
  margin-right: 10px;
  font-size: 1.3846em;
  color: #76c045;
  position: relative;
  top: 2px;
}
.dates-popup .date label {
  margin: 0;
  color: #017366;
  width: 35%;
  /* font-weight: bold;*/
}
.table-list {
  padding: 0 !important;
}
.table-list table {
  width: 100%;
  margin-bottom: 10px;
  color: #000 !important;
}
.table-list table thead tr th {
  padding: 20px;
}
.table-list table tbody tr:nth-child(odd) {
  background-color: #f8f5ef;
}
.table-list table tbody tr:hover {
  background-color: #eaedef;
}
.table-list table tbody tr.pager .pager-content {
  display: table-cell;
}
.table-list table tbody tr td {
  padding: 10px 20px;
}
.table-list table tbody tr td.has-icon {
  display: flex;
  align-items: center;
}
.table-list table tbody tr td.in-progress {
  color: #f59100;
}
.table-list table tbody tr td.completed {
  color: #34b234;
}
.table-list table tbody tr td.cancelled {
  color: #3f9db6;
}
.table-list table tbody tr td.rejected {
  color: #da1a32;
}
.table-list table tbody tr td > i {
  margin-right: 10px;
}
.table-list table tbody tr td > i:before {
  font-size: 30px;
}
.table-list table tbody tr td .c100 {
  font-size: 30px;
  margin-bottom: 0;
  margin-right: 10px;
}
.table-list table tbody tr td .action i {
  color: #017366;
  display: block;
  transition: all 0.3s ease-in-out;
}
.table-list table tbody tr td .action i:before {
  font-size: 15px;
}
.table-list table tbody tr td .action:hover i {
  color: #63be6a;
}
table {
  color: #7b7b7b !important;
}
table thead tr th {
  color: #017366;
  vertical-align: top !important;
}
.stats-tbl tr th {
  background-color: #017366;
  color: #fff;
}
.stats-tbl tr th.highlighted {
  background-color: #63be6a;
}
.stats-tbl tr th.normal {
  background-color: #ffa832;
}
.stats-tbl tr td {
  vertical-align: middle;
  font-size: 12px;
  padding: 5px 10px;
}
.stats-tbl tr td .ico-warning {
  font-size: 20px;
}
.stats-tbl tr td .time {
  display: block;
  text-align: left;
  margin-bottom: 0;
}
.stats-tbl tr td .time i {
  margin-right: 5px;
  font-size: 12px;
}
.stats-tbl tr td .time i:before {
  font-size: 12px;
}
.stats-tbl tr td .time span {
  display: inline-block;
}
.stats-tbl tr td .user a {
  color: #7b7b7b;
  font-weight: 600;
  font-size: 11px;
  transition: all 0.3s ease-in-out;
}
.stats-tbl tr td .user a:hover {
  color: #017366;
}
.stats-tbl tr td .user i {
  color: #017366;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.stats-tbl tr td .user i:before {
  font-size: 12px;
}
.stats-tbl .title {
  font-size: 14px;
  color: #017366;
}
.stats-tbl .app-info {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  text-align: center;
}
.stats-tbl .app-info .service-name {
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  width: 70%;
}
.stats-tbl .app-info .user {
  display: inline-block;
  width: 70%;
  font-size: 12px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  margin-bottom: 7px;
}
.stats-tbl .app-info .user a {
  color: #7b7b7b;
}
.stats-tbl .app-info .user i {
  color: #017366;
  margin-right: 5px;
}
.stats-tbl .app-info .user i:before {
  font-size: 12px;
}
.stats-tbl .app-info .appref-no {
  display: inline-block;
  /*width: 28%;*/
  font-size: 10px;
  background: #76c045;
  border-radius: 10px;
  padding: 2px 5px;
  text-align: center;
  font-weight: 600;
  vertical-align: top;
  color: #fff;
}
.stats-tbl .cell-title {
  display: none;
}
.sort-block {
  position: relative;
  text-align: right;
  padding: 20px 0 0 0;
}
.sort-block label {
  display: inline-block;
  color: #017366;
  vertical-align: middle;
}
.sort-block .sort-filter {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.sort-block .selectdiv:after {
  top: 20px;
  right: 10px;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.rubber_stamp {
  font-family: 'Vollkorn', serif;
  font-size: 39px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: bold;
  color: red;
  border: 7px solid red;
  float: left;
  padding: 10px 7px;
  border-radius: 10px;
  opacity: 0.8;
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  position: absolute;
  top: 32%;
}
.rubber_stamp:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: auto;
  min-height: 100%;
  top: -10px;
  left: -10px;
  padding: 10px;
  background: url('../images/noise.png') repeat;
}
.result-status {
  color: #fff;
  font-size: 25px;
  background-color: #017366;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  right: 98px;
}
.result-status i {
  font-size: 20px;
}
.result-status.approved {
  background-color: #72c462;
}
.result-status.rejected {
  background-color: #ff3735;
}
.result-status.rejected i {
  font-size: 16px;
}
.items-head {
  background-color: #d1e2e0;
  margin-bottom: 20px;
  padding: 15px;
  color: #000;
  border-radius: 5px;
}
.items-head .lg-header {
  font-size: 1rem;
}
.flex-name {
  display: flex;
  align-items: center;
}
.delete-icon i {
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  color: #f57575;
}
.delete-icon:hover i {
  color: #f24545;
}
.items-list .item-row {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
  margin-bottom: 20px;
}
.items-list .item-row.default-item {
  border-right: 5px solid #28a966;
}
.items-list .item-row .options-dropdown {
  position: absolute;
  top: 10px;
  right: 10px;
}
.items-list .item-row .options-dropdown .fonticons {
  margin-right: 0.5rem;
}
.items-list .item-row .item-details .item-header {
  padding: 10px;
  background-color: #017366;
  color: #fff;
}
.view-options {
  position: absolute;
  right: 20px;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-options li {
  float: left;
  padding: 5px;
}
.view-options li a {
  font-size: 18px;
}
.view-options li a.active {
  color: #017366;
}
.evaluate-row {
  padding: 15px;
  position: relative;
  border: 1px #eee solid;
  border-radius: 10px;
  margin: 15px 0;
}
.evaluate-row p {
  font-weight: 500;
  font-size: 1.3em;
}
.evaluate-row:nth-child(2n) {
  background: #fafafa;
}
.evaluate-row .form-control {
  font-size: 1.3em;
}
.evaluate-row .score-text-box {
  border: 1px solid #d7d7d7;
}
.evaluate-row .score-text-box-error {
  bottom: -36px !important;
  right: -48px !important;
}
.progress-bar-container {
  width: 200px;
}
.progress-bar-container.progress-bar-sm {
  width: 170px;
}
.progress-bar-container .progress .progress-bar {
  background-color: #72c462;
}
.col-smll {
  flex: 0 0 14%;
  max-width: 14%;
}
.is-action .col-smll {
  flex: 0 0 12.3%;
  max-width: 12.3%;
}
.are-taxes-disabled .col-smll {
  flex: 0 0 24%;
  max-width: 24%;
}
.is-action.are-taxes-disabled .col-smll {
  flex: 0 0 18.3%;
  max-width: 18.3%;
}
.sample-labs .lab-match {
  width: 24px;
  height: 24px;
  line-height: 25px;
  padding: 0;
  margin: 0 5px;
}
.sample-labs .testtypeitem-container {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}
.sample-labs .testtypeitem-container .test-name {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sample-labs .testtypeitem-container .test-name .test-icon {
  width: 35px;
  display: inline-block;
  text-align: center;
}
.sample-labs .testtypeitem-container .test-name .test-icon i {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.sample-labs .testtypeitem-container .test-name .test-icon.done i:before {
  content: "\ea62";
}
.sample-labs .testtypeitem-container .test-name .name {
  display: inline-block;
}
.sample-labs .testtypeitem-container .test-details {
  padding: 10px 5px;
}
.sample-labs .testtypeitem-container .test-details .type-test-status.mstatus i {
  color: #8b8b8b;
}
.sample-labs .testtypeitem-container .test-details .type-test-status.mstatus i:before {
  content: "\ea63";
}
.sample-labs .testtypeitem-container .test-details .type-test-status.mstatus .required {
  border-left-color: #f33f54;
}
.sample-labs .testtypeitem-container .test-details .type-test-status.mstatusA i {
  color: #1da35d;
}
.sample-labs .testtypeitem-container .test-details .type-test-status.mstatusA i:before {
  content: "\ea65";
}
.sample-labs .testtypeitem-container .test-details .type-test-status.mstatusR i {
  color: #ee4b4b;
}
.sample-labs .testtypeitem-container .test-details .type-test-status.mstatusR i:before {
  content: "\ea67";
}
.sample-labs .testtypeitem-container .test-details .type-test-status.mstatusZ i {
  color: #8b8b8b;
}
.sample-labs .testtypeitem-container .test-details .type-test-status.mstatusZ i:before {
  content: "\ea66";
}
.sample-labs .testtypeitem-container .test-details .type-test-status.mstatusZ .required,
.sample-labs .testtypeitem-container .test-details .type-test-status.mstatusR .required,
.sample-labs .testtypeitem-container .test-details .type-test-status.mstatusA .required {
  border-color: #ececec !important;
}
.sample-labs .testtypeitem-container .test-details .type-test-status .matchingStatus {
  width: 85%;
  display: inline-block;
}
.sample-labs .testtypeitem-container .test-details .type-test-status:after {
  right: 55px;
}
.sample-labs .testtypeitem-container .test-details .type-test-status i {
  font-size: 22px;
  position: relative;
  top: 4px;
  left: 5px;
}
.sample-labs .testtypeitem-container .test-details .form-control {
  height: 35px !important;
}
.sample-labs .testtypeitem-container .test-details .form-control.required {
  border-left: 3px solid #f33f54;
}
.sample-labs .testtypeitem-container .test-details .form-label {
  display: block;
  text-align: right;
  margin: 5px -10px 0 0;
}
.sample-labs .testtypeitem-container .test-details .selectdiv.in-cell:after {
  top: 16px;
}
.sample-labs .testtypeitem-container .test-details .selectize-control.multi .selectize-input .item {
  padding: 3px 25px !important;
}
.sample-labs .testtypeitem-container .testtypesitems .testtypeitem-container {
  background-color: #fafafa;
  padding: 10px;
  margin: 10px 0;
}
.sample-labs .testtypeitem-container .testtypesitems .testtypeitem-container .form-control {
  height: 40px !important;
}
.sample-labs .testtypeitem-container .testtypesitems .testtypeitem-container:nth-child(2n+1) {
  background-color: #fbf9f9;
}
.sample-labs .testtypeitem-container .testtypeitem-row {
  align-items: center;
}
.sample-labs .testtypeitem-container .testtypeitem-row .test-status {
  display: flex;
  align-items: start;
}
.sample-labs .testtypeitem-container .testtypeitem-row .test-status .state {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.sample-labs .testtypeitem-container .testtypeitem-row .testname {
  color: #003462;
  font-weight: normal;
  margin-bottom: 10px;
}
.sample-labs .testtypeitem-container .testtypeitem-row ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.sample-labs .testtypeitem-container .testtypeitem-row ul li {
  color: #666;
  font-size: 1.1em;
}
.sample-labs .testtypeitem-container .testtypeitem-row ul li span {
  color: #003462;
  font-weight: bold;
  margin: 0 5px;
}
.sample-labs .testtypeitem-container .testtypeitem-row ul li a {
  color: #017366;
}
.sample-labs .testtypeitem-container .testtypeitem-row ul li a:hover {
  color: #76c045;
}
.sample-labs .testtypeitem-container .testtypeitem-row ul li a i {
  position: relative;
  top: 2px;
}
.sample-labs .testtypeitem-container .testtypeitem-row .testtypeitem-menu i {
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  color: #f57575;
}
.sample-labs .testtypeitem-container .testtypeitem-row .testtypeitem-menu:hover i {
  color: #f24545;
}
.sample-labs .testtypeitem-container .test-head {
  background-color: #efeded;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 15px;
}
.email-application {
  clear: both;
}
.email-application .email-app-menu {
  border-right: 1px solid #E4E7ED;
  height: 500px;
  padding: 10px;
}
.email-application .email-app-menu .form-group-compose {
  border-bottom: 1px solid #E4E7ED;
}
.email-application .email-app-menu .list-group-messages {
  border-bottom: 1px solid #E4E7ED;
}
.email-application .email-app-menu .list-group-messages a {
  padding: 10px 20px;
  font-size: 1.1rem;
}
.email-application .email-app-menu .list-group-messages i {
  margin-right: 5px;
}
.email-application .email-app-list #users-list {
  height: 60%;
  max-height: 70vh;
  overflow-x: hidden;
  /* overflow: scroll; */
  overflow-y: scroll;
  width: 291px;
  scrollbar-color: red;
  background: #fff;
}
.email-application .email-app-details {
  overflow-y: scroll;
  height: calc(100% - 30px);
}
.email-application .email-app-details .email-app-options {
  border-bottom: 1px solid #E4E7ED;
}
.email-application .email-app-details .email-app-title {
  border-bottom: 1px solid #E4E7ED;
}
.email-application .email-app-details .email-app-title h3 {
  font-weight: normal;
}
.email-application .empty-result {
  font-size: 1.2em;
  border-radius: 5px;
  background-color: #fafafa;
}
.email-application .content-right {
  width: calc(100% - 500px);
}
.email-application .sidebar {
  position: relative;
  width: 499px;
  display: table;
  height: 100%;
}
.email-application .sidebar .email-app-sidebar {
  display: table;
  height: 100%;
}
.email-application .content-wrapper {
  padding: 0 !important;
}
.email-application .app-content,
.email-application .content-right,
.email-application .content-wrapper,
.email-application .content-body {
  height: 102%;
}
.email-application .card {
  border: none;
  box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.07);
}
.email-application .sidebar-left {
  border-right: 1px solid #E4E7ED;
  z-index: 999;
  display: table;
  height: 100%;
}
.email-application .chat-fixed-search {
  z-index: 999;
  background: #FFFFFF;
  width: 290px;
  padding: 10px;
}
.email-application .chat-fixed-search fieldset {
  border-bottom: 1px solid #E4E7ED;
}
.email-application .chat-return {
  z-index: 999;
  background: #FFFFFF;
  width: 100%;
  padding: 10px;
}
.email-application .chat-return fieldset {
  border-bottom: 1px solid #E4E7ED;
}
.email-application .users-list-padding {
  padding-bottom: 60px;
}
.email-application .app-content {
  /*height: ~"calc(100% - 144px) !important";*/
  height: 500px;
  min-height: calc(100% - 144px) !important;
  margin-top: 0 !important;
}
.avatar-md span.text-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block !important;
}
.avatar span.text-circle {
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 1.2rem;
  background: #BABFC7;
  display: table-cell;
}
.avatar span.text-circle .profile-image {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: top;
}
.bg-info {
  background-color: #1E9FF2 !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.media-list a.media {
  color: #6B6F82 !important;
}
.media-list .media {
  padding: 20px 15px;
  margin-top: 0;
  border-left: 5px solid transparent !important;
}
.media-list .media.unread {
  background-color: #f6f7f8;
  border-left: 5px solid #017366 !important;
}
.media-list .media.unread:hover {
  background-color: #d9dee2;
  border-left: 5px solid #017366 !important;
}
.media-list .media.unread .subject {
  font-weight: 600;
  color: #666;
}
.media-list .media:hover {
  background-color: #e9ebec;
  border-left: 5px solid #ccc !important;
}
.media-list .mail-actions .msg-actions {
  border-color: #E4E7ED;
}
.media-list .mail-actions .msg-actions i {
  padding: 0 2px;
  margin: 0;
}
.media-list .mail-actions .msg-actions:hover {
  background-color: #017366;
}
.media-list .email-app-sender {
  padding: 10px 15px;
  margin-top: 0;
  display: block;
  color: #6c757d;
  background-color: #fafafa;
}
.media-list .email-app-text-action {
  float: left;
  width: 100%;
}
.media-list .card-content {
  clear: both;
}
.email-application .center-layout {
  overflow: hidden;
}
.mail-participant {
  display: inline-block;
  padding: 0;
  margin: 2px 3px;
}
/*.fonticons {
    margin-right: 5px;
    font-size: 16px;
}*/
.bg-blue-grey.bg-lighten-5 {
  background-color: #ECEFF1 !important;
}
.media-list .normal {
  font-weight: normal;
}
.compose-btn {
  background-color: #76c045;
  padding: 9px;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  font-size: 1.2308em;
}
.compose-btn i {
  padding: 0 !important;
  top: 2px !important;
  margin-right: 5px;
}
.compose-btn i:before {
  font-size: 16px !important;
}
.floating-lnk {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #017366;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0px 0px 5px 1px #ccc;
  z-index: 999;
}
.floating-lnk i {
  font-size: 20px;
  display: block;
  top: 14px;
  position: relative;
  color: #fff;
}
.floating-lnk:hover {
  background-color: #76c045;
}
.floating-lnk:hover i {
  color: #fff;
}
.list-group-item .badge-secondary {
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0;
  text-align: center;
  position: relative;
  top: 3px;
}
.list-group-item.active {
  background-color: #017366 !important;
}
.list-group-item.active .badge-secondary {
  color: #017366;
  background-color: #fff;
}
.list-group .small-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#autocomplete-container {
  font-size: .85rem;
  position: absolute;
  top: -15px;
  color: red;
}
.media-body .user-head {
  display: flex;
  justify-content: space-between;
}
.media-body .user-head .font-small {
  font-size: 0.85em;
  color: #949393;
}
.media-body .user-head .user-name {
  max-width: 130px;
  font-weight: normal;
  font-size: 1.0769em;
}
.media-body .subject {
  font-size: 1.1em;
}
@media (min-width: 768px) {
  .email-application .sidebar-left {
    float: left;
  }
  .email-application .chat-return {
    display: none;
  }
  .email-application .content-right {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .email-application .sidebar {
    width: 427px;
  }
  .email-application .content-right {
    width: calc(100% - 433px);
  }
  .email-application .email-app-list #users-list {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1079px) {
  .email-application .email-app-list #users-list,
  .email-application .email-app-list .chat-fixed-search {
    width: 250px;
  }
  .email-application .media-body {
    margin-right: 0px;
  }
}
@media (max-width: 991.98px) {
  .email-application .chat-fixed-search,
  .email-application .email-app-list #users-list {
    width: calc(100% - 15px);
  }
}
@media (max-width: 767.98px) {
  .email-application .chat-fixed-search,
  .email-application .email-app-list #users-list {
    width: 100%;
  }
  .email-application .sidebar {
    width: 100%;
  }
  .email-application .sidebar-left {
    width: 100%;
  }
  .pg-header h1:after {
    display: none;
  }
  .pg-header {
    margin-bottom: 0;
  }
  .navbar {
    padding: 0.1rem 1rem;
  }
  .floating-lnk {
    right: 10px;
    bottom: 25px;
  }
}
.modal-dialog .pg-header {
  margin-bottom: 0;
}
.modal-dialog .form-panel {
  padding: 10px 10px;
}
.modal-dialog .custom-container {
  margin-top: 10px;
}
.main-banners.with-login {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.login-page-new {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
.login-page-new .login-card-new {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: 500px;
  z-index: 999;
}
.login-page-new .login-card-new .form-outline {
  position: relative;
  margin-bottom: 24px;
}
.login-page-new .login-card-new .form-outline.pass .toggle_pwd {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #8b8b8b;
  font-size: 20px;
  cursor: pointer;
}
.login-page-new .login-card-new .form-outline.pass .form-control {
  padding-right: 40px;
}
.login-page-new .login-card-new .form-outline.username:after {
  right: 16px !important;
}
.login-page-new .login-card-new .form-outline .form-control {
  height: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 16px;
}
.login-page-new .login-card-new .form-outline .form-control:focus {
  border-color: #76c045;
  box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.1);
}
.login-page-new .login-card-new .form-outline.has-error .form-control {
  border-color: #dc3545 !important;
}
.login-page-new .login-card-new .form-outline .field-validation-error {
  background-color: transparent;
  left: 0 !important;
  padding: 3px 0;
  text-align: unset;
  box-shadow: none;
}
.login-page-new .login-card-new .form-outline .field-validation-error:before {
  display: none;
}
.login-page-new .login-card-new .form-outline .field-validation-error label {
  color: #dc3545;
}
.login-page-new .login-card-new .forgot-password {
  position: absolute;
  display: block;
  font-size: 0.875rem;
  color: #4a90e2;
  bottom: -34px;
  right: 0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.login-page-new .login-card-new .forgot-password:hover {
  color: #2171cc;
  text-decoration: underline;
}
.login-page-new .login-card-new .btn-container {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.login-page-new .login-card-new .btn-container .main_radius_button {
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  height: 48px;
  padding: 8px 16px;
  font-size: 18px;
  border-radius: 8px;
  background-color: #017366;
  color: #fff;
  font-weight: bold;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.login-page-new .login-card-new .btn-container .main_radius_button:hover {
  background-color: #015a50;
}
.login-page-new .login-card-new .btn-container .main_radius_button.fit-content {
  width: fit-content !important;
}
.login-page-new .login-card-new .btn-container .main_radius_button.nafath {
  background-color: #fff !important;
  color: #000;
}
.login-page-new .login-card-new .btn-container .main_radius_button.nafath:hover {
  background-color: #e0e0e0 !important;
}
.login-page-new .login-card-new .btn-container .main_radius_button.uae {
  background-color: #fff !important;
  color: #000;
}
.login-page-new .login-card-new .btn-container .main_radius_button.uae:hover {
  background-color: #e0e0e0 !important;
}
html[dir="rtl"] .login-page-new .login-card-new {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: 500px;
}
html[dir="rtl"] .login-page-new .login-card-new .form-outline.pass .toggle_pwd {
  right: unset;
  left: 16px;
}
html[dir="rtl"] .login-page-new .login-card-new .form-outline.pass .form-control {
  padding-right: 16px;
  padding-left: 40px;
}
html[dir="rtl"] .login-page-new .login-card-new .form-outline.username:after {
  right: unset !important;
  left: 16px !important;
}
html[dir="rtl"] .login-page-new .login-card-new .form-outline .field-validation-error {
  right: 0 !important;
}
html[dir="rtl"] .login-page-new .login-card-new .forgot-password {
  right: unset;
  left: 0;
}
body.ar {
  font-family: "Cairo", sans-serif;
  direction: rtl;
  font-size: 12px;
  text-align: right;
}
body.ar .tiva-events-calendar {
  font-family: "Cairo", sans-serif;
}
body.ar.side-menu {
  padding-left: 0;
  padding-right: 80px;
}
body.ar.side-menu .modal-right {
  padding-left: 0 !important;
  padding-right: 80px !important;
}
.ar button,
.ar input,
.ar optgroup,
.ar select,
.ar textarea {
  font-family: "Cairo", sans-serif;
}
.ar {
  /****************************** Bootstrap Modal **********************/
  /*Permission Control*/
  /****************************** Bootstrap Modal **********************/
  /* The container */
  /* Create a custom checkbox */
  /*table-tree*/
}
@media (min-width: 768px) {
  .ar {
    /*.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
            float: right;
            text-align: right;
        }*/
  }
  .ar .col-sm-offset-1,
  .ar .col-sm-offset-2,
  .ar .col-sm-offset-3 {
    margin-left: auto;
  }
  .ar .col-sm-offset-1 {
    margin-right: 8.33333333%;
  }
  .ar .col-sm-offset-2 {
    margin-right: 16.66666667%;
  }
  .ar .col-sm-offset-3 {
    margin-right: 25%;
  }
}
.ar .field-validation-error {
  left: 20px;
  right: auto;
}
.ar .selectize-control.input-lg .selectize-input {
  padding-right: 5px;
  padding-left: 30px;
}
.ar .has-icon .control-icon {
  left: 25px;
  right: auto;
}
.ar .has-icon .form-control {
  padding-right: 0.375rem;
  padding-left: 30px;
}
.ar .popover {
  width: 450px;
}
.ar .popover .popover-content li {
  padding: 3px 0px;
}
.ar .pager {
  text-align: left;
}
.ar .pager .pager-content .btn {
  margin-right: 0;
  margin-left: 5px;
}
.ar .pager .pager-content .btn i.fonticons {
  transform: scaleX(-1);
  display: inline-block;
  /* Required for transform to work */
}
.ar .fonticons.ico-arrow-right {
  transform: rotate(180deg);
}
.ar .fonticons.ico-arrow-left {
  transform: rotate(180deg);
}
.ar .btnDelete .chart-action {
  right: auto;
  left: 5px;
}
.ar .the-count {
  text-align: left;
}
.ar .btn-post .fonticons,
.ar .btn-search .fonticons,
.ar .btn-icon .fonticons,
.ar .btn-reset .fonticons,
.ar .btn .fonticons {
  padding: 0 0 0 10px;
}
.ar .btn-post.no-padding .fonticons,
.ar .btn-search.no-padding .fonticons,
.ar .btn-icon.no-padding .fonticons,
.ar .btn-reset.no-padding .fonticons,
.ar .btn.no-padding .fonticons {
  padding: 0;
}
.ar .actions-section {
  left: 45px;
  right: auto;
}
.ar .actions-section a {
  margin-left: 0px;
  margin-right: 10px;
}
.ar .col-height {
  float: none;
}
.ar .text-right {
  text-align: left !important;
}
.ar .right-in-ar {
  text-align: right;
}
.ar .text-left {
  text-align: right;
}
.ar .dropdown .dropdown-content {
  right: 0;
  left: auto;
}
.ar .pnl-add-popup .add-item {
  left: 15px;
  top: 23px;
  right: auto;
  padding: 12px;
}
.ar .pnl-add-popup .add-item .fonticons {
  padding: 0px;
}
.ar .bootstrap-datetimepicker-widget {
  direction: ltr;
}
.ar .bootstrap-datetimepicker-widget .glyphicon-chevron-right:before {
  content: "\e079";
}
.ar .bootstrap-datetimepicker-widget .glyphicon-chevron-left:before {
  content: "\e080";
}
.ar .add-new {
  left: 85px;
  right: auto;
}
.ar .selectize-control.multi .selectize-input [data-value] .remove {
  margin-right: 10px;
  margin-left: 0;
}
.ar .activities-tabs {
  padding-right: 0;
}
.ar .activities-tabs li {
  float: right;
}
.ar .activities-tabs li a {
  padding-left: 30px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: 2px;
}
.ar .activities-tabs li a.btnDelete {
  right: auto;
  left: 8px;
}
.ar .activities-tabs li.add-activity a {
  padding: 10px 5px;
}
.ar .activities-tabs li.add-activity a i {
  padding: 6px 10px;
}
.ar .table-listing > tbody > tr > td i.ico-datetime {
  left: 20px;
  right: auto;
}
.ar .selectize-control.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.ar .selectize-control.multi .selectize-input [data-value] .remove {
  margin-right: 10px;
  margin-left: 0;
  position: absolute;
  left: 10px;
  right: auto;
}
.ar .btn.float-l {
  float: right;
  margin-left: 3px;
  margin-right: 0;
}
.ar .label-reference {
  left: 10px;
  right: auto;
}
.ar .selectdiv select,
.ar .selectdiv option {
  font-family: "Cairo", sans-serif !important;
  font: -moz-pull-down-menu !important;
}
.ar .selectdiv select {
  padding-right: 16px;
  padding-left: 25px;
}
.ar .selectdiv:after {
  left: 30px;
  right: auto;
}
.ar .selectdiv.pnl-add-popup:after {
  left: 84px;
  right: auto;
}
.ar .popover {
  font-family: inherit;
  font-size: 13px;
  text-align: right;
}
.ar .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: unset;
}
.ar .popover .btn-group > .btn {
  float: right;
}
.ar .popover .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ar .popover .btn-group > .btn:last-child:not(:first-child),
.ar .popover .btn-group > .btn .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.ar .popover[class*="tour-"] .popover-navigation [data-role="end"] {
  float: left;
}
.ar .treeview span.icon {
  margin-left: 5px;
  margin-right: auto;
}
.ar .sw-datetime-block i {
  left: 10px;
  right: auto;
}
.ar .actions-buttons .btn {
  margin-left: 15px;
  margin-right: 0;
  letter-spacing: 0px;
}
.ar .actions-buttons .btn i {
  margin-right: 0;
  margin-left: 10px;
}
.ar .actions-buttons .btn:last-child {
  margin-left: 0;
}
.ar .actions-buttons .btn-export:after {
  margin-left: 0;
  margin-right: 15px;
}
.ar .filters {
  text-align: right;
}
.ar .filters .total-entries {
  text-align: left;
}
.ar .total-entries {
  margin-left: 10px;
  margin-right: auto;
}
.ar .total-entries .totalrecords {
  margin-right: 8px;
  margin-left: auto;
}
.ar .pager-size {
  margin-right: 10px;
  margin-left: auto;
}
.ar .pager-size select {
  margin-right: 8px;
  margin-left: auto;
}
.ar .fl-right {
  float: left;
}
.ar .locationdiv:after {
  left: 30px;
  right: auto;
}
.ar .locationdiv .form-control {
  padding-right: 15px;
  padding-left: 45px;
}
.ar .dropdownTree .dropdownTree-btnClear {
  right: auto;
  left: 36px;
}
.ar .custom-modal .modal-dialog .modal-content {
  text-align: right;
}
.ar .custom-modal .modal-dialog .modal-content .modal-header .modal-title.custom-modal-title {
  width: 225px;
}
.ar .custom-modal .modal-dialog .modal-content .modal-header .modal-title .category {
  text-align: right;
}
.ar .custom-modal .modal-dialog .modal-content .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}
.ar .custom-modal .modal-dialog .modal-content .modal-body .info-list {
  text-align: right;
}
.ar .custom-modal .modal-dialog .modal-content .modal-body .info-list li ol {
  padding-left: 0;
  padding-right: 2em;
}
.ar .custom-modal .modal-dialog .modal-content .modal-body .info-list li ol li:before {
  margin-left: 0;
  margin-right: -2em;
}
.ar .custom-modal .modal-dialog .modal-content .modal-footer .btn.btn-success {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}
.ar .custom-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.ar .modal.fade.modal-right .modal-dialog {
  transform: translate(0px, 0px);
  margin: auto auto auto 0;
  height: 100vh;
}
.ar .modal .modal-dialog .modal-content .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}
.ar .other-tab {
  left: 29px;
  right: auto;
}
.ar .authorization-container .addNewBtn .fonticons {
  padding: 0;
}
.ar .action-modal .modal-header .custome-close {
  left: 15px;
  right: auto;
}
.ar .action-modal .modal-footer .left-btn {
  border-radius: 0;
  border-top-left-radius: 5px;
  float: right;
}
.ar .action-modal .modal-footer .right-btn {
  float: left;
  border-radius: 0;
  border-top-right-radius: 5px;
}
.ar .action-modal .modal-footer .ico-arrow-right {
  display: inline-block;
  transform: translateX(10px) rotate(180deg);
}
.ar .action-modal .jFiler-input-dragDrop {
  padding: 0 10px 0 0;
}
.ar .action-modal .jFiler-input-choose-btn {
  right: auto;
  left: 0;
  border-left: 0 !important;
  border-right: 1px solid #a7a7a7 !important;
}
.ar .action-modal.attachment-style .jFiler-input-choose-btn {
  border-right: none !important;
}
.ar .chk-container {
  padding-left: 0;
  padding-right: 35px;
}
.ar .chk-container.checklist {
  margin-right: auto;
  margin-left: 10px;
}
.ar .checkmark {
  left: auto;
  right: 0;
}
.ar .validation-summary-errors {
  text-align: right;
}
.ar .modal-body {
  text-align: right;
}
.ar .total-entries .totalrecords {
  margin-left: 0;
  margin-right: 8px;
}
.ar .table-tree tr td.node-name {
  padding-right: 10px;
  padding-left: 0;
}
.ar .table-tree .row-container .item-info li:not(:last-child)::after {
  right: auto;
  left: 0;
}
.ar .table-tree .row-container .item-info li .fonticons {
  margin-left: 5px;
  margin-right: 0;
}
.ar .table-tree .row-container .actions {
  left: auto;
  right: 10px;
}
.ar .toast .toast-close {
  left: 15px;
  right: unset;
}
.ar .nav-tabs {
  padding: 0;
}
.ar .tel {
  direction: ltr;
  text-align: right;
}
.ar .modal.modal-setting .feature-item .toggle-container .toggle-slider {
  margin-right: unset;
  margin-left: 12px;
}
.ar .modal.modal-setting .settings-nav-link i {
  margin-right: unset;
  margin-left: 8px;
}
.ar .form-horizontal .local-amount {
  left: 15px;
  right: unset;
}
.ar .form-horizontal .form-control.phone-number {
  direction: ltr;
  text-align: right;
}
.ar .form-horizontal .actions-buttons .fi-arrow-fill-left {
  transform: rotateY(180deg);
  padding: 0 10px 0 0;
}
.ar .form-horizontal .form-group .input-title label {
  float: right;
}
.ar .form-horizontal .form-group .input-title.req label::after {
  margin-right: 5px;
  margin-left: 0;
  right: auto;
  left: -15px;
}
.ar .form-horizontal .form-group .input-title span {
  float: left;
  direction: ltr;
  font-size: 1em;
  text-align: left;
}
.ar .centered-form .form-inner.login .form-control {
  padding-left: 45px;
  padding-right: 15px;
}
.ar .centered-form .form-inner.login .username:after {
  left: 35px;
  right: auto;
}
.ar .centered-form .form-inner.login .toggle_pwd {
  left: 35px;
  right: auto;
}
.ar .centered-form .btn.btn-post {
  margin-left: 20px;
  margin-right: 0;
}
.ar .datepicker {
  direction: rtl;
}
.ar .dp-calenedar .ico-calendar,
.ar .dp-calenedar .ico-datetime {
  left: 27px;
  right: auto;
}
.ar .dp-calenedar .periodPopup {
  left: 52px;
  right: auto;
}
.ar .alert i {
  left: 50px;
  right: auto;
}
.ar .alert.alert-min {
  /*padding-left: 15px;
            padding-right: 65px;*/
}
.ar .alert.alert-min i {
  left: auto;
  right: 25px;
}
.ar .alert.alert-min2 {
  padding-left: 15px;
  padding-right: 65px;
}
.ar .alert.alert-min2 i {
  left: auto;
  right: 25px;
}
.ar .form-notes {
  text-align: right;
}
.ar .form-notes .head {
  border-left: 1px solid #e1e1e1;
  border-right: none;
  margin-left: 20px;
  margin-right: 0;
  line-height: 40px;
  vertical-align: top;
  width: 100px;
}
.ar .imp-note {
  float: left;
}
.ar .uploader {
  right: 0 !important;
}
.ar .validation-summary .error-list span {
  direction: rtl;
  padding-right: 20px;
}
.ar .constantModal .modal-dialog .modal-content ul li {
  float: right;
}
.ar .request-steps {
  margin-right: 0;
  margin-left: 4%;
}
.ar .form-panel {
  text-align: right;
}
.ar .form-panel .panel-body .toggle_pwd {
  right: unset;
  left: 35px;
}
.ar .form-panel .template,
.ar .form-panel .clear-icon {
  float: left;
}
.ar .form-panel .clear-icon {
  margin-right: auto;
  margin-left: 10px;
}
.ar .timeline:before {
  left: auto;
  right: 0;
}
.ar .timeline ul {
  padding: 0 1em 0 0;
}
.ar .timeline ul li:before {
  right: -1em;
  left: auto;
  border-right: 1em solid transparent;
}
@media screen and (min-width: 40em) {
  .ar .timeline:before {
    right: 50%;
    left: auto;
  }
  .ar .timeline ul {
    padding-right: 0;
    padding-left: 0;
  }
  .ar .timeline ul li:nth-child(even) {
    float: left;
  }
  .ar .timeline ul li:nth-child(odd) {
    float: right;
  }
  .ar .timeline ul li:nth-child(odd):before {
    left: -1em;
    right: auto;
  }
}
.ar {
  /* START AI LESS */
  /* END AI LESS */
}
.ar .chat-container .questions .form__label-img {
  right: 3px;
  left: unset;
}
.ar .chat-container .questions .form__label {
  padding: 3px 15px 2px 6px;
}
.ar .ai-button {
  left: 25px;
  right: unset;
  transform: unset;
}
.ar .ai-icon {
  left: 20px;
  right: unset;
}
.ar .ai-input {
  padding-left: 40px;
  padding-right: .75rem;
}
.ar .ai-input.en-input {
  padding-right: 40px;
  padding-left: .75rem;
}
.ar .en-input ~ .ai-icon {
  right: 20px;
  left: unset;
}
.ar .en-input ~ .ai-icon ~ .context-menu {
  left: unset;
  right: 30px;
}
.ar .context-menu {
  right: unset;
  left: 30px;
}
.ar .context-menu .custom-control.custom-switch {
  left: 0;
  right: 70%;
}
.ar .context-menu ul li i {
  margin-left: 8px;
  margin-right: auto;
}
.ar .toggle-ai-tools {
  right: 205px;
  font-size: 1.3rem;
  left: unset;
  top: -2px;
}
.ar .ai-save {
  left: 60px;
  right: unset;
}
footer.footer.with-login {
  padding: 14px;
}
footer.footer.with-login .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer.footer.with-login .row .poweredby-wrap,
footer.footer.with-login .row .copyright-wrap {
  text-align: center;
  margin-bottom: 0;
}
footer.footer.with-login .row .poweredby-wrap .poweredby {
  padding: 4px 0;
}
footer.footer.with-login .row .footer-wrapper {
  margin-top: 0 !important;
}
.loaded .header.with-login .logos .container {
  align-items: center;
}
@media screen and (max-width: 414px) {
  .loaded .header.with-login .btnLang {
    top: unset !important;
    left: unset !important;
  }
}
.header .header-menu-bar .mobile-toggle-sidebar a {
  display: none !important;
}
@media (max-width: 768px) {
  .header .header-menu-bar .mobile-toggle-sidebar a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 55px;
    font-size: 22px;
    color: var(--header-menu-item-color);
    transition: 0.3s ease-in-out;
  }
  .header .header-menu-bar .mobile-toggle-sidebar a:hover {
    color: #fff;
    background-color: var(--header-menu-item-bg-hover-color);
  }
}
#sidebar {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--side-bar-bg);
  box-sizing: border-box;
  width: 80px;
  padding: 16px 5px;
  align-self: start;
  transition: 300ms ease-in-out;
  overflow: hidden;
  text-wrap: nowrap;
  z-index: 999;
  overflow-y: auto !important;
}
#sidebar * {
  margin: 0;
  padding: 0;
}
#sidebar .label-title {
  opacity: 0;
  transition: 300ms ease-in-out;
}
#sidebar.open-menu {
  left: 0;
  width: 250px;
  padding: 1em;
}
#sidebar.open-menu .label-title {
  opacity: 1;
}
#sidebar.open-menu .sub-menu[data-level="1"] a,
#sidebar.open-menu .sub-menu[data-level="1"] .dropdown-btn {
  padding-left: 2.5em;
}
#sidebar.open-menu .sub-menu[data-level="2"] a,
#sidebar.open-menu .sub-menu[data-level="2"] .dropdown-btn {
  padding-left: 3em;
}
#sidebar:hover {
  width: 250px;
  padding: 1em;
}
#sidebar:hover .label-title {
  opacity: 1;
}
#sidebar:hover .sub-menu[data-level="1"] a,
#sidebar:hover .sub-menu[data-level="1"] .dropdown-btn {
  padding-left: 2.5em;
}
#sidebar:hover .sub-menu[data-level="2"] a,
#sidebar:hover .sub-menu[data-level="2"] .dropdown-btn {
  padding-left: 3em;
}
#sidebar ul {
  list-style: none;
}
#sidebar ul > li:first-child {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #sidebar ul > li:first-child {
    display: none;
  }
}
#sidebar #mobile-menu-close {
  margin-left: auto;
  padding: 1em;
  border: none;
  border-radius: 0.5em;
  background: none;
  cursor: pointer;
}
#sidebar a,
#sidebar .dropdown-btn {
  border-radius: 0.5em;
  padding: 0.85em 2em;
  text-decoration: none;
  color: #e6e6ef;
  display: flex;
  align-items: center;
  gap: 1em;
  transition: padding-left 300ms ease-in-out, background-color 200ms ease-in-out;
}
#sidebar button:focus {
  border: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
}
#sidebar .dropdown-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
}
#sidebar svg {
  flex-shrink: 0;
  fill: #e6e6ef;
}
#sidebar i {
  color: #fff;
  font-size: 18px;
}
#sidebar a span,
#sidebar .dropdown-btn span {
  flex-grow: 1;
}
#sidebar a:hover,
#sidebar .dropdown-btn:hover {
  background-color: var(--side-bar-item-active);
}
#sidebar .sub-menu {
  display: grid;
  grid-template-rows: 0fr;
  transition: 300ms ease-in-out;
}
#sidebar .sub-menu i {
  font-size: 18px;
}
#sidebar .sub-menu > div {
  overflow: hidden;
}
#sidebar .sub-menu.show {
  grid-template-rows: 1fr;
}
#sidebar .sub-menu[data-level="2"] {
  background-color: rgba(255, 255, 255, 0.05);
}
#sidebar .sub-menu[data-level="3"] {
  background-color: rgba(255, 255, 255, 0.07);
}
#sidebar .dropdown-btn svg {
  transition: 200ms ease;
}
#sidebar .rotate svg:last-child {
  rotate: 180deg;
}
#sidebar #toggle-btn:hover {
  background-color: #222533;
}
#sidebar::-webkit-scrollbar {
  width: 3px;
}
#sidebar::-webkit-scrollbar-track {
  background: var(--scrollbar-track-bg);
}
#sidebar::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-bg);
}
#sidebar::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover-bg);
}
@media (max-width: 767px) {
  #sidebar {
    left: -100%;
  }
}
html[dir="rtl"] #sidebar {
  top: 0;
  left: unset;
  right: 0;
  align-self: start;
}
html[dir="rtl"] #sidebar * {
  margin: 0;
  padding: 0;
}
html[dir="rtl"] #sidebar.open-menu {
  left: unset;
  right: 0;
}
html[dir="rtl"] #sidebar.open-menu .sub-menu[data-level="1"] a,
html[dir="rtl"] #sidebar.open-menu .sub-menu[data-level="1"] .dropdown-btn {
  padding-left: 2em;
  padding-right: 2.5em;
}
html[dir="rtl"] #sidebar.open-menu .sub-menu[data-level="2"] a,
html[dir="rtl"] #sidebar.open-menu .sub-menu[data-level="2"] .dropdown-btn {
  padding-left: 2em;
  padding-right: 3em;
}
html[dir="rtl"] #sidebar:hover .sub-menu[data-level="1"] a,
html[dir="rtl"] #sidebar:hover .sub-menu[data-level="1"] .dropdown-btn {
  padding-left: 2em;
  padding-right: 2.5em;
}
html[dir="rtl"] #sidebar:hover .sub-menu[data-level="2"] a,
html[dir="rtl"] #sidebar:hover .sub-menu[data-level="2"] .dropdown-btn {
  padding-left: 2em;
  padding-right: 3em;
}
html[dir="rtl"] #sidebar #mobile-menu-close {
  margin-right: auto;
  margin-left: unset;
}
html[dir="rtl"] #sidebar a,
html[dir="rtl"] #sidebar .dropdown-btn {
  padding: 0.85em 2em;
  transition: padding-right 300ms ease-in-out, background-color 200ms ease-in-out;
}
html[dir="rtl"] #sidebar .dropdown-btn {
  text-align: right;
}
@media (max-width: 767px) {
  html[dir="rtl"] #sidebar {
    left: unset;
    right: -100%;
  }
}
.ar {
  /*Notification listing and details*/
  /*End Notification listing and details*/
}
.ar .side-bar {
  left: auto;
  right: 0;
}
.ar .side-bar .system-full-menu .menu-cont .show {
  left: auto !important;
  right: 105px !important;
  text-align: right;
  top: 0 !important;
  transform: none !important;
}
.ar .side-bar .system-full-menu .menu-cont .show:before {
  left: auto;
  right: -13px;
  transform: rotate(90deg);
}
.ar .side-bar .system-full-menu .menu-cont .show h5 {
  padding-left: 0;
  padding-right: 15px;
}
.ar .side-bar .system-full-menu .menu-cont .show h5 i {
  margin-right: 0;
  margin-left: 5px;
}
.ar .side-bar .system-full-menu .menu-cont .show .menu-item.has-items {
  position: relative;
}
.ar .side-bar .system-full-menu .menu-cont .show .menu-item.has-items:before {
  right: auto;
  left: 12px;
  content: "\e903";
}
.ar .side-bar .system-full-menu .menu-cont .show .menu-item i {
  margin-right: 0;
  margin-left: 15px;
}
.ar .side-bar .system-full-menu .menu-cont .show .menu-item .dropdown-menu {
  left: auto;
  right: 100%;
  text-align: right;
}
.ar .side-bar .system-full-menu .menu-cont .show .menu-item:hover > i {
  color: #fff;
  margin-left: 7px;
  margin-right: 8px;
}
.ar .side-bar .system-full-menu .menu-cont .show .menu-item:hover.has-items:before {
  left: 17px;
  right: auto;
}
.ar .side-bar .system-full-menu .menu-cont .show .menu-item:last-child {
  border: none;
}
.ar .header.with-login .btnLang .lang-ico {
  top: 2px;
}
.ar .header .user-info-menu {
  float: left;
}
.ar .header .user-info-menu .dropdown-menu {
  left: 0 !important;
  right: auto !important;
  transform: translate3d(0px, 40px, 0px) !important;
  box-shadow: var(--dropdown-box-shadow);
  text-align: right;
}
.ar .header .user-info-menu .dropdown-menu i {
  padding-right: 0;
  padding-left: 20px;
}
.ar .header .user-info-menu .welcome span:after {
  margin-left: 0;
  margin-right: 15px;
}
.ar .header .user-info-menu .list-item .flex-link .mode {
  padding-right: 0;
  padding-left: 20px;
}
.ar .header .user-info-menu .list-item .flex-link .mode:before {
  margin-right: 0;
  margin-left: 10px;
}
.ar .header .user-info-menu .list-item i {
  padding-right: 0;
  padding-left: 20px;
}
.ar .header .user-info-menu .dropdown.show .welcome .arrow-icon:before {
  content: "\e902";
}
.ar .header .top-bar .system-full-menu .dropdown-menu {
  box-shadow: -8px 8px 6px -6px #777777;
  right: -5px !important;
  left: auto !important;
  transform: none !important;
  top: 40px !important;
}
.ar .header .top-bar .system-full-menu .dropdown-menu .dropdown-item {
  text-align: right;
}
.ar .header .top-bar .system-full-menu .dropdown-menu .dropdown-item i {
  padding-right: 0;
  padding-left: 20px;
}
.ar .header .top-bar .system-full-menu .dropdown-menu .dropdown-item.has-items:hover .dropdown-menu {
  left: auto !important;
  right: 100% !important;
  top: 0 !important;
}
.ar .header .top-bar .system-full-menu .dropdown-menu .dropdown-item .has-submenu {
  float: left;
  transform: scaleX(-1);
  /* Flip horizontally */
}
.ar .header .header-menu-bar .container .header-menu {
  float: right;
}
.ar .header .header-menu-bar .container .header-menu li {
  float: right;
}
.ar .header .header-menu-bar .container .header-menu .header-menu-item a {
  margin-right: auto;
  margin-left: 50px;
}
.ar .header .header-menu-bar .container .toolbox {
  float: left;
}
.ar .header .header-menu-bar .container .toolbox li.translator .dropdown .dropdown-menu {
  left: 0 !important;
  right: auto !important;
}
.ar .header .header-menu-bar .container .toolbox li.translator .msg {
  line-height: 25px !important;
}
.ar .header .header-menu-bar .container .toolbox li .notification .unread-count {
  left: 55%;
  right: auto;
}
.ar .unread-count-inbox {
  left: 55%;
  right: auto;
}
.ar .unread-count-inbox.lg {
  right: 70%;
}
.ar .sub-header .service-items li {
  float: right;
}
.ar .sub-header .service-items li a span {
  width: 80%;
}
.ar .sub-header .service-items li:hover a {
  border-left-color: transparent;
}
.ar .sub-header .service-items li.notifications .unread-count {
  right: 50%;
  left: auto;
}
.ar .sub-header .service-utilities li {
  float: left;
}
.ar .sub-header .service-utilities li a {
  border-right: 1px solid #92cd6b;
  border-left: none;
}
.ar .sub-header .service-utilities li:hover a {
  border-right-color: transparent;
}
.ar .sub-header .service-utilities li.profile.dropdown .profile-notified {
  left: 18px;
  right: auto;
}
.ar .sub-header .service-utilities li.profile.dropdown .dropdown-content {
  left: 0;
  right: auto;
}
.ar .wrapper .main-content .general-container {
  text-align: right;
}
.ar .wrapper .main-content .general-container .alert .alert-content {
  padding: 0 20px 0 70px;
}
.ar .wrapper .main-content .general-container .alert .sub-title-base {
  padding: 0 20px 0 70px;
}
.ar ul.list li:before {
  content: "\e936";
  float: right;
}
.ar .pg-header {
  text-align: right;
}
.ar .pg-header h1:before {
  left: auto;
  right: 0;
}
.ar .pg-header h1:after {
  left: auto;
  right: 0;
}
.ar .pg-header h1 .fonticons {
  margin: 0px 5px 0 12px;
}
.ar .pg-header .form-head {
  float: left;
  text-align: left;
}
.ar .pg-header .form-head .btn:before {
  right: auto;
  left: 19px;
}
.ar .dashboard .section-counts li {
  text-align: right;
  margin-right: 0;
  margin-left: 25px;
}
.ar .dashboard .section-counts li:last-child {
  margin-left: 0;
}
.ar .dashboard .section-counts li a .icon-count {
  right: auto;
  left: 13px;
}
.ar .dashboard .dash-head {
  text-align: right;
}
.ar .dashboard .top-services li {
  float: right;
}
.ar .dashboard .top-services li i {
  top: 20px;
}
.ar .dashboard .top-services li i.wishlist {
  left: auto;
  right: 9px;
}
.ar .dashboard .top-services li i:not(.wishlist) {
  left: 20px;
  right: auto;
}
.ar .dashboard .top-services li .actions div {
  text-align: right;
}
.ar .dashboard .top-services li .actions .last {
  text-align: left;
}
.ar .dashboard .top-services li label {
  padding-right: 25px;
  padding-left: unset;
}
.ar .dashboard .welcome-message {
  padding: 40px 300px 40px 40px;
  text-align: right;
  background-image: url('../images/welcom-ar.png');
  background-position: 107% -5px;
  background-size: 32%;
  background-repeat: no-repeat;
}
.ar .dashboard .top-entities li .order {
  margin-right: 0;
  margin-left: 15px;
}
.ar .dashboard .chart-filters {
  float: left;
}
.ar .dashboard .chart-filters li {
  margin-right: 3px;
  margin-left: 0;
}
.ar .dashboard .chart-filters li:first-child {
  margin: 0;
}
.ar .dashboard .chart-filters li .selectdiv select {
  padding: 5px 10px 5px 25px;
}
.ar .dashboard .chart-filters li .selectdiv:after {
  right: auto;
  left: 10px;
}
.ar .dashboard .btnSaveChart {
  display: block;
  transform: scaleX(-1);
}
.ar .main-banners .container .banner-content {
  left: auto;
  right: 0;
  text-align: right;
}
.ar .main-banners .container .banner-content h3 {
  letter-spacing: 0;
}
.ar .main-banners .container .banner-content .banner-desc {
  font-family: "Cairo", sans-serif;
}
.ar .main-banners .header-info {
  text-align: left;
}
.ar .alert {
  text-align: right;
}
.ar .notification-details .sub-page-header .title-with-icon {
  text-align: right;
}
.ar .notification-details .sub-page-header .title-with-icon i {
  margin-left: 20px;
  margin-right: 0;
}
.ar .notification-details .sub-page-header .title {
  padding-left: 20px;
  padding-right: 0;
}
.ar .notification-details .notification-details-info li:first-child {
  border-right: 0;
  border-left: 1px solid #dadada;
}
.ar .notification-details .notification-details-info li .date-time {
  padding-left: 0;
  padding-right: 15px;
}
.ar .notification-details .reference-number {
  text-align: left;
}
.ar .notification-details .reference-number .badge-fadded {
  margin-right: 15px;
  margin-left: 0;
  letter-spacing: 0;
}
.ar .notification-details .notification-details-message {
  text-align: right;
}
.ar .notification-details .ber-col .date:before {
  border-right: 0;
  border-left: 1px solid;
  left: auto;
  right: 0;
}
.ar .panel-top-btn {
  right: auto;
  left: 0;
}
.ar .panel-top-btn .fonticons {
  padding: 0 5px;
}
.ar .panel-top-btn.go-right {
  float: left;
}
.ar .panel-group {
  text-align: right;
}
.ar .workflow-history .btn-workflow {
  right: auto;
  left: 15px;
}
.ar .workflow-history .panel .panel-body .flex-list li:first-child {
  padding-left: initial;
  padding-right: 0;
}
.ar .workflow-history .panel .panel-body .workflow-steps {
  border-left: 1px solid #ececec;
  border-right: none;
}
.ar .workflow-history .panel .panel-body .workflow-steps .steps {
  padding-left: 40px;
}
.ar .workflow-history .panel .panel-body .workflow-steps .steps li {
  padding-right: 30px;
  padding-left: 0;
}
.ar .workflow-history .panel .panel-body .workflow-steps .steps li:before,
.ar .workflow-history .panel .panel-body .workflow-steps .steps li:after {
  left: auto;
  right: -40px;
}
.ar .workflow-history .panel .panel-body .workflow-steps .steps li:not(:first-child):after {
  right: -20px;
  left: auto;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li {
  padding: 15px 80px 15px 15px;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li:before {
  right: -17px;
  left: auto;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li:after {
  right: -12px;
  left: auto;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .date-time:after {
  right: 0;
  left: auto;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info {
  border-top-right-radius: 0;
  border-top-left-radius: 10px;
  margin: 5px 20px 0 0;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info:before {
  border-left: none;
  border-right: 1em solid transparent;
  left: auto;
  right: -12px;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info .details {
  padding-right: 23px;
  padding-left: 0;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info .details .attachment a:before {
  left: -35px;
  right: auto;
}
.ar .panel .custom-panel-heading .c-status {
  left: 75px;
  right: auto;
}
.ar .panel .custom-panel-heading .c-status.no-padd {
  left: 0;
}
.ar .flex-list li:first-child {
  border-right: none;
  border-left: 1px solid #dadada;
}
.ar .flex-list li .date-time {
  padding-right: 15px;
  padding-left: 0;
}
.ar .flex-list li .user .badge {
  letter-spacing: 0;
}
.ar .label-faded {
  letter-spacing: 0;
}
.ar .home-tasks {
  padding: 10px 0 0 10px;
  text-align: right;
}
.ar .home-tasks li .date i {
  margin-left: 10px;
  margin-right: 0;
}
.ar .tasks-header .tasks-all {
  float: left;
}
.ar .reference-number {
  text-align: left;
}
.ar .reference-number .badge-fadded {
  margin-right: 15px;
  margin-left: 0;
  letter-spacing: 0;
}
.ar .lockedby-box h5 i {
  right: 20px;
  left: auto;
}
.ar .lockedby-box .lock-btn {
  padding-left: 10px;
  padding-right: 30px;
}
.ar .lockedby-box .lock-btn i {
  left: auto;
  right: 5px;
}
.ar .form-icon {
  right: auto;
  left: 28px;
}
.ar .footer .copyright-wrap {
  text-align: right;
}
.ar .footer .poweredby-wrap {
  text-align: left;
}
.ar .footer .poweredby-wrap .poweredby .ber-logo {
  margin-left: auto;
  margin-right: 10px;
}
.ar .navigation-breadcrumb .print-application {
  right: unset;
  left: 0;
}
.ar .dashboard .sub-items li {
  text-align: right;
}
.ar .dashboard .general {
  padding-right: 0;
  padding-left: 15px;
}
.ar .dashboard .services {
  margin-left: -15px;
  margin-right: 0;
}
.ar .dashboard .services .services-header select {
  padding: 0 10px 0 29px;
  background-position: 5%;
}
.ar .dashboard .services .services-header .favorite #favorite-btn {
  cursor: pointer;
}
.ar .dashboard .service {
  border-right: none;
  border-left: 1px solid #fff;
}
.ar .dashboard .service .favorite {
  left: 6px;
  right: auto;
}
.ar .dashboard .service .bgicon {
  left: auto;
  right: 0;
}
.ar .dashboard .service a.service-form {
  padding: 0 15px 0 0;
}
.ar .dashboard .service a.service-form span {
  text-align: right;
  padding-left: 0;
  padding-right: 25px;
  font-size: 1.2em;
}
.ar .dashboard .service a.service-form .fi-arrow-fill-right {
  right: -8px;
  left: auto;
  transform: rotateY(180deg);
}
.ar .dashboard .progress-bar {
  background-color: #76c045;
}
.ar .dashboard .progress-small,
.ar .dashboard .progress-small .progress-bar {
  height: 10px;
}
.ar .dashboard .progress-small,
.ar .dashboard .progress-mini {
  margin-top: 5px;
}
.ar .dashboard .progress-mini,
.ar .dashboard .progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0;
}
.ar .dashboard .chart-tabs button {
  float: left;
}
.ar .dashboard .message-box .item .message-box-header {
  text-align: left;
}
.ar .dashboard .message-box .item .message-box-header i {
  padding-left: 0;
  padding-right: 10px;
}
.ar .dashboard .minimized-message-box a i {
  transform: rotate(90deg) !important;
  padding: 10px 0 0 0 !important;
}
.ar .dashboard .show-message {
  float: left;
}
.ar .modal-dialog .modal-content .modal-header .close {
  float: left;
}
.ar .modal-footer .btn + .btn {
  margin-right: 5px;
  margin-left: 0;
}
.ar .top5-value {
  margin-left: 15px;
  float: left !important;
}
.ar .top5-label {
  float: right !important;
}
.ar .request-periods {
  float: left;
}
.ar .ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: right;
}
.ar .happiness-box .happiness-status-container .happiness-status .happiness-statistics {
  padding-left: 0;
  padding-right: 20px;
}
.ar .happiness-box .view-happiness-admin {
  right: unset;
  left: 40px;
}
.ar .user-happiness-box .happiness-title {
  text-align: right;
}
.ar .user-happiness-box .view-happiness {
  right: unset;
  left: 20px;
}
.ar .box .box-header .box-title {
  text-align: right;
  float: right;
}
.ar .message-box .item .message-content {
  text-align: right;
}
.ar .audit-info {
  font-size: 10px;
}
.ar .audit-info i {
  margin-right: 0px;
  margin-left: 10px;
}
.ar .documents .ico-edit {
  left: 35px;
  right: unset;
}
.ar .documents .ico-edit {
  left: 15px;
  right: unset;
}
.ar .documents .ico-download {
  left: 55px;
  right: unset;
  margin-left: 20px;
}
.ar .documents .row-download {
  color: #7fc344;
}
.ar .ico-calendar-icon-2 {
  right: unset;
  left: 27px;
}
.ar .panel-body .group-items .device-key {
  margin-right: auto;
  margin-left: 10px;
}
.ar .panel-body .invoice-items {
  display: block;
}
.ar .panel-body .invoice-items .items {
  margin-right: auto;
  margin-left: unset;
}
.ar .panel-body .invoice-items .items .title {
  margin-bottom: 0;
}
.ar .panel-body .slidecontainer {
  position: relative;
  width: 100%;
}
.ar .panel-body .slider {
  width: 60%;
  height: 25px;
  background: #ececec;
  outline: none;
  margin-top: 15px;
  border-radius: 50px;
}
.ar .panel-body .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #003462;
  cursor: pointer;
}
.ar .panel-body .slider-value {
  display: inline-block;
  font-size: large;
  margin-right: 30px;
}
.ar .panel-body .slider-value #rangeValue {
  display: contents;
}
.ar .panel-body .selectize-control.multi .selectize-input.has-items {
  padding: 3px 8px 2px;
}
.ar .panel-body .validateCode {
  left: 10px;
  right: unset;
}
.ar .table-items .selectdiv.in-cell:after {
  top: 33px;
}
.ar .table-items .ico-calendar-icon-2 {
  top: 25px;
  right: unset;
  left: 27px;
}
.ar .history-popup .modal-content .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}
.ar .history-popup .popup-pager {
  padding: 0 15px 15px 15px;
  width: 100%;
}
.ar .data-list .col-header .col {
  border-right: none;
  border-left: 1px solid #fff;
}
.ar .data-list .col-header .col.last {
  border-left: none;
}
.ar .data-list .list-body.sort-enabled .item-container {
  padding-left: 15px;
  padding-right: 30px;
}
.ar .data-list .list-body .title {
  text-align: right;
}
.ar .data-list .list-body .item-container .drag-icon {
  right: -2px;
  left: auto;
}
.ar .data-list .list-body .item-container.checkout .statuses span {
  margin-left: 10px;
  margin-right: 0;
  color: #fff;
}
.ar .data-list .list-body .item-container .status {
  letter-spacing: 0;
}
.ar .data-list .list-body .item-container .status:before {
  margin-left: 10px;
  margin-right: 0;
}
.ar .data-list .list-body .item-container .appStatus i {
  margin-left: 0;
  margin-right: 5px;
}
.ar .data-list .list-body .item-container .appStatus .view-comment i {
  margin-left: 0;
  margin-right: 5px;
}
.ar .data-list .list-body .item-container .details .description,
.ar .data-list .list-body .item-container .details .main-title {
  padding-left: 0;
  padding-right: 5px;
  text-align: right;
}
.ar .data-list .list-body .item-container .cell-details {
  text-align: right;
}
.ar .data-list .list-body .item-container .numbers-inc-font {
  text-align: right;
}
.ar .data-list .list-body .item-container .item-controls .align-horizontal {
  text-align: left;
}
.ar .data-list .list-body .item-container .item-controls .list-action {
  text-align: left;
}
.ar .data-list .list-body .item-container .item-controls .item-info {
  text-align: right;
}
.ar .data-list .list-body .item-container .item-controls .item-info.smll li .lnk-user {
  font-size: 13px;
}
.ar .data-list .list-body .item-container .item-controls .item-info li:not(:last-child)::after {
  right: auto;
  left: 0;
}
.ar .data-list .list-body .item-container .item-controls .item-info li.percent {
  right: auto;
  left: 5px;
}
.ar .data-list .list-body .item-container .item-controls .item-info li.view {
  padding-right: 0px !important;
  padding-left: 10px !important;
}
.ar .data-list .list-body .item-container .item-controls .item-info li .fonticons {
  margin-right: 0;
  margin-left: 3px;
}
.ar .data-list .list-body .item-container .actions {
  left: auto;
  right: 10px;
}
.ar .data-list .list-body .item-container .worklist-icon,
.ar .data-list .list-body .item-container .download-icon,
.ar .data-list .list-body .item-container .happiness-status {
  right: auto;
  left: 30px;
}
.ar .data-list .list-body .item-container .download-icon {
  padding: 7px 10px 7px 15px;
}
.ar .data-list .list-body .item-container .download-icon i:before {
  padding-right: 0;
  padding-left: 10px;
}
.ar .data-list .list-body .item-container .notification-info .date-info {
  border-right: none;
  border-left: 5px solid #72c462;
}
.ar .data-list .list-body .item-container .notification-info.read .date-info {
  border-width: 1px;
  border-color: #e1e1e1;
}
.ar .data-list .list-body .item-container .notification-info li {
  padding-right: 0;
  padding-left: 20px;
}
.ar .data-list .list-body .item-container .notification-info li .title {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 10px;
  margin-right: 0;
}
.ar .data-list .list-body .item-container .notification-info li .user i,
.ar .data-list .list-body .item-container .notification-info li .service-name i {
  padding-right: 0;
  padding-left: 10px;
}
.ar .data-list .list-body .item-container .col-actions {
  left: auto;
  right: 0;
}
.ar .data-list .list-body .item-container .comments-popup {
  text-align: right;
  transform: translate3d(-25px, 25px, 0px) !important;
}
.ar .data-list .list-body .item-container .comments-popup:before {
  left: 30px;
  right: auto;
}
.ar .data-list .list-body .item-container .btn-edit i {
  margin-right: auto;
  margin-left: 5px;
}
.ar .data-list .list-body .item-container.alert-border-qry {
  border-left: none;
  border-right: solid 15px #fe5e5e;
}
.ar .data-list .list-body .item-container.expiredAlert {
  border-left: none;
  border-right: solid 15px #ffff00;
}
.ar .data-list .list-body .item-container.aboutToExpireAlert {
  border-left: none;
  border-right: solid 15px #6fbef7;
}
.ar .data-list .list-body .item-container .danger-color {
  color: #fe5e5e;
}
.ar .application-status {
  letter-spacing: 0;
}
.ar .application-status:before {
  margin-right: 0;
  margin-left: 10px;
}
.ar .complete-status {
  letter-spacing: 0;
}
.ar .complete-status:before {
  margin-left: 10px;
  margin-right: 0;
}
.ar .flex-cont.rtl .flex-item {
  padding: 0 5px;
}
.ar .flex-cont.rtl .flex-item:after {
  right: auto;
  left: -5px;
}
.ar .dates-popup .date {
  text-align: right;
}
.ar .dates-popup .date i {
  margin-right: 0;
  margin-left: 10px;
  float: right;
}
.ar .dates-popup .date label {
  float: right;
  width: 38%;
}
.ar .dates-popup .duration-details {
  font-weight: normal;
}
.ar .dates-popup .duration-details .date label {
  margin-left: 2px;
  margin-right: 20px;
}
.ar .dates-popup .duration-details .date:before {
  left: auto;
  right: 2px;
  top: -12px;
  height: 22px;
}
.ar .dates-popup .duration-details .date:after {
  left: auto;
  right: -2px;
}
.ar .stats-tbl tr td {
  text-align: right;
}
.ar .stats-tbl tr td .time {
  text-align: right;
}
.ar .stats-tbl tr td .time i {
  margin-right: 0;
  margin-left: 5px;
}
.ar .stats-tbl .app-info .service-name {
  font-size: 11px;
}
.ar .sort-block {
  text-align: left;
}
.ar .sort-block .sort-filter {
  margin-left: 0;
  margin-right: 20px;
}
.ar .sort-block .selectdiv:after {
  right: auto;
  left: 10px;
}
.ar .result-status {
  right: auto;
  left: 98px;
}
.ar .view-options {
  right: auto;
  left: 20px;
}
.ar .view-options li {
  float: right;
}
.ar .items-list .item-row.default-item {
  border-left: 5px solid #28a966;
  border-right: unset;
}
.ar .items-list .item-row .options-dropdown {
  left: 10px;
  right: unset;
}
.ar .items-list .item-row .options-dropdown .fonticons {
  margin-left: 0.5rem;
  margin-right: unset;
}
.ar {
  /* .fonticons {
        margin-right: 0;
        margin-left: 5px;
    }*/
}
.ar .email-application .pr-3,
.ar .email-application .px-3 {
  padding-left: 1rem !important;
  padding-right: unset !important;
}
.ar .email-application .email-app-menu {
  border-right: none;
  border-left: 1px solid #E4E7ED;
}
.ar .email-application .sidebar-left {
  border-right: none;
  border-left: 1px solid #E4E7ED;
}
.ar .email-application .email-app-menu .list-group-messages a {
  font-size: 1.2em;
}
.ar .email-application .email-app-menu .list-group-messages i {
  margin-left: 5px;
}
.ar .compose-btn {
  font-size: 1.1em;
}
.ar .compose-btn i {
  margin-right: 0;
  margin-left: 5px;
}
.ar .floating-lnk {
  right: auto;
  left: 30px;
}
.ar .media-list .media {
  border-left: none !important;
  border-right: 5px solid transparent !important;
}
.ar .media-list .media.unread {
  border-left: none !important;
  border-right: 5px solid #017366 !important;
}
.ar .media-list .media.unread:hover {
  border-left: none !important;
  border-right: 5px solid #017366 !important;
}
.ar .media-list .media:hover {
  border-left: none !important;
  border-right: 5px solid #ccc !important;
}
.ar .media-list .email-app-text-action {
  float: right;
}
@media (min-width: 992px) and (max-width: 1023px) {
  .ar .email-application .media-body {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .ar .email-application .email-application .sidebar-left {
    float: right;
  }
  .ar .email-application .btn-group,
  .ar .email-application .btn-group-vertical {
    direction: rtl;
  }
  .ar .email-application .float-right {
    float: left !important;
  }
  .ar .email-application .left {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .ar .email-application .sidebar-left {
    float: right;
  }
}
@media screen and (max-width: 1199px) {
  .form-panel .panel-title a {
    width: 91%;
  }
  .stats-tbl .app-info .user,
  .stats-tbl .app-info .appref-no {
    width: auto;
  }
}
@media (min-width: 768px) {
  .form-horizontal.application-actions .control-label {
    padding-top: 3px;
    width: auto;
  }
  .form-horizontal.application-actions .col-sm-10 {
    width: auto;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
/*@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}*/
/*@media (min-width: 1800px) {
    .container {
        max-width: 1740px;
    }
}
*/
/*Responsive Table*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  .table-listing {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .table-listing thead,
  .table-listing tbody,
  .table-listing th,
  .table-listing td,
  .table-listing tr {
    display: block;
  }
  .table-listing thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-listing tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .table-listing td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 40% !important;
  }
  .table-listing td .form-control {
    width: 100%;
  }
  .table-listing td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 20px;
    left: 10px;
    white-space: nowrap;
    font-weight: 700;
  }
  .pnl-add-popup select.input-lg {
    width: 85%;
  }
  .dashboard .section-counts li label {
    font-size: 12px;
  }
  .dashboard .section-counts li a:before {
    font-size: 6.5em;
    right: -50px;
  }
  .ar .table-listing td {
    /* Behave  like a "row" */
    padding-right: 40% !important;
    padding-left: 0px !important;
  }
  .ar .table-listing td:before {
    /* Top/left values mimic padding */
    right: 10px;
  }
  .ar .table-listing .pnl-add-popup select.input-lg {
    width: 88%;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }
  .container .main-content .general-container .ber-row .message table td.title {
    width: 100%;
  }
  .main-banners .item {
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-banners .item img {
    width: auto;
  }
  .wrapper .container .main-content .form-horizontal {
    padding: 0 0 15px 0;
  }
  .wrapper .container .main-content .form-horizontal .form-group {
    margin-right: 15px;
    margin-left: 15px;
  }
  .wrapper .container .main-content .form-horizontal h2 {
    padding: 0 0 20px 15px;
    margin-bottom: 20px;
    font-size: 1.3538em;
  }
  .wrapper .container .main-content .general-container {
    padding: 1px 10px 15px 10px;
  }
  .wrapper .container .main-content .general-container h2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.8em;
  }
  .wrapper .container .main-content .general-container .add-new {
    top: 22px;
  }
  .wrapper .container .main-content .main-content .auto-validate h4 {
    margin-left: 28px;
  }
  .wrapper .container .main-content .items-header {
    padding: 0 3%;
  }
  .sub-header .service-utilities li {
    padding: 3px 0;
  }
  .sub-header .service-utilities li .link {
    line-height: 60px;
  }
  .bar-items span {
    display: block;
  }
  .dashboard .section-counts li {
    height: 125px;
  }
  .dashboard .section-counts li label {
    font-size: 12px;
    width: auto;
  }
  .dashboard .section-counts li .counter {
    font-size: 25px;
  }
  /*---------------------------- Arabic --------------------------*/
  .ar .wrapper .container .main-content .main-content .auto-validate h4 {
    margin-right: 28px;
  }
  .ar .wrapper .container .main-content .form-horizontal h2 {
    padding: 0 15px 20px 0;
  }
}
@media screen and (max-width: 992px) {
  .header .logos .logo {
    width: 50%;
    background-size: contain;
  }
  .dashboard .services .row-height .col-height {
    width: 100%;
    display: block;
  }
  .modal.in .modal-dialog {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .home-tasks {
    height: 302px;
  }
  .flex-list li:first-child {
    border: none;
  }
  .form-panel .panel-title a {
    width: 86%;
  }
  .form-panel .workflow-steps .steps {
    padding-right: 0 !important;
  }
  .panel .custom-panel-heading {
    display: block;
  }
  .panel .custom-panel-heading .service-name {
    padding-left: 0 !important;
  }
  .panel .custom-panel-heading .badge {
    margin-bottom: 0.5rem;
    margin-left: auto !important;
  }
  .panel .custom-panel-heading .c-status {
    position: unset;
  }
  .flex-cont.rtl {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .data-list .list-body .item-container .item-controls .item-info:not(.last) {
    margin-bottom: 5px;
  }
  .data-list .list-body .item-container .item-controls .item-info:not(.last) li {
    display: block;
    padding: 0 !important;
    margin-bottom: 5px;
    border: none !important;
  }
  .ref-no {
    padding: 0 10px;
  }
  /*---------------------------- Arabic --------------------------*/
  .ar .flex-list li:first-child {
    border: none;
  }
  .ar .form-panel .workflow-steps .steps {
    padding-right: 40px !important;
    padding-left: 0 !important;
  }
  .ar .form-panel .workflow-steps .steps li {
    width: 100% !important;
  }
  .ar .panel .custom-panel-heading .service-name {
    padding-right: 0 !important;
  }
  .ar .panel .custom-panel-heading .badge {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .centered-form {
    width: 100%;
  }
  .result-status {
    line-height: 50px;
    font-size: 20px;
  }
  .header .header-menu-bar .container .header-menu {
    display: none;
  }
  .sub-header .service-items {
    margin: 0 auto;
  }
  .sub-header .service-items li {
    width: 14.28%;
    text-align: center;
  }
  .sub-header .service-items li a {
    padding: 0 9px;
  }
  .sub-header .service-items li a span {
    font-size: 0.8em;
  }
  .sub-header .service-utilities {
    height: 35px !important;
    position: absolute;
    top: 0;
    right: 0;
    background: #76c045;
  }
  .sub-header .service-utilities li {
    border-left: 1px solid #487728;
  }
  .sub-header .service-utilities li .link {
    font-size: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sub-header .service-utilities li.profile .profile-image {
    width: 25px;
    height: 25px;
    margin: 5px;
  }
  .sub-header .service-utilities li.profile.dropdown .profile-notified {
    top: 3px;
    right: 3px;
    width: 12px;
    height: 12px;
    border: 0px;
    padding-left: 1px;
    font-size: 9px;
  }
  .sub-header .service-utilities li.profile.dropdown .profile-notified .fonticons:before {
    font-size: 9px;
    line-height: 9px;
  }
  .sub-header .service-utilities li.signout {
    padding-right: 0;
  }
  .ber-row .ber-col {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: normal;
    height: auto;
  }
  .ber-row .ber-col strong {
    display: inline-block;
  }
  .ber-row .ber-col .view-app {
    padding: 10px;
  }
  .notification-details .ber-row .ber-col {
    padding: 0;
    height: 100%;
  }
  .notification-details .ber-row .ber-col .icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .notification-details .ber-row .ber-col .icon i {
    top: auto;
  }
  .link {
    border-left: none !important;
  }
  .form-horizontal .form-group {
    margin-bottom: 0;
  }
  .form-horizontal .form-group .col-sm-1,
  .form-horizontal .form-group .col-sm-2,
  .form-horizontal .form-group .col-sm-3,
  .form-horizontal .form-group .col-sm-4,
  .form-horizontal .form-group .col-sm-5,
  .form-horizontal .form-group .col-sm-6,
  .form-horizontal .form-group .col-sm-7,
  .form-horizontal .form-group .col-sm-8,
  .form-horizontal .form-group .col-sm-9,
  .form-horizontal .form-group .col-sm-10,
  .form-horizontal .form-group .col-sm-11,
  .form-horizontal .form-group .col-sm-12 {
    margin-bottom: 15px;
  }
  .wrapper .container .main-content .form-group {
    margin: 0 auto;
  }
  .wrapper .container .main-content .general-container .alert {
    padding: 40px 0;
  }
  .wrapper .container .main-content .general-container .alert .sub-title-base {
    font-size: 1.8em;
  }
  .wrapper .container .main-content .general-container .ber-row .ber-col .view-more-text {
    display: none;
  }
  .wrapper .container .main-content .general-container .ber-row .ber-col .view-more-link {
    display: block;
    text-align: center;
  }
  .stats-tbl.resp-inline-flex tr:not(:last-child) {
    display: inline-flex;
  }
  .dashboard .services .service {
    width: 50%;
    float: left;
  }
  .dashboard .services .service .col-sm-4 {
    width: 50%;
    float: left;
  }
  .dashboard .services .service .col-sm-8 {
    width: 50%;
    float: left;
  }
  .actions-section {
    top: 20px;
    right: 12px;
  }
  .chart-info {
    display: none;
  }
  .label-reference {
    bottom: auto;
  }
  .c100.application {
    right: 0px;
  }
  .main-title {
    max-width: 100% !important;
  }
  .stats-tbl {
    border: none;
  }
  .stats-tbl .list-body {
    display: block;
  }
  .stats-tbl .main-title,
  .stats-tbl .app-info {
    padding: 0 10px;
  }
  .stats-tbl thead {
    display: none;
  }
  .stats-tbl tr {
    display: block;
    widows: 100%;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
  }
  .stats-tbl tr td {
    display: block;
    border: none;
    text-align: left !important;
    padding: 4px 10px;
  }
  .stats-tbl tr td .cell-title {
    display: inline-block;
    color: #017366;
    padding: 0 10px;
    vertical-align: top;
  }
  /*---------------------------- Arabic --------------------------*/
  .ar .sub-header .service-utilities {
    left: 0;
    right: unset;
  }
  .ar .sub-header .service-utilities li.signout {
    padding-left: 0;
  }
  .ar .sub-header .service-utilities li .link {
    line-height: unset;
    border-right: none !important;
  }
  .ar .sub-header .service-utilities li.profile {
    width: 59px;
  }
  .ar .sub-header .service-utilities li.profile.dropdown .profile-notified {
    padding-right: 1px;
  }
  .ar .sub-header .service-utilities li.signout a {
    width: 40px;
  }
  .ar .data-list .col-header .col {
    border-left: none;
  }
  .ar .dashboard .services .service {
    width: 50%;
    float: right;
  }
  .ar .dashboard .services .service .col-sm-4 {
    width: 50%;
    float: right;
  }
  .ar .dashboard .services .service .col-sm-8 {
    width: 50%;
    float: right;
  }
  .ar .actions-section {
    top: 20px;
    left: 12px;
  }
  .ar .c100.application {
    left: 0px;
  }
  .ar .stats-tbl tr td {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .dashboard .section-counts {
    display: block;
    width: 100%;
  }
  .dashboard .section-counts li {
    margin-right: 0;
    margin-bottom: 10px;
    /*margin: 0 10px 10px 10px !important;
                label {
                    display: inline-block;
                    width: 55%;
                    font-size: 15px;
                }

                .tit {
                    width: 100%;
                }

                .counter {
                    display: inline-block;
                    width: 40%;
                    font-size: 16px;
                }*/
  }
  .dashboard .section-counts li a:before {
    right: -20px;
  }
  .pg-header {
    position: relative;
  }
  .pg-header .form-head {
    position: absolute;
    top: 75px;
  }
  .flex-list {
    text-align: center;
  }
  .reference-number {
    text-align: center !important;
  }
  .notification-details .sub-page-header {
    display: block;
    text-align: center;
  }
  .notification-details .sub-page-header .title-with-icon {
    display: block;
  }
  .notification-details .sub-page-header .title-with-icon i {
    margin-right: 0;
  }
  .custom-container {
    margin-top: 65px;
  }
  .request-steps {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .request-steps .steps {
    padding: 30px 0 15px 0;
  }
  .request-steps .steps li {
    display: inline-block;
    padding: 0;
    width: 90px;
    position: relative;
    vertical-align: top;
  }
  .request-steps .steps li a {
    margin: 25px 0 10px 0;
  }
  .request-steps .steps li:after {
    width: 90px;
    height: 1px;
    position: absolute;
    top: 4px;
    left: 45px;
    z-index: 0;
  }
  .request-steps .steps li:before {
    z-index: 10;
    position: absolute;
    left: 40px;
  }
  .form-steps {
    width: 100%;
    margin-top: 50px;
  }
  .form-panel {
    padding: 20px;
    padding: 20px !important;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .form-panel .panel-title a {
    width: 84%;
  }
  .form-panel .workflow-steps {
    border-right: none !important;
    border-bottom: 1px solid #ececec;
  }
  .form-panel .workflow-steps .steps {
    padding-right: 0 !important;
    height: auto !important;
  }
  .form-panel .workflow-history-inner {
    margin-top: 50px;
  }
  .panel .custom-panel-heading {
    text-align: center;
  }
  .panel .custom-panel-heading .service-name {
    max-width: unset;
  }
  /*.actions-buttons {
        text-align: left !important;
    }*/
  .filters .total-entries {
    text-align: left;
  }
  .data-list .list-body .item-container .download-icon {
    position: relative;
    justify-content: center;
    left: 0;
  }
  .data-list .list-body .item-container .download-icon:first-child {
    margin-bottom: 10px;
  }
  .data-list .list-body .item-container .item-controls .item-info li {
    /* border-right: none;
                            border-bottom: 1px solid #dad9d5;
                            padding: 10px 0;
                            display: block;*/
  }
  .data-list .list-body .item-container .item-controls .item-info li.w-85 {
    font-size: 0.9em;
    width: 100% !important;
  }
  .data-list .list-body .item-container .item-controls .item-info li.inv-it-act {
    flex-direction: column;
  }
  .error-page .page-not-found-link {
    width: auto;
  }
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .ber-row {
    padding: 10px;
  }
  .data-list .list-body .item-container {
    padding: 20px 10px;
  }
  /*---------------------------- Arabic --------------------------*/
  .ar {
    /*.actions-buttons {
            text-align: right !important;
        }*/
  }
  .ar .dashboard .section-counts li {
    margin-left: 0;
  }
  .ar .dashboard .section-counts li a:before {
    right: auto;
    left: -20px;
  }
  .ar .pg-header .form-head {
    /*float: none;
                text-align: unset;*/
  }
  .ar .notification-details .sub-page-header .title-with-icon {
    text-align: inherit;
  }
  .ar .notification-details .sub-page-header .title-with-icon i {
    margin-left: 0;
  }
  .ar .form-steps .msg-validation {
    text-align: right;
  }
  .ar .form-panel .workflow-steps {
    border-left: none !important;
  }
  .ar .filters .total-entries {
    text-align: right;
  }
  .ar .data-list .list-body .item-container .download-icon {
    left: auto;
    right: 0;
  }
  .ar .data-list .list-body .item-container .item-controls .item-info {
    text-align: right;
  }
  .ar .data-list .list-body .item-container .item-controls .item-info li {
    border-left: none;
  }
  .ar .data-list .list-body .item-container .item-controls .item-info li:last-child {
    padding-right: 0;
  }
  .ar .request-steps .steps li:after,
  .ar .request-steps .steps li:before {
    left: auto;
    right: 45px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper .container .main-content .filters .col-sm-1,
  .wrapper .container .main-content .filters .col-sm-2,
  .wrapper .container .main-content .filters .col-sm-3,
  .wrapper .container .main-content .filters .col-sm-4,
  .wrapper .container .main-content .filters .col-sm-5,
  .wrapper .container .main-content .filters .col-sm-6,
  .wrapper .container .main-content .filters .col-sm-7,
  .wrapper .container .main-content .filters .col-sm-8,
  .wrapper .container .main-content .filters .col-sm-9,
  .wrapper .container .main-content .filters .col-sm-10,
  .wrapper .container .main-content .filters .col-sm-11,
  .wrapper .container .main-content .filters .col-sm-12 {
    margin-bottom: 10px;
  }
  .data-list .col-header {
    display: none;
  }
  .data-list .list-body .col-number,
  .data-list .list-body .col-status {
    display: none;
  }
  .data-list .list-body > .row .col .date-created {
    font-size: 0.8em;
  }
  .languageModal .languageModal {
    top: 50%;
    transform: translateY(-50%);
  }
  .languageModal .modal-dialog .modal-content .modal-body {
    padding: 30px 0;
  }
  .languageModal .modal-dialog .modal-content .flag-btn {
    width: 180px;
    margin: 0 18px;
  }
}
@media screen and (max-width: 616px) {
  .languageModal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1.4em;
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    top: 20%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes menufade {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes menufade-ar {
  0% {
    opacity: 0;
    right: -20%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  body {
    overflow-x: hidden;
  }
  .dashboard .top-services li {
    width: 100%;
  }
  .dashboard .top-services li .service {
    margin-bottom: 0px;
    width: 92%;
  }
  .dashboard .fix-margin {
    margin-bottom: 50px;
  }
  .pg-header .form-head .btn {
    padding: 5px 10px;
    top: auto;
    line-height: initial;
  }
  .pg-header .form-head .btn span {
    display: none;
  }
  .pg-header .form-head .btn .ico-add,
  .pg-header .form-head .btn .ico-printer {
    top: auto;
    padding: 5px 10px;
    font-size: inherit;
  }
  .pg-header h1:before {
    display: none;
  }
  .quick-links .col-sm-6 {
    width: 49%;
  }
  .chart-box .box-header .col-sm-6 {
    display: flex;
    justify-content: center;
  }
  .chart-box .box-header .col-sm-6 .chart-filters {
    display: flex;
    justify-content: center;
  }
  .data-list .list-body .item-container .row-item {
    display: flex;
  }
  .data-list .list-body .item-container .notification-info li {
    display: block;
  }
  .data-list .list-body .item-container .worklist-icon {
    width: 30px;
    height: 30px;
    right: 10px;
  }
  .data-list .list-body .item-container .worklist-icon .fonticons:before {
    font-size: 15px;
  }
  .data-list .list-body .item-container .order-items {
    display: flex;
    justify-content: space-between;
  }
  .data-list .list-body .item-container .order-items .order-item-detail {
    flex-basis: 50%;
    text-align: center;
  }
  .workflow-history .panel.form-panel .panel-top-btn {
    left: auto;
    text-align: right;
  }
  .workflow-history .panel .panel-body .workflow-history-inner .history li {
    padding-left: 30px;
  }
  .workflow-history .panel .panel-body .workflow-history-inner .history li .info-container {
    display: block;
  }
  .workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .date-time:after {
    width: 20px;
  }
  .workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info {
    width: 100%;
    left: -20px;
  }
  .workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info:before {
    border-bottom: 1em solid #f5f5f5;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: none;
    top: -13px;
    left: 0;
  }
  /*---------------------------- Arabic --------------------------*/
  .sort-block {
    text-align: left;
    padding: 20px 0 0 0;
    margin-top: 10px;
  }
  .sort-block label {
    display: block;
  }
  .sort-block .sort-filter {
    margin-left: 5px;
  }
  .pager {
    text-align: center;
  }
  .ar .data-list .list-body .item-container .notification-info li .service-name {
    text-align: right;
  }
  .ar .data-list .list-body .item-container .worklist-icon {
    right: auto;
    left: 10px;
  }
  .ar .data-list .list-body .item-container .order-items .cell-details {
    text-align: center;
  }
  .ar .workflow-history .panel.form-panel .panel-top-btn {
    right: auto;
    text-align: left;
  }
  .ar .workflow-history .panel .panel-body .workflow-history-inner .history li {
    padding-right: 30px;
  }
  .ar .workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info {
    left: auto;
    right: -20px;
  }
  .ar .workflow-history .panel .panel-body .workflow-history-inner .history li .info-container .message-info:before {
    border-bottom: 1em solid #f5f5f5;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: none;
    top: -12px;
    right: 0;
    left: auto;
  }
  .ar .sort-block {
    text-align: right;
  }
  .ar .sort-block .sort-filter {
    margin-left: 0;
    margin-right: 5px;
  }
  .ar .pager {
    text-align: center;
  }
}
@media screen and (max-width: 534px) {
  .chart-box .ibox-content .app-by-status-count-container {
    top: 48px;
    width: 80px;
    height: 80px;
  }
  .form-panel .panel-title a {
    width: 77%;
  }
}
@media screen and (max-width: 474px) {
  .data-list .list-body .item-container .details .head {
    /* width: 25%;*/
  }
  .data-list .list-body .item-container .details .main-title,
  .data-list .list-body .item-container .details .description {
    /*  width: clac(75% - 10px);*/
  }
  .data-list .list-body .item-container .notification-info {
    padding: 5px 0;
  }
  .data-list .list-body .item-container .notification-info .state i:before {
    font-size: 10px;
  }
  .data-list .list-body .item-container .item-controls .item-info li .fonticons {
    display: none;
  }
  .data-list .list-body .item-container .item-controls .item-info li .fonticons.show-font {
    display: inline-block;
  }
}
@media screen and (max-width: 414px) {
  .loaded .header.with-login .btnLang {
    top: 70px;
    left: 18px;
  }
  .header .logos {
    padding: 0;
  }
  .header .logos .organic {
    width: 32%;
  }
  .main-banners .header-info {
    top: 15px;
  }
  .main-banners .container .banner-content {
    padding: 0 5px;
  }
  .main-banners .container .banner-content h3 {
    margin-bottom: 0;
    font-size: 1.1em;
  }
  .main-banners .container .banner-content .banner-desc {
    font-size: 1em;
    line-height: 15px;
    max-height: 90px;
  }
  .main-banners .owl-dots {
    display: none;
  }
  .owl-carousel .owl-stage-outer {
    width: 100%;
  }
  .sub-header {
    height: 45px;
  }
  .sub-header .service-items li a .fonticons {
    display: inline-block;
    padding-top: 7px;
  }
  .sub-header .service-items li a span {
    display: table-column;
  }
  .sub-header .service-utilities li .link {
    font-size: 0;
    padding: 0px;
  }
  .sub-header .service-utilities li .link .fonticons {
    padding: 7px 5px;
  }
  .sub-header .service-utilities li.profile.active .link {
    padding: 3px 0 0 0;
  }
  .sub-header .service-utilities li.profile.dropdown .profile-notified {
    top: 3px;
    right: 3px;
  }
  .sub-header .service-utilities li.profile.dropdown .dropdown-content {
    top: 54px;
    left: -110px;
  }
  .sub-header .service-utilities li .dashboard .services {
    margin: 0;
  }
  .dashboard .services {
    margin-right: 0;
  }
  .dashboard .services .form-categories .category {
    margin-right: 2px;
  }
  .dashboard .services .form-categories .category .c-item {
    font-size: 0.95em;
    display: block;
    line-height: 16px;
    color: #959595;
    padding: 5px 12px;
    white-space: normal;
    vertical-align: middle;
  }
  .dashboard .services .service .s-count i {
    display: none;
  }
  .dashboard .services .service a.service-form span {
    font-size: 1.2em;
  }
  .dashboard .services .service.report a.service-form {
    margin: 20px 0 15px 0;
  }
  .dashboard .form-panel .panel-title a {
    width: 73%;
  }
  .dashboard .site-chart {
    height: auto;
    padding: 10px 15px;
  }
  .dashboard .site-chart .chart-head {
    display: block;
  }
  .dashboard .site-chart .chartContainer {
    margin-left: 0 !important;
  }
  .dashboard .btnSaveChart {
    top: 7px;
  }
  .dashboard .vert-axis {
    display: none;
  }
  .dashboard .chartcon {
    margin: -5px;
  }
  .dashboard .chart-filters {
    text-align: left;
    width: 100%;
    margin-top: 5px;
  }
  .dashboard .chart-filters li {
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0;
  }
  .dashboard .chart-filters li:nth-child(3) {
    margin-right: 0;
  }
  .dashboard .chart-filters li .selectdiv.select-limit select {
    max-width: 250px;
  }
  .wrapper .container .main-content .form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
    clear: both;
  }
  .wrapper .container .main-content .main-content .auto-validate h4 {
    margin-left: 16px;
  }
  .wrapper .container .main-content .general-container .ber-row .ber-col strong {
    padding: 10px 0;
  }
  .languageModal .modal-dialog .modal-content .flag-btn {
    margin: 20px 18px;
  }
  .languageModal .modal-dialog .modal-content .modal-header .modal-title {
    float: none;
    text-align: center;
  }
  .languageModal .modal-dialog .modal-content .modal-header .modal-title .text-right,
  .languageModal .modal-dialog .modal-content .modal-header .modal-title .text-left {
    text-align: center;
    width: 100%;
    display: block;
  }
  .pnl-add-popup {
    width: 100%;
  }
  .pnl-add-popup select.input-lg {
    width: 85%;
  }
  .bar-items div {
    margin-bottom: 0 !important;
  }
  .bar-items span {
    display: inline-block;
  }
  .sm-no-margins {
    margin-bottom: 0 !important;
  }
  .pg-header .form-head {
    position: inherit;
  }
  .pg-header .form-head .btn {
    margin: 0;
  }
  .pg-header .form-head .btn:last-child {
    margin-left: 10px;
  }
  .pg-header .form-head .msg-validation {
    text-align: left;
    margin-bottom: 10px;
    display: block;
  }
  .pg-header .dp-calenedar .fi-calendar,
  .pg-header .dp-calenedar .fi-datetime {
    top: 40px;
  }
  .pg-header .dp-calenedar .fi-calendar:before,
  .pg-header .dp-calenedar .fi-datetime:before {
    font-size: 20px;
  }
  .actions-buttons .btn {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .actions-buttons .btn:first-child {
    margin-right: 0;
  }
  .form-notes {
    margin: 30px 15px;
  }
  .form-notes .head {
    width: auto;
    border: none;
  }
  .form-notes .note {
    margin-top: 15px;
  }
  .data-list .list-body .item-container .item-controls {
    margin-top: 0;
  }
  .data-list .list-body .item-container .item-controls .item-info.info {
    margin-bottom: 15px;
  }
  .data-list .list-body .item-container .item-controls .item-info.info li {
    display: block;
    padding: 0 !important;
    border: none;
    margin-bottom: 5px;
  }
  .data-list .list-body .item-container .item-controls .item-info.info li i:before {
    font-size: 20px;
  }
  .data-list .list-body .item-container .status {
    text-align: right;
    margin: 5px;
  }
  .centered-form {
    width: 95%;
  }
  .centered-form .form-inner {
    padding: 20px 0;
  }
  .centered-form h2 {
    font-size: 15px;
  }
  .centered-form .btn {
    font-size: 13px;
  }
  .notification-details .notification-details-message {
    padding: 0;
  }
  .notification-details .notification-details-message table tbody tr td {
    padding-right: 0 !important;
  }
  .form-panel {
    padding: 40px;
  }
  /*---------------------------- Arabic --------------------------*/
  .ar .sub-header .service-utilities li.profile {
    width: auto;
  }
  .ar .sub-header .service-utilities li.profile.dropdown .profile-notified {
    left: 3px;
  }
  .ar .sub-header .service-utilities li.profile.dropdown .dropdown-content {
    right: unset;
    left: -43px;
  }
  .ar .sub-header .service-utilities li .dashboard .services {
    margin: 0;
  }
  .ar .dashboard .services {
    margin-left: 0;
  }
  .ar .dashboard .services .service a.service-form span {
    font-size: 1.1em;
  }
  .ar .dashboard .services .form-categories .category {
    margin-left: 2px;
  }
  .ar .dashboard .chart-head {
    text-align: right;
  }
  .ar .dashboard .chart-filters {
    text-align: right;
  }
  .ar .wrapper .container .main-content .main-content .auto-validate h4 {
    margin-right: 16px;
  }
  .ar .pg-header {
    padding: 10px;
  }
  .ar .pg-header .form-head .btn {
    /*margin: 0;*/
  }
  .ar .pg-header .form-head .btn:last-child {
    margin-right: 10px;
    margin-left: 0;
  }
  .ar .pg-header .form-head .msg-validation {
    text-align: right;
  }
  .ar .actions-buttons .btn {
    margin-left: 5px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ar .actions-buttons .btn:first-child {
    margin-left: 0;
  }
  .ar .data-list .list-body .item-container .status {
    text-align: left;
  }
  .ar .header .header-menu-bar .container .toolbox li .notification {
    padding: 0 10px;
  }
}
@media screen and (max-width: 375px) {
  .wrapper .main-content .general-container h2 {
    font-size: 1.95em;
  }
  .wrapper .main-content .steps.small-size .step {
    margin: 6px 0;
  }
  .dashboard .services .service a.service-form span {
    padding-left: 15px;
  }
  .form-panel .panel-title a {
    width: 71%;
  }
  .ar .dashboard .services .service a.service-form span {
    padding-right: 15px;
    padding-left: 0;
  }
}
@media screen and (max-width: 360px) {
  .header .header-menu-bar .container .toolbox li.translator {
    display: none;
  }
  .form-panel .panel-title a {
    width: 64%;
  }
}
@media screen and (max-width: 320px) {
  .dashboard .services .service a.service-form {
    padding: 0 0 25px 0;
    margin: 30px -5px 0 -5px;
  }
  .dashboard .services .service a.service-form .fonticons {
    display: none;
  }
  .dashboard .services .service a.service-form span {
    padding: 0;
  }
  .btn {
    font-size: 13px;
  }
  .form-panel .panel-title a {
    width: 58%;
  }
  .ar .dashboard .services .service a.service-form {
    padding: 0 0 25px 0;
  }
  .ar .dashboard .services .service a.service-form span {
    padding: 0;
  }
}
