﻿
/* Over Style For Select2 */

.select2-container--default .select2-selection--single {
    background-color: #a9bdbd;
}
.select2-container .select2-selection--single
{
    height:37px;
    padding-top:3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    top:4px;
}
.select2-container--default .select2-selection--single {
    background-color: white;
}