/* Variables */
body {
  background-color: rgb(18, 18, 18);
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Urbanist", Arial, sans-serif;
  color: rgb(250, 249, 244) !important;
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
  /* set button(top and bottom of the scrollbar) */
}
body::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  background-color: rgb(255, 192, 0);
}
body::-webkit-scrollbar-button {
  display: none;
}
body .text-danger {
  color: rgb(211, 21, 46) !important;
}
body a {
  color: rgb(255, 192, 0);
  text-decoration: none;
}
body a:hover {
  color: #997300;
}
body a:not(.btn):visited {
  color: rgb(255, 192, 0);
}

.row {
  padding: 5px 0 !important;
}

.progress {
  border-radius: 0;
  height: 100% !important;
}
.progress .progress-bar {
  padding: 10px !important;
  font-size: 0.875rem !important;
  color: rgb(250, 249, 244) !important;
}
.progress .progress-bar.bg-success {
  background-color: rgb(16, 150, 90) !important;
}
.progress .progress-bar.bg-alert {
  background-color: rgb(211, 21, 46) !important;
}
.progress .progress-bar.bg-info {
  background-color: rgb(38, 180, 227) !important;
}
.progress .progress-bar.bg-warning {
  background-color: rgb(255, 192, 0) !important;
}

#Dispo_NavBar {
  background-color: #1e1e1d;
  font-size: 1.1rem;
}
#Dispo_NavBar .clock {
  display: block;
  border-radius: 10px;
  background: #323232;
}
#Dispo_NavBar a {
  padding: 15px;
  margin-left: 10px;
  display: block;
  text-decoration: none;
  color: rgb(250, 249, 244);
}
#Dispo_NavBar a.show {
  background-color: rgb(255, 192, 0);
  color: rgb(18, 18, 18);
}
#Dispo_NavBar .navbar-nav a:hover {
  text-decoration: none;
  background-color: rgb(255, 192, 0);
  color: rgb(18, 18, 18);
}
#Dispo_NavBar .dropdown-menu {
  background-color: rgb(255, 192, 0);
  border: 0;
  border-radius: 0;
  left: 10px;
}
#Dispo_NavBar .dropdown-menu .dropdown-item {
  padding: 15px !important;
  margin: 0;
  color: rgb(18, 18, 18);
  font-size: 0.875rem;
}
#Dispo_NavBar .dropdown-menu .dropdown-item:hover {
  background-color: rgb(18, 18, 18);
  color: rgb(250, 249, 244);
  width: 100%;
}

.hatch-markings {
  width: 100%;
  height: 50px;
  background-image: url("/disposable/HatchMarking.png");
  background-repeat: repeat-x;
  opacity: 0.05;
  margin-bottom: 50px;
  padding: 0;
}

.modal .modal-body {
  background-color: #272726 !important;
  color: rgb(250, 249, 244);
}
.modal .modal-header {
  border-radius: 0;
  background-color: #272726;
  color: rgb(250, 249, 244);
  padding: 15px !important;
  border-bottom: 2px rgb(255, 192, 0) solid !important;
}
.modal .modal-header .fas {
  opacity: 0.16;
}
.modal .modal-header .fas:hover {
  cursor: pointer;
  opacity: 1;
}
.modal .modal-header h5 {
  font-size: 1.5rem;
}
.modal .modal-footer {
  padding: 15px !important;
  background-color: #272726;
  color: rgb(250, 249, 244);
  border-radius: 0;
  font-size: 0.875rem !important;
  border: 0;
}

.alert {
  padding: 15px !important;
  font-size: 0.875rem;
  border: 0;
  border-radius: 0;
  margin-top: 25px;
  margin-bottom: 25px !important;
  color: rgb(250, 249, 244);
}
.alert.alert-info {
  background-color: rgb(38, 180, 227);
}
.alert.alert-success {
  background-color: rgb(16, 150, 90);
}
.alert.alert-warning {
  background-color: rgb(255, 192, 0);
}
.alert.alert-danger {
  background-color: rgb(211, 21, 46);
}

span.badge {
  padding: 5px 10px;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 400;
}
span.badge.text-black {
  color: rgb(250, 249, 244) !important;
}
span.badge.bg-success {
  background-color: rgb(16, 150, 90);
}
span.badge.bg-info {
  background-color: rgb(38, 180, 227);
}
span.badge.bg-warning {
  background-color: rgb(255, 192, 0);
}

.nav.nav-pills:has(li.nav-item) li.nav-item, .nav.nav-tabs:has(li.nav-item) li.nav-item {
  padding: 0 !important;
}
.nav.nav-pills .nav-link, .nav.nav-tabs .nav-link {
  display: block;
  color: rgb(250, 249, 244);
  padding: 10px 10px !important;
  border: 2px #2c2b2b solid;
  border-radius: 0;
  margin: 0 !important;
  background-color: #2c2b2b;
}
.nav.nav-pills .nav-link.active, .nav.nav-tabs .nav-link.active {
  background-color: rgb(255, 192, 0);
  border: 2px rgb(255, 192, 0) solid;
  color: rgb(18, 18, 18);
  font-weight: 700;
}
.nav.nav-pills .nav-link.active:hover, .nav.nav-tabs .nav-link.active:hover {
  background-color: rgb(255, 192, 0);
  border: 2px rgb(255, 192, 0) solid;
}
.nav.nav-pills .nav-link:hover, .nav.nav-tabs .nav-link:hover {
  background-color: #252424;
  border: 2px #252424 solid;
}

.card {
  background-color: #1e1e1d;
  color: rgb(250, 249, 244);
  padding: 15px !important;
  border-radius: 0;
  margin-top: 25px !important;
  border: 0;
}
.card:has(table) .card-header {
  margin-bottom: 0;
  padding-bottom: 5px !important;
}
.card:has(button.btn) .btn {
  margin-top: 0;
}
.card:has(ul.nav-tabs) .card-header {
  padding-bottom: 0 !important;
}
.card:has(ul.nav-tabs) .card-header h5 {
  margin-bottom: 0 !important;
}
.card .card-header {
  border-bottom: 2px rgb(255, 192, 0) solid;
  margin-bottom: 15px;
}
.card .card-header .fas {
  opacity: 0.16;
}
.card .card-header h5 {
  font-size: 1.5rem;
}
.card .card-footer {
  border: 0;
  background-color: transparent;
  font-weight: 400 !important;
  margin-top: 15px;
}
.card .card-footer .fas {
  padding-top: 15px;
}

.card-footer .col:has(.btn) .btn {
  margin-left: 0 !important;
}
.card-footer .btn {
  padding: 10px 20px !important;
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 25px;
  margin-left: 25px !important;
}
.card-footer .btn:focus {
  box-shadow: none;
}
.card-footer .btn.bg-info, .card-footer .btn.btn-info {
  background-color: rgb(38, 180, 227) !important;
  color: rgb(250, 249, 244) !important;
  border: 0;
}
.card-footer .btn.bg-info:hover, .card-footer .btn.btn-info:hover {
  background-color: #137190 !important;
}
.card-footer .btn.bg-danger, .card-footer .btn.btn-danger {
  background-color: rgb(211, 21, 46);
  color: rgb(250, 249, 244) !important;
  border: 0;
}
.card-footer .btn.bg-danger:hover, .card-footer .btn.btn-danger:hover {
  background-color: #760c1a !important;
}
.card-footer .btn.bg-warning, .card-footer .btn.btn-warning {
  background: rgb(255, 192, 0) !important;
  color: rgb(18, 18, 18) !important;
  border: 0;
}
.card-footer .btn.bg-warning:hover, .card-footer .btn.btn-warning:hover {
  background-color: #997300 !important;
}
.card-footer .btn.bg-success, .card-footer .btn.btn-success {
  background: rgb(16, 150, 90) !important;
  color: rgb(250, 249, 244) !important;
  border: 0;
}
.card-footer .btn.bg-success:hover, .card-footer .btn.btn-success:hover {
  background-color: #063a23 !important;
}
.card-footer .btn .fas {
  padding: 0 !important;
}

a.btn {
  padding: 10px 20px !important;
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 25px;
}
a.btn:focus {
  box-shadow: none;
}
a.btn.bg-info, a.btn.btn-info {
  background-color: rgb(38, 180, 227) !important;
  color: rgb(250, 249, 244) !important;
  border: 0;
}
a.btn.bg-info:hover, a.btn.btn-info:hover {
  background-color: #137190 !important;
}
a.btn.bg-danger, a.btn.btn-danger {
  background-color: rgb(211, 21, 46);
  color: rgb(250, 249, 244) !important;
  border: 0;
}
a.btn.bg-danger:hover, a.btn.btn-danger:hover {
  background-color: #760c1a !important;
}
a.btn.bg-warning, a.btn.btn-warning {
  background: rgb(255, 192, 0) !important;
  color: rgb(18, 18, 18) !important;
  border: 0;
}
a.btn.bg-warning:hover, a.btn.btn-warning:hover {
  background-color: #997300 !important;
}
a.btn.bg-success, a.btn.btn-success {
  background: rgb(16, 150, 90) !important;
  color: rgb(250, 249, 244) !important;
  border: 0;
}
a.btn.bg-success:hover, a.btn.btn-success:hover {
  background-color: #063a23 !important;
}

button.btn {
  padding: 10px 20px !important;
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 25px;
}
button.btn:focus {
  box-shadow: none;
}
button.btn.bg-info, button.btn.btn-info {
  background-color: rgb(38, 180, 227) !important;
  color: rgb(250, 249, 244) !important;
  border: 0;
}
button.btn.bg-info:hover, button.btn.btn-info:hover {
  background-color: #137190 !important;
}
button.btn.bg-danger, button.btn.btn-danger {
  background-color: rgb(211, 21, 46);
  color: rgb(250, 249, 244) !important;
  border: 0;
}
button.btn.bg-danger:hover, button.btn.btn-danger:hover {
  background-color: #760c1a !important;
}
button.btn.bg-warning, button.btn.btn-warning {
  background: rgb(255, 192, 0) !important;
  color: rgb(18, 18, 18) !important;
  border: 0;
}
button.btn.bg-warning:hover, button.btn.btn-warning:hover {
  background-color: #997300 !important;
}
button.btn.bg-success, button.btn.btn-success {
  background: rgb(16, 150, 90) !important;
  color: rgb(250, 249, 244) !important;
  border: 0;
}
button.btn.bg-success:hover, button.btn.btn-success:hover {
  background-color: #063a23 !important;
}

.select2.select2-container--default {
  width: 100% !important;
  height: 100% !important;
}
.select2.select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: 2px #373736 solid;
  border-radius: 0;
  background: transparent;
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 0.875rem;
  padding: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.select2.select2-container--default .select2-selection--single[aria-expanded=true] {
  border-bottom: 2px rgb(38, 180, 227) solid;
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgb(250, 249, 244);
  height: 28px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #353534;
}
.select2.select2-container--default .select2-selection__arrow {
  height: 100%;
  color: #353534;
}
.select2.select2-container--default .select2-container--open .select2-selection--single {
  border-bottom: 2px #8b17fc solid !important;
}

form {
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  border-radius: 0;
}
form span.input-group-text {
  border: 0;
  border-bottom: 2px #373736 solid;
  background-color: #373736;
  margin-right: 10px;
  background-color: transparent;
  font-size: 0.875rem;
  border-radius: 0;
  color: rgb(250, 249, 244);
  padding: 10px;
}
form input, form input:disabled, form input.form-control, form input.form-control:disabled {
  border: 0;
  margin-right: 10px;
  border-bottom: 2px #373736 solid;
  border-radius: 0 !important;
  background: transparent;
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 0.875rem !important;
  padding: 10px !important;
  color: rgb(250, 249, 244);
}
form input[type=text], form input:disabled[type=text], form input.form-control[type=text], form input.form-control:disabled[type=text] {
  height: 51px;
}
form input:focus, form input:disabled:focus, form input.form-control:focus, form input.form-control:disabled:focus {
  border-bottom: 2px rgb(38, 180, 227) solid;
  background: transparent;
  outline: none !important;
  box-shadow: none;
  color: rgb(250, 249, 244);
}
form input::-moz-placeholder {
  color: #353534;
  font-size: 0.875rem !important;
}
form input::placeholder {
  color: #353534;
  font-size: 0.875rem !important;
}
form textarea {
  border: 2px #353534 solid;
  background-color: #353534;
  border-radius: 0;
  padding: 10px !important;
  color: rgb(250, 249, 244);
  font-size: 0.875rem;
}
form textarea:focus {
  box-shadow: none;
  background-color: #353534;
  color: rgb(250, 249, 244);
  border: 2px rgb(38, 180, 227) solid;
}
form .input-group {
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  border-radius: 0;
}
form .input-group span.input-group-text {
  border: 0;
  border-bottom: 2px #373736 solid;
  background-color: #373736;
  margin-right: 10px;
  background-color: transparent;
  font-size: 0.875rem;
  border-radius: 0;
  color: rgb(250, 249, 244);
  padding: 10px;
}
form .input-group input, form .input-group input:disabled, form .input-group input.form-control, form .input-group input.form-control:disabled {
  border: 0;
  margin-right: 10px;
  border-bottom: 2px #373736 solid;
  border-radius: 0 !important;
  background: transparent;
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 0.875rem !important;
  padding: 10px !important;
  color: rgb(250, 249, 244);
}
form .input-group input[type=text], form .input-group input:disabled[type=text], form .input-group input.form-control[type=text], form .input-group input.form-control:disabled[type=text] {
  height: 51px;
}
form .input-group input:focus, form .input-group input:disabled:focus, form .input-group input.form-control:focus, form .input-group input.form-control:disabled:focus {
  border-bottom: 2px rgb(38, 180, 227) solid;
  background: transparent;
  outline: none !important;
  box-shadow: none;
  color: rgb(250, 249, 244);
}
form .input-group input::-moz-placeholder {
  color: #353534;
  font-size: 0.875rem !important;
}
form .input-group input::placeholder {
  color: #353534;
  font-size: 0.875rem !important;
}
form .input-group textarea {
  border: 2px #353534 solid;
  background-color: #353534;
  border-radius: 0;
  padding: 10px !important;
  color: rgb(250, 249, 244);
  font-size: 0.875rem;
}
form .input-group textarea:focus {
  box-shadow: none;
  background-color: #353534;
  color: rgb(250, 249, 244);
  border: 2px rgb(38, 180, 227) solid;
}

.select2-container .select2-dropdown {
  border: 0;
  padding: 10px;
  background-color: #272726;
  font-size: 0.875rem;
}
.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 0;
  background-color: #353534;
  color: rgb(250, 249, 244);
  padding: 15px;
  margin-bottom: 10px;
}
.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field:focus {
  border-bottom: 2px rgb(38, 180, 227) solid;
  outline: none;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #373736;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgb(38, 180, 227);
}

table.table {
  color: rgb(250, 249, 244) !important;
}
table.table:not(caption) > * > * th {
  padding: 10px;
}
table.table td {
  padding: 10px;
}
table.table.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: rgb(250, 249, 244);
  background-color: #2c2b2b !important;
}
table.table thead .fa {
  padding-left: 15px;
}
table.table thead th {
  background-color: rgb(255, 192, 0) !important;
  color: rgb(18, 18, 18);
  padding: 10px !important;
  font-weight: 700;
  font-size: 1rem;
}
table.table thead th a {
  color: rgb(18, 18, 18);
  font-weight: 700;
  font-size: 1rem;
}
table.table thead th a:hover {
  color: rgb(250, 249, 244);
}
table.table.table-striped > tbody > tr:first-child:not(:has(td)) .fa {
  padding-left: 15px;
}
table.table.table-striped > tbody > tr:first-child:not(:has(td)) th {
  background-color: rgb(255, 192, 0) !important;
  color: rgb(18, 18, 18);
  padding: 10px !important;
  font-weight: 700;
  font-size: 1rem;
}
table.table.table-striped > tbody > tr:first-child:not(:has(td)) th a {
  color: rgb(18, 18, 18);
  font-weight: 700;
  font-size: 1rem;
}
table.table.table-striped > tbody > tr:first-child:not(:has(td)) th a:hover {
  color: rgb(250, 249, 244);
}

.dashboard-stats {
  margin-bottom: 25px !important;
}
.dashboard-stats .fas {
  position: absolute;
  z-index: 0;
  right: 15px;
  top: 15px;
  opacity: 0.07;
  font-size: 3rem;
}
.dashboard-stats .card-title:not(.small) {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 15px !important;
}
.dashboard-stats .small {
  opacity: 0.16;
}

#footer .card {
  font-size: 0.875rem;
  color: #323232;
  background: transparent;
  border: 0;
}
#footer .card a {
  text-decoration: none;
  color: #323232;
}
#footer .card a:hover {
  color: #373736;
}
#footer .card a:visited {
  color: #353534;
}

/*
    Imported from original CSS with Disposable Theme 
*/
/* Fixed Height Images */
.img-h20 {
  width: auto;
  height: 20px;
}

.img-h25 {
  width: auto;
  height: 25px;
}

.img-h30 {
  width: auto;
  height: 30px;
}

.img-h35 {
  width: auto;
  height: 35px;
}

.img-h40 {
  width: auto;
  height: 40px;
}

.img-h45 {
  width: auto;
  height: 45px;
}

.img-h50 {
  width: auto;
  height: 50px;
}

.img-h60 {
  width: auto;
  height: 60px;
}

.img-h70 {
  width: auto;
  height: 70px;
}

.img-h80 {
  width: auto;
  height: 80px;
}

.img-h90 {
  width: auto;
  height: 90px;
}

.img-h100 {
  width: auto;
  height: 100px;
}

.img-h125 {
  width: auto;
  height: 125px;
}

.img-h150 {
  width: auto;
  height: 150px;
}

.img-h175 {
  width: auto;
  height: 175px;
}

.img-h200 {
  width: auto;
  height: 200px;
}

/* Max Height Images */
.img-mh20 {
  width: auto;
  max-height: 20px;
}

.img-mh25 {
  width: auto;
  max-height: 25px;
}

.img-mh30 {
  width: auto;
  max-height: 30px;
}

.img-mh35 {
  width: auto;
  max-height: 35px;
}

.img-mh40 {
  width: auto;
  max-height: 40px;
}

.img-mh45 {
  width: auto;
  max-height: 45px;
}

.img-mh50 {
  width: auto;
  max-height: 50px;
}

.img-mh60 {
  width: auto;
  max-height: 60px;
}

.img-mh70 {
  width: auto;
  max-height: 70px;
}

.img-mh80 {
  width: auto;
  max-height: 80px;
}

.img-mh90 {
  width: auto;
  max-height: 90px;
}

.img-mh100 {
  width: auto;
  max-height: 100px;
}

.img-mh125 {
  width: auto;
  max-height: 125px;
}

.img-mh150 {
  width: auto;
  max-height: 150px;
}

.img-mh175 {
  width: auto;
  max-height: 175px;
}

.img-mh200 {
  width: auto;
  max-height: 200px;
}

/* Fixed Footer */
#page-container {
  position: relative;
  min-height: 100vh;
}

#page-contents {
  width: 98% !important;
  padding-bottom: 2rem; /* = Footer Height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem; /* Footer Height */
}
