﻿#RightsEditorTreeView img.rtImg {
    height: auto;
    width: auto;
    margin-right: 5px;
}

#ReportsTreeView img.rtImg {
    height: 16px;
    width: 16px;
}

.RadTreeView_Standard, .RadTreeView {
    background-color: #FFFFFF;
    overflow: auto;
}

.RadTreeView_Standard input.rtChk {
    margin: 0;
}

.RadTreeView_Standard img.rtImg {
    height: 15px;
    width: 15px;
}

.RadTreeView_Standard .rtIn, .RadTreeView .rtImg, .RadTreeView .rtChkTristate, .RadTreeView .rtLoadingIcon, .RadTreeView label {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.RadTreeView_Standard .rtText {
        vertical-align: text-top !important;
}

.RadTreeView_Standard .rtLI {
    margin-top: -1.5px;
}

/* Fix for strange underline behaviour in firefox */
@supports (-moz-appearance:none) {
    .RadTreeView_Standard .rtIn {
        line-height: initial;
    }
}

.RadTreeView_Standard div.rtIn:hover {
    background-color: #D2DCE6;
    border-color: #3F3F3F;
    border-radius: 4px;
    color: #000;
}

.RadTreeView_Standard .rtSelected .rtIn {
    border-color: #3F3F3F;
    color: #fff;
    background-color: #829BB4;
    border-radius: 4px;
}

.RadTreeView .rtOut {
    padding: 1.5px 0 !important;
}