html,body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
.right-top-panel{
    position: absolute;
    top:10px;
    right:10px;
    z-index: 1;
}
#jstree{
    overflow-y: auto;
    max-height: 400px;
}
.search-box{
    position: absolute;
    z-index: 2;
    top: 100px;
    left: 100px;
    width: 300px;
}
.cursor-pointer{
    cursor: pointer;
}