.tree-leaf {
	position: relative;
    margin-top: 12px;
}

.tree-leaf .tree-child-leaves {
	display: block;
	margin-left: 10px
}

.tree-leaf .hidden {
	display: none;
	visibility: hidden
}

.tree-leaf .tree-expando {
	/*background: #ddd;*/
	border-radius: 3px;
	cursor: pointer;
	float: left;
	height: 20px;
	line-height: 20px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 10px
}

.tree-leaf .tree-expando:hover {
	/*background: #aaa*/
}

.tree-leaf .tree-leaf-text {
	cursor: pointer;
	float: left;
	margin-left: 0px
}

.tree-leaf .tree-leaf-text-parent {
	margin-left: 8px
}

.tree-leaf .tree-leaf-text:hover {
	color: lightSkyBlue
}

.tree-leaf .tree-leaf-content:after,
.tree-leaf .tree-leaf-content:before {
	content: " ";
	display: table
}

.tree-leaf .tree-leaf-content:after {
	clear: both
}

/*# sourceMappingURL=treeview.min.css.map */