/* Auto Complete */

.YeahAutocomplete_list {
    background: #fff;
    position: absolute;
    margin-top: 38px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    border: solid 1px rgba(0, 0, 0, 0.07);
    padding: 0px !important;
    z-index: 1;
}

.YeahAutocomplete_list li {
    display: block;
    padding: 5px !important;
    text-align: left;
    min-width: 230px;
}

.YeahAutocomplete_list li:hover {
    background: #00868c;
    color: #fff;
    cursor: pointer;
}

/*.yac_loading {
    background: #f2f2f2 url(../img/loading.gif) no-repeat 95% 50% !important;
    background-size: 20px !important;
}*/

#locations_yac {
    background: #f2f2f2 url(../img/loading.gif) no-repeat 95% 50%;
    background-size: 20px !important;
}

#locations_yac .yac_loading {
    background: #f2f2f2 !important;
}