
/* 
    Created on : 23.03.2018, 09:25:34
    Author     : sturm_al1

    TODO: auslagern in wicket 42
*/

#autocomplete{
    padding: 0 30px 0 20px;
    height: 39px;

}
.icon-search{
    position: absolute;
    left: 5px;
    top: 7px;
    z-index: 5;
    opacity: .5;
}
.clear-search:hover{
    opacity: 1;
}
.clear-search{
    position: absolute;
    cursor: pointer;
    right: 40px;
    top: 7px;
    z-index: 5;
    opacity: .5;
    display: none;
}
.autocomplete-suggestions {
    top: 126px !important;
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    cursor:  pointer;
    max-height: 800px!important;
    /*    height: unset;*/
    margin-top: -15px;
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor:  pointer;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}
.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
    color: #fff;
    background: var(--bs-primary);
    max-height: 350px;
    overflow: auto;
}
.autocomplete-group strong {
    display: block;
}
/*IE x raus*/
input[type=text]::-ms-clear {
    display: none;
}
.grop-container{
    max-height: 200px;
    overflow: auto;
}
