.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	/* position: absolute; */
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* support: IE7 */
	*height: 1.7em;
	*top: 0.1em;
}
.custom-combobox-input {
	margin: 0;
	padding: 0.3em;
	width: 380px !important;
	background-color: white;
}
.ui-autocomplete {
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 20px;
    z-index: 1111;
    position: fixed;
}