@charset "utf-8";
/* CSS Document */

.extra-padding {
    padding: 0 15px !important;
}

#DesktopList {
    min-height: 3975px;
}

#MobileList {
    min-height: 5559px;
}

.filter_container {
    border-right: solid 2px #00578e;
    height: auto;
    margin-right: 10px;
    text-align: left;
}

#filter_container_mobile {
    border: solid 2px #f6a704;
    height: auto;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    width: 250px;
    z-index: 50;
    padding: 10px 0 10px 10px;
    display: none;
}

.filter_button_mobile_container {
    position: relative;
    margin-top: 15px;
    margin-bottom: -13px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}


.filter_button_mobile {
    border: solid 2px #f6a704;
    display: inline-block;
    padding: 4px;
    width: 250px;
    text-align: center;
    margin-bottom: -1px;
    font-size: 16px;
    background-color: #f6a704;
    color: #fff;
    font-weight: bold;
}

    .filter_button_mobile:link {
        text-decoration: none;
        color: #d8d8d8;
    }

    .filter_button_mobile:visited {
        text-decoration: none;
        color: #d8d8d8;
    }

    .filter_button_mobile:hover {
        text-decoration: none;
        background-color: #fff;
        color: #f6a704;
    }

    .filter_button_mobile:active {
        text-decoration: none;
        color: #d8d8d8;
    }

.close_filter_button {
    border: solid 2px #f6a704;
    display: inline-block;
    padding: 4px;
    width: 250px;
    height: 45px;
    text-align: center;
    font-size: 16px;
    background-color: #f6a704;
    position: fixed;
    bottom: 4px;
    cursor: pointer;
    margin-left: -12px;
    color: #fff;
    z-index: 300;
    font-weight: bold;
    border-radius: 10px;
}

    .close_filter_button:link {
        text-decoration: none;
        color: #fff;
    }

    .close_filter_button:visited {
        text-decoration: none;
        color: #d8d8d8;
    }

    .close_filter_button:hover {
        text-decoration: underline;
    }

    .close_filter_button:active {
        text-decoration: none;
        color: #d8d8d8;
    }


.entire_inventory_button {
    border: solid 2px #f6a704;
    display: inline-block;
    padding: 2px 16px;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 16px;
    background-color: #f6a704;
    position: relative;
    bottom: 4px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: .1em;
    margin: 4px 0 0 6px;
}

    .entire_inventory_button:link {
        text-decoration: none;
        color: #fff;
    }

    .entire_inventory_button:visited {
        text-decoration: none;
        color: #d8d8d8;
    }

    .entire_inventory_button:hover {
        text-decoration: underline;
    }

    .entire_inventory_button:active {
        text-decoration: none;
        color: #d8d8d8;
    }

.entire_inventory_button_mobile {
    border: solid 2px #f6a704;
    display: inline-block;
    padding: 2px 16px;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    background-color: #f6a704;
    position: relative;
    bottom: 4px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: .1em;
    margin-bottom: 10px;
}

    .entire_inventory_button_mobile:link {
        text-decoration: none;
        color: #fff;
    }

    .entire_inventory_button_mobile:visited {
        text-decoration: none;
        color: #d8d8d8;
    }

    .entire_inventory_button_mobile:hover {
        text-decoration: underline;
    }

    .entire_inventory_button_mobile:active {
        text-decoration: none;
        color: #d8d8d8;
    }




.featured_bus_header {
    background-color: #00578e;
    width: 95%;
    height: 27px;
    padding: 3px;
    margin-bottom: -5px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    border: solid 2px #00578e;
    display: inline-block;
}

.featured_bus_body {
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
    border: solid 2px #00578e;
    margin-top: -1px;
    display: inline-block;
    margin-bottom: 15px;
}

.featured_bus_title {
    float: right;
    font-family: 'baskervilleroman';
    text-align: right;
    font-size: 1.8rem;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    margin-top: -3px;
}

.featured_bus_compare {
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: normal !important;
    margin-top: 0;
}

.bus_status {
    float: right;
    font-family: 'baskervilleroman';
    text-align: right;
    font-size: 1.8rem;
    display: inline-block;
    text-transform: uppercase;
    color: #f6a704;
    margin-top: -4px;
    margin-right: -3px;
    letter-spacing: -1px;
}


.stock_bus_header {
    background-color: #fff;
    width: 95%;
    height: 27px;
    padding: 3px;
    margin-bottom: -5px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    border: solid 2px #fff;
    display: inline-block;
}

.stock_bus_body {
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
    border: solid 1px #8d8d8d;
    margin-top: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.sold_tag {
    z-index: 45;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 95%;
    height: 200px;
    background-image: url(/media/sold_background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}


.stock_bus_compare {
    float: left;
    display: inline-block;
    color: #00578e;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: bold !important;
    margin-top: -1px;
    margin-left: -5px;
}


.stock_info_container {
    padding: 6px;
    width: 100%;
    height: auto;
}

.stock_number_container {
    width: 100%;
    border-bottom: solid 2px #f6a704;
    display: inline-block;
    padding-bottom: 3px;
    height: 28px;
}

.stock_number {
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: bold;
    font-size: 1.5rem;
    float: left;
    color: #4e4e4e;
    text-transform: uppercase;
}

.stock_status {
    float: right;
}

.stock_mfr {
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 1.5rem;
    text-align: left;
    color: #4e4e4e;
    width: 100%;
    /*
	display: inline-block;

	overflow: hidden;
*/
    text-overflow: ellipsis;
    height: 80px;
}

.stock_capacity {
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 1.5rem;
    text-align: left;
    color: #4e4e4e;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 19px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.stock_chassis {
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 1.5rem;
    text-align: left;
    color: #4e4e4e;
    width: 100%;
    display: inline-block;
    height: 19px;
}

.stock_price_label {
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 1.7rem;
    text-align: left;
    color: #4e4e4e;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    height: 16px;
}

.stock_price {
    color: #940002;
}

.stock_OrangeButton {
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    border: solid 2px #f6a704;
    color: #f6a704;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    width: 100%;
    cursor: pointer;
}

    .stock_OrangeButton:link {
        text-decoration: none;
        color: #d8d8d8;
    }

    .stock_OrangeButton:visited {
        text-decoration: none;
        color: #d8d8d8;
    }

    .stock_OrangeButton:hover {
        text-decoration: none;
        color: #fff;
        background-color: #f6a704;
    }

    .stock_OrangeButton:active {
        text-decoration: none;
        color: #d8d8d8;
    }

.stock_status_button {
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: bold;
    font-size: 1.6rem;
    text-transform: uppercase;
    border: solid 2px #f6a704;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    padding: 4px 10px 4px 10px;
    width: 100%;
    cursor: pointer;
    background-color: #f6a704;
}

    .stock_status_button:link {
        text-decoration: none;
        color: #d8d8d8;
    }

    .stock_status_button:visited {
        text-decoration: none;
        color: #d8d8d8;
    }

    .stock_status_button:hover {
        text-decoration: none;
        color: #f6a704;
        background-color: #fff;
    }

    .stock_status_button:active {
        text-decoration: none;
        border-color: #d8d8d8;
        color: #d8d8d8;
    }


.stock_sold_button {
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: bold;
    font-size: 1.6rem;
    text-transform: uppercase;
    border: solid 2px #969694;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    padding: 4px 10px 4px 10px;
    width: 100%;
    cursor: pointer;
    background-color: #969694;
}

    .stock_sold_button:link {
        text-decoration: none;
        color: #d8d8d8;
    }

    .stock_sold_button:visited {
        text-decoration: none;
        color: #d8d8d8;
    }

    .stock_sold_button:hover {
        text-decoration: none;
        color: #969694;
        background-color: #fff;
    }

    .stock_sold_button:active {
        text-decoration: none;
        border-color: #d8d8d8;
        color: #d8d8d8;
    }



.stock_button {
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: bold;
    font-size: 1.6rem;
    text-transform: uppercase;
    border: solid 2px #00578e;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    padding: 4px 10px 4px 10px;
    width: 100%;
    cursor: pointer;
    background-color: #00578e;
}

    .stock_button:link {
        text-decoration: none;
        color: #d8d8d8;
    }

    .stock_button:visited {
        text-decoration: none;
        color: #d8d8d8;
    }

    .stock_button:hover {
        text-decoration: none;
        color: #00578e;
        background-color: #fff;
    }

    .stock_button:active {
        text-decoration: none;
        color: #d8d8d8;
        border: solid 2px #d8d8d8;
    }

    .stock_button span#spanbutton {
        display: inline;
    }

    .stock_button:hover span#spanbutton {
        display: none;
    }

    .stock_button span#spanbuttonprice {
        display: none;
    }

    .stock_button:hover span#spanbuttonprice {
        display: inline;
    }



.mobile_stock_OrangeButton {
    padding: 0 4px 4px 4px;
}


.stock_bus_image {
    width: 100%;
    height: auto;
    /* Maintain aspect ratio to prevent CLS (layout shift) */
    aspect-ratio: 666 / 500;
    /* Ensure image covers the area properly without distortion */
    object-fit: cover;
    display: block;
}




/* Filter */

.filter_rule {
    border-left: solid 2px #00578e;
    height: 500px;
    margin-right: 10px;
}


.filter_element {
    width: 100%;
    margin-bottom: 12px;
}

.filter_searchButton {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(../media/icon_FilterSearch.gif);
    border: none;
}

.filter_searchBox {
    height: 30px;
    width: 82%;
    text-align: left;
    border: solid 2px #a8a8a8;
    margin-left: 2px;
    padding-left: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    color: #4e4e4e;
    font-size: 1.5rem;
}

.filter_sortButton {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(../media/icon_FilterSort.gif);
    border: none;
    cursor: pointer;
}

.filter_sortBox {
    height: 30px;
    width: 82%;
    text-align: left;
    border: solid 2px #a8a8a8;
    margin-left: 2px;
    padding-left: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    color: #4e4e4e;
    font-size: 1.5rem;
    cursor: pointer;
}

    .filter_sortBox > option {
        font-family: "Helvetica Neue", Helvetica, Arial;
        color: #4e4e4e;
        font-size: 1.5rem;
    }

.filter_resetButton {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(../media/icon_FilterReset.gif);
    border: none;
}

#ResetFilters {
    height: 30px;
    width: 82%;
    text-align: left;
    border: solid 2px #a8a8a8;
    padding-left: 5px;
    padding-top: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    color: #4e4e4e;
    font-size: 1.5rem;
    margin-left: 32px;
    cursor: pointer;
}

#filter_container {
    margin-left: 5px;
    width: 92%;
}

.container_NewUsed {
    border-top: solid 3px #00578e;
    border-bottom: solid 3px #00578e;
    padding-top: 12px;
    margin-bottom: 10px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.paging_number {
    font-weight: bold;
    color: #f6a604;
    font-size: 2rem;
}

.paging_icons {
    display: inline-block;
    position: relative;
    bottom: 1px;
    padding: 5px 2px 6px 2px;
    height: 30px;
}

    .paging_icons:hover {
        cursor: pointer;
        background-color: #eee;
    }

.paging_numberContainer {
    font-family: "Helvetica Neue", Helvetica, Arial;
    color: #4e4e4e;
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 12px;
    text-align: right;
    padding: 0 5px 0 5px;
    position: relative;
}

.paging_element {
    width: 100%;
    margin-bottom: 12px;
    text-align: right;
    padding: 0 5px 0 5px;
}

.paging_bottomRule {
    border-top: solid 1pt #a8a8a8;
    width: 99%;
    margin-left: 4px;
    margin-bottom: 15px;
}

.paging_sortButton {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(../media/icon_FilterSort.gif);
    border: none;
}

.paging_sortBox {
    height: 30px;
    width: 100%;
    text-align: left;
    border: solid 2px #a8a8a8;
    margin-left: 2px;
    padding-left: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    color: #4e4e4e;
    font-size: 1.5rem;
    background-image: url(../media/icon_FilterSort.gif);
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .paging_sortBox > option {
        font-family: "Helvetica Neue", Helvetica, Arial;
        color: #4e4e4e;
        font-size: 1.5rem;
        cursor: pointer;
    }

.paging_pageOf {
    height: 30px;
    width: auto;
    text-align: left;
    border: solid 2px #a8a8a8;
    padding-left: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    color: #4e4e4e;
    font-size: 1.5rem;
    background-image: url(../media/icon_FilterSort.gif);
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 5px;
}

    .paging_pageOf > option {
        font-family: "Helvetica Neue", Helvetica, Arial;
        color: #4e4e4e;
        font-size: 1.5rem;
        cursor: pointer;
    }

.paging_mobile_element {
    padding: 0 5px;
}


.market_description_long {
    padding-bottom: 15px;
    margin-left: 5px;
}


.market_description_short {
    padding: 5px 0 20px 0;
    margin: 0 15px;
}



/* Customize the label (the container) */
.container-listview {
    display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal !important;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-listview-disabled {
    display: block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
    cursor: default;
    font-weight: normal !important;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #bcbcbc;
}


/* Hide the browser's default checkbox */
.container-listview input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container-listview-disabled input {
    position: absolute;
    opacity: 0;
    cursor: default;
}

/* Create a custom checkbox */
.checkmark-listview {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px #a8a8a8;
    height: 19px;
    width: 19px;
    background-color: #fff;
}

.checkmark-listview-disabled {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px #dadada;
    height: 19px;
    width: 19px;
    background-color: #ebebeb;
}

/* On mouse-over, orange border */
.container-listview:hover input ~ .checkmark-listview {
    background-color: #fff;
    border: solid 2px #f5a200;
}

/* When the checkbox is checked, orange border */
.container-listview input:checked ~ .checkmark-listview {
    background-color: #fff;
    border: solid 2px #f5a200;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-listview:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-listview input:checked ~ .checkmark-listview:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-listview .checkmark-listview:after {
    left: 4px;
    top: -1px;
    width: 6px;
    height: 13px;
    border: solid #f5a200;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* Create a custom radio button */
.radio-listview {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px #a8a8a8;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-listview:hover input ~ .radio-listview {
    background-color: #fff;
    border: solid 2px #f5a200;
}

/* When the radio button is checked, add a orange border */
.container-listview input:checked ~ .radio-listview {
    background-color: #fff;
    border: solid 2px #f5a200;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-listview:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-listview input:checked ~ .radio-listview:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-listview .radio-listview:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f5a200;
}



/* FILTER - Customize the label (the container) */
.container-filter {
    display: block;
    position: relative;
    padding-left: 19px;
    margin: 5px 0 7px 20px;
    cursor: pointer;
    line-height: 16px;
    font-weight: normal !important;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-filter-disabled {
    display: block;
    position: relative;
    padding-left: 19px;
    margin: 5px 0 7px 20px;
    cursor: default;
    line-height: 16px;
    font-weight: normal !important;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #bcbcbc;
}


/* FILTER - Hide the browser's default checkbox */
.container-filter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container-filter-disabled input {
    position: absolute;
    opacity: 0;
    cursor: default;
}

/* FILTER - Create a custom checkbox */
.checkmark-filter {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px #a8a8a8;
    height: 15px;
    width: 15px;
    background-color: #fff;
}

.checkmark-filter-disabled {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px #dadada;
    height: 15px;
    width: 15px;
    background-color: #ebebeb;
}


/* FILTER - On mouse-over, orange border */
.container-filter:hover input ~ .checkmark-filter {
    background-color: #fff;
    border: solid 2px #f5a200;
}

/* FILTER - When the checkbox is checked, orange border */
.container-filter input:checked ~ .checkmark-filter {
    background-color: #fff;
    border: solid 2px #f5a200;
}

/* FILTER - Create the checkmark/indicator (hidden when not checked) */
.checkmark-filter:after {
    content: "";
    position: absolute;
    display: none;
}

/* FILTER - Show the checkmark when checked */
.container-filter input:checked ~ .checkmark-filter:after {
    display: block;
}

/* FILTER - Style the checkmark/indicator */
.container-filter .checkmark-filter:after {
    left: 3px;
    top: -1px;
    width: 5px;
    height: 11px;
    border: solid #f5a200;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* FILTER - Collapsible Group */
.collapsible-filter {
    background-color: #fff;
    color: #4e4e4e;
    cursor: pointer;
    padding: 5px 0 1px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .active-filter, .collapsible-filter:hover {
        background-color: #fff;
    }

    .collapsible-filter:after {
        content: '\002B';
        color: #f6a704;
        font-weight: bold;
        font-size: 2.5rem;
        float: left;
        margin-right: 6px;
        margin-left: 2px;
        line-height: 20px;
    }

.active-filter:after {
    content: "\2212";
}

.content-filter {
    padding: 0 1px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #fff;
}
