/*стилове за autocomplete*/
/*===========================*/
/*.autocomplete .triangle{
    border-top: 10px solid transparent;
    border-right: 15px solid #434029;
    border-bottom: 10px solid transparent;
    left: 236px;position: fixed;  
}*/

.autocomplete ul{
    list-style: none;
    background: #eac263;
    position: sticky;
    max-height: 100%;
    overflow-x: hidden;
    z-index: 1000001111;
    padding: 2px 10px;
    width: 270px;
    /*    left: 270px;
        top: 100px;
        height: 100%;*/
    color: #000;
    max-height: 10em;
    word-wrap: break-word;
    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; 
}

.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;
}
