.select2-container {
	margin: 0px 0px 3px !important;
}

.select2-container .select2-choice {
	border: 2px solid rgba(0, 0, 0, 0.17) !important;
    background-color: #fff !important;
    background-image: none !important;
    height: 30px !important;
	border-radius: 3px !important;
	color: #333 !important;
}

.select2-container .select2-choice .select2-arrow {
	background: no-repeat !important;
	border-left: none !important;
	border-radius: 0px 3px 3px 0px !important;
}

.select2-drop-active {
	border: none !important;
}

.select2-drop {
	background: #fff !important;
	color: #333 !important;
	border-radius: 0px 0px 3px 3px !important;
	box-shadow: none !important;
	border-bottom: 2px solid #3498DB !important;
    border-left: 2px solid #3498DB !important;
    border-right: 2px solid #3498DB !important;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
	background: #fff !important;
}

.select2-search input {
	background: url(../../../jscripts/select2/select2.png) no-repeat scroll 100% -22px, linear-gradient(to bottom, #f3f3f3 85%, #f3f3f3 99%) repeat scroll 0px 0px transparent !important;
	border: 2px solid #E3E3E3 !important;
}

.select2-dropdown-open .select2-choice {
	box-shadow: none !important;
}

.select2-container-multi .select2-choices {
	border: 2px solid rgba(0, 0, 0, 0.17) !important;
	background-color: #fff !important;
	background-image: none !important;
	border-radius: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice {
	color: #f5f5f5 !important;
	background-color: #444 !important;
	box-shadow: none !important;
    background-image: none !important;
	padding: 4px 5px 4px 18px !important;
    margin: 5px 0px 5px 5px !important;
	border: none !important;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 2px solid #3498DB !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 2px solid #3498DB !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-search {
	margin: 4px 0px 0 !important;
}
		
		
		