.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container .select2-selection--single{
    height:38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:36px !important;
}