.RadTreeView_Millennia {
    color: #3C4752;

    font-weight:500;
}

    .RadTreeView_Millennia a.rtIn {
        *color: black
    }

    .RadTreeView_Millennia .rtEdit .rtIn input {
        *color: white
    }

    .RadTreeView_Millennia .rtChecked, .RadTreeView_Millennia .rtUnchecked, .RadTreeView_Millennia .rtIndeterminate {
        background-image: url('Common/radFormToggleSprite.png') 

    }

    .RadTreeView_Millennia .rtLoadingIcon {
        background-image: url('Common/loading_small.gif')
    }

    .RadTreeView_Millennia .rtPlus, .RadTreeView_Millennia .rtMinus, .RadTreeView_Millennia .rtPlusHover {
        background-image: url('../Teal/All_Icons/dropdown-large.png');
        background-repeat: no-repeat;
        background-size: 15px;
        background-position:0 !important;
    }

.RadTreeView .rtPlus, .RadTreeView .rtMinus {
    margin: 3px 2px 0 -2px !important;
    width: 15px !important;
    height: 15px !important;
    right:6px;
}



.RadTreeView .rtIn {
   
    
}

.RadTreeView .rtMinus{
    background-position:0 0 !important;
    transform:rotate(180deg);
}
/*ED: leftpane lines radtree */
.RadTreeView_Millennia_disabled .rtIn, .RadTreeView_Millennia .rtDisabled .rtIn {
    color: #e5e5e5
}

    .RadTreeView_Millennia .rtIn:hover {
        color: #0073ED;
    }

    .RadTreeView_Millennia .rtLI .rtEdit .rtIn {
        border-width: 1px;
        border-style: solid;
        padding: 2px 1px 1px;
        height: 1.4em;
        text-decoration: none;
        vertical-align: middle;
        border-color: black !important;
        background-color: transparent !important;
        color: black !important;
    }

    /*ED : Left Pane Main sub headers hovering style */
    .RadTreeView_Millennia .rtLines .rtFirst .rtUL .rtLI:hover {
       /* background-color: lightgray !important;
        color:white;*/
        cursor: pointer;
    }

    .RadTreeView_Millennia .rtSelected  {
        color:#0073ED;
    }

.RadTreeView .rtIn{
    font-size:14px;
}


.RadTreeView_Millennia .rtLines .rtTop,
.RadTreeView_Millennia .rtLines .rtFirst,
.RadTreeView_Millennia .rtLines .rtLI,
.RadTreeView_Millennia .rtLines .rtMid,
.RadTreeView_Millennia .rtLines .rtBot {
    background-image: none !important;
    padding-left: 12px !important;
    padding-bottom: 1px !important;
}

        .RadTreeView_Millennia .rtSp{
            width: 20px !important;
            height:20px !important;

        }

        .RadTreeView_Millennia .rtLines .rtFirst .rtTop:hover,
        .RadTreeView_Millennia .rtLines .rtLI .rtMid:hover,
        .RadTreeView_Millennia .rtLines .rtLI .rtUL .rtLI .rtTop:hover,
        .RadTreeView_Millennia .rtLines .rtLast .rtBot:hover,
        .RadTreeView_Millennia .rtLines .rtLast .rtUL .rtLI:hover {
            
            /*color:white;*/
            cursor: pointer;
        }

    
    
   
    /* adjustment to move plus/minus icon left of image */
    .RadTreeView_Millennia .rtLines .rtLI,
    .RadTreeView_Millennia .rtLines .rtTop,
    .RadTreeView_Millennia .rtLines .rtLast .rtTop,
    .RadTreeView_Millennia .rtLines .rtMid,
    .RadTreeView_Millennia .rtLines .rtBot {
        position: relative;
    }

    /* adjustment to move plus/minus icon left of image */
    .RadTreeView_Millennia .SpriteIcon .rtPlus,
    .RadTreeView_Millennia .SpriteIcon .rtMinus {
         position: absolute;
    }

    /* disable hover effect on non-clickable radtreeview node */
    /*ED: Left pane Readonly labels hovering style */
    .RadTreeView_Millennia .rtHover .ReadOnly.rtIn {
        /*color:white;*/
        background-color: lightgray;
        border: none !important;
        padding: 3px !important;
        cursor: default !important;
    }

    /* change hover effect on radtreeview node */
    /* cursor:text; note: don't mark as !important or the "Drop not allowed" icon will not show */
    .RadTreeView_Millennia .rtHover .NewFolder.rtIn {
        font-style: normal !important;
        font-weight: bold !important;
        color: #0073ED !important;
        cursor: text;
        background: none !important;
        border: none !important;
       
    }

    /* change treeview font style on hover */
    .RadTreeView_Millennia .NewFolder .rmText:hover {
        font-style: normal !important;
        cursor: text;
    }

    /* change menu and treeview font style for new folder */
    .RadTreeView_Millennia .NewFolder.rtIn,
    .RadMenu .NewFolder .rmText {
        font-style: italic !important;
        font-weight: bold !important;
        color: #bcbcbc !important;
    }

    .RadTreeView_Millennia.Search .rtLI > div {
        padding-left: 5px !important;
    }

    .RadTreeView_Millennia.Logs .rtDisabled .rtIn:not(.SelectedNode),
    .RadTreeView_Millennia.Search .rtDisabled .rtIn:not(.SelectedNode) {
        color: #424242;
    }

