
.RadComboBox_Redesign {
    height: 34px;
    background-color: white;
    white-space: normal;
    font-family: 'Calibri', sans-serif;
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

.RadComboBox_Redesign .rcbInputCell {
    height: 34px !important;
    padding: 7px 9px 8px !important;
    box-sizing: border-box;
}

.RadComboBox_Redesign .rcbInput {
    padding: 0px !important;
}

.RadComboBoxDropDown_Redesign {
    background-color: white;
    white-space: normal;
    font-family: 'Calibri', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

/* Pfeilbox an der rechten Seite*/
div.RadComboBox_Redesign .rcbArrowCell a,
div.RadComboBox_Redesign .rcbFocused .rcbArrowCell a {
    height: 34px;
    width: 34px;
    background-repeat: no-repeat;
    background-color: #F3F3F3;
    background-position: center;
    background-size: 10px;
    background-image: url(MargoOutlookTheme/Combobox/Skins/Redesign/pfeil-unten-grau-16px.png), url(pfeil-unten-grau-16px.png);
    border-left-width: 1px;
    border-left-color: #D8D8D8;
    border-style: solid;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.RadComboBox_Redesign .rcbArrowCell {
    display: contents;
}

/* Eingabefeld der Combobox  */
.RadComboBox_Redesign .rcbInputCell {
    height: 34px;
}

.RadComboBoxDropDown_Redesign .rcbScroll
{
    overflow-x:auto;
}

div.RadComboBoxDropDown_Redesign .rcbItem,
div.RadComboBoxDropDown_Redesign .rcbFocused,
div.RadComboBoxDropDown_Redesign .rcbHovered {
    line-height: 1.35715;
    padding: 7px 9px !important;
    border-color: #D8D8D8 !important;
    /*border-style: solid;*/
    border-width: 1px;

    display: flex;
    align-items: center;

    border-right: none;
    border-left: none;
    border-top: none;
}

div.RadComboBoxDropDown_Redesign .rcbHovered {
    background-color: rgba(0,0,0,.1);
}

.RadInput .riTextBox:hover {
    border-color: var(--grey-dark) !important;
}