/*
* Place your custom css here
* Create a new .scss file inside of /elements folder to quickly locate the styles e.g. buttons, modals, forms, text, header, sidebar
*/

body {
  padding: 0px;
  margin: 0px;
}

.login-logo {
  max-height: 150px !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.card.dim {
  background: rgba(165, 164, 164, 0.041);
  color: rgba(224, 221, 221, 0.041) !important;
}

.card.dim .btn {
  opacity: 1 !important;
}

.expired-dim {
  background: rgba(165, 164, 164, 0.041) !important;
  color: #b3b3b3 !important;
}

.expired-dim a,
.expired-dim .btn {
  color: #b3b3b3 !important;
  opacity: 1 !important;
}

.bg-dim {
  background-color: rgba(255, 255, 255, 0.041) !important;
  color: #000 !important;
}

.border-dim {
  border: rgba(224, 221, 221, 0.041) !important;
}

.quote-counter {
  position: absolute;
  left: 0;
  margin-top: -20px;
  margin-left: -5px;
}

.w-5 {
  width: 5% !important;
}

.w-7 {
  width: 7% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.right-0 {
  right: 0 !important;
}

#accordionSidebar {
  background-color: #10abfd !important;
}

#accordionSidebar .sidebar-brand img.desktop {
  display: block;
}

#accordionSidebar .sidebar-brand img.mobile {
  display: none;
}

#normalAnchor {
  cursor: pointer;
}

.normalAnchor {
  cursor: pointer;
}

.order-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  height: 50px;
  width: 50px;
}

.order-lg-thumbnail {
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
}

.img-parent-container {
  display: inline-block;
  padding-left: 0.75rem;
  width: calc(30% - 20px);
}

.quote-image-preview img[role=presentation] {
  z-index: 1000;
}

.bg-grey {
  background-color: #eaecf4 !important;
}

.img-container,
.img-ticket-container {
  position: relative;
  margin: auto;
  width: 60%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-container img,
.img-ticket-container img {
  width: 100%;
  max-height: 90vh;
  cursor: zoom-in;
}

.img-container img.active,
.img-ticket-container img.active {
  -webkit-transform: scale(1.5);
  cursor: zoom-out;
}

.img-arrows {
  position: absolute;
  top: 50%;
}

.btn-previous,
.btn-next {
  font-size: 24px;
  color: #fff !important;
}

.btn-previous:hover,
.btn-next:hover {
  color: #0597d6 !important;
  cursor: pointer;
}

.btn-next {
  right: 0;
}

.hoverable:hover {
  background-color: #eaecf4 !important;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border: 1px solid #06b3ff !important;
  background-color: rgba(6, 180, 255, 0.5);
}

.vehicle-details {
  padding-left: 0px;
  list-style: none;
}

.vehicle-details li {
  margin-bottom: 10px;
  font-size: 14px;
}

.vehicle-details li strong {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.bg-primary-darkened {
  background-color: #066086;
}

.page-link {
  font-weight: bold !important;
  color: #06b3ff !important;
}

.page-item.active .page-link {
  font-weight: bold !important;
  color: #fff !important;
}

@media print {
  .no-print {
    display: none;
  }
}

.card {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border-radius: 0.375rem !important;
}

.container-fluid {
  background-color: #fff !important;
}

.alert ul {
  padding: 0px;
  margin: 0px;
}

.alert ul li {
  list-style-type: none;
}

.cursor-pointer {
  cursor: pointer;
}

#send-email-modal p {
  margin-bottom: 0px !important;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary,
.bg-primary {
  background-color: #06b3ff !important;
  border: #06b3ff !important;
}

.btn-link {
  color: #06b3ff !important;
}

.btn-primary:hover,
.bg-primary:hover,
a.bg-primary:hover {
  background-color: #06b4ffe5 !important;
}

.toggle .toggle-group .btn {
  padding-top: 7px !important;
}

.toggle .toggle-group .toggle-off {
  color: #858796 !important;
}

.select-multiple button {
  border: 1px solid #d1d3e2 !important;
  border-radius: 5px !important;
  background-color: transparent !important;
}

.select-multiple .filter-option-inner-inner {
  color: #6e707e !important;
}

.select-multiple button.dropdown-toggle:focus {
  outline: none !important;
  outline: none !important;
  outline-offset: 0px !important;
  background-color: #fff !important;
  border-color: #bac8f3 !important;
}

.select-multiple button.btn-light:hover {
  color: #6e707e !important;
  background-color: #fff !important;
  border-color: #bac8f3 !important;
}

.border-grey {
  border: 1px solid #d1d3e2 !important;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  cursor: pointer;
}

#partnerJobPaymentTabs {
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

#partnerJobPaymentTabs.nav-tabs .nav-link {
  white-space: nowrap;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  color: #06b3ff;
}

#partnerJobPaymentTabs.nav-tabs .nav-link:hover {
  background-color: #60caf7;
  color: #fff;
}

#partnerJobPaymentTabs.nav-tabs .nav-link.active {
  background-color: #06b3ff;
  color: #fff;
}

#partnerJobPaymentTabs.nav-tabs::-webkit-scrollbar {
  -webkit-appearance: none;
}

#partnerJobPaymentTabs.nav-tabs::-webkit-scrollbar:vertical {
  width: 11px;
}

#partnerJobPaymentTabs.nav-tabs::-webkit-scrollbar:horizontal {
  height: 11px;
}

#partnerJobPaymentTabs.nav-tabs::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #f4f6f9;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.144);
}

.bg-login-image {
  background: url("/images/default/logo.png") !important;
  background-repeat: no-repeat !important;
  background-position: 50px 40px !important;
  background-size: 350px 250px !important;
}

.bg-gradient-primary {
  background-color: #0165c2 !important;
  background-image: linear-gradient(180deg, #0165c2 10%, #0165c2 100%) !important;
}

.sidebar {
  width: 220px !important;
}

.sidebar .nav-item a {
  padding: 7px 8px 7px 8px !important;
}

.sidebar .nav-item .nav-link {
  width: 100% !important;
}

.sidebar .nav-item .nav-link span.badge.badge-danger {
  display: inline !important;
}

.sidebar.toggled .sidebar-brand .sidebar-brand-text {
  display: block !important;
}

.sidebar.toggled .sidebar-brand .sidebar-brand-text .mobile {
  display: block !important;
}

.sidebar.toggled .sidebar-brand .sidebar-brand-text .desktop {
  display: none !important;
}

.sidebar.toggled #servicesParentAccordion,
.sidebar.toggled #jobPaymentsParentAccordion {
  background-color: #fff !important;
  width: 200px;
}

.sidebar.toggled #servicesParentAccordion li.nav-item a,
.sidebar.toggled #jobPaymentsParentAccordion li.nav-item a {
  color: #858796 !important;
  text-align: left !important;
}

.sidebar.toggled #servicesParentAccordion li.nav-item a i,
.sidebar.toggled #jobPaymentsParentAccordion li.nav-item a i {
  display: inline-block !important;
  color: #858796 !important;
}

.sidebar.toggled #servicesParentAccordion li.nav-item a span,
.sidebar.toggled #jobPaymentsParentAccordion li.nav-item a span {
  display: inline-block !important;
  font-size: 12px !important;
}

.sidebar.toggled #servicesParentAccordion li.nav-item:hover,
.sidebar.toggled #jobPaymentsParentAccordion li.nav-item:hover {
  background-color: #eaecf4 !important;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.right-bar {
  padding: 10px;
  position: fixed;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1020;
  width: 45%;
  height: 100vh;
  right: 0;
  top: 0;
  margin-top: 70px;
  background-color: #fff;
}

.right-bar .right-bar-message-content {
  padding: 5px 7px;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: scroll;
}

.right-bar .right-bar-text {
  width: 100%;
  padding: 10px;
  flex-shrink: 0;
  margin-bottom: 70px;
  overflow-x: hidden;
  background-color: #fff;
}

.general-notification {
  width: 500px !important;
}

.left-bar {
  padding: 10px;
  position: fixed;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1020;
  width: 45%;
  height: 100vh;
  left: 0;
  top: 0;
  margin-top: 70px;
  background-color: #fff;
}

.left-bar .left-bar-message-content {
  padding: 5px 7px;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: scroll;
}

.left-bar .left-bar-text {
  width: 100%;
  padding: 10px;
  flex-shrink: 0;
  margin-bottom: 70px;
  overflow-x: hidden;
  background-color: #fff;
}

table.table-sort thead tr th:hover {
  cursor: pointer;
}

.lazyload-conatiner {
  overflow-y: scroll;
  overflow-x: hidden;
  flex-wrap: nowrap;
  scrollbar-width: none;
  /* Firefox */
}

#pendingOrdersContainer {
  max-height: 500px !important;
}

.text-primary {
  color: #06b3ff !important;
}

.text-sm {
  font-size: 16px !important;
}

.text-size-12 {
  font-size: 12px !important;
}

.text-size-13 {
  font-size: 13px !important;
}

.text-size-14 {
  font-size: 14px !important;
}

.text-size-9 {
  font-size: 9px !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.line-height-1 {
  line-height: 1px !important;
}

.line-height-5 {
  line-height: 5px !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.line-height-15 {
  line-height: 15px !important;
}

.note-editor .note-editable {
  line-height: 20px;
}

.fc-event-title {
  cursor: pointer !important;
}

.fc-daygrid-day {
  height: 100px !important;
}

.fc-header-toolbar .fc-toolbar-chunk:first-child {
  width: 75% !important;
}

.fc-header-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-title {
  display: inline-block;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}

.div-display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.div-display-table-row {
  display: table-row;
  width: 100%;
}

.div-display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #06b3f0 !important;
  /* a color that fits the widget theme */
  color: white;
  /* a color that is readeable with the color above */
}

.calendar-filters {
  padding-left: 170px;
}

.la-ball-spin,
.la-ball-spin > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-spin {
  display: block;
  font-size: 0;
  color: #06b3ff;
}

.la-ball-spin.la-dark {
  color: #333;
}

.la-ball-spin > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-spin {
  width: 32px;
  height: 32px;
}

.la-ball-spin > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: ball-spin 1s infinite ease-in-out;
  animation: ball-spin 1s infinite ease-in-out;
}

.la-ball-spin > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}

.la-ball-spin > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.la-ball-spin > div:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}

.la-ball-spin > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.la-ball-spin > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}

.la-ball-spin > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}

.la-ball-spin > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}

.la-ball-spin > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.la-ball-spin.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-spin.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-spin.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-spin.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.la-ball-spin.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-spin.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

/*
 * Animation
 */

@-webkit-keyframes ball-spin {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes ball-spin {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: scale(0);
  }
}

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  border-radius: 5px;
  border: 2px solid #f4f6f900;
  /* should match background, can't be transparent */
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.144);
  border-radius: 5px;
  border: 2px solid #f4f6f900;
  /* should match background, can't be transparent */
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: rgba(62, 62, 63, 0.15);
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  td.w-30 {
    width: 45% !important;
  }

  th.w-25 {
    width: 40% !important;
  }

  .img-parent-container {
    width: 50% !important;
  }

  .right-bar {
    width: 100% !important;
    margin-top: 0;
  }

  .right-bar table tr td:first-child {
    width: 30% !important;
  }

  .right-bar-message-content {
    height: 37% !important;
  }

  .left-bar {
    width: 100% !important;
    margin-top: 0;
  }

  .left-bar table tr td:first-child {
    width: 30% !important;
  }

  .left-bar-message-content {
    height: 37% !important;
  }

  #chart-container {
    position: relative;
    width: calc(100vw - 20vw);
  }
}

.skipHireContainer {
  max-height: 80vh;
  overflow-y: auto;
}

/* Small devices (portrait tablets and large phones, 600px and up) */

/* Medium devices (landscape tablets, 768px and up) */

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (max-width: 1500px) {
  .name-container .col-md-4,
  .name-container .col-md-8 {
    min-width: 100%;
    padding-left: 10px !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  ul#accordionSidebar .sidebar-brand img.desktop {
    display: none;
  }

  ul#accordionSidebar .sidebar-brand img.mobile {
    display: block;
  }

  ul#accordionSidebar .sidebar-brand .sidebar-brand-text {
    display: block !important;
  }

  ul#accordionSidebar li a span.badge {
    display: inline;
  }

  ul#accordionSidebar li ul {
    background-color: #fff;
  }

  ul#accordionSidebar li ul li a {
    text-align: left;
  }

  ul#accordionSidebar li ul li a span,
  ul#accordionSidebar li ul li a i {
    color: #3a3b45 !important;
    display: inline-block !important;
    font-size: 12px !important;
  }

  ul#accordionSidebar li ul li a span.badge {
    color: #fff !important;
  }

  .topbar ul li a i {
    font-size: 24px !important;
    color: #fff !important;
  }

  .topbar ul li .dropdown-menu i {
    color: #3a3b45 !important;
  }

  .general-notification {
    width: calc(100% - 1.5rem) !important;
  }

  .topbar ul li a i {
    color: #06b3ff !important;
  }
}

