﻿div.sold-car {
    filter: alpha(opacity=50);
    opacity: .50;
}

div.sold-item {
    background: url(/images/sold.gif);
    background-repeat: no-repeat;
    background-position: center;
}

div.under-contract-car {
    filter: alpha(opacity=50);
    opacity: .75;
}

div.under-contract-item {
    background: url(/images/under-contract.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.sold-price .car-summary-price {
    display: none;
}


#sales 
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.price
{
    font-size: 26px;
}

.oldprice
{
	text-decoration: line-through;
}

.saleprice {
    /*margin-left: 20px;*/
    color: Red;
}

.comingsoon
{
	color: Blue;
	font-size: 22px;
	font-weight: bold;
}

#LastUpdate {
    display: none;
}

.thecar {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: white;
}

.car-detail-nav {
    text-decoration: none;
    color: inherit;
}

.car-detail-nav:hover {
    text-decoration: none;
    color: inherit;
}

.car-summary ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.car-detail {
    margin-bottom: 1rem;
}

.car-price {
    font-size: 2em;
    margin: auto;
}

.car-summary {
    margin: auto;
}

.car-summary-price {
    font-size: 1.5em;
    margin: auto;
    text-align: left;
}


.car-title {
    background-color: #343a40 !important;
    color: aliceblue;
    /*background-color: #007bff;*/
}

.car-image {
    padding: 0;
    text-align: left;
}

.car-nav-button {
    color: aliceblue;
    background-color: #343a40;
    border: 1px solid #343a40;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: button;
    padding: 10px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.car-nav-button:hover {
    background-color: #4b4d4d;
}

.align-left {
    text-align: left;
}

.heading {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.heading h1 {
    text-align: center;
}

.carousel-thumbnails {
    background-color: #ffffff;
}

.carousel-thumbnails .carousel-indicators {
    margin: 10px 0 0;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
}

.carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    overflow: hidden;
    display: block;
}


.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    margin: 3px;
    &.active {
        border-bottom: 4px solid #fff;
    }
}


.slider {
    margin: auto;
}


.feature-title {
    font-size: 10px;
    color: #b2b2b2;
    text-align: left;
}

.feature-text {
    font-weight: 600;
    text-align: left;
}

.features {
    padding-left: 5px;
}

@media print {

    .car
    {
        width: 100%;
    }

    .car h1
    {
        margin-left: 0;
        line-height: 1em;
    } 
    .sold h1
    {
        margin-left: 0;
        line-height: 1em;
    }
    #sales 
    {
        text-align: left;
        top: 10px;
        position: relative;
        margin-left: 0px;
        width: 100%;
    }
}
