label.error {
    display: block;
    color: red;
    margin-top: 5px;
    font-size: 14px;
}

/*jquery ui autocomplete style*/
.autocomlete-highlight {
	z-index: 9;
	background-color: #f9f9f9;
	width: 300px !important;
	padding: 0px;
}

.autocomlete-highlight li {
	list-style: none;
}
.autocomlete-highlight li>div {
    color: black;
	display: block;
    padding: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	cursor: pointer;
	display: block;
	background-color: #eba947;
    color: white;
    /*font-weight: bold !important;*/
}
/*end of jquery ui autocomplete style*/
