﻿.RadComboBox {
    line-height: initial !important;
}

.RadComboBox .rcbInput {
    height: auto !important;
}

.RadComboBox .rcbActionButton {
    width: 18px !important;
    height: 20px !important;
    padding: 0 !important;
}

.RadComboBox .rcbInner {
    padding: 2px 22px 2px 5px !important;
    line-height: 0 !important;
}

.RadComboBox_Sunset .rcbInput {
    font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif !important;
}

.RadComboBoxDropDown_Sunset {
    color: #333 !important;
    font: normal 12px/16px "Segoe UI", Arial, Helvetica, sans-serif !important;
}

.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
    height: auto !important;
    min-height: 13px !important;
    margin: 0 1px !important;
    padding: 2px 6px !important;
}

.RadGrid_Simple .rgRow a, .RadGrid_Simple .rgAltRow a {
    color: #B71E70 !important;
}

.rgNumPart {
    font-size:1em;
}

.RadGrid .rgArrPart1 img, .RadGrid .rgArrPart2 img {
    height:1em;
    margin:.25em;
}

.RadGrid .rgNumPart span {
    padding:.25em;
    line-height:1.25em;
}

.RadGrid_Simple th.rgSorted, .RadGrid_Simple th.rgSorted a {
    background-color: #B6DCE1 !important;
    color: #148ba8 !important;
}