@charset "UTF-8";

.ui-autocomplete {
	z-index: 2147483647;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.ui-autocomplete li {
	white-space: nowrap !important;
}

.ui-state-focus {
	border: 1px solid #0000FF!important;
	background: #D7EEFF!important;
	font-weight: normal!important;
	color: #0000FF!important;
}
