/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr�               |
|--------------------------------------------------*/

.tree-body {
	position: absolute;
	overflow: hidden auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	scrollbar-width: thin;
	scrollbar-color: #9994 transparent;
}

.sidebar-button {
	background-color: #2b63ad;
	border-radius: 5px;
	width: 45%;
	height: 32px;
	min-width: 32px;
	margin: 2px;
	border: 0;
	padding: 0;
	box-shadow: -1px 1px 2px 0px #1f72a5b5;
	cursor: pointer;
}

.sidebar-button:hover {
	background-color: #3270c2;
}

.sidebar-bottom {
	text-align: center;
	margin: 4px 1px;
}

.dtree {
	margin-right: 1px;
	font-family: sans-serif;
	font-size: 13px;
	color: #666;
	white-space: nowrap;
	margin-top: 1px;
	user-select: none;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	margin-right: 6px;
}
.dtree a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 4px;
	margin: 0;
}
.dtree a.node, .dtree a.nodeSel {
	cursor: pointer;
	white-space: nowrap;
}

.dtree .node-node a {
	color: #333;
	font-size: 14px;
}

.dtree .node-root {
	box-shadow: inset 0px 3px 2px 0 #00000026;
}

.dtree a.nodeSel {
	background-color: #5d88970f;
	cursor: pointer;
}
.dtree .clip {
	overflow: hidden;
}

.dtree .node-folder img,
.dtree .node-root img {
	margin-top: -3px;
}

.dtree .node-folder,
.dtree .node-root {
	margin-bottom: 1px;
	background-color: #2b63ad;
	text-transform: uppercase;
	border-radius: 0 3px 3px 0;
	border-bottom: 1px solid #4296b9;
	overflow: hidden;
}

.dtree .node-folder a,
.dtree .node-root a {
	padding: 8px 3px 5px 7px;
}

.dtree .node-node a {
	padding: 12px 17px;
}

.dtree .node-node img {
	display: none;
}

.dtree .node-folder:hover,
.dtree .node-root:hover {
	background-color: #2a73b3;
}
