﻿body {
}
.RadComboBoxCustom {
    width:100% !important;
    font-size : 14px !important;
}

.RadComboBox .rcbInput {
    height:2.42em !important;
}

.RadComboBoxCustomIndex .rcbInput {
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 100 !important;
    color: #555555 !important;
}

.radComboCustomResultat .rcbActionButton {
    background-color: white !important;
    height: 44%;
}

.radComboCustomResultat .rcbHovered .rcbActionButton {
    background-color: #b3b3b3 !important;
    border-radius: 0 !important;
}

.radComboCustomResultat .rcbInner {
    border-radius:0 !important;
}