﻿.jstree-wholerow-ul, .jstree {
    text-align: right
}
.tree-modal-body{
    height: 247px;
    overflow-y: auto;
}
.jstree-wholerow-ul .jstree-wholerow {
}
.model-cmd-footer {
    padding: 5px;
    border: 0px solid #ebeaea;
    background-color: #ffffff;
    border-radius: 3px;
    margin: 5px 0px;
    text-align: center !important;
    width: 100%
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}
.jstree-anchor {
    color: #797979 !important
}
.jstree-default .jstree-clicked {
     background: none !important; 
     border-radius: 0px !important;  
     box-shadow: none !important; 
    
}

.jstree-default .jstree-icon:empty {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important
}
.checker {
    width: 11px !important;
    height: 24px !important;
    line-height: 24px !important
}
.text-folder {
    color: #f8ac59;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
    margin-left: 0px !important;
}