.ui-autocomplete {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    box-shadow: 0 2px 10px rgba(25, 26, 24, 0.5);
    z-index: 1000;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-menu-item:hover{
    background:none !important;
    border-color:#fff;
    cursor:default;
}

.ui-menu-item:hover a {
    text-decoration:underline;
}
.ui-menu-item a{
    color:#3867d6;
}
.ui-menu-item a:hover{
    color:#2147a0;
}
.ui-autocomplete-image {
    padding-left: 5px;
    padding-right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.ui-autocomplete-image, .ui-autocomplete-title {
    display: table-cell;
    vertical-align: middle;
}
.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 {
 color:#2147a0!important;
 background-color:#ffffff!important;
 border-color:#ffffff!important
}