.text-bold-small {
    font-weight: bolder;
    font-size: 12px;
    color: black;
}

.text-small {
    font-weight: normal;
    font-size: 12px;
    text-overflow: ellipsis;
    color: #3a3a3a;
}

.link-no-format {
    text-decoration: none;
    color: initial;
}

    .link-no-format:hover {
        text-decoration: none !important;
        color: initial;
    }

.RadTreeView div.rtIn {
    display: inline-block;
    vertical-align: top;
    width: 95%;
}

.rgDataDiv {
    overflow-x: hidden !important; /*Horizontal*/
    /*overflow-y: hidden!important;* Vertical/
}