/* ================================================================================================================

    Tree view layout

    Author: Tim David Saxen, netzmal GmbH

   =============================================================================================================== */

#tree ul {
    list-style-type: none;
    padding-left: 20px;
}

#tree .nested {
    display: none;
}

#tree .nested.active {
    display: block;
}

#tree .toggle {
    cursor: pointer;
}

.pdf {
    cursor:pointer;
}