﻿.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	border: 2px solid #4580AB !important;
	background: #FFFFFF !important;
	color: #272E31 !important;    
    -webkit-padding-start: 0 !important;
}

    .ui-autocomplete li {
        list-style: none;
        padding-left: 5px;        
    }

    .ui-autocomplete li:hover {
        background: #e8e8e8;
    }

    .ui-menu-item-wrapper:hover{
        font-size: 10pt !important;
        background: #E8E8E8 !important;
    }

.ui-front {
    margin: 10px 0 0px -27px !important;
}