.sidebar-nav [data-subnav] { display: none; }
.sidebar-nav [data-subnav] .item{
	border: none;
	text-indent: 20px;
	line-height: 30px;
}
.sidebar-nav [data-subnav] .item:last-child{ border-bottom: 1px solid lightgrey; }
.item.subnavToggle.open { border-bottom: none; }
.sidebar-nav .open[data-subnav] { display: block; }
.sidebar-nav .subnavToggle { position: relative; }
.sidebar-nav .subnavToggle * { 
	pointer-events: none; 
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.sidebar-nav .subnavToggle .subnavArrow { 
	position: absolute; 
	top: -4px;
	right: 5px;
	font-size: 1.7em;
}
.sidebar-nav .subnavToggle.open .subnavArrow {
	top: -5px;
	right: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=10); /*for IE*/
	transform: rotate(90deg);
}
.sidebar-nav .subnavArrow:after {content: "\203a"; }

.sidebar-nav {
	/*position: absolute;*/
	/*top: 0;*/
	width: 230px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
}
.sidebar-nav li > a {
	margin: 0 10px;
}

.sidebar-nav li > div._legal *{
	line-height: 1.42857;
	margin: 10px;
	text-align: justify;
	font-size: 12px;
	text-indent: 0;
}
.sidebar-nav li > div._legal h4 {
	font-size: 15px;
	text-align: left;

}
.sidebar-nav li > div._legal ol {
	margin-left: 0px;
	padding-left: 0px;
}

.sidebar-nav h3 {
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #000;
}

.sidebar-nav > li > a {
	font-weight: bold;
}

.sidebar-nav > li > a:hover, .sidebar-nav > li div.item:hover {
	text-decoration: underline;
	color: #000;
	background: #ddd;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav li.divider {
	background-color: #ccc;
	height: 1px;
	margin: 0 10px;
	overflow: hidden;
}

.sidebar-nav .item {
	cursor: pointer;
}

.sidebar-nav div.item {
	border-bottom: 1px solid lightgrey;
	margin: 0 10px;
	text-indent: 10px;
}

body.ui-preview .sidebar-nav div.item, 
body.ui-preview	.collections .item{
	border-bottom: none;
}

body.ui-preview h3#collections{
	margin-top: 20px;
}

.sidebar-nav .jstree-default .jstree-clicked {
	/*border: none !important;*/
	padding-left: 22px !important;
	padding-top: 11px;
	margin-left: -10px;
	margin-top: -10px;
}

.sidebar-nav > li > .folders-container > ul > .jstree-open > ul > li > a.jstree-clicked {
	width: 110.5% !important;
}

.sidebar-nav > li > .folders-container > ul > .jstree-open > ul > .jstree-open > ul > li > a.jstree-clicked {
	width: 112% !important;
}

.sidebar-nav > li > .folders-container > ul > .jstree-open > ul > .jstree-open > ul > .jstree-open > ul > li > a.jstree-clicked {
	width: 113% !important;
}