.custom-dropdown-input-wrapper {
    position: relative;
}

.custom-dropdown-input-wrapper input {
    padding-right: 22px;
    cursor: pointer;
}

.custom-dropdown-input-wrapper:after {
    content: "\e621";
    display: block;
    position: absolute;
    right: 0;
    top: -4px;
    font-family: 'icons-blank-theme';
    font-size: 28px;
    font-weight: 100;
    transform: rotate(180deg);
    cursor: pointer;
    pointer-events: none;
}

div.custom-dropdown-filter-wrapper ul,
div.custom-dropdown-filter-wrapper ul li {
    margin: 0;
    padding: 0;
}

div.custom-dropdown-filter-wrapper ul li {
    display: block;
    width: 100%;
    min-height: 1px;
}

div.custom-dropdown-filter-wrapper {
    display: none;
}

div.custom-dropdown-filter-wrapper.show {
    display: block;
    max-height: 150px;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 2px);
    margin-left: -4px;
    z-index: 9;
    padding: 0 5px;
    box-shadow: 0 5px 5px -5px #333;
}

div.custom-dropdown-filter-wrapper ul {
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 5px #333;
}

.dropdown-data {
    background: #fff;
    padding: 10px 5px;
    display: block;
    width: 100%;
    min-height: 1px;
}

.dropdown-data.selected {
    background: #5ca0dd;
    color: #fff;
    cursor: pointer;
}

.car-selector-container {
    border: #ccc 1px solid;
    background: #f8f8f8;
    padding: 20px;
}

.car-selector-container div#car-selector-title-wrapper {
    background: #00a3e2;
    margin-left: -20px;
    margin-top: -20px;
    padding: 20px;
    width: 100%;
}

.car-selector-container div#car-selector-title-wrapper h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}

.columns-wrapper .columns-three {
    width: calc(33% - 21px);
    display: inline-block;
}

.columns-wrapper .columns-three:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
}

.search-by-busid-wrapper h3,
.columns-wrapper .columns-three .chooser-title h3 {
    font-weight: bold;
}

.car-selector-container input[type="submit"] {
    background: #00a3e2;
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
}

form#car-busid-form {
    margin-top: 30px;
}

form#car-busid-form input#busid {
    max-width: 175px;
}

form#car-busid-form .search-by-busid-input {
    display: inline-block;
}

.search-by-busid-wrapper input[type="submit"] {
    padding-top: 9px;
    padding-bottom: 8px;
    position: absolute;
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    .columns-wrapper .columns-three {
        width: 100%;
    }

    .columns-wrapper .columns-three:nth-child(2) {
        margin-left: 0;
        marigin-right: 0;
    }
}
