.select2-container {
	font-size: 14px !important;
}
.select2-container > .select2-choice {
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #ccc !important;
	border-radius: 2px !important;
	height: 36px !important;
	line-height: 36px !important;
}
.select2-container.select2-container-disabled > .select2-choice {
	background-color: #f6f6f6 !important;
} 
.select2-container.select2-container-multi .select2-choices {
	min-height: 36px !important;
}
.select2-container.select2-container-multi .select2-input {
	padding: 7px !important;
}
.select2-container.select2-dropdown-open > .select2-choice {
	border-radius: 2px 2px 0 0 !important;
}
.select2-container.select2-dropdown-open.select2-drop-above > .select2-choice {
	border-radius: 0 0 2px 2px !important;
	border-top: 1px solid #ccc !important;
}
.select2-container-active > .select2-choice {
	box-shadow: none !important;
}
.select2-container .select2-choice abbr {
	top: 11px !important;
}
#select2-drop.select2-drop-active {
	border-color: #ccc !important;
}
.select2-container > .select2-choice .select2-arrow {
	background-image: none !important;
	background-color: #eee !important;
	border-radius: 0 2px 2px 0 !important;
	border-left: 1px solid #ccc !important;
}
.select2-container > .select2-choice .select2-arrow b {
	background-position: 0 5px !important;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 5px !important;
}
.select2-search {
	padding: 0 !important;
	position: relative;
}
.select2-search input {
	background: 0 !important;
	border: 1px solid #ccc !important;
	border-left: 0 !important;
	border-right: 0 !important;
	padding: 6px 24px 6px 6px !important;
	
}
.select2-search:after {
	width: 18px;
	height: 18px;
	content: "";
	position: absolute;
	right: 5px;
	top: 6px;
	background: url('../js/select2/select2.png') no-repeat 100% -22px !important;
}
.select2-results {
	margin: 0 !important;
	padding: 0 !important;
}
.select2-results li {
	padding: 2px 0 !important;
}
.select2-results li.select2-no-results {
	padding: 6px !important;
}
.select2-drop.select2-drop-above {
	border-radius: 2px 2px 0 0 !important;
}
.select2-drop.select2-drop-above .select2-search input {
	margin-top: 0 !important;
	border-top: 0 !important;
}

/* Multiple select */
.select2-container-multi .select2-choices {
	background-image: none !important;
	border: 1px solid #ccc !important;
}
.select2-container-multi .select2-choices .select2-input {
	box-shadow: none !important;
	background: none !important;
	border: 0 !important;
}
.select2-container-multi .select2-choices .select2-search-field {
	border-bottom: 0 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
	background-color: #006699 !important;
	border-color: #006699 !important;
	background-image: none !important;
	color: #fff !important;
	padding: 8px 20px 8px 8px !important;
	box-shadow: none !important;
}
.select2-container-multi .select2-search-choice-close {
	position: absolute;
	top: 7px;
	right: 3px !important;
	left: auto !important;
	color: #fff;
	background-image: none;
	text-decoration: none;
}
.select2-container-multi .select2-search-choice-close:before {
	content: "×";
	display: block;
	font-size: 15px;
}
.select2-container-multi .select2-search-choice-close:hover, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right top !important;
}
.select2-drop.select2-drop-above.select2-drop-active {
	border-bottom: 1px solid #ccc !important;
}
