.form-group .select2-container {
    width: 100%;
}
.select2-container .select2-choice {
    box-shadow: 0px 3px 6px #424242;
    background: #D9D9D9;
    color: #424242;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    padding: 4px 12px 7px;
    border: 0;
    width: 100%;
    height: 35px;
    -webkit-appearance: none;
     /*font-family: 'Eurostile LT Std Oblique';*/
     font-family: 'EurostileLTStd Roman';
}

/* Mirrors inputs in style.css*/
@media(min-width: 1800px) {
    .select2-container .select2-choice {
        height: 40px;
        font-size: 22px;
        padding: 8px 12px 7px;
    }
}

.select2-container.ng-empty .select2-chosen {
    color: #6c757d;
    opacity: 1;
    font-style: italic;
}

.select2-dropdown-open .select2-choice {
    color: #fff;
    background: #424242;
}

.select2-container .select2-choice .select2-arrow {
    height: 100%;
    width: 34px;
    background-image: url('../images/arrow-back.png');
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: 18px;
    background-color: inherit;
    border-left: 0px;
}
.select2-container .select2-choice .select2-arrow b {
    display: none;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #D9D9D9;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    display: none;
}


.select2-drop .select2-highlighted {
    background: #CF0A2C !important;
}
.select2-results {
    font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.select2-container:hover .select2-choice .select2-arrow {
    background-image: url('../images/arrow-back-white.png') !important;
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: 18px;
}
.select2-dropdown-open .select2-choice .select2-arrow {
    background-image: url('../images/arrow-back-white.png') !important;
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: 18px;
}

.select2-drop {
    background: white !important;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #424242;
    overflow: hidden;
    margin-top: 3px;
    padding: 3px 0;
}
.select2-drop .select2-result-label {
    background: transparent;
    padding: 0.8em 17px 0.4em;
    font-family: 'EurostileLTStd Roman';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 16px;
}

.select2-search {
    padding: 4px;
}
.select2-search input {
    font-size: 16px;
}

/* Asset Pump Form */
.truck-table-cell .select2-container {
    width: 100%;
    min-width: 245px;
}