/**
 * jstree 기반 확장 트리
 * @author JSCHOI@YUNILAB
 * @since  2021
 * @version 1.0
 * @see
 * Copyright (C)  All right reserved.
*/
.fa-use-tree{
	color : #6b8be1;
	font-size: 12px; /*아이콘크기*/
}

.fa-unuse-tree{
	color : #dc5567;
	font-size: 12px; /*아이콘크기*/
}

.jstree-default .jstree-open>.jstree-ocl {    
    background-position: -100px -4px;
    background-image: url("../img/treeview32px.png");
}
.jstree-default .jstree-closed>.jstree-ocl {
    background-position: -132px -4px;
    background-image: url("../img/treeview32px.png");
}
.jstree-contextmenu {
	z-index: 9999999999;
}