/*===================================================================================
    Select2 Overrides

=====================================================================================*/
/*.select2-container{
    width:100% !important;
}*/
.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
}

.select2-container .select2-selection--single .select2-selection__rendered {
}

.select2-container--default .select2-selection--single {
    background-color: #FFFFFF !important;
    background-image: none !important;
    border: 1px solid #e5e6e7 !important;
    border-radius: 1px !important;
    color: #333 !important;
    display: block !important;
    padding-top: 3px;
    padding-left: 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    /*width: 300px !important;*/
    font-size: 14px !important;
    height: 34px !important;
}

.select2-container .select2-selection--single {
}

.select2-search--dropdown .select2-search__field {
}
