﻿@charset "UTF-8";
a {
  color: #F06400;
}
a:hover, a:focus {
  color: #ff7f24;
}

h2 {
  font-weight: bold;
}

.table {
  border-top: none;
  font-size: 13px;
  color: #333333;
}
.table thead {
  border: none !important;
}
.table thead tr {
  border: none !important;
}
.table thead tr th {
  border-top: none !important;
  border-bottom: none !important;
  font-size: 13px;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
}
.table thead tr th::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #dee2e6 !important;
  width: 100%;
  left: 0;
}
.table tbody tr.active-upload td {
  font-weight: bold !important;
}

tbody tr td {
  border-top: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.clickable-row {
  cursor: pointer;
}
.clickable-row:hover {
  background: #eee;
}
.clickable-row:hover td:first-child {
  text-decoration: underline;
}
.clickable-row td:first-child {
  color: #F06400;
}

.loading-spinner {
  font-size: 2vw;
  color: rgba(4, 73, 93, 0.4);
}

.sortable-headers tr th {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  background-color: #fff;
  z-index: 100;
}

.dashboard__tab-content--notes {
  padding: 0.5rem;
  background-color: #fff;
  font-size: 13px;
  color: #666666;
}

.small-strong {
  font-size: 14px;
  font-weight: 700;
}

section *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
section *::-webkit-scrollbar-track {
  background: #DCDDDE;
}
section *::-webkit-scrollbar-thumb {
  background: #1D1D1D;
  border-radius: 15px;
}
section *::-webkit-scrollbar-thumb:hover {
  background: #1D1D1D;
}

.cards {
  margin: 0 -10px;
  flex-wrap: wrap;
}

.card {
  margin: 0 0px 0px;
  /*width: calc(33.33333% - 20px);*/
  border: 1px solid #e2e2e2;
  font-size: 14px;
}
.card .card-body {
  box-shadow: 0px 3px 5px #e4e4e459;
}
.card .set-title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 24px;
  display: block;
}
.card .item-count {
  display: flex;
  flex-direction: column;
}
.card .item-count span:first-child {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.card .item-count span:last-child {
  font-size: 14px;
  color: #999999;
}
.card .history {
  border-top: solid 1px #f2f2f2;
  padding-top: 16px;
}
.card .history > span {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-bottom: 12px;
}
.card .history a {
  display: flex;
  flex-direction: column;
  background-color: #f6f8fb;
  padding: 16px 10px;
  color: #333333;
  margin-bottom: 10px;
}
.card .history a span {
  color: #999999;
  font-size: 12px;
}

.catalogues__ratebook-card {
  width: 33%;
}
.catalogues__ratebook-card .card-body {
  position: relative;
  box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.2), 5px 5px 15px 6px rgba(0, 0, 0, 0);
}
.catalogues__ratebook-card .card-body:hover {
  background-color: #f5f5f5;
}
.catalogues__ratebook-card .card-body:hover h6 {
  text-decoration: underline;
}
.catalogues__ratebook-card h6 {
  color: #f9c844;
}
.catalogues__ratebook-card span {
  font-size: 0.8125rem;
}
.catalogues__ratebook-card p {
  font-size: 1rem;
}
.catalogues__ratebook-card a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.card .tab-content {
  background-color: #F0F2F6;
  border-radius: 0;
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 10px 10px;
  display: flex;
}
.tab-content .tab-pane {
  display: none;
  width: 100%;
}
.tab-content .active {
  display: block;
}
.tab-content .row {
  margin-left: -10px;
  margin-right: -10px;
}
.tab-content [class^=col-]:first-child {
  padding-left: 10px;
  padding-right: 5px;
}
.tab-content [class^=col-]:last-child {
  padding-left: 5px;
  padding-right: 10px;
}
.tab-content table {
  margin-bottom: 0;
}
.tab-content .clickable-row:hover {
  background: transparent;
}
.tab-content td {
  padding-top: 10px;
  padding-bottom: 0px;
}

.tab-pane .scrollable {
  max-height: 550px;
  height: 55vh;
}

.btn {
  padding: 8px 14px;
  font-size: 14px;
}
.btn.btn-cancel {
  background: #07828D;
  color: #ffffff;
}
.btn.btn-cancel:hover {
  background-color: rgba(7, 130, 141, 0.8);
  color: #ffffff;
}

.btn-primary {
  color: #000;
  background-color: #f9c844;
  border-color: #f9c844;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
  background-color: #f7b913;
  border-color: #f7b913;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #fbd775;
  border-color: #fbd775;
  cursor: not-allowed;
}

.btn-secondary {
  color: #fff;
  background-color: #004f4b;
  border-color: #004f4b;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:focus {
  background-color: #001c1b;
  border-color: #001c1b;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #00827b;
  border-color: #00827b;
  cursor: not-allowed;
}

.btn-import {
  color: #fff;
  background-color: #02232C;
  border-color: #02232C;
  padding: 8px 14px 8px 8px;
  border-radius: 3px;
}
.action-bar .btn-import i {
  padding-right: 6px;
}
.btn-import:hover, .btn-import:not(:disabled):not(.disabled):active, .btn-import:focus {
  background-color: black;
  border-color: black;
  color: #cccccc;
}
.btn-import.disabled, .btn-import:disabled {
  color: #fff;
  background-color: #044a5d;
  border-color: #044a5d;
  cursor: not-allowed;
}

.action-bar {
  background-color: #f9c844;
  min-height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 26px;
}
.action-bar .management-system-name {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.action-bar .management-system-name strong {
  font-family: "Asap", sans-serif;
  font-weight: 700;
}

.nav-wrapper {
  background: #04495d;
  color: white;
  font-size: 16px;
  width: 220px;
  height: 100vh;
}
.nav-wrapper .user-details {
  height: 60px;
  background-color: #04495d;
  padding: 20px;
  color: #ffffff;
}
.nav-wrapper .user-details .dropdown-toggle i {
  font-size: 200%;
}
.nav-wrapper .user-details .dropdown-toggle .username {
  display: inline-block;
  padding-right: 50px;
  font-size: 14px;
  font-family: "Asap", sans-serif;
  font-weight: 700;
}
.nav-wrapper .user-details .dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.3rem 1.5rem;
  margin: 12px 0 0;
  font-size: 12px;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: rgba(245, 245, 245, 0.95);
  background-clip: padding-box;
  border: none;
  border-radius: 0 0 3px 0;
  font-weight: normal;
  width: 100%;
}
.nav-wrapper .user-details .dropdown-menu a {
  color: #333333;
}
.nav-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
}
.nav-wrapper li {
  margin: 0;
  padding: 0;
}
.nav-wrapper li.active a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.nav-wrapper .main-nav-item {
  color: #C3C3C3;
  display: block;
  padding: 24px 20px;
  display: flex;
  align-items: center;
}
.nav-wrapper .main-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.nav-wrapper .main-nav-item i {
  margin-right: 10px;
  font-size: 130%;
}

.treeview ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.treeview > ul {
  border: 1px solid #04495d;
  border-top: none;
}
.treeview li {
  position: relative;
  display: block;
  padding: 0;
  border-top: solid 1px #04495d;
}
.treeview .derivative {
  border-top: solid 1px rgba(4, 73, 93, 0.2);
}
.treeview .tree-item-title {
  padding: 10px 15px;
}
.treeview .tree-item-results {
  padding: 10px 15px;
}
.treeview .level-2 .tree-item-title {
  padding-left: 30px;
}
.treeview .level-3 .tree-item-title {
  padding-left: 45px;
}
.treeview .level-4 .tree-item-results {
  padding-left: 60px;
}

.empty {
  color: lightgray;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none;
  /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "▶";
  color: #04495d;
  display: inline-block;
  margin-right: 6px;
}

.empty .caret::before {
  color: lightgray;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down .caret::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}

dropdown-toggle::after {
  transition: all 0.3s;
}

.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

.nav-tabs .nav-link {
  padding: 10px 21px;
  font-weight: 600;
}
.card .nav-tabs .nav-link {
  padding: 5px 21px;
}

.nav-tabs .nav-link.active {
  padding: 10px 21px;
}
.card .nav-tabs .nav-link.active {
  padding: 5px 21px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #999999;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #F0F2F6;
}
.card .nav-tabs .nav-item.show .nav-link, .card .nav-tabs .nav-link.active {
  background-color: #F0F2F6;
}

.main-page-tabs .nav-item:first-child .nav-link {
  border-left: none !important;
  border-top-left-radius: 0;
}

.main-page-tabs .nav-item .nav-link.active {
  border-bottom-color: #fff;
}

body {
  margin-bottom: 0px;
  background: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  color: #333333;
}

.body-wrapper {
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100vw;
}

.main-contents-wrapper {
  width: 100%;
  height: calc(100% - 60px);
  background-color: #F0F2F6;
}

.main-contents-tools {
  background: #ffffff;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-size: 24px;
  color: #000000;
  padding: 15.5px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 8px rgba(55, 71, 67, 0.2);
}
.main-contents-tools h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 5px;
}
.main-contents-tools .tools {
  display: flex;
}
.main-contents-tools .tools .btn {
  display: block;
}

.main-contents {
  overflow: hidden;
  height: 100%;
}
.main-contents section {
  margin: 24px;
  border-radius: 10px;
  width: calc(100% - 48px);
}
.main-contents section.scrollable {
  width: 100%;
  height: calc(100% - 116px);
  overflow: auto;
}
.main-contents .nav-tabs + section {
  border-radius: 0 0 0 0;
}

.sub-header-bar {
  background: white;
  box-shadow: 2px 2px 10px 0px rgba(51, 51, 51, 0.2);
  padding: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.nav-tabs {
  margin: 0 24px;
  font-size: 14px;
  max-width: 1100px;
  width: 100%;
}
.nav-tabs .nav-link {
  color: #CCCCCC;
}
.nav-tabs .nav-link .active {
  color: #999999;
}

.nav-link {
  padding: 3px 21px;
}

.newer-price {
  background-color: #e6f5e9;
}

.overridden-price {
  text-decoration: line-through;
  color: #CCCCCC;
  background-color: #fcedee;
}

.modal-dialog {
  min-width: 80%;
}

.dashboard .card-body {
  max-height: calc(100vh - 180px);
}
.dashboard .dashboard__table-wrapper {
  margin-top: 10px;
  display: block;
  max-height: calc(100vh - 265px);
  overflow: auto;
  scroll-padding-top: 20px;
}

.vehicle-details .card {
  height: calc(100vh - 175px);
}
.vehicle-details .container {
  max-height: calc(100vh - 220px);
  overflow: auto;
}

.import .import__new-upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.import .import__new-upload .form-group {
  width: 90%;
}
.import .import__new-upload button {
  display: flex;
  align-items: center;
  width: max-content;
}
.import .import__new-upload button span {
  white-space: nowrap;
}
.import .import__new-upload__btns {
  display: flex;
  margin-top: 5px;
}
.import .import__lower-cardbody {
  height: calc(100vh - 353px);
}
.import .import__lower-cardbody__data-table {
  overflow: auto;
  max-height: calc(100vh - 441px);
}

.row {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

[class^=col] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

#sortable .handle:hover {
  color: #F06400;
}

#sortable .handle {
  cursor: pointer;
}

.sortable-headers th:before {
  position: absolute;
  left: 0;
}

.sortable-headers th.active-asc:before {
  content: "▴";
}

.sortable-headers th.active-desc:before {
  content: "▾";
}

#reporting-log, #error-log {
  overflow-y: auto;
  height: 300px;
  max-height: 300px;
  font-size: 12px;
  font-family: Courier New, Courier, monospace;
}
#reporting-log li, #error-log li {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0px;
  color: black;
}
#reporting-log li:nth-child(odd), #error-log li:nth-child(odd) {
  background: #f4f4f4;
}
#reporting-log li.status-Error, #error-log li.status-Error {
  font-weight: bold;
  color: #ff0011;
}
#reporting-log li.status-Failure, #error-log li.status-Failure {
  font-weight: bold;
  color: #ff0011;
}
#reporting-log li.status-Success, #error-log li.status-Success {
  font-weight: bold;
  color: black;
}

#error-log {
  height: 160px;
  max-height: 160px;
}

.form-group label {
  font-size: 13px;
  margin-bottom: 0;
}

.form-control {
  height: 37px;
  font-size: 14px;
  border-radius: 2px;
}

.form-control:disabled {
  background: #F1F1F2;
}

.form-control:focus {
  color: #1d1d1d;
  background-color: #f1fdfe;
  border-color: #07828D;
  box-shadow: none;
}

.custom-file {
  height: 50px;
}
.custom-file :after {
  height: 48px;
  padding: 0.75rem;
}

.custom-file-label {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.75rem 0.7rem;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.visuallyhidden, input[type=checkbox],
input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.radio-group .radio.d-inline-block:not(:last-child) {
  margin-right: 20px;
}

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  line-height: 1.7em;
  margin-bottom: 0;
  padding: 10px 10px 10px 55px;
  font-size: 1em;
  min-height: 50px;
  display: flex;
  align-items: center;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #d8d9db;
  border-radius: 2px;
}

input[type=radio] + label:before {
  border-radius: 20px;
}

input[type=checkbox] + label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  color: #04495d;
  position: absolute;
  top: 13px;
  left: 10px;
  content: "";
}

input[type=checkbox]:checked + label:after {
  content: "\f00c";
}

input[type=radio]:checked + label:after {
  content: "";
  background-color: #04495d;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  top: 4px;
  left: 4px;
}

.checkbox-stacked input[type=checkbox] + label,
.checkbox-stacked input[type=radio] + label {
  padding-left: 0px;
  padding-bottom: 40px;
  font-size: 13px;
}
.checkbox-stacked input[type=checkbox] + label:before,
.checkbox-stacked input[type=radio] + label:before {
  top: 100%;
  margin-top: -21px;
  width: 32px;
  height: 32px;
  border-radius: 5px;
}
.checkbox-stacked input[type=checkbox] + label:after {
  top: 100%;
  font-size: 22px;
  margin-top: -32px;
  left: 6px;
}
