@charset "utf-8";

.tree-view .children {
	padding-left: 10px;
}

.tree-view .children a {
	font-size: 14px;
	display: block;
	color: black;
	text-decoration: none;
}

.tree-view .parent {
	position: relative;
}

.tree-view .switch {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	background-color: #c0c0c0;
	top: 3px;
	left: -20px;
	transform: rotate(90deg);
}
.tree-view .switch:hover {
	cursor: pointer;
}
.tree-view .switch.collapse {
	display: block;
	transform: none;
}