﻿/*RadDropDownList*/
div.RadDropDownList {
    white-space: nowrap;
}

/*RadGridStyles*/


.rgFilterBox {
    min-height: 12px;
    max-height: 12px;
}

.GridHyperLinkColumn {
    font-weight: bold;
}

div.RadGrid .rgSelectedRow {
    background: None !important;
    color: Black !important;
}

div.RadGrid .rgSelectedRow a {
    color: Black !important;
}

.RadGrid .rgSelectedRow td, .RadGrid .rgSelectedRow td.rgSorted {
    border-bottom-color: Transparent !important;
}


/*RadListBoxStyles*/
div.RadListBox .rlbText {
    white-space: nowrap;
}

/*RadTabStyles*/
div.RadTabStrip_Web20 .ChildTab .rtsTxt {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
}
/*From RadEditor*/
/*Disable the 'Add Custom Color' from RadEditors*/
.reCustomColor {
    display: none !important;
}
.t-button{
    padding: 0px !important;
    border-style: none !important;
}

/* Rad Pane Style*/

.RadSplitter_Default .rspPaneTabContainer {
    background-image: none !important;
    font-weight: bolder !important;
    color: white !important;
    height: 90px;
    width:50px;
}

.RadSplitter .rspSlideTitle, .RadSplitter .rspPaneTabText {
    /*font-weight: bold !important;*/
    font-size: 14px !important;
    font-family: 'Verdana', sans-serif !important;
    
}

.RadSplitter_Default .rspTabsContainer{
    width:50px !important;
}

.RAD_SLIDING_PANE_TEXT {
    transform: rotate(180deg);
}

