﻿

.select2-dropdown--below {
    top: -38px;
}

/* adjust css to change look */



.select-box {
    position: relatove;
    display: block;
}

.select2-container--default .select2-selection--single {
    background-color: #010101;
    border: 0;
    height: 36px;
    line-height: 36px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 20px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 5px;
    }

.select2-container {
    height: 38px;
    border: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    background-color: #010101;
    color: #999;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px;
    font-weight: bold;
    font-style: italic;
}

.select2-search--dropdown {
    display: block;
    padding: 0px;
}

.select2-search {
    background-color: #2c2c2c;
    text-transform: uppercase;
    color: #999;
    font-style: italic;
}

    .select2-search input {
        background-color: #2c2c2c;
        text-transform: uppercase;
        color: #999;
        font-style: italic;
    }

.select2-results {
    background-color: #2c2c2c;
    text-transform: uppercase;
    color: #999;
    font-style: italic;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F5DF4D !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
    color: black;
}




.select2-dropdown {
    border-radius: 4px;
    border: 1px solid #999 !important;
}