/*#region Generic*/
a {
  color: #000;
}
td {
  -ms-word-break: break-word;
  word-break: break-word;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: #333;
  accent-color: black;
}
input[type="checkbox"]:checked:focus {
  accent-color: #888;
}
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}
input[type="radio"]:checked {
  background-color: #333;
  accent-color: black;
}
input::-webkit-inner-spin-button {
  opacity: 1;
}
.form-control.aspNetDisabled {
  cursor: not-allowed;
  background-color: #eee;
}
.form-control.is-invalid {
  border-color: #f56954 !important;
}
textarea[readonly] + .cke iframe {
  background: #eee;
}
.bg-vala {
  background-color: #2D7B3B;
}
.btn.bg-vala:hover {
  background-color: #693;
}
.bg-blue-dark {
  background-color: #3d405b;
}
.bg-blue-light {
  background-color: #00a6ff;
}
.bg-green-dark {
  background-color: #004626;
}
.bg-grey-dark {
  background-color: #555;
}
.text-green-dark {
  color: #004626;
}
.btn-purple {
  background-color: #932ab6;
  border-color: #8225a1;
  color: #fff;
}
.btn-purple:hover,
.btn-purple:active,
.btn-purple.hover {
  background-color: #8225a1;
  color: #fff;
}
.btn-blue {
  background-color: #0073b7;
  border-color: #00639e;
  color: #fff;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.hover {
  background-color: #00639e;
  color: #fff;
}
.btn-navy {
  background-color: #001f3f;
  border-color: #001226;
  color: #fff;
}
.btn-navy:hover,
.btn-navy:active,
.btn-navy.hover {
  background-color: #00639e;
  color: #fff;
}
.form-group > span {
  font-weight: bold;
}
.form-group.has-error .select2-selection {
  border-color: #f56954 !important;
}
.pointer {
  cursor: pointer;
}
.alert h3 {
  margin-top: 0;
}
.btn.aspNetDisabled,
.btn.aspNetDisabled:hover,
.btn.aspNetDisabled:active {
  background-color: #ccc;
  border-color: #bbb;
}
@media (min-width: 768px) {
  .right-side > .content > .row > .col-sm-4 {
    padding-right: 0;
  }
}
select.form-control {
  padding-left: 8px;
}
.ui-widget {
  font-size: 1em;
}
.pulse {
  animation: pulse 0.75s 0.5s 1 forwards ease;
}
.box-body hr {
  margin-top: 5px;
  margin-bottom: 15px;
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: #2D7B3B;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
select.form-control[disabled] {
  opacity: 1;
}
.select2 .select2-selection {
  border-radius: 0 !important;
  border-color: #ccc;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
  height: 34px;
}
.select2.select2-container--focus .select2-selection,
.select2.select2-container--open .select2-selection {
  border-color: #3c8dbc;
  outline: none !important;
}
.select2 .select2-selection__rendered {
  color: #555 !important;
  height: 34px;
  padding-top: 2px;
  padding-left: 12px !important;
}
.select2 .select2-selection__arrow {
  height: 32px !important;
}
.select2 .select2-selection__arrow:before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  color: #555;
  display: block;
  position: absolute;
  top: 8px;
  right: 4px;
}
.select2 .select2-selection__arrow:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  color: #555;
  display: block;
  position: absolute;
  top: 9px;
  right: 4px;
}
.select2 .select2-selection__arrow b {
  display: none;
}
.select2 .select2-selection__clear {
  font-size: 18px !important;
  color: #555;
  padding: 3px 5px !important;
  position: absolute;
  right: 4px;
}
.select2 .select2-search__field {
  font-family: 'Source Sans Pro', sans-serif !important;
  border-radius: 0 !important;
  border: solid 1px #ccc !important;
  font-size: 14px !important;
  color: #555 !important;
}
.select2 .select2-search__field:focus,
.select2 .select2-search__field:active {
  border-radius: 0 !important;
  border: solid 1px #ccc !important;
  box-shadow: none !important;
  outline: none !important;
}
.select2 .select2-search__field::placeholder {
  color: #555 !important;
}
.select2 .select2-results__option--highlighted {
  background-color: #00a65a !important;
}
.select2 .select2-dropdown {
  border-radius: 0 !important;
}
.select2 .select2-selection__placeholder {
  color: #555 !important;
}
.select2 .select2-selection__rendered:empty {
  display: none;
}
.select2.select2-container .select2-search__field {
  border: none !important;
  padding: 0 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.select2.select2-container .select2-selection--multiple {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 0;
  height: auto !important;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline {
  width: 100%;
}
.select2.select2-container .select2-selection--multiple .select2-selection__clear {
  margin-top: -10px;
  margin-right: 3px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: auto !important;
  margin-bottom: 0;
  gap: 4px !important;
  padding: 4px 5px !important;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  height: 24px !important;
  display: flex;
  flex-direction: row;
  gap: 2px;
  align-items: center;
  padding-left: 0;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  position: relative;
  height: 100%;
  padding: 0 6px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display .badge {
  padding: 3px 6px 4px;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline {
  width: auto;
  min-width: 100px;
  flex-shrink: 1;
  flex-grow: 1;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline textarea {
  margin-left: 0;
  margin-top: 0;
}
.select2 .select2-selection__rendered {
  display: inline-flex !important;
  flex-direction: row !important;
  gap: 5px !important;
  align-items: center !important;
  line-height: 1 !important;
  height: 30px !important;
}
.select2-results .select2-results__option span {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.select2 .select2-selection__rendered .badge,
.select2-results .select2-results__option .badge {
  font-size: 65%;
  padding: 5px 7px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #00c0ef;
}
.btn-secondary {
  color: #fff;
  background-color: #999;
  border-color: #777;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.hover {
  color: #fff;
  background-color: #777;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-bottom: 14px;
  }
}
.skin-black .navbar .nav > li > a {
  opacity: 0.88;
}
.skin-black .navbar .nav > li > a:hover,
.skin-black .navbar .nav > li > a:active,
.skin-black .navbar .nav > li > a:focus,
.skin-black .navbar .nav .open > a,
.skin-black .navbar .nav .open > a:hover,
.skin-black .navbar .nav .open > a:focus {
  color: #333;
  opacity: 1;
  transition: all 0.25s;
}
body > form > .header .navbar .nav > li > a .label {
  top: 9px;
  right: 7px;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
body > form > .header .navbar .nav > li > a:hover > .label {
  top: 9px;
}
form .box-body .form-group label.required:after {
  content: "*";
  color: #dc3545;
  font-weight: bold;
  margin-left: 2px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: auto;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    background: #ccc;
  }
  100% {
    background: transparent;
  }
}
.bg-success {
  color: #fff !important;
  background-color: #00a65a;
}
.bg-primary {
  color: #fff !important;
  background-color: #3c8dbc;
}
.bg-secondary {
  color: #fff !important;
  background-color: #999;
}
.bg-info {
  color: #fff !important;
  background-color: #17a2b8;
}
.bg-danger {
  color: #fff !important;
  background-color: #dc3545;
}
.bg-warning {
  color: #fff !important;
  background-color: #ff851b;
}
.bg-alternate1 {
  color: #fff !important;
  background-color: #6610f2;
}
.bg-alternate2 {
  color: #fff !important;
  background-color: #001f3f;
}
.bg-alternate3 {
  color: #fff !important;
  background-color: #d81b60;
}
.bg-alternate4 {
  color: #fff !important;
  background-color: #3d9970;
}
.form-control.flatpickr-input {
  background-color: #fff;
}
.small-box .icon {
  right: 12px;
}
.click-copy {
  font-weight: 700;
  color: #2D7B3B;
  cursor: pointer;
}
.click-copy:after {
  content: "\f24d";
  font-family: 'Font Awesome 6 Pro';
  padding-left: 2px;
}
.tooltip-inner {
  max-width: 250px;
}
.content {
  padding-bottom: 10px;
}
.alert > i:before {
  position: relative;
  top: -1px;
}
.alert-warning {
  color: #7a4a00;
  /* deep amber text */
  background-color: #fff4c2;
  /* bright warm background */
  border-color: #ffcc00;
  /* golden border */
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.4);
}
.alert-info {
  color: #0b5073;
  /* deep teal-blue text */
  background-color: #c9f0ff;
  /* light cyan background */
  border-color: #5cd2f5;
  /* vibrant border */
  box-shadow: 0 0 10px rgba(92, 210, 245, 0.4);
}
.alert-danger {
  color: #7d1f1d;
  /* deep red text */
  background-color: #ffd6d6;
  /* bright red-pink background */
  border-color: #ff5c5c;
  /* strong red border */
  box-shadow: 0 0 10px rgba(255, 92, 92, 0.4);
}
.alert-success {
  color: #1f5c1f;
  /* deep green text */
  background-color: #d7ffd9;
  /* fresh green background */
  border-color: #58e074;
  /* vibrant border */
  box-shadow: 0 0 10px rgba(88, 224, 116, 0.4);
}
/*#endregion*/
/*#region Table*/
table {
  table-layout: fixed;
}
table th {
  -ms-word-break: keep-all;
  word-break: keep-all;
  white-space: nowrap;
}
table small {
  font-weight: 700;
}
table .form-group {
  margin-bottom: 0;
}
.table th .fa-sort-asc {
  position: relative;
  top: 4px;
}
.table th .fa-sort-desc {
  position: relative;
  top: -2px;
}
.table td.icon-field-top-padding {
  padding-top: 13px;
}
.table td.icon-field-bottom-padding {
  padding-bottom: 15px;
}
.table td a:not(.btn) {
  font-weight: 700;
  transition: 0.25s all;
  color: #2D7B3B;
}
.table td a:not(.btn).active,
.table td a:not(.btn):hover,
.table td a:not(.btn):active,
.table td a:not(.btn):focus {
  color: #693;
}
.table td .badge-xs {
  position: relative;
  top: -1px;
}
table td.image-cell img {
  padding: 5px;
}
.table th[valign="middle"],
.table td[valign="middle"] {
  vertical-align: middle;
}
.table th input[type="checkbox"],
.table tr input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.table-bordered tr:first-child > th {
  background-color: #e0e0e0;
  vertical-align: middle;
}
.table-hover > tbody > tr > td {
  transition: 0.5s all;
}
.table-hover > tbody > tr:nth-child(2n+1) > td {
  background-color: #f6f6f6;
}
.table-hover tr:first-child > th[align=center] {
  text-align: center;
}
.table-hover tr:first-child > th[align=right] {
  text-align: right;
}
.table-hover > tbody > tr:hover > td {
  background-color: #e9e9e9;
}
.table-hover > tbody > tr:hover > td {
  transition: 0.15s all;
}
.table-hover > tbody > tr > td .icon {
  display: inline-block;
  font-size: 140%;
  margin-right: 5px;
  padding-top: 8px;
}
.table-hover > tbody > tr > td a:hover .icon {
  color: #2D7B3B;
  transition: 0.25s all;
}
.table-hover > tbody > tr > td a:active .icon,
.table-hover > tbody > tr > td a:focus .icon {
  color: #2D7B3B;
}
.table-hover td hr {
  margin-top: 10px;
  margin-bottom: 5px;
}
.table-hover td span hr {
  margin-top: 5px;
}
.table-hover > tbody > tr .quote-header-cell {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
}
.table-hover .table-cell-mobile {
  line-height: 1.8;
  display: none;
}
.table-hover .table-cell-mobile hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-hover > tbody > tr.row-border-highlight > td {
  border-top-width: 2px;
  border-top-color: #ccc;
}
.table-hover > tbody > tr:hover > th {
  background-color: #dadada !important;
}
/*.table-hover > tbody > tr:hover > td {
    transition: 0.5s all;
}*/
.table-tooltip {
  display: block;
  text-align: left;
  padding: 4px;
}
.table-tooltip hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-tooltip p {
  font-size: 115%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .table-hover .table-cell-desktop {
    display: none;
  }
  .table-hover .table-cell-mobile {
    display: table-cell;
  }
}
/*#endregion*/
/*#region Top Menu*/
.top-menu.navbar-nav {
  padding-left: 5px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.top-menu.navbar-nav > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 49px;
}
.top-menu.navbar-nav > li > a {
  color: #666 !important;
  padding: 0;
  transition: 0.25s all;
}
.top-menu.navbar-nav > li > a .btn {
  margin-right: 4px;
  padding-left: 8px;
  padding-right: 8px;
  opacity: 0.8;
  transition: 0.25s all;
}
.top-menu.navbar-nav > li > a:hover {
  color: #333 !important;
}
.top-menu.navbar-nav > li > a:hover .btn {
  opacity: 1;
}
.top-menu.navbar-nav .dropdown {
  display: flex;
  flex-direction: row;
  height: 49px;
  align-items: center;
  justify-content: center;
}
.top-menu.navbar-nav .dropdown .dropdown-toggle {
  padding: 0;
}
.top-menu.navbar-nav .dropdown .dropdown-toggle .btn {
  margin-right: 4px;
  padding-left: 8px;
  padding-right: 8px;
  opacity: 0.8;
  transition: 0.25s all;
}
.top-menu.navbar-nav .dropdown .dropdown-toggle:hover .btn {
  opacity: 1;
}
.top-menu.navbar-nav .dropdown .dropdown-toggle .caret {
  margin-left: 5px;
}
.top-menu.navbar-nav .dropdown.open .dropdown-toggle .btn {
  opacity: 1;
  transition: 0.25s all;
}
.top-menu.navbar-nav .dropdown.open > .dropdown-menu {
  -webkit-animation-duration: 0.4s;
}
.top-menu.navbar-nav .dropdown.open a {
  color: #333 !important;
}
.top-menu.navbar-nav .dropdown .dropdown-menu li a {
  padding: 5px 12px 5px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top-menu.navbar-nav .dropdown .dropdown-menu li a:hover {
  background-color: #ccc;
  transition: all 0.25s;
}
.top-menu.navbar-nav .dropdown .dropdown-menu li a .btn {
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.top-menu.navbar-nav .dropdown .dropdown-menu li a .text {
  line-height: 1.3;
}
.top-menu.navbar-nav .dropdown .dropdown-menu li a .text small {
  display: block;
  font-size: 75%;
  color: #666;
}
.top-menu.navbar-nav .dropdown .dropdown-menu li hr {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .top-menu.navbar-nav {
    display: none;
  }
}
.btn-mobile-drawer {
  float: right !important;
  margin-top: 9px;
}
/*#endregion*/
/*#region Mobile Drawer*/
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 90vw;
  max-width: 360px;
  height: 100vh;
  background: #fff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.2s ease;
  z-index: 1050;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-drawer.open {
  transform: translateX(0);
}
.mobile-drawer .drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}
.mobile-drawer .acc-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  width: 100%;
  text-align: left;
  padding: 8px 16px;
  border: 0;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}
.mobile-drawer .acc-panel {
  display: none;
  padding: 6px;
}
.mobile-drawer .acc-panel hr {
  margin: 2px 16px;
}
.mobile-drawer .acc-panel a,
.mobile-drawer .acc-single {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  text-decoration: none;
}
.mobile-drawer .drawer-header + .acc-single {
  margin-top: 6px;
}
/*#endregion*/
/*#region Action Control*/
.action-control {
  margin-bottom: 10px;
}
.action-control .btn-group + .btn-group {
  margin-top: 4px;
}
.action-control .btn-group a.btn {
  display: flex;
  padding: 5px;
  transition: 0.25s all;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #fcfcfc;
  border-radius: 7px;
  position: relative;
}
.action-control .btn-group a.btn:not(:first-child) {
  border-top: solid 1px transparent !important;
}
.action-control .btn-group a.btn:hover,
.action-control .btn-group a.btn:active,
.action-control .btn-group a.btn:focus {
  background-color: #eaeaea !important;
  transition: none !important;
  transition: background 0.5s !important;
  position: relative;
  z-index: 10;
  border: solid 1px #ddd !important;
}
.action-control .btn-group a.btn:first-child {
  border-top-right-radius: 8px !important;
}
.action-control .btn-group a.btn:not(:first-child) {
  border-top: none;
}
.action-control .btn-group a.btn + .btn {
  margin-top: -1px;
}
.action-control .btn-group a.btn > * {
  display: table-cell;
  text-align: left;
  white-space: normal !important;
  line-height: 1.25;
}
.action-control .btn-group a.btn > span.text {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 600;
  flex-grow: 1;
}
.action-control .btn-group a.btn > span.text small {
  font-weight: 500;
}
.action-control .btn-group a.btn .fa-fw {
  width: 22px;
}
.action-control .btn-group a.btn > i {
  display: inline-block;
  background-color: #e0e0e0;
  border-radius: 5px;
  padding: 7px 5px;
  flex-grow: 0;
  width: 38px !important;
  text-align: center;
  font-size: 13pt;
  flex-shrink: 0;
}
.action-control .btn-group a.btn > i.success {
  color: #fff;
  background-color: #00a65a;
}
.action-control .btn-group a.btn > i.primary {
  color: #fff;
  background-color: #3c8dbc;
}
.action-control .btn-group a.btn > i.secondary {
  color: #fff;
  background-color: #999;
}
.action-control .btn-group a.btn > i.info {
  color: #fff;
  background-color: #17a2b8;
}
.action-control .btn-group a.btn > i.success {
  color: #fff;
  background-color: #00a65a;
}
.action-control .btn-group a.btn > i.danger {
  color: #fff;
  background-color: #dc3545;
}
.action-control .btn-group a.btn > i.warning {
  color: #fff;
  background-color: #ff851b;
}
.action-control .btn-group a.btn > i.alternate1 {
  color: #fff;
  background-color: #6610f2;
}
.action-control .btn-group a.btn > i.alternate2 {
  color: #fff;
  background-color: #001f3f;
}
.action-control .btn-group a.btn > i.alternate3 {
  color: #fff;
  background-color: #d81b60;
}
.action-control .btn-group a.btn > i.alternate4 {
  color: #fff;
  background-color: #3d9970;
}
.action-control .btn-group a.btn > i.purple {
  color: #fff;
  background-color: #932ab6;
}
.action-control .btn-group a.btn .badge {
  margin-left: 8px;
  margin-right: 6px;
  text-align: center;
  padding: 4px 10px;
  line-height: 1;
}
/*#endregion*/
/*#region Tab Control*/
.tab-control {
  margin-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.tab-control .nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 4px;
  min-width: max-content;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #ddd;
}
.tab-control .nav-tabs > li {
  float: none;
  margin-bottom: -1px;
}
.tab-control .nav-tabs > li > .tab-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 8px 7px 7px;
  border: solid 1px #ddd;
  border-bottom-color: transparent;
  border-radius: 8px 8px 0 0;
  background-color: #f7f7f7;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.25s all;
  margin-right: 0;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: #e0e0e0;
  color: #666;
  font-size: 11px;
  line-height: 1;
  transition: 0.25s all;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i.default {
  color: #666;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i.primary {
  color: #fff;
  background-color: #3c8dbc;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i.secondary {
  color: #fff;
  background-color: #999;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i.success {
  color: #fff;
  background-color: #00a65a;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i.danger {
  color: #fff;
  background-color: #dc3545;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i.warning {
  color: #fff;
  background-color: #ff851b;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i.info {
  color: #fff;
  background-color: #17a2b8;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i.alternate1 {
  color: #fff;
  background-color: #6610f2;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i.alternate2 {
  color: #fff;
  background-color: #001f3f;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i.alternate3 {
  color: #fff;
  background-color: #d81b60;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i.alternate4 {
  color: #fff;
  background-color: #3d9970;
}
.tab-control .nav-tabs > li > .tab-link .icon-placeholder i.purple {
  color: #fff;
  background-color: #932ab6;
}
.tab-control .nav-tabs > li > .tab-link:hover,
.tab-control .nav-tabs > li > .tab-link:focus,
.tab-control .nav-tabs > li > .tab-link:active {
  background-color: #fff;
  color: #333;
  border-color: #d5d5d5;
  border-bottom-color: transparent;
  text-decoration: none;
  outline: 0;
}
.tab-control .nav-tabs > li.active > .tab-link,
.tab-control .nav-tabs > li.active > .tab-link:hover,
.tab-control .nav-tabs > li.active > .tab-link:focus,
.tab-control .nav-tabs > li.active > .tab-link:active {
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: #fff;
  color: #333;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.tab-control .nav-tabs > li > .tab-link .text {
  display: inline-flex;
  align-items: center;
}
.tab-control .nav-tabs > li > .tab-link .badge {
  margin-left: 1px;
  padding: 3px 7px;
  line-height: 1;
}
.tab-control .nav-tabs > li.tab-default.active > .tab-link {
  color: #666;
  box-shadow: inset 0 3px 0 #999;
}
.tab-control .nav-tabs > li.tab-primary.active > .tab-link {
  color: #3c8dbc;
  box-shadow: inset 0 3px 0 #3c8dbc;
}
.tab-control .nav-tabs > li.tab-secondary.active > .tab-link {
  color: #777;
  box-shadow: inset 0 3px 0 #999;
}
.tab-control .nav-tabs > li.tab-success.active > .tab-link {
  color: #00a65a;
  box-shadow: inset 0 3px 0 #00a65a;
}
.tab-control .nav-tabs > li.tab-danger.active > .tab-link {
  color: #dc3545;
  box-shadow: inset 0 3px 0 #dc3545;
}
.tab-control .nav-tabs > li.tab-warning.active > .tab-link {
  color: #ff851b;
  box-shadow: inset 0 3px 0 #ff851b;
}
.tab-control .nav-tabs > li.tab-info.active > .tab-link {
  color: #17a2b8;
  box-shadow: inset 0 3px 0 #17a2b8;
}
.tab-control .nav-tabs > li.tab-alternate1.active > .tab-link {
  color: #6610f2;
  box-shadow: inset 0 3px 0 #6610f2;
}
.tab-control .nav-tabs > li.tab-alternate2.active > .tab-link {
  color: #001f3f;
  box-shadow: inset 0 3px 0 #001f3f;
}
.tab-control .nav-tabs > li.tab-alternate3.active > .tab-link {
  color: #d81b60;
  box-shadow: inset 0 3px 0 #d81b60;
}
.tab-control .nav-tabs > li.tab-alternate4.active > .tab-link {
  color: #3d9970;
  box-shadow: inset 0 3px 0 #3d9970;
}
.tab-control .nav-tabs > li.tab-purple.active > .tab-link {
  color: #932ab6;
  box-shadow: inset 0 3px 0 #932ab6;
}
@media (max-width: 767px) {
  .tab-control .nav-tabs > li > .tab-link {
    padding: 8px 11px;
  }
}
.tab-control + .box {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*#endregion*/
/*#region Information Control*/
.information-control {
  margin-bottom: 10px;
}
.information-control .box-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.information-control .box-body .horizontal-stack {
  display: flex;
  flex-direction: column;
}
.information-control .box-body .item {
  line-height: 1.45;
  font-size: 14.5px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 3px;
}
.information-control .box-body .item.validation-result {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 7px;
}
.information-control .box-body .item.validation-result span:first-child {
  line-height: 1;
  font-size: 16px;
  width: 16px;
  text-align: center;
  position: relative;
  top: 2px;
}
.information-control .box-body .item:last-child {
  margin-bottom: 0;
}
.information-control .box-body .item .badge {
  font-size: 75%;
  padding: 5px 7px;
  font-weight: 700;
}
.information-control .box-body .item .click-copy {
  font-size: 14px;
}
.information-control .box-body .item sup {
  font-size: 65%;
}
.information-control .box-body .item a {
  color: #2D7B3B;
}
.information-control .box-body .item a.active,
.information-control .box-body .item a:hover,
.information-control .box-body .item a:active,
.information-control .box-body .item a:focus {
  color: #693;
}
.information-control .box-body span[data-toggle='tooltip'] {
  align-self: flex-start;
}
.information-control .box-body .spacer {
  margin-top: 2px;
  margin-bottom: 3px;
  border-top: solid 1px #ddd;
}
/*#endregion*/
/*#region Validation List*/
.validation-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.validation-list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.validation-list .item .icon-placeholder span {
  display: inline-block;
}
/*#endregion*/
/*#region Radio Button List*/
.radio-button-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
.radio-button-list .aspNetDisabled {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: not-allowed;
}
.radio-button-list .aspNetDisabled > label {
  cursor: not-allowed;
}
.radio-button-list > label {
  margin-left: 5px;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
  top: -5px;
  cursor: pointer;
}
.radio-button-list table {
  display: flex;
  flex-direction: row;
}
.radio-button-list table tbody {
  display: flex;
  flex-direction: row;
}
.radio-button-list table tbody tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.radio-button-list table tbody tr td {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}
.radio-button-list table tbody tr td .aspNetDisabled {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: not-allowed;
  opacity: 0.8;
}
.radio-button-list table tbody tr td .aspNetDisabled > label {
  cursor: not-allowed;
}
.radio-button-list table tbody tr td label {
  margin-bottom: 0;
  cursor: pointer;
}
.radio-button-list.vertical table tbody {
  flex-direction: column;
  gap: 5px;
}
/*#endregion*/
/*#region Checkbox Control*/
.checkbox-control {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.checkbox-control label {
  margin-bottom: 0;
}
/*#endregion*/
/*#region Alerts System*/
.alerts-system-overlay {
  position: fixed;
  display: flex;
  width: auto;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  flex-direction: column;
  gap: 10px;
}
.alerts-system-overlay .alert {
  padding: 15px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  border-radius: 5px;
}
.alerts-system-overlay .alert p {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.alerts-system-overlay .alert p i {
  margin-right: 10px;
}
.alerts-system-overlay .alert p:last-child {
  margin-bottom: 0;
}
.alerts-system-overlay .alert.alert-success {
  background-color: #2D7B3B;
}
.alerts-system-overlay .alert.alert-info {
  background-color: #0d6ec9;
}
.alerts-system-overlay .alert.alert-danger {
  background-color: #dc3545;
}
.alerts-system-overlay .alert .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .alerts-system-overlay {
    width: 100%;
    right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*#endregion*/
/*#region CheckboxList Control*/
.checkboxList-control tbody {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkboxList-control tbody tr {
  display: flex;
  flex-direction: row;
}
.checkboxList-control tbody tr td {
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
}
.checkboxList-control tbody tr td label {
  margin-bottom: 0;
  cursor: pointer;
}
/*#endregion*/
/*#region Full Calendar*/
.full-calendar .event {
  padding: 2px 6px;
  overflow: hidden;
}
.full-calendar .event hr {
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0.5;
}
.full-calendar .event-red {
  background-color: #f56954 !important;
  border-color: #f56954 !important;
}
.full-calendar .event-yellow {
  background-color: #f39c12 !important;
  border-color: #f39c12 !important;
}
.full-calendar .event-aqua {
  background-color: #00c0ef !important;
  border-color: #00c0ef !important;
}
.full-calendar .event-blue {
  background-color: #0073b7 !important;
  border-color: #0073b7 !important;
}
.full-calendar .event-light-blue {
  background-color: #3c8dbc !important;
  border-color: #3c8dbc !important;
}
.full-calendar .event-green {
  background-color: #00a65a !important;
  border-color: #00a65a !important;
}
.full-calendar .event-navy {
  background-color: #001f3f !important;
  border-color: #001f3f !important;
}
.full-calendar .event-teal {
  background-color: #39cccc !important;
  border-color: #39cccc !important;
}
.full-calendar .event-olive {
  background-color: #3d9970 !important;
  border-color: #3d9970 !important;
}
.full-calendar .event-lime {
  background-color: #01ff70 !important;
  border-color: #01ff70 !important;
}
.full-calendar .event-orange {
  background-color: #ff851b !important;
  border-color: #ff851b !important;
}
.full-calendar .event-fuchsia {
  background-color: #f012be !important;
  border-color: #f012be !important;
}
.full-calendar .event-purple {
  background-color: #932ab6 !important;
  border-color: #932ab6 !important;
}
.full-calendar .event-maroon {
  background-color: #85144b !important;
  border-color: #85144b !important;
}
.full-calendar .event-black {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.full-calendar .event-gray {
  background-color: #999 !important;
  border-color: #999 !important;
}
.full-calendar .event-faded {
  opacity: 0.6;
}
.full-calendar .tooltip .tooltip-inner {
  max-width: 600px;
}
.full-calendar .tooltip .tooltip-inner hr {
  margin-bottom: 5px;
}
/*#endregion*/
/*#region Backend Logo*/
body > .header .logo.vala-backend-logo-link,
body > form > .header .logo.vala-backend-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  font-family: inherit;
  background-color: #fff;
}
body > .header .logo.vala-backend-logo-link:hover,
body > form > .header .logo.vala-backend-logo-link:hover {
  background-color: #f7f7f7;
}
.vala-backend-logo {
  display: block;
  width: 150px;
  height: auto;
  max-height: 30px;
}
/*#endregion*/
/*#region Login*/
.form-box .header {
  background-color: #2D7B3B;
  border-bottom-color: #693;
}
#login-box > .header.vala-login-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 18px 20px;
  background-color: #fff;
  border-bottom-color: #f0f0f0;
}
#login-box .vala-login-logo {
  display: block;
  width: 230px;
  height: auto;
  max-height: 42px;
}
#login-box > .footer > .btn {
  color: #ccc;
  margin-bottom: 0;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
#login-box > .footer > .btn:hover {
  color: #fff;
}
.form-box .body > .form-group > input,
.form-box .footer > .form-group > input {
  border-width: 1px;
  border-style: solid;
}
.form-box .checkbox-placeholder {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
}
.form-box .checkbox-placeholder label {
  margin-bottom: 0;
}
/*#endregion*/
/*#region Application Dashboard*/
.application-dashboard .content {
  padding-bottom: 40px;
}
.application-drawer {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.application-drawer-group {
  --application-drawer-colour: #777;
  background: #fff;
  border: 1px solid #ddd;
  border-left: 4px solid var(--application-drawer-colour);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.application-drawer-group-header {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 12px;
  padding: 14px 16px;
}
.application-drawer-group-icon {
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: var(--application-drawer-colour);
  display: flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.application-drawer-group-icon span {
  font-size: 22px;
}
.application-drawer-group-title {
  min-width: 0;
}
.application-drawer-group-title h2 {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.application-drawer-group-title small {
  color: #777;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 2px;
}
.application-drawer-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 14px;
}
.application-drawer-card {
  --application-card-colour: var(--application-drawer-colour);
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #222;
  display: flex;
  min-height: 68px;
  overflow: hidden;
  padding: 12px 10px;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.application-drawer-card:hover,
.application-drawer-card:focus {
  border-color: var(--application-card-colour);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  color: #111;
  text-decoration: none;
  transform: translateY(-1px);
}
.application-drawer-card:focus {
  outline: 2px solid var(--application-card-colour);
  outline-offset: 2px;
}
.application-drawer-card-icon {
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: var(--application-card-colour);
  display: flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.application-drawer-card-icon span {
  font-size: 16px;
}
.application-drawer-card-name {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  margin-left: 8px;
  min-width: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}
.application-drawer-card-access {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #555;
  flex: 0 0 auto;
  font-size: 11px;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 6px;
  white-space: nowrap;
}
.application-drawer-card-arrow {
  color: #aaa;
  flex: 0 0 auto;
  font-size: 12px;
  margin-left: 4px;
  width: auto;
}
.application-drawer-empty {
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #555;
  display: flex;
  gap: 8px;
  padding: 18px;
}
@media (max-width: 767px) {
  .application-drawer {
    gap: 12px;
  }
  .application-drawer-group-header {
    padding: 12px;
  }
  .application-drawer-grid {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  .application-drawer-card {
    min-height: 60px;
    padding: 10px;
  }
  .application-drawer-card-name {
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }
}
/*#endregion*/
/*#region Error Details*/
.error-details {
  text-align: center;
}
.error-details h1,
.error-details h2,
.error-details h3,
.error-details h4,
.error-details h5,
.error-details h6 {
  margin-top: 10px;
  color: #2D7B3B;
}
.error-details p {
  font-size: 18px;
  line-height: 1.65;
}
.error-details p small {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #999;
  margin-top: 7.5px;
}
/*#endregion*/
/*#region Menu*/
.sidebar .sidebar-menu .treeview-menu > li:last-child {
  padding-bottom: 7px;
}
.sidebar .sidebar-menu .treeview-menu > li > a {
  padding: 6px 5px 6px 15px;
}
.sidebar .sidebar-menu .treeview-menu > li:first-child {
  margin-top: -5px;
}
.sidebar .sidebar-menu .treeview-menu > li > a:hover {
  background-color: #666;
}
.sidebar .sidebar-menu > li > a > .fa,
.sidebar .sidebar-menu > li > a > .fa-solid,
.sidebar .sidebar-menu > li > a > .glyphicon,
.sidebar .sidebar-menu > li > a > .ion {
  width: 28px;
}
.sidebar .sidebar-menu .treeview-menu > li > a > .fa,
.sidebar .sidebar-menu .treeview-menu > li > a > .fa-solid,
.sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar .sidebar-menu .treeview-menu > li > a > .ion {
  width: 28px;
  position: relative;
  bottom: -1px;
  font-size: 12pt;
  margin-right: 3px;
}
.skin-black .sidebar > .sidebar-menu > li > a,
.sidebar .sidebar-menu .treeview-menu > li > a {
  transition: all 0.25s;
}
.skin-black .sidebar > .sidebar-menu > li > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 3px;
}
.skin-black .sidebar > .sidebar-menu > li > a span {
  flex-grow: 1;
}
.sidebar .sidebar-menu .treeview-menu > li > a {
  margin-left: 0 !important;
  padding-left: 20px;
}
.sidebar .sidebar-menu .treeview-menu > li.active > a {
  background-color: #505050;
}
.sidebar .sidebar-menu .treeview-menu > li.active:hover > a {
  background-color: #666;
}
/*#endregion*/
/*#region Box*/
.box.box-solid.box-info > .box-header:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.box.collapsible .box-header {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.box.collapsible .box-header h3 {
  cursor: pointer;
  flex-grow: 1;
}
.box.collapsible .box-header h3 i {
  font-size: 0.75em;
  padding: 0 5px;
}
.box.collapsible .box-header .collapsible-icon {
  padding: 0 15px;
  display: inline-block;
}
.box.collapsible .box-header .collapsible-icon:before {
  content: "\f107";
}
.box.collapsible .box-header.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.box.collapsible .box-header.active .collapsible-icon:before {
  content: "\f106";
}
.box.collapsible .box-body {
  display: none;
}
/*#endregion*/
/*#region Badge*/
.badge {
  padding: 5px 10px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.badge .fa,
.badge .fa-solid,
.badge .fa-regular,
.badge .fa-light,
.badge .fa-brands {
  font-size: 10px !important;
  color: inherit !important;
}
.badge .fa.fa-xs,
.badge .fa-solid.fa-xs {
  font-size: 6px !important;
}
.badge .fa.fa-xs,
.badge .fa-solid.fa-sm {
  font-size: 8px !important;
}
.badge .fa.fa-xs,
.badge .fa-solid.fa-lg {
  font-size: 12px !important;
}
.badge .fa.fa-xs,
.badge .fa-solid.fa-xl {
  font-size: 14px !important;
}
.badge.success {
  color: #fff;
  background-color: #00a65a;
}
.badge.badge-default {
  color: #666;
  background-color: #e0e0e0;
}
.badge.badge-primary {
  color: #fff;
  background-color: #3c8dbc;
}
.badge.badge-secondary {
  color: #fff;
  background-color: #999;
}
.badge.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge.badge-success {
  color: #fff;
  background-color: #00a65a;
}
.badge.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge.badge-warning {
  color: #fff;
  background-color: #ff851b;
}
.badge.badge-alternate1 {
  color: #fff;
  background-color: #6610f2;
}
.badge.badge-alternate2 {
  color: #fff;
  background-color: #001f3f;
}
.badge.badge-alternate3 {
  color: #fff;
  background-color: #d81b60;
}
.badge.badge-alternate4 {
  color: #fff;
  background-color: #3d9970;
}
.badge.badge-purple {
  color: #fff;
  background-color: #932ab6;
}
.badge.badge-sm {
  font-size: 75%;
  padding: 6px 7px 4px;
  font-weight: 700;
}
.badge.badge-xs {
  font-size: 60%;
  padding: 4px 6px 3px;
  font-weight: 700;
}
/*#endregion*/
/*#region Pagination*/
.pagination-overall {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 0 0 0 !important;
}
.pagination-overall .page-size {
  width: 55px;
  padding-left: 5px;
  padding-right: 5px;
}
.pagination-overall label {
  font-size: 80%;
  font-weight: 600;
  padding-left: 5px;
}
.pagination-overall .pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-grow: 1;
}
.pagination-overall .pagination li {
  display: block;
}
.pagination-overall .pagination a {
  height: 30px;
}
.pagination-overall .pagination .pagination-jump {
  display: block;
  text-align: center;
  appearance: none;
  /* Most modern browsers */
  -webkit-appearance: none;
  /* Safari/Chrome */
  -moz-appearance: none;
  /* Firefox */
  background-image: none;
  /* Remove default arrow */
  padding-right: 0.8rem;
  /* Optional: tighten spacing */
  min-width: 40px;
  margin-left: -1px;
  height: 30px;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-bottom-width: 2px;
  padding: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .pagination-overall {
    flex-direction: column;
    margin-top: 15px;
  }
  .pagination-overall .pagination {
    order: 1;
  }
  .pagination-overall > .form-group {
    order: 2;
    padding-top: 10px;
  }
}
/*#endregion*/
/*#region Product Lookup*/
.product-lookup {
  position: relative;
}
.product-lookup .product-results {
  display: none;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  scrollbar-width: auto;
  scrollbar-color: #693 #ffffff;
  /* Chrome, Edge, and Safari */
}
.product-lookup .product-results::-webkit-scrollbar {
  width: 12px;
}
.product-lookup .product-results::-webkit-scrollbar-track {
  background: #ffffff;
}
.product-lookup .product-results::-webkit-scrollbar-thumb {
  background-color: #693;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.product-lookup .product-results.active {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 59px;
  border: solid 1px #ccc;
  border-top: none;
  padding: 5px;
  background-color: #fff;
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto;
}
.product-lookup .product-results .loading {
  display: none;
}
.product-lookup .product-results .loading.active {
  display: block;
  text-align: center;
}
.product-lookup .product-results .results-container {
  display: none;
}
.product-lookup .product-results .results-container.active {
  display: flex;
  flex-direction: column;
}
.product-lookup .product-results .results-container .items-container {
  display: flex;
  flex-direction: column;
}
.product-lookup .product-results .results-container .items-container .product-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: solid 1px #ccc;
  background-color: #fff;
  gap: 10px;
  padding: 5px;
  align-items: center;
}
.product-lookup .product-results .results-container .items-container .product-item:nth-child(2n+1) {
  background-color: #eee;
}
.product-lookup .product-results .results-container .items-container .product-item:hover {
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.5s;
}
.product-lookup .product-results .results-container .items-container .product-item:last-child {
  border-bottom: none;
}
.product-lookup .product-results .results-container .items-container .product-item .image {
  width: 75px;
}
.product-lookup .product-results .results-container .items-container .product-item .details {
  flex-grow: 1;
}
.product-lookup .product-results .results-container .items-container .product-item .details .title {
  font-size: 105%;
  font-weight: 600;
}
.product-lookup .product-results .results-container .items-container .product-item .details .codes {
  font-style: italic;
  line-height: 1.2;
  font-size: 90%;
}
.product-lookup .product-results .results-container .items-container .product-item .current-price {
  text-align: center;
}
.product-lookup .product-results .results-container .items-container .product-item .quantity {
  text-align: center;
}
.product-lookup .product-results .results-container .items-container .product-item .published {
  text-align: center;
}
.product-lookup .product-results .results-container .items-container .product-item .detail-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.product-lookup .product-results .results-container .items-container .product-item .detail-container .detail-label {
  font-size: 90%;
  font-weight: 600;
}
.product-lookup .product-results .results-container .items-container .product-item .detail-container .detail-value {
  min-height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.product-lookup .product-results .results-container .load-more {
  display: none;
}
.product-lookup .product-results .results-container .load-more.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.product-lookup .product-results .no-results {
  display: none;
}
.product-lookup .product-results .no-results.active {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.product-lookup .product-results .no-results.active strong {
  font-weight: 600;
}
.product-lookup-selected {
  position: relative;
}
.product-lookup-selected input[type=text] {
  padding-left: 34px;
}
.product-lookup-selected img {
  position: absolute;
  top: 30px;
  left: 6px;
}
/*#endregion*/
/*#region Development Bar*/
.development-bar {
  font-family: Arial;
  display: block;
  text-align: center;
  color: #fff;
  padding: 5px;
  font-size: 10px;
  letter-spacing: 1px;
  position: fixed;
  top: 0;
  left: calc(50% - 100px);
  z-index: 9999;
  width: 200px;
}
.development-bar.development {
  background-color: #3333ff;
}
.development-bar.staging {
  background-color: #999900;
}
/*#endregion*/
/*#region Complete Delivery Trip Form*/
.complete-delivery-trip-form .form-content .delivery-request-item {
  margin-bottom: 15px;
}
.complete-delivery-trip-form .form-content .delivery-request-item .header {
  background-color: #ccc;
}
.complete-delivery-trip-form .form-content .delivery-request-item .header .title-placeholder {
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
}
.complete-delivery-trip-form .form-content .delivery-request-item .header .content-placeholder {
  padding: 5px;
  display: flex;
  flex-direction: row;
}
.complete-delivery-trip-form .form-content .delivery-request-item .header .content-placeholder .delivered-selection {
  width: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.complete-delivery-trip-form .form-content .delivery-request-item .header .content-placeholder .delivered-selection label {
  margin-bottom: 0;
  cursor: pointer;
}
.complete-delivery-trip-form .form-content .delivery-request-item .header .content-placeholder .form-group {
  margin-bottom: 0;
  flex-grow: 1;
}
.complete-delivery-trip-form .form-content .delivery-request-item .request-content table .item .icon {
  text-align: center;
  padding: 12px 0;
}
.complete-delivery-trip-form .form-content .delivery-request-item .request-content table .item .collected input.form-control {
  text-align: right;
}
/*#endregion*/
/*#region Distribution Reconciliation Trip Form*/
.distribution-reconciliation-form .form-content .distribution-request-item {
  margin-bottom: 15px;
}
.distribution-reconciliation-form .form-content .distribution-request-item .header {
  background-color: #ccc;
}
.distribution-reconciliation-form .form-content .distribution-request-item .header .title-placeholder {
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
}
.distribution-reconciliation-form .form-content .distribution-request-item .header .content-placeholder {
  padding: 5px;
  display: flex;
  flex-direction: row;
}
.distribution-reconciliation-form .form-content .distribution-request-item .header .content-placeholder .distribution-selection {
  width: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.distribution-reconciliation-form .form-content .distribution-request-item .header .content-placeholder .distribution-selection label {
  margin-bottom: 0;
  cursor: pointer;
}
.distribution-reconciliation-form .form-content .distribution-request-item .header .content-placeholder .form-group {
  margin-bottom: 0;
  flex-grow: 1;
}
.distribution-reconciliation-form .form-content .distribution-request-item .request-content table .item .icon {
  text-align: center;
  padding: 12px 0;
}
.distribution-reconciliation-form .form-content .distribution-request-item .request-content table .item .collected input.form-control {
  text-align: right;
}
.distribution-reconciliation-form .form-content .distribution-request-item + .distribution-request-item {
  padding-top: 15px;
}
/*#endregion*/
