.select2-container-multi .select2-choices .select2-search-choice {
	background-color: #3c8dbc;
	border: 1px solid #3c8dbc;
}

.select2-container {
    z-index: 99999;
}

.multiselect-container {
	z-index: 100000 !important;
}

.select2-search-choice-close:hover{
	background: #3c8dbc;
}

.select2-selection {
	height: auto !important;
}
