.sey-container{
    display: none;
    position: absolute;
    max-width: 80%;
    background-color: #2c3e509d;
    color: #dbdbdb;
    transition: left .1s ease-in-out;
    z-index: 2000000 !important;
}
.sey-list{
    padding:0;
    margin:0;
    list-style-type:none;
    z-index: 2000000 !important;
}
.sey-show{
    display:block
}
.sey-hide{
    display:none
}
.sey-empty{
    cursor:default;
    padding:7px
}
.sey-item{
    cursor:pointer;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding:7px
}
.sey-item:hover{
    background-color:#2c3e50;
    color:#ffffff
    
}
.sey-selected{
    background-color:#2c3e50cb;
    color:#ffffff
    2000000 !important;
}
.sey-char-highlight{
    font-weight:700
}
.sey-category-id{
    background-color:#eee;
    color:#707070;
    text-align:right;
    text-transform:capitalize;
    font-style:italic;
    font-size:12px;
    box-shadow:1px 0 1px;padding:7px
}