
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 0.3rem;
    padding-left: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .autocomplete-suggestion {
        font-size: 1rem;
    }
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #0085bd;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.autocomplete .has-search .form-control {
    padding-left: 2.375rem;
}

.autocomplete .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

