.tree ul {
	padding: 0;
	margin: 0 0 0 25px;
}

.tree {
	min-height: 200px;
	margin-bottom: 20px;
	min-width: 500px;
}

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

.tree li span i {
	margin-left: 10px;
}

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

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

.tree li:after {
	border-top: 1px solid #999;
	height: 20px;
	top: 25px;
	width: 25px;
}

.tree li span.frame {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 8px;
	text-decoration: none;
}

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

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

.tree li:last-child:before {
	height: 26px;
}

.tree li.parent_li> span:hover,
.tree li.parent_li> span:hover+ ul li span {
	background: #eee;
	border: 1px solid #94a0b4;
	color: #000;
}

.noline_open:before {
	content: "\f146";
	margin-right: 2px;
	color: #C6224A;
}

.noline_close:before {
	content: "\f0fe";
	margin-right: 2px;
	color: #C6224A;
}

.leve0 {
	background: rgba(255, 244, 213, 0)
}

.leve1 {
	background: rgba(255, 244, 213, 0.2)
}

.leve2 {
	background: rgba(255, 244, 213, 0.4)
}

.leve3 {
	background: rgba(255, 244, 213, 0.6)
}

.leve4 {
	background: rgba(255, 244, 213, 0.8)
}

.leve5 {
	background: rgba(255, 244, 213, 1)
}

.leve6 {
	background: rgba(255, 244, 213, 0)
}