div.here-autocompleter
{
	position: absolute !important;
	background-color: white;
	z-index: 999;
    display:inline-block;
	font-size:small;
	top: 100% !important;
	width: 100%;
}


.here-autocompleter-suggestions {

    display:none;
	padding: 7px;
	font-weight: bold;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 2px;
	outline: none;
	background-color: #ffffff;
	list-style: none;
	text-align: left;
	width: auto;
	z-index: 999;
}

.here-autocompleter ul {
	margin:0px;
}

.here-autocompleter-suggestions li{
	font-family: 'Roboto Condensed', sans-serif;
}

.here-autocompleter-suggestions li{
	padding: 3px;
	padding-left: 5px;
	color: rgb(99, 99, 99);
	background-color: #ffffff;
    font-weight: normal;
	text-decoration: none;
}
.here-autocompleter-suggestions i {
	width:24px;
	height: auto;
	padding: 5px;
}
.here-autocompleter-suggestions li > span {
	margin-left:5px;
}

.here-autocompleter-suggestions li:hover {
    cursor:pointer;
	background-color: #f3f1ec;
}

.li-hover {
	cursor:pointer;
	background-color: #f3f1ec !important;
}

.here-autocompleter-input-loading {

	background-color: transparent;
    background-image: url("./../images/4V0b.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}

.here-autocompleter-alert {
	display: none;
	color: red;
}

.here-autocompleter-alert.active {
	display: block;
}

