.custom-combobox {
	position: relative;
	/*display: inline-block;*/
	display: block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	right:0;
	/*margin-left: -1px;*/
	padding: 0;
	/* support: IE7 */
	*height: 1.7em;
	*top: 0.1em;
}
.custom-combobox-input {
	margin: 0 !important;
	padding: 0.3em !important;
	background: #fff !important;
	width: 98% !important;
	font-size: 14px !important;
}

.ui-autocomplete{
	max-height: 300px;
	overflow-y: auto;
}

 #reset_filter {
	display: none;
}
 