main>.container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.help-block {
    color: red;
}

.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 .fas,
.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: -5px;
    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;
}

.icon {
    margin: 10px;
    color: green;
    ;
}

.info-car {

    font-size: small;

}

.banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.image-table {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;

}

.image-row {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

}

.card-img-top {
    overflow: hidden;
    height: 180px;
    object-fit: contain;
    position: relative;
}

.move-to-ready-for-sell {
    color: green;
    float: right;
    margin-top: 10px;
    font-size: x-large;
    width: 18%
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.vertical-line {
    border-right: 4px solid #000;
    /* Change color (#000) and thickness (1px) as desired */
    height: 100%;
    /* Ensures the line stretches the full height of the column */
}

.tooltip-inner {
    font-size: 14px;
    /* Change the font size to your desired value */
}

.sold {
    float: right;
    font-size: 33px;
}

#models-ready-for-sale {
    box-shadow: 0px 0px 20px 0px;
    opacity: 0.7;
}

#models-not-ready-for-sale {
    opacity: 0.7;
}


#models-ready-for-sale:hover {

    opacity: 1;
}

#models-not-ready-for-sale:hover {
    opacity: 1;
}

.deposit {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 20%;
    transform: translate(-50%);
    height: 30px;
    width: 118px;
    z-index: 1;
    background-image: url('/deposit.png');
    top: 0px;
    color: #fff;
    text-align: center;
    padding: 2px
}

.icon-image {
    width: 20px;
}

.deposit-number {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 70%;
    background: #ed5d61;
    transform: translate(-50%);
    height: 30px;
    width: 80px;
    z-index: 1;
    /* background-image: url(/deposit.png); */
    top: 0px;
    color: #ffffff;
    text-align: center;
    padding: 2px;
}


.toggle-div {
    background-color: #ccc;
    padding: 10px;
    margin: 10px;
    display: none;
}

@media (min-width: 1200px) {

    h4,
    .h4,
    h5,
    .h5 {
        font-size: 100% !important;
    }
}




#imageModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    z-index: 9999;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

#imageModal img {
    max-width: 100%;
    height: auto;
}

#imageModal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

.table-bordered> :not(caption)>* {
    border-width: inherit !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    border-width: inherit !important;
}


.table-bordered> :not(caption)>*>* {
    background-color: transparent !important;
}

.clickable-row:hover {
    background-color: rgb(164, 164, 164) !important;
    color: white !important;

    /* >td {
        color: white !important;

        >a {
            color: white !important;
        }
    } */


}


.clickable-row.active {
    background-color: rgb(164, 164, 164) !important;
    color: white !important;

    /* >td {
        color: white !important;

        >a {
            color: white !important;
        }
    } */


}