.ui-autocomplete {
    background-color: #FFF;
    width: auto !important;
    max-width: 440px;
    max-height: 220px;
    overflow: auto;
    border: solid 1px #e0e0e0;
    z-index: 11;
    list-style: none;
    padding-left: 0px;
}
@-moz-document url-prefix() {
    .ui-autocomplete {
        width: 100% !important;
    }
}
.ui-autocomplete-category {
    font-weight: bold;
    padding: 10px;
    margin: 0px;
    color: #F07F00;
    border-bottom: solid 1px #e0e0e0;
    cursor: default;
}
.ui-menu-item {
    padding: 10px;
    border-bottom: solid 1px #e0e0e0;
    color: #606060;
}
.ui-menu-item:hover {
    background-color: #efefef;
    cursor: pointer;
}
.ui-menu-item span {
    color: #868686;
    font-size: 12px;
    margin-left: 2px;
}

@media screen and (min-width: 991px) {
    .ui-autocomplete {
        position: absolute !important;
    }
}

@media screen and (max-width: 990px) {
    .ui-autocomplete {
        z-index: 900;
        max-width: none;
        max-height: 120px;
        width: calc(100% - 22px) !important;
    }
}

@media screen and (max-width: 768px) {
    .ui-autocomplete {
        width: calc(100% - 20%) !important;
    }
}

@media screen and (max-height: 400px) {
    .ui-autocomplete {
        max-height: 80px;
    }
}
