.css-treeview {
	padding: 10px;
	background-color: #eee;
	border-radius: 6px;
	height: 280px;
	font: normal 12px Arial, Sans-serif;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	overflow: auto;
}

.css-treeview ul,
.css-treeview li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.css-treeview input
{
	position: absolute;
	opacity: 0;
}

.css-treeview input + label + ul
{
	margin: 0 0 0 16px;
}

.css-treeview input ~ ul
{
	display: none;
}

.css-treeview label,
.css-treeview label::before
{
	cursor: pointer;
}

.css-treeview input:checked ~ ul
{
	display: block;
}

.css-treeview label::before
{
	background: url("/generator_v1/images/icons.png") no-repeat;
}

.css-treeview label,
.css-treeview label::before
{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}

.css-treeview label::before
{
	content: '';
	width: 16px;
	vertical-align: middle;
	background-position: 0 -32px;
}

.css-treeview input:checked + label::before
{
	background-position: 0 -16px;
}

.css-treeview input[id^=node-] {
	cursor: pointer;
}

.css-treeview input.tree-select {
	position: relative;
	opacity: 1;
	vertical-align: middle;
	margin: 0 2px 0 0;
}
.css-treeview li > input.tree-select {
	margin-left: 16px;
	margin-bottom: 5px;
}