/*
 *  TREEVIEW
 */

.treeview {
    font-size: 14px;
    position: relative;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.treeview ul {
    margin: 5px 0 0 15px;
    padding: 0;
    list-style: none;
}

.treeview .hitarea {
    height: 16px;
    width: 16px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    margin: 10px 0;
    cursor: pointer;
    background:#000;
}

.treeview .hitarea:before {
    content: " ";
    position: absolute;
    top: 7px;
    left: 4px;
    width: 8px;
    height: 2px;
    background: #fff;
    z-index: 12;
}

.treeview .expandable .hitarea:after {
    content: " ";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 2px;
    height: 8px;
    background: #fff;
    z-index: 12;
}

.treeview li {
    margin: 0;
    padding: 10px 0 10px 16px;
    border-bottom: 1px solid #ededed;
}

.treeview li.last {
    border-bottom: 0;
}

.scale #treecontrol {
    margin: 1em 0;
    display: none;
}

.scale .treeview .hover {
    cursor: pointer;
}

.scale .treeview li {
    position: relative;
    margin-bottom: 0px;
}

.scale .treeview li a,
.scale .treeview li span {
    display: inline-block;
    padding-left: 15px;
}

.scale .treeview .placeholder {
    background: url("/themes/_system/bootstrap4/images/ajax-loader.gif") 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}

.scale .filetree li {
    padding: 3px 0 2px 16px;
}

.scale .filetree span.folder,
.scale .filetree span.file {
    padding: 1px 0 1px 16px;
    display: block;
}