/* Demo page styles
-------------------------------------------------------------- */
/*.box {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    margin: 30px 5%;
    padding: 5%;
}*/

@media (min-width: 544px) {
    .box {
        margin: 40px auto;
        max-width: 440px;
        padding: 40px;
    }
}


/* The list style
-------------------------------------------------------------- */

.directory-list {
    margin-bottom: 0px !important;
    padding-left: 0px;
    padding-top: 10px !important;
}

    .directory-list ul {
        margin-left: 10px;
        padding-left: 20px;
        border-left: 2px solid #ddd;
    }

    .directory-list li {
        list-style: none;
        color: #888;
        font-size: 17px;
        font-weight: normal;
        /*padding: 10px 0px 0px 0px;*/
    }

    .directory-list a {
        border-bottom: 1px solid transparent;
        color: #888;
        text-decoration: none;
        transition: all 0.2s ease;
    }

        .directory-list a:hover {
            border-color: #eee;
            color: #000;
        }

    .directory-list .folder,
    .directory-list .folder > a {
        color: #777;
        font-weight: bold;
    }

.tree-node-text:hover {
    text-decoration: underline;
    text-decoration-color: #65D007;
}

.tree-node-selected {
    color: #65D007;
    text-decoration: underline;
    font-weight: bold;
    /*font-size: large;*/
    text-shadow: 2px 2px 9px lightgrey;
}

.directory-list #btnActions button {
    width: 30px;
    height: 25px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    /* align-content: center; */
    display: flex;
    border-radius: 10px;
}

.directory-list textarea{
    min-width: 50vw;
}
