.tree{

}

.tree ul{
    list-style: none;
    padding-left:17px;

}
.tree, *:before{
    width:100%;
    height:25px;
    display:inline-block;
}
.tree label:before{


}
.tree a{
    text-decoration:none;
    color:#393939;
    padding-bottom: 2px;
}
.tree a:before{


}
.tree input[type="checkbox"]{

}
.tree input[type="checkbox"]:not(:checked)~ul{
    display:none;
}
.tree input[type="checkbox"]:checked+label:before{


}

#root {

    display: none;
}
.title_label {
    width:100px;
    height:25px;
    /*background-color : #06b190;*/
    color: black;
    font-size : 18px;
    vertical-align: middle;
    margin-bottom: 0px;

    color:white;
    position:relative;
    left:-6px;
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 100 !important;
    overflow:hidden;
}
#big_data_root{
    display:none;
}


.tree ul li{
    color:#fff;
}
label{
    color:white;
}

