/*!
 * dtree.css v1.0.0
 * mefe.net
 * 2014-08-21
 *
 * Style adjusted 10-15-2020
 * @zipurman
 *
 */

.dTree
{
    font-family: "Verdana";
    font-size: 16px;
    letter-spacing: -0.5px;
    padding-top: 10px;
}

.dTree ul, .dTree li
{
    margin:0px;
    padding: 0px;
    list-style-type: none;
    white-space: nowrap;

}

.dTree a
{
    height: 22px;/*h*/
    display: inline-block;
    padding-top: 0px;
    color:#000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dTree .text
{
    height: 18px;
    display: inline-block;
    float: left;
    text-decoration: none;
}


.dTree li
{
    height: 24px;
    display: block;
    width: 300px;
    line-height: 16px;
    height: auto;
}
.dTree > ul > li > a
{
    font-size: 17px;
}

.dTree li.folder-group
{
    /*height: auto;*/

}

.dTree .folder-group ul
{
    padding-left: 10px;
    display: none;
}

.dTree .folder
{
    background: url('misc.png') 0px -39px no-repeat;
    padding-left: 20px;
    height: 18px;
    display: inline-block;
    float: left;
    transition: all 0.5s ease-in-out;
}

.dTree .folder-open
{
    background: url('misc.png') -21px -39px no-repeat;
    padding-left: 20px;
    height: 18px;
    display: inline-block;
    float: left;
    transition: all 0.5s ease-in-out;
}

.dTree .main
{
    /*background: url('misc.png') 2px 0 no-repeat;*/
    background: url('misc.png') 0px -39px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: left;
}

.dTree .folder-group
{
    background: url('misc.png') -46px -2px repeat-y;
}

.dTree .folder-group.last
{
    background: none;
}

.dTree .plus
{
    background: url('misc.png') 0px -59px no-repeat;
    padding-left: 16px;
    display: inline-block;
    height: 18px;
    float: left;
}

.dTree .last .plus
{
    background: url('misc.png') 0px -82px no-repeat;
    padding-left: 20px;
    display: inline-block;
    height: 18px;
    float: left;
}

.dTree .folder-group.last .minus
{
    background: url('misc.png') -18px -82px no-repeat;
    padding-left: 20px;
    display: inline-block;
    height: 18px;
    float: left;
}

.dTree .minus
{
    background: url('misc.png') -18px -59px no-repeat #fff;
    padding-left: 16px;
    display: inline-block;
    height: 18px;
    float: left;
}

.dTree .page {
    /*background: url('misc.png') no-repeat;*/
    background: url('misc.png') 0px -39px no-repeat;

    width: 18px;
    height: 18px;
    display: inline-block;
    float: left;
}

.dTree .join
{
    background: url('misc_new2023.png') 0 -18px no-repeat;
    width: 18px;
    height: 22px;/*h*/
    display: inline-block;
    float: left;
}

.dTree .join-last .join
{
    background: url('misc.png') -18px -20px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    float: left;
}

.dtreeselected{
    font-weight: bold;
}
@media (max-width: 768px) {
    .dTree
    {
        font-size: 22px;
    }
    .dTree a{
        height: 32px;
    }
}