#hx-mobile-quicksearch {
    display: none;
}

#tx-hxcarportal-quicksearch .classes {
    float: left;
    width: 100%;
}

#tx-hxcarportal-quicksearch .classes>div {
    float: left;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    width: 50%;
    text-align: center;
    background-color: #272727;
    color: #fff;
    text-transform: uppercase;
}

#tx-hxcarportal-quicksearch .classes>div:hover {
    color: #fff;
    cursor: pointer;
}

#tx-hxcarportal-quicksearch .classes>div.active {
    background-color: #ffffff;
    color: #272727;
}

#tx-hxcarportal-quicksearch .classes>div.active:hover {
    background-color: #fff;
    cursor: default;
}

#tx-hxcarportal-quicksearch {
    min-height: 644px;
    position: relative;
}

.tx-hxcarportal-quicksearch {
    background-color: #fff;
    color: #272727;
    font-family: arial, sans-serif;
    margin-bottom:20px;
}

.tx-hxcarportal-quicksearch h1 {
    background: #272727;
    color: #f7d900;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 25px 10px;
    border-bottom: 5px solid #f7d900;
    font-size: 24px;
    margin: 0;
    line-height: 1.1;
}

.tx-hxcarportal-quicksearch .button {
    background-color: #f7d900;
    color: #272727;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}

.tx-hxcarportal-quicksearch .button a,
.tx-hxcarportal-quicksearch .button a:hover,
.tx-hxcarportal-quicksearch .button a:active {
    color: #272727;
    text-decoration: none;
}

.tx-hxcarportal-quicksearch .selects.group {
    padding: 10px;
}

.tx-hxcarportal-quicksearch select,
.tx-hxcarportal-quicksearch input {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    color: #272727;
    background-color: #fff;
    border: 1px solid #272727;
}
.tx-hxcarportal-quicksearch .searchbox select optgroup {
    background-color: #272727;
    color: #eee;
}

.tx-hxcarportal-quicksearch select option {
    background-color: #fff;
    color: #272727;
}

.tx-hxcarportal-quicksearch .selects .half {
    width: 48%;
}

#carportal-quicksearch-submit {
    padding: 24px;
    font-size: 24px;
    width: 100%;
    border: none;
    background-color: #f7d900;
    color: #272727;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    
}