.select2-container{
	display: inline-block !important;
}
.select2-container.select2_compulsory.error{
	color: inherit;
    border: inherit;
    margin: 0px;
    padding: 0px;
}
.select2-container-active .select2-choices{
	border: 1px solid #A28D59;
}
.select2-container-active{
	border-color: #A28D59;
}
.select2-container-multi.select2-container-active .select2-choices{
	border: 1px solid #A28D59;
}
.select2-drop-active{
	border-color: #A28D59;
}
.select2-container-multi .select2-choices {
  padding: 1px 5px 1px 0;
}
.select2-container-multi .select2-choices .select2-search-field input{
	color:inherit;
}
.select2-container-multi .select2-choices .select2-search-choice {
	background-color: #E4E4E4;
	background-image: linear-gradient(to bottom, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEEEEE 100%);
	border: 1px solid #AAAAAA;
	box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: inherit;
	padding: 5px 21px 5px 10px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 5px 21px 5px 10px;
}
.select2-container .select2-choice .select2-arrow {
	background: #fff;
	border-left: 1px solid #A28D59;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #fff));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #fff 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0%, #fff 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
	background-image: linear-gradient(to top, #fff 0%, #fff 60%); 
}
.select2-container .select2-choice {
	-moz-user-select: none;
	background-clip: padding-box;
	background-color: #FFFFFF;
	background-image: linear-gradient(to top, #FFFFFF 0%, #FFFFFF 50%);
	border: 1px solid #AAAAAA;
	border-radius: inherit;
	color: inherit;
	white-space: normal;
}
.select2-results {
    max-height: 400px;
}
.select2-results .select2-highlighted{
	background: #4d82db;
    color: #fff;

}
.select2-result-selectable .select2-result-desc{
	color: #888888;
}
.select2-highlighted .select2-result-desc{
	color: #c8c8c8;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit{
	padding-top: 3px;
	padding-bottom: 3px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    font-family: inherit;
}
.select2-container .select2-choice > .select2-chosen {
	 white-space: normal;
}
