.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
}

.select2-container .select2-selection--single {
    height: 30px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
	margin: 5px 0 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
    right: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777 !important;
}

.select2-container--open .select2-dropdown {
    left: ;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 30px!important;
}