/*
 * jsTree classic theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */


.jstree ul, .jstree li
{
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

.jstree li
{
    display: block;
    min-height: 18px;
    line-height: 18px;
    white-space: nowrap;
    margin-left: 18px;
    min-width: 18px;
}

.jstree-rtl li
{
    margin-left: 0;
    margin-right: 18px;
}

.jstree > ul > li
{
    margin-left: 0px;
}

.jstree-rtl > ul > li
{
    margin-right: 0px;
}

.jstree ins
{
    display: inline-block;
    text-decoration: none;
    width: 18px;
    height: 18px;
    margin: 0 0 0 0;
    padding: 0;
}

.jstree a
{
    display: inline-block;
    line-height: 16px;
    height: 16px;
    color: black;
    white-space: nowrap;
    text-decoration: none;
    padding: 1px 2px;
    margin: 0;
    cursor:pointer;
}

    .jstree a:focus
    {
        outline: none;
    }

    .jstree a > ins
    {
        height: 16px;
        width: 16px;
    }

    .jstree a > .jstree-icon
    {
        margin-right: 3px;
    }

.jstree-rtl a > .jstree-icon
{
    margin-left: 3px;
    margin-right: 0;
}

li.jstree-open > ul
{
    display: block;
}

li.jstree-closed > ul
{
    display: none;
}

.jstree-classic li,
.jstree-classic ins
{
    background-image: url("d.png");
    background-repeat: no-repeat;
    background-color: transparent;
}

.jstree-classic li
{
    background-position: -90px 0;
    background-repeat: repeat-y;
}

    .jstree-classic li.jstree-last
    {
        background: transparent;
    }

.jstree-classic .jstree-open > ins
{
    background-position: -72px 0;
}

.jstree-classic .jstree-closed > ins
{
    background-position: -54px 0;
}

.jstree-classic .jstree-leaf > ins
{
    background-position: -36px 0;
}

.jstree-classic .jstree-hovered
{
    background: #e7f4f9;
    border: 1px solid #e7f4f9;
    padding: 0 2px 0 1px;
}

.jstree-classic .jstree-clicked
{
    background: navy;
    border: 1px solid navy;
    padding: 0 2px 0 1px;
    color: white;
}

.jstree-classic a .jstree-icon
{
    background-position: -56px -19px;
}

.jstree-classic .jstree-open > a .jstree-icon
{
    background-position: -56px -36px;
}

.jstree-classic a.jstree-loading .jstree-icon
{
    background: url("throbber.gif") center center no-repeat !important;
}

.jstree-classic.jstree-focused
{
    background: white;
}

.jstree-classic .jstree-no-dots li,
.jstree-classic .jstree-no-dots .jstree-leaf > ins
{
    background: transparent;
}

.jstree-classic .jstree-no-dots .jstree-open > ins
{
    background-position: -18px 0;
}

.jstree-classic .jstree-no-dots .jstree-closed > ins
{
    background-position: 0 0;
}

.jstree-classic .jstree-no-icons a .jstree-icon
{
    display: none;
}

.jstree-classic .jstree-search
{
    font-style: italic;
}

.jstree-classic .jstree-no-icons .jstree-checkbox
{
    display: inline-block;
}

.jstree-classic .jstree-no-checkboxes .jstree-checkbox
{
    display: none !important;
}

.jstree-classic .jstree-checked > a > .jstree-checkbox
{
    background-position: -38px -19px;
}

.jstree-classic .jstree-unchecked > a > .jstree-checkbox
{
    background-position: -2px -19px;
}

.jstree-classic .jstree-undetermined > a > .jstree-checkbox
{
    background-position: -20px -19px;
}

.jstree-classic .jstree-checked > a > .jstree-checkbox:hover
{
    background-position: -38px -37px;
}

.jstree-classic .jstree-unchecked > a > .jstree-checkbox:hover
{
    background-position: -2px -37px;
}

.jstree-classic .jstree-undetermined > a > .jstree-checkbox:hover
{
    background-position: -20px -37px;
}


