.ui-widget-content .ui-autocomplete-category {
    color: #555555;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
}

.widget-content .ui-state-focus {
    background-color:#12b6f7 !important;
    color:white;
}
.ui-autocomplete-category ul li {
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
    color: #555555;
}
.ui-menu .ui-menu-item a {
    font-family: "Geogrotesque-Regular", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    text-decoration: none;
    border: none;
    font-size: 11pt;
}
.ui-menu .ui-menu-item a:focus {
    white-space: nowrap;
    background-image: none ;
    background-color:#12b6f7 !important;
    color:white;
    font-weight: bold;
    border:none;
}

.ui-menu .ui-menu-item a:hover {
    background-color:#12b6f7 !important;font-weight:bold;color:#ffffff;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{border-radius: 0;}
.ui-autocomplete {
    max-height: 280px;
    z-index: 20 !important;
    overflow: scroll;
}