.select2-container .select2-selection--single, .select2-selection.select2-selection--multiple{
	height: 34px;
	line-height: 1.42857143;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	margin-top: -2px;
}

.form-control.select2, .select2.select2-container.select2-container--default{
	width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #3C8DBD;
}