/*树形结构*/
 .jstree.btn-info {
    position: relative;
    border-radius: 0;
    background-color: #359fef;
    border-color: #FFFFFF;
    border-left: none;
    border-right: none;
    outline: none;
    cursor: inherit;
    opacity: 1;
}

.jstree.btn-info:hover {
    background-color: #359fef;
    border-color: #FFFFFF;
}

.jstree .jstree-icon.jstree-ocl, .jstree .jstree-icon.glyphicon-folder-close, .jstree .jstree-icon.jstree-contextmenu-hover, .jstree .jstree-icon.jstree-checkbox {
    top: 0.2rem;
}

.jstree-common.jstree a > i.jstree-themeicon {
    color: #a4c8f0;
}

.jstree .jstree-anchor * {
    margin-right: 0;
    display: inline-block;
    color: #666666;
}

.jstree .jstree-hovered *, .jstree .jstree-clicked * {
    color: #ffffff;
}

.jstree .jstree-disabled.jstree-hovered *, .jstree .jstree-disabled.jstree-clicked * {
    color: #666666;
}

.jstree .jstree-anchor, .jstree .jstree-wholerow {
    line-height: 2rem;
    height: inherit;
}

.jstree .item-name {
    max-width: 200px;
    white-space: normal;
    line-height: 2rem !important;
    height: inherit;
}

.jstree .jstree-wholerow-hovered {
    background: #68b6fe !important;
}

.jstree .jstree-wholerow-clicked {
    background: #0095e4 !important;
}

.jstree .jstree-node.disable > .jstree-wholerow-hovered {
    background: #efefef !important;
}

.jstree .jstree-node.disable > .jstree-wholerow-clicked {
    background: #efefef !important;
}

.jstree.jstree-checkbox-selection .jstree-wholerow-clicked {
    background: rgba(255, 255, 255, 0) !important;
}

.jstree .jstree-wholerow-hovered + i + a.jstree-anchor {
    background: #68b6fe !important;
}

.jstree .jstree-wholerow-clicked + i + a.jstree-anchor {
    background: #0095e4 !important;
}

.jstree .jstree-node.disable > .jstree-wholerow-hovered + i + a.jstree-anchor {
    background: #efefef !important;
}

.jstree .jstree-node.disable > .jstree-wholerow-clicked + i + a.jstree-anchor {
    background: #efefef !important;
}

.jstree.jstree-checkbox-selection .jstree-wholerow-clicked + i + a.jstree-anchor {
    background: rgba(255, 255, 255, 0) !important;
}

.jstree.jstree-checkbox-selection .jstree-hovered * {
    color: #ffffff;
}

.jstree.jstree-checkbox-selection .jstree-clicked * {
    color: #666666;
}

.jstree.jstree-checkbox-selection .jstree-disabled.jstree-hovered * {
    color: #666666;
}

.jstree-contextmenu .vakata-context-separator a {
    margin-left: 0;
}

.jstree-contextmenu span.vakata-contextmenu-sep {
    display: none !important;
}

.jstree .jstree-hovered .jstree-contextmenu-hover {
    visibility: inherit;
}

.noRefresh .item-name {
    white-space: inherit;
}

.vakata-context.jstree-contextmenu {
    z-index: 2000;
}

/*树形结构*/