.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    border-radius: 0;
    border-color: #ccc;
    min-height: 34px;
    height: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 2px 5px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 3px;
}
.form-group.has-error .select2.select2-container .select2-selection{
	border: 1px solid #dd4b39;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	margin-top: -4px;
	color: #777;
	padding-left: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	color: #444;
}
