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

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

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

.select2-container .select2-selection--multiple {
	min-height: 44px;
}

.select2-container .select2-search--inline .select2-search__field {
	height: 24px;
	margin-top: 10px;
}

.select2-container .select2-search--inline,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.select2-selection__rendered {
	margin-bottom: 0;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding-left: 0;
}

.modal-body .select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding-top: 2px;
	padding-bottom: 2px;
}