.stock-search-result {
    background: #263b88;
    color: #FFF;
}

.ui-state-focus
{
    color:White;
    background:#96B202;
    outline:none;
}

.ui-autocomplete {
    max-height: 600px;
    z-index: 9999 !important;
    border: 0px !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #428BCA !important;
	font-weight: normal;
	color: #ffffff;
}

.ui-state-hover {
    background: #428BCA !important;
}
.ui-widget {
    font-family: Roboto;
    font-size: 15px;
}

.search-symbol {
    font-weight: bold;
}