﻿.jstree-anchor {
    height: 40px !important;
    line-height: 40px !important;
}
.jstree-default .jstree-wholerow {
    height: 40px;
    border-bottom: 1px solid #dedede;
}
.jstree-default .jstree-icon:empty {
    margin-top: 7px;
}
.jstree-default .jstree-ocl {
    margin-top: 0 !important;
    height: 40px !important;
    width: 40px !important;
    margin-right: 0 !important;
}
.jstree-open .jstree-ocl {
    background-position: -30px 3px !important;
}
.jstree-closed .jstree-ocl {
    background-position: 2px 3px !important;
}
.jstree-ocl {
    margin-right: 10px !important;
}