.select2-container .select2-selection--single {
	border: 2px solid #CCC;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 30px;
	height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px;
}
.select2-container .select2-selection--single:focus,
.select2-container--open .select2-selection--single {
	border-color: #66AFE9;
	outline: 0;
}
.has-error .select2-container .select2-selection--single {
	border: 2px solid IndianRed;
}