.ui-combobox {
    position: relative;
    display: inline-block;
    /*width: 90%;*/
}

.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* adjust styles for IE 6/7 */
    *height: 1.7em;
    *top: 0.1em;
}

.darkBg .ui-combobox-toggle {
    background-color: #D8DEDE;
    margin-left: -3px; 
}

.darkBg .wrFilterInputText {
    color: #414B50;
}

.ui-combobox-input {
    margin: 0;
    padding: 0.3em;
}
/* Klassennamen ändern siehe js-Datei*/
.wrFilterInputText{
    height:20px; /* 27 */
    padding:2px 10px 2px 10px;
    margin:0;
    background: #D8DEDE top left;
    font-size:12px;
    font-weight:normal;
    /*width: 100%;*/
    float:left;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #C8D1D1 #D8DEDE #D8DEDE;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    z-index: 30;
}