.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


.ac_results {
	padding: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	max-width: 500px;
	width: 500px;
	border: 1px solid #cfcfcf;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
	list-style-position: outside;
	list-style: none;
}

.ac_results li div.ui-ac-item {
	margin: 0px;
	padding: 10px 10px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 14px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading,
.ui-autocomplete-loading {
	padding: 2px 36px 2px 8px !important;
}

.ac_loading,
.ui-autocomplete-loading {
	background: white url('../../images/ajax-loader.gif') !important;
	background-position: 98% center !important;
	background-repeat: no-repeat !important;
	background-size: 20px 20px !important;
}

.ac_odd,
.ui-autocomplete li:nth-child(even) {
	background-color: #eee !important;
}

.ac_over,
.ui-state-active {
	background-color: #a70f31 !important;
}

.ac_over,
.ui-state-active div {
	color: #ffffff !important;
}
