*{
  font-family: 'Montserrat', sans-serif;
}

.card {
  height: 100%;
}

.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #0D6EFD !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.nav-pills li a:hover {
  background-color: #0D6EFD;
}


a.disabled{
  pointer-events: none;
  cursor: default;
}

.bi-plus-circle{
  -webkit-text-stroke: .7px;
  -moz-text-stroke: .7px;
}

.form-control {  
  -webkit-box-shadow: none!important;
  outline: none;
} 

table.inputs td {
  padding: 5px;
}


.modal-body > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[src=""] {
  display: none;
}


td, th {
  border: 1px solid #eee;
}


.prebookingIcon {
  color: violet;
}

.cars-icon {
  color: #77dd77;
}

.clients-icon {
  color: #00b274;
}

.notes-icon {
  color: violet;
}

.dashboardIcon {
  color: #d6d6c3;
}

.archive-icon {
  color: #e4d96f;
}

.table {
  border-collapse: separate;
  border-spacing:0 5px;
}

.table td {
  padding: 5px;
}

.dtr-details li {
  padding: 10px;
}

.dtr-details li:last-child {
  padding: 0;
  
}

.dtr-details li:last-child .dtr-title {
  display:block;
  margin-bottom: 10px;
  padding: 10px;
}

.dtr-details li span.dtr-title {
  font-weight: bold;
}

.dtr-details li span.dtr-title:after {
  content: ' :';
}

.main card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .bi, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 2px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.position {
  position: relative;
}
.cars-icon {
  position: relative;
}

.badge {
  position: absolute;
  top: 5px;
  right: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  height: 28px;
  padding: 1px 10px 0 10px;
  border-radius: 500px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.blue {
  background: #D22B2B;
}

@media (max-width: 600px) {
  .cars-icon {
    width: 44px;
  }
  .badge {
    position: absolute;
    top: -6px;
    right: -12px;
    min-width: 28px;
    height: 28px;
    padding: 0 7px;
    font-size: 11px;
  }
}


#incomingCars ul.pagination {
    justify-content: center;
    margin: 0;
}

#incomingPrebookings ul.pagination {
  justify-content: center;
  margin: 0;
}

#technicalInspection_paginate ul.pagination {
  justify-content: center;
  margin: 0;
}

table tr td, table tr th{
  background-color: rgba(255, 255, 255, 0.692) !important;
}


