html {
  --tabulator-bg-color: #485665;
  --tabulator-header-color: white;
}

.ghds-navbar-menu .dropdown-menu .dropdown-item {
  color: #000 !important;
}

.invoiced.odd {
  background-color: #a1cca5 !important;
}
.invoiced.even {
  background-color: #8fb996 !important;
}

.cancelled.odd {
  background-color: #ffa4a4 !important;
}
.cancelled.even {
  background-color: #ffd6d6 !important;
}

.brand-image {
  padding: 3px;
  background: white;
}

/* LOGIN PAGE */
.h-100vh {
  height: 100vh;
}

body.login-page-background .content-wrapper::before {
  background-image: url("/images/cargo-pgh-background.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: luminosity;
  background-color: gray;
  content: " ";
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: -1;
  opacity: 0.6;
  filter: blur(1px);
  top: 0px;
}

body.login-page-background .wrapper .content-wrapper {
  overflow-x: hidden;
}

body.login-page-background .main-footer {
  background: #000000ab;
}

.login-box,
.register-box {
  width: 380px;
}

body.login-page-background .login-card-body .input-group .input-group-text,
body.login-page-background .register-card-body .input-group .input-group-text {
  color: white;
}

body.login-page-background .btn-primary {
  background-color: #13568c;
  border-color: #115286 !important;
}

body.login-page-background .btn-primary:hover {
  background-color: #13131a;
  border-color: #13131a;
}

body.login-page-background .btn-primary:active {
  background-color: #223768 !important;
  border-color: #223768 !important;
}
body.login-page-background .btn-primary:active:focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125),
    0 0 0 0.1rem rgba(77, 21, 19, 0.5) !important;
}

.adminlte3-layout .main-header.navbar {
  background-color: #789cb9;
}

.brand-image {
  background: transparent;
  padding: 0px;
}

.adminlte3-layout table.dataTable thead > tr > th,
table.dataTable thead > tr > th.sorting:first-child {
  background-color: #485665 !important;
  color: white;
  border: none;
}

.control-sidebar-dark .nav-sidebar > .nav-item:first-child {
  font-size: 11px;
}

/* LOGIN PAGE */

/* DOCMAN PDF Viewer */
object#pdf_viewer {
  width: 100%;
  height: 100%;
}
/* DOCMAN PDF Viewer */

/* DOCMAN PENDING DOCUMENTS */
.docman-table-txt-cell {
  max-width: 50px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.odd > .read-err {
  background-color: #ffa4a4 !important;
}
.even > .read-err {
  background-color: #ffd6d6 !important;
}

.no-read.odd {
  background-color: #ffa4a4 !important;
}
.no-read.even {
  background-color: #ffd6d6 !important;
}
/* DOCMAN PENDING DOCUMENTS */

.notoc-separate {
  font-weight: bold;
  background-color: #d1eef8;
}
.notoc-overpack {
  font-weight: bold;
  background-color: #e4bfab;
}
.notoc-apio {
  font-weight: bold;
  background-color: #a690df;
}
.notoc-ovp-apio {
  font-weight: bold;
  background-color: #e1aee8;
}
.notoc-line-error.odd {
  background-color: #ffa4a4 !important;
}
.notoc-line-error.even {
  background-color: #ffd6d6 !important;
}
.notoc-form-pkg {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding-bottom: 0.5rem;
}
.cr {
  background-color: #fff;
}

#att_deconsolDropzone > form {
  min-height: 125px;
  padding: 0px 0px;
}

#btn-deconsolidate-file {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 15px;
}
#att_dua_split_importDropzone > form {
  min-height: 125px;
  padding: 0px 0px;
}

#btn-dua_split_import-file {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 15px;
}

.OvpApio {
  font-size: 12px;
  margin: 1px 0px 1px 1px;
  line-height: 27px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 99%;
  float: left;
  padding: 0.5rem;
  border-radius: 5px;
}

.bg-error.odd {
  background-color: #ffa4a4 !important;
}
.bg-error.even {
  background-color: #ffd6d6 !important;
}

.offload.odd {
  background-color: #f1c772 !important;
}
.offload.even {
  background-color: #f0d399 !important;
}

#message_agent_list > div:nth-child(even) {
  background-color: #eee;
}

.left-panel-templates-body {
  height: 30rem;
  max-height: 30rem;
}
