.treeview .list-group-item {
	cursor: pointer
}

.treeview span.indent {
	margin-left: 10px;
	margin-right: 10px
}

.treeview span.icon {
	width: 12px;
	margin-right: 5px
}

.treeview .node-disabled {
	color: silver;
	cursor: not-allowed
}

.node-treeview10 {
	color: #428bca;
}

.node-treeview10:not (.node-disabled ):hover {
	background-color: #F5F5F5;
}

.treeview .list-group-item{
	font-weight: bold;
}
.treeview .list-group-item a{
	font-weight: normal;
}

.treeview .infotext{
	font-style: italic;
	font-weight: normal;
	color: #000;
    position: relative;
    margin-top: -20px;
}