html {
  --tabulator-bg-color: #485665;
  --tabulator-header-color: white;
}
/* LOGIN PAGE */
.login-logo img {
  background-color: #ffffff3c;
  border-radius: 5px;
}

body.login-page-background .content-wrapper::before {
  background-image: url("/images/cargo-alfil-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;
}

.login-box {
  width: 380px;
}

#loginbox .input-group .input-group-append .input-group-text {
  color: #ffffff69;
}
/* LOGIN PAGE */

/* Navbar */
.brand-image {
  background-color: #fff;
  max-width: 100% !important;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.adminlte3-layout .main-header.navbar {
  background-color: #375386;
}
/* Navbar*/

/* Theme colors */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #141b28;
}

.dropdown-item {
  color: #121212 !important;
}
.bg-primary {
  background-color: #337ab7 !important;
}

.adminlte3-layout table.dataTable thead > tr > th,
table.dataTable thead > tr > th.sorting:first-child {
  background-color: #485665 !important;
  color: white;
  border: none;
}
/* Theme colors */
label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 11px;
  color: #252525;
}

#sidebar-wrapper {
  margin-left: -20%;
  width: 20%;
}
#wrapper {
  padding-left: 20%;
}
.reception-bg {
  background-color: #faf2cc !important;
}
.rtd-bg {
  background-color: #c7e4f5 !important;
}
.trip-bg {
  background-color: #ff8cc6 !important;
}
.delivered.odd {
  background-color: #f9d44d !important;
}
.delivered.even {
  background-color: #fadf7d !important;
}

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

.cancelled {
  background-color: #ffa4a4 !important;
}
.cancelled.odd {
  background-color: #ffa4a4 !important;
}
.cancelled.even {
  background-color: #ffd6d6 !important;
}
.img-responsive {
  background-color: white !important;
  max-width: 100% !important;
}

/* AWB Context menu*/
.awb-menu-option {
  border-top: 1px solid #3fa1af36;
  height: 32px;
  line-height: 24px;
  background: #29384c;
  color: white;
}

.awb-menu-option .icon-menu-contextual {
  margin-right: 5px;
  color: white;
  width: 17px;
  margin-bottom: 2px;
}

.awb-menu-option:hover,
.awb-menu-option:hover .icon-menu-contextual {
  color: #29384c;
}
/* AWB Context menu*/
.cr {
  background-color: #fff;
}

/* Priority */
.high-priority {
  background-color: #f55c5c;
  font-weight: 600;
}
.medium-priority {
  background-color: #f5915c;
  font-weight: 600;
}
.low-priority {
  background-color: #f5c25c;
  font-weight: 600;
}
