﻿::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #fff;
    }


body, .form-control {
    font-family: 'Montserrat', sans-serif;
}

.navbar-brand img {
    height: 60px;
}
/* Provide sufficient contrast against white background */
a, a:hover, a[role="button"], .text-primary {
    color: var(--bs-primary) !important;
    text-decoration: none;
}

    a:hover, a[role="button"]:hover {
        text-decoration: underline !important;
    }

    a[role="button"] {
        cursor: pointer !important;
    }

#formNav li a.active {
    color: #fff !important;
}

.form-range::-webkit-slider-thumb {
    background: var(--bs-primary);
}

.form-range::-moz-range-thumb {
    background: var(--bs-primary);
}

.form-range::-ms-thumb {
    background: var(--bs-primary);
}

.btn-primary, .btn-primary:hover, .btn-primary:disabled, btn-outline-primary:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    opacity: 1;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    opacity: 1;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
    }

.bg-primary {
    background-color: var(--bs-primary) !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.tiny-text {
    font-size: 0.8rem;
}
.jumbotron {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .7) 100%), url('/images/hero-1.jpg');
    background-size: cover;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.btn-blue, .btn-blue:hover {
    background-color: var(--bs-primary);
    font-weight: 700;
    color: #ffffff;
}

#loginForm {
    max-width: 21rem;
    margin: 0 auto;
}

    #loginForm .btn-lg {
        font-size: 1.5rem;
        color: var(--bs-primary);
        border-color: var(--bs-primary);
    }

        #loginForm .btn-lg:hover {
            color: #fff;
            background-color: var(--bs-primary);
        }

#btnSearchGroup .btn {
    color: #fff !important;
    border-color: var(--bs-primary) !important;
}

.text-blue {
    font-weight: 700;
    color: var(--bs-primary);
}

.text-white {
    color: #ffffff;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

label.error, div.error {
    color: red;
    text-transform: none;
}

#searchForm, #formNav {
    max-width: 64rem;
}

    #searchForm .form-label {
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }

    #searchForm .row {
        margin-top: 1.5rem;
    }

    #searchForm .form-control {
        color: #808080;
        border: 0 !important;
        border-radius: 0.125rem !important;
        font-weight: 300 !important;
    }

        #searchForm .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    #searchForm .input-group-text {
        background: #fff;
        border-color: #fff;
    }

    #search-filter-results-header {
        background: #00202C;
    }

    #search-filter-results-header .vehicle {
        font-size: 1.75em;
        color: #fff;
        font-weight: 700;
        line-height: 1;
    }

    #search-filter-results-header .btn {
        color: #fff;
        box-shadow: none !important;
    }

        #search-filter-results-header .btn:active {
            box-shadow: none !important;
        }

#formHeader {
    color: var(--bs-primary);
}

.customSearch {
    display: none;
}

.results-header {
    background: var(--bs-primary);
    color: #ffffff;
    text-transform: uppercase;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}

#resultsTable th:not(:nth-of-type(3n)) {
    cursor: pointer;
}

.truncate {
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#detailsModal.modal {
    overflow-y: auto;
}


.loadInfo {
    position: fixed;
    z-index: 1061;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}

#feedbackBtn {
    position: fixed;
    bottom: 13px;
    left: 13px;
    z-index: 98;
    padding: 21px;
}

#vehicleLoading {
    position: absolute;
    z-index: 1062;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    display: none;
}

.noUi-connect {
    background: var(--bs-primary) !important;
}

.w-15 {
    width: 15%;
}

.w-35 {
    width: 35%;
}

.w-85 {
    width: 85%;
}

.vin {
    font-size: 3em;
    line-height: 1.15;
    font-weight: 700;
    color: var(--bs-primary) !important;
}

.avg {
    font-size: 1.5rem;
    font-weight: 700;
}

.vdp-img {
    max-width: 150px !important;
}


/* Add Price Group Form  ============================= */
.add-header {
    font-size:1.3em;
    font-weight:normal;
    color:#444;
    border-bottom:solid 1px #444;
}




/*=============================Image Results Page (Not being used)=========================================*/


/* VEHICLE DISPLAY  ============================= */

.vehicle-display {
    margin-bottom: 2em;
    border: 2px solid;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

    .vehicle-display:hover {
        box-shadow: 0px 4px 12px rgba(0,0,0,0.5);
    }

    .vehicle-display .card-footer {
        text-align: center;
        font-size: 1.75em;
        font-weight: 700;
        color: rgba(255,255,255,0.70);
        text-transform: uppercase;
        padding: .25em .5em;
    }

@media screen and (max-width:768px) {
    .vehicle-display .card-footer {
        font-size: 1.5em;
    }
}

@media screen and (max-width:576px) {
    .vehicle-display .card-footer {
        font-size: 1.25em;
    }
}

/* Lithia/Dealer/Other Specfic Colors */

.vehicle-display.lithia-stores {
    border-color: #0094D1;
}

    .vehicle-display.lithia-stores .card-footer {
        background: #0094D1;
    }

    .vehicle-display.lithia-stores .card.view-inventory-link .card-body a {
        color: #0094D1;
    }

.vehicle-display.dealer-stores {
    border-color: #6CBA26;
}

    .vehicle-display.dealer-stores .card-footer {
        background: #6CBA26;
    }

    .vehicle-display.dealer-stores .card.view-inventory-link .card-body a {
        color: #6CBA26;
    }

.vehicle-display.other-stores {
    border-color: #FBA341;
}

    .vehicle-display.other-stores .card-footer {
        background: #FBA341;
    }

    .vehicle-display.other-stores .card.view-inventory-link .card-body a {
        color: #FBA341;
    }

/* Vehicle Photo */

.vehicle-photo {
    text-align: center;
}

@media screen and (max-width:992px) {
    .vehicle-photo img {
        max-width: 80%;
        margin-bottom: 1.5em;
    }
}

@media screen and (max-width:576px) {
    .vehicle-photo img {
        max-width: 100%;
    }
}

/* Vehicle Details */

.vehicle-dealer {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .25em;
}

.vehicle-make-model {
    font-size: 1.1em;
    color: #0094D1;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .75em;
}

.vehicle-detail-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .vehicle-detail-list ul li span {
        display: inline-block;
        min-width: 7em;
    }

/* MSRP */

.vehicle-msrp ul {
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0;
}

    .vehicle-msrp ul li span:nth-child(1) {
        display: inline-block;
        min-width: 7em;
    }

    .vehicle-msrp ul li span.msrp {
        font-weight: 700;
        font-size: 1.25em;
    }

/* Inventory Link */

.card.view-inventory-link {
    border: 1px solid #000;
}

    .card.view-inventory-link .card-body {
        padding: .5em;
        text-align: center;
    }

        .card.view-inventory-link .card-body a {
            font-size: 1.5em;
            line-height: 1.15;
            font-weight: 700
        }

    .card.view-inventory-link .card-footer {
        padding: .25em;
        text-align: center;
        background: #000;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.2em;
    }

@media screen and (max-width:576px) {
    .card.view-inventory-link .card-body a {
        font-size: 1.25em;
    }

    .card.view-inventory-link .card-footer {
        font-size: 1em;
    }
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 20px 0 !important;
    justify-content: center !important;
}


#jacketData .card-header {
    font-weight: 500;
    font-size: larger;
    text-transform: uppercase;

}
.scrollContent .card-text {
    overflow-y: auto;
    padding: 7px;
    max-height: 400px;
}

    #twilioMessages .smsMessage {
        margin: 5px 0;
        float: right;
        clear: both;
        font-size: 14px;
        max-width: 90%;
        padding: 5px;
    }

        #twilioMessages .smsMessage.type_1 {
            float: left;
            clear: both;
        }

        #twilioMessages .smsMessage .messageDetails {
            padding: 8px 12px;
            background-color: var(--bs-primary);
        }

        #twilioMessages .smsMessage .contact-name {
            text-align: right;
        }

        .contact-name {
            padding: 4px 16px 0 16px;
        }

    #twilioMessages .smsMessage .smsBody {
        padding: 0 8px;
        position: relative;
        white-space: pre-wrap;
        width: 100%;
        word-break: break-word;
        word-wrap: break-word;
        font-size: 13px;
        color: #fff;
    }


#twilioMessages .smsMessage.type_1 .smsBody {
    color: #000;
}

#twilioMessages .smsMessage.type_1 .messageDetails {
    background-color: #f2f2f2;
}

#twilioMessages .smsMessage.type_1 .contact-name {
    text-align: left;
}

#twilioMessages .smsMessage.type_9 .smsBody, #twilioMessages .smsMessage.type_10 .smsBody {
    color: #a94442;
    font-weight: bold;
}

#twilioMessages .smsMessage.type_9 .messageDetails, #twilioMessages .smsMessage.type_10 .messageDetails {
    background-color: #f2dede;
}

@media (min-width: 1920px) {
    .d-xxxl-table-cell {
        display: table-cell !important;
    }
}

.alog-row > td {
    font-weight: bold;
    border-top: 4px double var(--bs-gray-500) !important;
    background: var(--bs-light) !important;
}

#aLogTable > thead > tr > th {
    color: var(--bs-primary) !important;
    border-bottom: 4px double var(--bs-gray-500) !important;
}

#aLogTable > tbody > tr:not(.alog-row) > td:not(:first-of-type) {
    font-style: italic;
    font-size: 0.75rem;
}

tbody > tr:not(.alog-row) > td {
    vertical-align: middle;
    padding: 0.5rem 0.25rem;
}

#aLogTable .form-check-input {
    border-color: var(--bs-gray-500) !important;
}

.toast-header img.logo {
    max-height: 1rem;
}

.custom-tooltip {
    --bs-tooltip-color: var(--bs-white);
    --bs-tooltip-max-width: 600px;
}

    .custom-tooltip .tooltip-inner {
        text-align: left;
    }

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active {
    background-color: var(--bs-primary) !important;
}

#manualMatchOffcanvas {
    --bs-offcanvas-height: 500px !important;
}

table tr.active td {
    background-color: rgba(0,0,0,.075) !important;
}

/* KPI BOX STYLES */
.icon-card
{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0px 10px 20px rgba(200, 208, 216, 0.3);
    border-radius: 10px;
}

.icon.purple, .purple
{
    background: rgba(155, 81, 224, 0.1) !important;
    color: #9b51e0;
}

.icon-card .icon, .menu-toggle-btn .icon
{
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin-right: 1.25rem;
    background: rgba(74, 108, 247, 0.1);
    color: var(--bs-primary);
}