/* ----- jQuery Select 2 Custom Style ----- */

.select2-drop-mask {
    z-index: 1009998;
}

.select2-drop {
    z-index: 1009999;
}

.select2-search {
    z-index: 10010000;
}

.select2-container {
    line-height: 30px;
}

.select2-container .select2-selection--single {
    
}

.select2-container ul {
    padding: 0;
    margin: 0;
}

.select2-container .select2-choice,
.select2-container .select2-choice:hover {
    padding: 0;
    box-shadow: none;
    text-decoration: none;
    margin: 0;
}

.select2-container .select2-choice {
    border-radius: 0;
    height: auto;
}

.select2-container .select2-choice .select2-chosen {
    padding: 3px 15px;
    height: auto;
}

.select2-results {
    padding: 0;
}

.select2-results .select2-result {
    margin: 0;
}

.select2-results .select2-result-label {
    padding: 10px 15px;
}

.select2-results .select2-highlighted {
    background: #333;
    color: #fff;
    border-radius: 0;
}

.select2-no-results {
    line-height: 30px;
}