.bg-peo {
  background-color: #004B54;
}
.bg-peo-grey {
  background-color: #eee;
}
.text-peo {
  color: #00252b;
}
.text-peo-dark {
  color: #004B54;
}
.badge {
  font-weight: normal;
}
.badge-peo {
  background-color: #00a493;
  color: #FFF;
}
.badge-peo-dark {
  background-color: #004B54;
  color: #FFF;
}
.badge-orange {
  background-color: #EA5A1C;
  color: #FFF;
}
.badge-secondary {
  background-color: #b3b3b3 !important;
}
/* BASE */
.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}
.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#content {
  width: auto;
  background: #f6f8ff;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.page-wrapper {
  padding: 40px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.page-wrapper.full-page {
  max-width: none !important;
}
#page-tabs {
  margin-bottom: 2em;
  display: flex;
  border-bottom: 2px solid #eee;
}
#page-tabs a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 0.4em 0;
  margin-right: 2em;
  color: #7a9497;
  border-bottom: 2px solid transparent;
  position: relative;
  top: 2px;
}
#page-tabs a span {
  cursor: pointer;
}
#page-tabs a:hover {
  border-bottom: 2px solid #00252b;
}
#page-tabs a.active {
  color: #00252b;
  opacity: 1;
  border-bottom: 2px solid #00252b;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_chQF5e.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5e.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./fonts/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5e.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./fonts/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15e.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15e.ttf) format('truetype');
}
body {
  font-family: 'Source Sans Pro', sans-serif;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #004B54;
}
h1 {
  color: #004B54;
  font-size: 1.7em;
  font-family: 'Figtree', serif;
  font-weight: 600;
}
.header {
  border-bottom: 1px solid #eee;
}
p {
  font-weight: 400;
  line-height: 1.6em;
  font-size: 1em;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #003137;
}
dl {
  padding: 1em;
}
dd,
dt {
  margin-bottom: 0em;
  padding: 0.3em !important;
  font-size: 0.95em;
}
dt {
  text-align: right;
  font-weight: 600;
}
dd:nth-of-type(even),
dt:nth-of-type(even) {
  background-color: #fff;
}
#sidebar {
  min-width: 250px;
  height: 100vh;
  z-index: 999;
  color: #fff;
  /* transition: all 0.3s; */
  overflow-y: auto;
  background: #004b54;
  /* box-shadow: 0px 0px 4px rgba(0,0,0,0.05); */
  border-right: 1px solid #FFF;
}
#sidebar .nav-wrapper {
  width: 250px;
  /* transition: all 0.3s; */
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #sidebar.toggled {
    min-width: 250px;
    overflow-y: auto;
  }
  #sidebar {
    width: 0;
    min-width: 0;
    overflow-y: hidden;
  }
}
#content {
  width: auto;
  background: #f7f9f9;
  overflow-y: auto;
  overflow-x: hidden;
}
#sidebar .sidebar-header {
  padding: 20px;
  font-weight: bold !important;
}
#sidebar ul li {
  overflow: hidden;
  text-overflow: ellipsis;
}
#sidebar ul {
  color: #fff;
  padding: 0 15px;
}
#sidebar ul li a,
#sidebar ul li a.no-link:hover {
  padding: 5px 10px 5px 6px;
  font-size: 1.1em;
  display: block;
  color: #fff !important;
  font-weight: 400;
  border-radius: 20px;
  background: none;
}
#sidebar ul li a:hover {
  background: #fff;
  color: #004b54 !important;
  /* 015964 */
}
#sidebar ul li a.no-link:hover span,
#sidebar ul li a.no-link:hover svg {
  color: #90a4a8 !important;
}
#sidebar .help-section {
  opacity: 0.8;
}
#sidebar ul li a:hover span,
#sidebar ul li a:hover svg {
  color: #004b54 !important;
}
#sidebar ul li a span {
  color: #90a4a8;
  margin-right: 6px;
}
#sidebar ul li a .badge {
  color: #000 !important;
}
#sidebar ul li.active .badge {
  background: #fff;
  color: #000 !important;
}
#sidebar ul li.active > a,
#sidebar ul li.active a span,
#sidebar ul li.active a svg,
a[aria-expanded="true"] {
  background: #015964;
  color: #fff !important;
}
#sidebar ul li a svg {
  color: #bfcacc !important;
  margin-right: 0.5em;
}
a[data-toggle="collapse"] {
  position: relative;
}
.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#sidebar ul a {
  font-size: 1em !important;
  padding-left: 15px !important;
}
ul li.sidebar-separator-title {
  padding: 10px 10px 5px 10px;
  font-size: 0.9em;
  /* color: #cfd8da !important; */
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
/* ---------------------------------------------------
    BREADCRUMB STYLE
----------------------------------------------------- */
#breadcrumb {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-bottom: 2em;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb svg {
  margin-right: 0.5em;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #004b54;
  text-decoration: none;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li a.disabled {
  background: #999 !important;
  cursor: default;
}
#breadcrumb a.disabled:before,
#breadcrumb a.disabled:hover:before {
  border-top-color: #999;
  border-bottom-color: #999;
  border-right-color: #999;
}
#breadcrumb a.disabled:after,
#breadcrumb a.disabled:hover:after {
  /* background: red; */
  border-left-color: #999;
}
/* #breadcrumb li:nth-child(even) a {
  background-color: #2980b9;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #2980b9;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #2980b9;
} */
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px 0 0 15px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0;
  border-radius: 0 15px 15px 0;
  background: #999;
  cursor: default;
}
#breadcrumb li:last-child a:hover {
  background-color: #999;
}
#breadcrumb li:last-child a:before {
  border-color: #999;
  border-left-color: transparent;
}
#breadcrumb li:last-child a:hover:before {
  border-color: #999;
  border-left-color: transparent;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before,
#breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #004b54;
  border-width: 15px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #004b54;
}
#breadcrumb li a:hover {
  background-color: #00a493;
}
#breadcrumb li a:hover:before {
  border-color: #00a493;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #00a493;
}
#breadcrumb li a:active {
  background-color: #00a493;
}
#breadcrumb li a:active:before {
  border-color: #00a493;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #00a493;
}
#breadcrumb li i {
  margin-top: 6px;
  margin-right: 6px;
}
html,
body {
  height: 100%;
}
body {
  color: #003137;
  background: #F6F8FF;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.card {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 10px;
}
.card .header {
  padding: 1rem 1.25rem 0.3rem 1.25rem;
  border-bottom: 1px solid #eee;
}
.card .header-custom-body {
  border: 0;
}
.card hr {
  margin: 0.5rem 0;
}
.rounded-large {
  border-radius: 15px;
}
hr {
  border-color: #eaecfa;
}
.page-link,
.page-link:hover,
.page-link:visited {
  color: #003137;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #003137;
  border-color: #003137;
}
#edit-modal .modal-dialog,
.page-modal .modal-dialog {
  height: 80%;
  max-width: 900px;
}
#edit-modal .modal-content,
.page-modal .modal-content {
  height: 100%;
}
#edit-modal .modal-body,
.page-modal .modal-body {
  padding: 0;
}
.alert {
  border-radius: 10px;
}
.alert-info {
  background-color: #c6e4e7;
}
.alert-secondary {
  color: #383d41;
  background-color: #f6f6f6;
  border-color: #d6d8db;
}
ul.dropdown-menu > li button {
  border: none !important;
  outline: none !important;
}
ul.dropdown-menu > li button:active {
  background: #f2f2f2 !important;
  border: none;
  outline: none !important;
  color: #000;
}
.dashboard-count {
  background-color: #dae9eb;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  font-weight: bold;
}
label span.label-info {
  text-transform: none !important;
}
.field_note {
  margin-top: -1em;
  margin-bottom: 2em;
}
.asteriskField_alt,
.asteriskField {
  color: #dc3545;
}
.select2-results__option--highlighted {
  background-color: #004b54 !important;
}
.select2-search__field {
  background-color: transparent !important;
}
.input-group-prepend span.input-group-text {
  background-color: #e1e1e1;
  border: none;
  border-radius: 0;
  font-weight: normal;
}
.input-group-append span.input-group-text {
  background-color: #e1e1e1;
  border: none;
  border-radius: 0;
  font-weight: normal;
}
.form-group {
  margin-bottom: 0.6em;
}
form input[type].form-control,
span.select2-selection--single,
span.select2-selection--multiple,
select {
  background-color: #fafafa !important;
  border: none !important;
  border-bottom: 2px solid #ececec !important;
  border-radius: 0 !important;
}
form input[type].form-control:focus,
span.select2:focus,
.select2-container--open span.select2-selection--single,
.select2-container--open span.select2-selection--multiple {
  background-color: #f7f7f7 !important;
  border-bottom: 2px solid #00a493 !important;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card form hr {
  margin: 1.1em 0;
}
.select2-results__option[aria-disabled="true"] {
  display: none !important;
}
.input-group-prepend span {
  background-color: #e5e5e5;
  font-weight: bold;
  padding: 0 0.75rem;
}
.select2-container:focus,
.select2-container:selected {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2 {
  width: 100% !important;
}
form input[type].form-control:read-only,
form input[type].form-control:disabled {
  background-color: #e1e1e1 !important;
}
.field_note {
  margin-top: -1em;
  margin-bottom: 2em;
}
label span.label-info {
  text-transform: none !important;
}
dl {
  padding: 1em;
}
dd,
dt {
  margin-bottom: 0em;
  padding: 0.3em !important;
  font-size: 0.95em;
}
dt {
  text-align: right;
  font-weight: 600;
}
dd:nth-of-type(even),
dt:nth-of-type(even) {
  background-color: #f6f6f6;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #00a493;
}
form.table-filter-form {
  padding-top: 1em;
  padding-left: 1em;
}
form.table-filter-form .form-group {
  margin-right: 1em;
  margin-bottom: 1em;
}
#id_telephone_dial_code::-webkit-inner-spin-button,
#id_telephone_dial_code::-webkit-outer-spin-button,
#id_mobile_dial_code::-webkit-inner-spin-button,
#id_mobile_dial_code::-webkit-outer-spin-button,
#id_info-telephone_dial_code::-webkit-inner-spin-button,
#id_info-telephone_dial_code::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
body.centered {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #003137;
}
.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-page {
  width: 100%;
  max-width: 900px;
  padding: 15px;
  margin: 0 auto;
}
.form-page .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  font-size: 16px;
  text-align: left;
}
.form-page .form-control:focus {
  z-index: 2;
}
.btn {
  font-size: 0.9em;
  font-weight: 500;
  font-style: normal;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 0.375rem 1rem;
}
.btn-lg {
  padding: 0.6rem 2rem;
  font-size: 1em;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7em;
  line-height: 1.5;
}
.btn-red-orange {
  background-color: #ea5a1c;
  color: #fff;
}
.btn-red-orange:hover,
.btn-red-orange:active {
  background-color: #c94c17;
  color: #fff;
}
.btn-primary,
.btn-primary:visited {
  background-color: #00a493;
  color: #fff !important;
  border-color: #00a493 !important;
  opacity: 1;
}
.btn-secondary,
.btn-secondary:visited {
  background-color: #999;
  color: #fff !important;
  border-color: #999 !important;
  opacity: 1;
}
.btn-outline-secondary {
  color: #999;
  border-color: #999;
}
.btn:hover {
  -webkit-transition: 200ms linear;
  -ms-transition: 200ms linear;
  transition: 200ms linear;
}
.btn-primary:hover,
.btn-primary:visited:hover,
.btn-primary:visited:active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:disabled {
  opacity: 0.9;
  background-color: #00a493 !important;
  border-color: #00a493 !important;
}
.btn-primary:disabled {
  opacity: 0.5;
}
.btn-accepted,
.btn-accepted:visited {
  background-color: #29a65e !important;
  color: #fff !important;
  border-color: #29a65e !important;
}
.btn-rejected,
.btn-rejected:visited {
  background-color: #e30813 !important;
  color: #fff !important;
  border-color: #e30813 !important;
}
.btn-success,
.btn-success:visited {
  background-color: none !important;
  border-color: #29a65e !important;
}
.btn-success:hover {
  background-color: #29a65e !important;
  color: #fff !important;
}
.btn-secondary,
.btn-secondary:visited {
  color: #FFF !important;
  border-color: #888 !important;
}
.btn-secondary:hover {
  background-color: #888 !important;
  color: #fff !important;
}
.btn-search {
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-peo-dark,
.btn-peo-dark:visited {
  background-color: #00a493 !important;
  color: #FFF !important;
  border-color: #00a493;
}
.btn-peo-dark:disabled {
  background-color: #00a493 !important;
  color: #FFF !important;
  border-color: #00a493;
}
.btn-outline-peo {
  border-color: #00a493;
}
.btn-peo-dark:hover {
  background-color: #00a493;
  color: #fff !important;
  opacity: 0.9;
}
.btn-rejected-off {
  border-color: #29a65e !important;
  color: #29a65e;
  background-color: none !important;
}
.block-title-buttons .btn {
  margin-top: -5px;
}
form .dashboard-control,
form select.dashboard-control {
  font-weight: bold;
  background-color: #fff !important;
  text-align: center;
  padding: 0 !important;
  border-bottom: 0 !important;
}
.doughnut-total {
  text-align: center;
  pointer-events: none;
  width: 100%;
  line-height: 170px;
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 40px;
}
.badge-legend {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 0.5em;
  top: -2px;
  position: relative;
  display: inline-block;
}
table .badge {
  margin-right: 5px;
  margin-bottom: 2px;
}
table td {
  vertical-align: middle !important;
}
table th,
dt,
label {
  text-transform: capitalize;
}
.table-sm tr th:first-child,
.table-sm tr td:first-child {
  padding-left: 1.3em;
}
.body_table {
  margin-bottom: -16px;
}
.body_table table th,
.body_table table td {
  padding: 0.6rem 0.25rem;
}
.body_table table th:first-child,
.body_table table td:first-child {
  padding-left: 1.3em;
}
.body_table table th:last-child,
.body_table table td:last-child {
  padding-right: 1.3em;
}
.body_table table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.body_table table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
#table-options {
  background: #fff;
  padding: 0.5em 1.5em;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  right: 0;
  border-top: 1px solid #aaa;
  display: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
#table-options.table-has-selections {
  display: block;
}
.sticky > form {
  background: red;
}
form:has(> div.sticky) {
  margin-top: 50px;
}
.sticky-container {
  padding-top: 60px;
}
.pagination {
  margin-bottom: 2em;
}
#audit-table td {
  padding: 0.5em 0.2em;
}
.table tr th {
  font-weight: normal;
  border: 0;
}
.table tr td {
  border-color: #EDEEF2;
}
table td .table-button-text {
  font-size: 0.6em;
}
table.file-table-small td:first-child {
  border-top: 0 !important;
}
table.file-table-small td {
  padding-top: 2px;
}
table.table thead th.asc.orderable:after {
  content: "⇣";
}
table.table thead th.desc.orderable:after {
  content: "⇡";
}
.table-view-button {
  float: right;
  min-width: 30px;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  letter-spacing: 0px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.table-striped tbody tr:nth-of-type(even),
.table-striped tr.even {
  background-color: #f6f6f6;
}
.folder-list a[aria-expanded="true"] {
  background: #eee;
  color: #015964 !important;
}
.folder-list .list-group-item {
  padding: 10px;
}
.folder-list .list-group-item input {
  margin: 5px 15px;
}
.file-table .fa-file,
.file-table .fa-folder {
  margin-right: 5px;
}
.file-folder {
  cursor: pointer;
}
.file-folder.list-group-item {
  padding-left: 20px;
}
.list-group.list-group-root {
  overflow: hidden;
}
.list-group.list-group-root .list-group {
  margin-bottom: 0;
}
.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
}
.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}
.document-uploaded-date {
  min-width: 180px;
  max-width: 180px;
  width: 180px;
}
.document-uploaded-by {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
}
.document-released {
  min-width: 75px;
  max-width: 75px;
  width: 75px;
}
.document-options {
  min-width: 60px;
  max-width: 60px;
  width: 60px;
}
.document-downloaded {
  min-width: 180px;
  max-width: 180px;
  width: 180px;
}
.document-status {
  min-width: 220px;
  max-width: 220px;
  width: 220px;
}
#upload-modal .modal-content,
.edit-modal .modal-content {
  height: 600px;
}
#upload-modal .modal-body,
#folder-modal .modal-body,
.edit-modal .modal-body {
  padding: 0;
}
#folder-modal .modal-content {
  height: 400px;
}
.folder-wrapper {
  position: relative;
}
.folder-wrapper .edit-button {
  position: absolute;
  top: -3px;
  right: 0px;
}
#div_id_manager {
  text-align: left !important;
}
#div_id_travel_insurance .asteriskField,
#div_id_gross_annual_salary .asteriskField {
  display: none;
}
#div_id_travel_insurance .asteriskField,
#div_id_gross_annual_salary .asteriskField {
  display: none;
}
.timesheet-table input {
  text-align: center;
  padding: 0 !important;
  border: 1px dashed transparent;
}
.timesheet-table input:disabled,
.timesheet-table input:read-only {
  background: inherit;
}
.timesheet-table input::-webkit-calendar-picker-indicator {
  display: none;
}
.timesheet-table .auto {
  border: 1px dashed #ffffff;
  border-radius: 3px;
}
.timesheet-table .auto-filled {
  border: 1px dashed #d7d7d7;
  border-radius: 3px;
}
.timesheet-breaks {
  max-width: 100px;
}
.timesheet-breaks input {
  max-width: 90px;
}
.timesheet-table tfoot td input {
  font-weight: bold;
  max-width: 50px;
}
.bg-weekend,
.bg-weekend input {
  background: #efefef;
}
.bg-auto-fill,
.bg-auto-fill input {
  background: #a8cace;
}
.table-payroll th {
  font-size: 0.9em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.table-payroll td.status i {
  margin-top: 3px;
}
.batch-container:nth-of-type(odd) {
  background: #fafafa;
  border-top: 1px solid #ccc;
}
.workspace-item .fa-folder {
  color: #004B54;
}
.hide {
  display: none;
}
.workspace-item:hover {
  cursor: pointer;
  background-color: #efefef;
}
.workspace-item:hover .hide {
  display: inherit;
}
.workspace-item-name a:hover {
  color: #004B54;
  text-decoration: underline !important;
}
.workspace-item.selected {
  background-color: #f3f3f3;
}
.workspace-item {
  border-bottom: 1px solid #dcdcdc;
}
.workspace-item:last-child {
  border-bottom: none;
}
.workspace-item-name {
  color: #004B54;
  font-size: 1.2em;
  line-height: 20px;
}
.workspace-icon {
  width: 50px;
  text-align: center;
}
.workspace-icon svg.fa-user,
.list-comments svg.fa-user,
.list-comments svg.fa-user-check,
.list-comments svg.fa-user-times {
  border: solid 1px #ddd;
  padding: 5px 0px;
  font-size: 2em;
  border-radius: 3px;
}
.workspace-item-options div.workspace-item-option {
  min-width: 55px;
  text-align: center;
}
.workspace-item-meta {
  color: #aaa;
  font-size: 0.9em;
}
.workspace_path .path,
.workspace_path .workspace_current {
  color: #aaa;
}
.comment:hover .hide {
  display: inherit;
}
/* task comment style here */
.show-task-comment {
  background: #f6f6f6;
  border-radius: 3px;
}
.show-task-comment .comment-by-name {
  font-weight: bold;
  color: #555;
}
.show-task-comment .list-comment-single {
  color: #555;
}
.show-task-comment .list-comments {
  padding: 10px 2px;
  border-bottom: solid 1px #eee;
}
.show-task-comment .list-comments .col-1 {
  text-align: center;
  max-width: 75px;
}
.show-task-comment .list-comments i {
  color: #ddd;
}
.show-task-comment .comment-time {
  font-size: 12px;
  color: #999;
  font-weight: 600;
}
.comment-wrapper {
  padding: 10px 0px;
}
.comment-inner-wrapper button {
  outline: none;
}
.comment-inner-wrapper button:hover {
  background: #ddd;
}
.comment-inner-wrapper {
  border: solid 1px #eee;
  border-radius: 3px;
}
.action-tab strong.pending {
  color: #004B54;
}
.action-tab strong.complete {
  color: #b3b3b3;
}
#select-workspace-form .form-group select {
  width: 100%;
}
.folder-tree {
  margin-block: 10px;
  border-radius: 3px;
  width: 100%;
  border: solid 1px #eee;
}
.folder-tree .folder {
  cursor: pointer;
}
.toggle-folder-children {
  padding: 5px;
}
.folder-children {
  padding-left: 10px;
}
.toggle-folder-children:hover {
  background: #eee;
}
.move-here-badge {
  display: none;
}
.active-folder .move-here-badge {
  display: inline;
}
.active-workspace .move-here-badge {
  display: inline;
}
.workspace-name-folder-tree {
  padding: 5px;
  font-weight: 600;
  cursor: pointer;
}
.workspace-name-folder-tree:hover {
  background: #eee;
}
#dropzone {
  padding: 2em;
  min-height: 200px;
}
#dropzone > div {
  border: 5px dashed #aaa;
}
.bg-light {
  background-color: white !important;
}

.folder_list, .folder_list_tabel {
  max-height: 350px;
}

.table-fixed {
  table-layout: fixed;
  width: 100%;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Ensure it appears on top */
  display:none;
}

/* Loading spinner */
.img-spinner {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
}
