
.IControlFactoryCell .riSingle.RadInput_Redesign
{
    min-height: 34px;
    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;
}

.RadInput_Redesign.riContSpinButtons
{
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    padding-right: 0px;
}
.RadInput_Redesign.riContSpinButtons:hover {
    border-color: var(--grey-dark);
}
.RadInput_Redesign .riUp {
    height: 17px !important;
    width: 32px !important;
    background-color: #F3F3F3;
    background-image: url(MargoOutlookTheme/images/pfeil-oben-grau-16px.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    margin-left: -33px !important;
    border-bottom-right-radius: 2px;
    border-color: #D8D8D8;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.RadInput_Redesign .riDown {
    height: 17px !important;
    width: 32px !important;
    background-color: #F3F3F3;
    background-image: url(MargoOutlookTheme/images/pfeil-unten-grau-16px.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    margin-left: -33px !important;
    margin-bottom: 0px !important;
    border-bottom-right-radius: 2px;
    border-color: #D8D8D8;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

html body .RadInput_Redesign .riTextBox:not(.RadTextBoxRedesign),
html body .RadInput_Redesign .riTextBox .riFocused:not(.RadTextBoxRedesign) {
    height: 32px !important;
    border-style: none !important;
    padding: 7px 9px 8px;
    border-radius: 5px 0px 0px 5px;
}

/* Höhenanpassungen für Controls, die innerhalb des Grids kleiner dargestellt werden sollen */
.RadGrid_Redesign .RadInput_Redesign{
    height: 20px !important;
    min-height: 20px !important;
}
html body .RadGrid_Redesign .RadInput_Redesign .riTextBox,
html body .RadGrid_Redesign .RadInput_Redesign .riTextBox .riFocused{
    height: 18px !important;
}
.RadGrid_Redesign .RadInput_Redesign{
    border-radius: 5px !important;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}
.RadGrid_Redesign .rgFilterRow .rcInputCell{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}