/*стилове за autocomplete*/
/*===========================*/
.autocomplete .triangle{
    border-top: 10px solid transparent;
    border-right: 15px solid #434029;
    border-bottom: 10px solid transparent;
    left: 236px;position: fixed;  
}

.autocomplete ul{
    position: fixed;
    list-style: none;
    background: #eac263;
    max-height: 100%;
    overflow-x: hidden;
    z-index: 100000;
    padding: 2px 10px;

    color: #000;
    max-height: 30em;
    overflow-y: auto;
}
.autocomplete ul li{
    padding: 2px;
    border-bottom: 1px dashed #636363;
    cursor: pointer;
}
.autocomplete ul li:hover{
    background: #00c9ff;
}
.autocomplete ul li.selected{
    background: #00c9ff; 
}
.autocomplete ul li + li:before {

}

.Spiner_loading {
    background-image: url(/assets/plugins/autocomplete/img/loading.gif) !Important;
    background-position:right center !Important;
    background-repeat: no-repeat !Important;
    background-size: 26px !important;
}
