/*стилове за dropdown-custom*/
/*===========================*/
#listbox .triangle{ 
    border-top: 10px solid transparent;
    border-right: 15px solid #434029;
    border-bottom: 10px solid transparent;
    left: 236px;position: fixed;  
}

#listbox{
    border: 1px solid #979797;
    box-shadow: 2px 1px 5px gray;
    z-index: 100000;
    background: #eac263;
}

#listbox ul{
    list-style: none;
    max-height: 100%;
    overflow-x: hidden;
    padding: 2px 10px;
    left:auto;
    top:auto;
    height: auto;
    color: #000;
    max-height: 24em;
    overflow-y: auto;
}
#listbox ul li{
    padding: 2px;
    border-bottom: 1px dashed #636363;
    cursor: pointer;
}

#listbox ul li:hover{
    background: transparent;
}
#listbox ul label:hover{
    background: #00c9ff;
}

.Spiner_loading {
    background-image: url(/assets/plugins/dropdown-custom/img/loading.gif) !Important;
    background-position:right center !Important;
    background-repeat: no-repeat !Important;
    background-size: 26px !important;
}
