
/* Car Selector formatting */

#fwd_CarSelector {
    margin-bottom: 10px;
}

#fwd_selectcar_loading {
}

#fwd_CarSelector_modal {
}

.carselector {
}

.carselector-top-title, .CarSelector-title {
    margin-bottom: 5px;
    font-size: 22px !important;
    border-bottom: 1px solid rgb(180, 180, 180);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.cs-image {
    margin-top: 10px;
}

.confirm-container {
    margin-top: 10px;
}

.confirm-container a.confirm-car {
    color: #000 !important;
}
.confirm-container a.confirm-car-disabled {
    color: #fff !important;
}

.search-container {
    margin-top: 10px;
}

.carSelector-search {
    font-size: 1.56em;
}

#fwd_selectcar_loading {
    margin-top: 45px;
    padding: 0;
    background: #34ace5 !important;
}

#fwd_selectcar_loading .close-reveal-modal {
    color: #fff !important;
}

#fwd_CarSelector_modal {
    padding: 1em;
}

#fwd_selectcar_loading .CAR_SELECTOR_ART_NO_SEARCH_SUB {
    display: none;
}

.fwd_CarSelectorBig, #fwd_CarSelector_modal, .fwd_CarSelectorTop {
    color: #fff;
    background-color: #34ace5;
    border-radius: 3px;
}

.fwd_CarSelectorBig a, #fwd_CarSelector_modal a {
    color: #fff;
}

#fwd_CarSelector_modal .row.search-bottom {
    margin: 0 -25px;
}

.row.search-bottom {
    padding: 8px;
    background: #333;
    
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.row.cs_top-container {
    margin-bottom: 5px !important;
}

.row .cs_topbuttons a {
    margin: 0 0;
    font-size: .8em;
    width: 48%;
}




label {
    color: #fff !important;
}

@media only screen and (min-width: 0px) and (max-width: 640px){
    .row.carselector .carselector-top-title, .row.carselector .CarSelector-title {
        font-size: 20px !important;
    }
    
    .row.search-bottom .carSelector-search {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px){
    
}

@media only screen and (min-width: 1025px){
    .row .cs_topbuttons a {
        padding: 11px 6px;
    }
}

/* End of car selector formatting */
