body {
    background-color: #f0f0f0;
}
.wrapper {
    max-width: 1180px;
    background-color: #f0f0f0;
}
.main-panel {
    background-color: #f0f0f0;
    height: 100%;
    overflow: scroll;
}

.main-panel > .content {
    margin-top: 110px;
}

.main-panel {
    width: calc(100% - 200px);
}
.sidebar,
.sidebar .sidebar-wrapper{
    width: 200px;
}

.sidebar .sidebar-wrapper li.active > a:not([data-toggle="collapse"]):after, .sidebar .sidebar-wrapper li.active > [data-toggle="collapse"] + div .nav li:after {
    border-right: 17px solid #f0f0f0;
}
.sidebar .sidebar-wrapper i {
    font-size: 20px;
    margin-right: 10px;
}
a {
    color: #22a9e0 !important;
}
.sidebar-wrapper .nc-icon {
    color: #333333 !important;
}
.logo-icon {
    display: none;
}
.btn-primary {
    background-color: #22a9e0;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #22a9e0;
    background-color: #22a9e0;
}
.btn-clear {
    background-color: #ffffff !important;
}
.btn-clear:hover {
    background-color: #ffffff !important;
    color: #cccccc !important;
}
.add_button:hover {
    text-decoration: none;
  }
.add_button {
    height: 40px;
    width: 40px;
    padding-top: 4px;
    background-color: #22a9e0;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff !important;
    font-size: 20px;
    text-align: center !important;
    text-decoration: none;
    font-weight: bold;
    border: none;
    margin-right: 10px !important;
    z-index: 1000;
}  
.btn-lg {
    padding: 15px;
}
.circle_icon {
    height: 30px;
    width: 30px;
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin: 2px;
    font-size: 1em;
    line-height: 200%;
    z-index: 1000;
    position: relative;    
}
.circle_icon.status {  
    background-color: #71f708 !important;
}
.circle_icon.past_due_icon {  
    background-color: #ef8157 !important;
}
.back_button {
    position: absolute;
    top: 85px;
}
.alert.alert-danger {
    background-color: #FF0000;
    font-weight: bold;
}
.stage_title .circle_icon {
    font-size: .75em;
    line-height: 210%;
}
.verticl-align {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 33%;    
}
.priority_icon {
    font-size: 1.5em;
}
.high_priority {
    color: #ff0000;
}
.low_priority {
    color: #ffc107;
}
select {
    height: 50px !important;
}
select.vehicle-filters {
    font-size:.90em;
    height: 38px !important;
    padding: .375rem .2rem;
}
/* Mc Admin */
.mc_admin .card .header {
    margin-bottom: 0;
}
.mc_admin .card {
    padding: 0 40px;
}
.mc_admin .nav {
    margin-bottom: 40px;
}
#dealerHeaderTitle {
    width: auto !important;
    margin-bottom: 0 !important;
    display: block;
    position: absolute;
    right: 30px;
    font-size: 1em;
    font-weight: bold;
    color: #666666;    
}
#dealerHeaderTitle a {
    color: #666666 !important; 
}
#dealerHeaderTitle a:hover {
    color: #666666 !important; 
    text-decoration: none;
}
.list_title {
    font-size: 1.5em;
}
.filters {
    margin: 10px 0;
}
.filters div {
    padding: 0 2px;
}
.form-check input[type="checkbox"] {
    opacity: 100;
    position: relative;
    visibility: visible;
    margin: 0 0 0 0;
}  
.form-check .form-check-label {
    padding-left: 8px;
}
.color-indicator {
    position: absolute !important;
    top: -15px;
    right: 4px;    
}
.stocknumber {
    font-weight: bold;
  }
.mileage {
    padding-left:10px;
}
.vehicle_list_photo {
    align-items: center;
}
.vehicle_list_note, .vehicle_list_photo {
    font-size: 1.75em;
}
.vehicle_list_photo img.thumbnail {
    max-height:83px;
}
.copyLink {
    position: absolute;
    bottom: 6px;
    right: 6px;
}
#linkMessage {
    display: none;
}
#vehiclePagePrintButton {
    font-size: 25px;
}
.custom-switch {
    padding-left: 2.25rem;
    padding-bottom: 1rem; 
}

.custom-control-label {
    padding-top: 0.5rem;
    padding-left: 2rem;
    padding-bottom: 0.1rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    height: 2rem;
    width: 3.5rem;
    pointer-events: all;
    border-radius: 1rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 4px);
    left: calc(-2.25rem + 4px);
    width: calc(2rem - 8px);   
    height: calc(2rem - 8px);  
    background-color: #adb5bd;
    border-radius: 2rem; 
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

#searchField {
    border: 1px solid #cccccc;
}
  
#spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1111;
    background: rgba(0,0,0,0.25);
    left: 0;
    top: 0;    
    text-align: center;
    display: none;
}
#spinner .spinner-border {
    position: absolute;
    top: 50%;
}
#spinner h3 {
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}
.btn-danger {
    background-color: #ff0000;
}
.forgot-password-link {
    color: #ff0000 !important;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
}
#dealerSelect {
    position: absolute;
    right: 40px;
    width: 300px;
}
#dealerSelect select {
    height: 40px !important;
    border: 1px solid #cccccc;
}

#loadingSpinner {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50vh - 50px);
    margin: auto;
    right: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    z-index: 20001;
  }
.loading-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.loading-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.loading-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.loading-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.loading-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
.active_icon {
    background-color:#22a9e0;
    color:#ffffff;
}
.btn-group .btn {
    padding: 11px 16px;
}
.btn-primary.btn:focus, .btn-primary.btn:active, .btn-primary.btn.active, .btn-primary.btn:active:focus, .btn-primary.btn:active:hover {
    background-color: rgb(34, 169, 224) !important;
    color: #ffffff !important;
}
.btn-danger.btn:focus, .btn-danger.btn:active, .btn-danger.btn.active, .btn-danger.btn:active:focus, .btn-danger.btn:active:hover {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}    
#notifcationButton {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.5em;    
    }
#notifcationButton .fa-layers-counter {
    background:Tomato; 
    font-size: .5em;
    font-weight: bold;
    position: absolute;
    right: 0;    
    color: #ffffff;
    border-radius: 10px;
    padding: 0 4px;
}
#supportNav {
    position: relative;
}
#supportNav .fa-layers-counter {
    background:Tomato; 
    font-size: .65em;
    font-weight: bold;
    position: absolute;
    top: 2px;
    left: 2px;
    color: #ffffff;
    border-radius: 10px;
    padding: 0 4px;
}
.mention {
    background-color: #dbf2ff !important;
    padding: 0 4px;
    border-radius: 4px;
}
#notesLabel {
    font-size: 12px;
}
.print_only {
    display: none;
  }
.sidebar .logo a.logo-normal {
    padding: 16px 0 8px;
}
@keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
@media screen and (max-width: 992px) {

    #dealerHeaderTitle {
        display: none;
    }
    .hide_mobile {
        display: none;       
    }
    .show_mobile {
        display: block !important;       
    }
    .logo {
        display: none;
    }
    .logo-icon {
        display: block;
        margin-left: 20px;
    }
    .logo-icon img {
        margin-bottom: 4px;
    }
    .logo-icon h5 {
        display: inline-block;
        margin: 0 0 0 5px;
    }
    .filters {
        margin: 10px 10px;
    }    

    #searchBar {
        position: absolute;
        top: 54px;
    }
    .back_button {
        top: 100px;        
    }
    .main-panel .content {
        margin-top: 100px !important;
        padding-bottom: 100px;
    }
    .main-panel .content.dealer_select  {
        margin-top: 145px !important;
    }
    #vehiclePagePrintButton {
        display: none;
    }
    #dealerSelect {
        position: absolute;
        right: 0;
        width: 100%;
        top: 95px;
        padding-top:5px;
    }
    .back_button.dealer_select {
        top:145px;
    }
}
/* query that targets the width used in the css library we are using  */
@media screen and (max-width: 991px) {
    .nav-open .main-panel {
        transform: translate3d(200px, 0, 0);
    }
    .main-panel {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .list_title {
        font-size: 1.35em;
    }
}
@media screen and (max-width: 576px) {
    .logo-icon h5 {
        font-size: 1.15em;
    }
    .list_title {
        font-size: 1.15em;
    }
    .stocknumber {
        font-size: 1.0em;
        padding-left:5px;
    }  
}
@media print {
    #subNav{
        display:none;
    }
    .print_only {
        display: inline-block;
      }    
}