/** Path: plugin block_settings .' **/
.block_settings .block_tree ul {
    margin-left: 18px;
}

.block_settings .block_tree p.hasicon {
    text-indent: -21px;
    padding-left: 21px;
}

.block_settings .block_tree p.hasicon img {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 5px;
    vertical-align: top;
}

.block_settings .block_tree p.hasicon.visibleifjs {
    display: block;
}

.block_settings .block_tree .tree_item.branch {
    padding-left: 21px;
}

.block_settings .block_tree .tree_item {
    cursor: pointer;
    margin: 3px 0;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.block_settings .block_tree .active_tree_node {
    font-weight: bold;
}

.block_settings .block_tree [aria-expanded="true"] {
    background-image: url('/theme/image.php?theme=boost&component=core&image=t%2Fexpanded');
}

.block_settings .block_tree [aria-expanded="false"] {
    background-image: url('/theme/image.php?theme=boost&component=core&image=t%2Fcollapsed');
}

.block_settings .block_tree [aria-expanded="true"].emptybranch {
    background-image: url('/theme/image.php?theme=boost&component=core&image=t%2Fcollapsed_empty');
}

.block_settings .block_tree [aria-expanded="false"] p.loading {
    background-image: url('/theme/image.php?theme=boost&component=core&image=i%2Floading_small');
}
/*rtl:raw:
.block_settings .block_tree [aria-expanded="false"] {background-image: url('/theme/image.php?theme=boost&component=core&image=t%2Fcollapsed_rtl');}
.block_settings .block_tree [aria-expanded="true"].emptybranch {background-image: url('/theme/image.php?theme=boost&component=core&image=t%2Fcollapsed_empty_rtl');}
.block_settings .block_tree [aria-expanded="false"].loading {background-image: url('/theme/image.php?theme=boost&component=core&image=i%2Floading_small');}
*/
.block_settings .block_tree [aria-hidden="false"] {
    display: block;
}

.block_settings .block_tree  [aria-hidden="true"]:not(.icon) {
    display: none;
}


