/** Easy Tree style */
.easy-tree {
    min-height: 20px;
    margin-bottom: 20px;
    color:#000;
    border: none;
    border-top: none;
    padding-bottom: 15px;
	background-color:#F8F8F8;
	padding-left:20px;
}
.easy-tree > *{
	font-size:12px;
	}

.easy-tree > ul {
    padding-left: 6px;
}

.easy-tree li {
    list-style-type: none;
    margin: 0;
    padding: 5px 5px 0 5px;
    position: relative
}

.easy-tree li::before, .easy-tree li::after {
    content: '';
    left: -30px;
    position: absolute;
    right: auto
}

.easy-tree li::before {
    border-left: 1px solid #000;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.easy-tree li::after {
    border-top: 1px solid #000;
    height: 20px;
    top: 30px;
    width: 15px
}

.easy-tree li > span {
    border: 1px solid #000;
    border-radius: 3px;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
	margin-left:-20px;
	min-height:35px;
}
.easy-tree li > ul {
	margin-left:-20px;
}

.easy-tree li.parent_li > span {
    cursor: pointer;
}


.easy-tree > ul > li::before, .easy-tree > ul > li::after {
    border: 0
}

.easy-tree li:last-child::before {
    height: 30px
}



.easy-tree li > span > a {
    color: #000;
    text-decoration: none;
}
.easy-tree li{
	max-width:160px;
	}	
.clusu_1_0 span{
	background-color:#E8E8E8;
	}	
.clusu_2_1 span{
	background-color:#D9E8FF
	}
.clusu_3_2 span{
	background-color:#DDFFD5;
	}
.glow:hover{
	text-shadow:grey 1px 1px 2px;
	}	