#potree_render_area {
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
}

#potree_sidebar_container {
    height: inherit;
    width: 100%;
}

.potree_button {
    margin: 8px 8px;
    background: none;
    width: 2.5em;
    height: 2.5em;
    z-index: 100;
    cursor: pointer;
}

#potree_render_area.fullscreen {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#potree_sidebar_container.fullscreen {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
}


.scroll-y {
    height: auto;
}

#jstree_scene {
    background: none;
}

.jstree-default .jstree-clicked {
    background-color: #25476a !important;
    background: #25476a !important;
    color: #fff !important;
    border-radius: 2px !important;
    box-shadow: inset 0 0 1px #999999 !important;
}


ul.jstree-container-ul > li.jstree-node.jstree-open {
    margin-left: 0px;
}

input[type="checkbox"] {
    width: auto;
    height: auto;
}

legend {
    margin-bottom: 2px;
    padding: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #eee;
}