@charset "UTF-8";
#left_content
{ 
  text-align: left;
  float: left;
  width: 20%;
  height: 100%;
  padding: 0;
  background-color:#d4d7dc;
  overflow: auto; 
}
.sidebar
{ 
	width: 98%;
	float: left;
	padding: 0 15px 20px 15px;
	overflow: auto;
}
.sidebar > ul
{ 
	width: 90%; 
	padding: 4px 0 0 0; 
	margin: 4px 0 30px 0;
}
.sidebar > ul > li
{ 
	list-style: none; 
	padding: 0 0 7px 0;
	position: relative;
	padding: 6px 0 0 0;
}
.sidebar > ul > li::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url("/resources/img/on.png") scroll 0 0 no-repeat;
	position: absolute;
	margin-top: 2px;
}

.sidebar > ul > li > a
{ 
	margin-left: 20px;
}

#left_tree
{
	min-width: 100%;
	margin-top: 30px;
	overflow: auto;
}
.fa fa-angle-down
{
	background:url(/resources/img/icons8-down-arrow-2.png);
}
.fa fa-angle-right
{
	background:url(/resources/img/icons8-right-2.png);
}

/* .sidebar > ul > li.done {
  background: #CCFF99;
}

.sidebar > ul > li.done::before {
  content: '';
  position: absolute;
  border-color: #009933;
  border-style: solid;
  border-width: 0 0.3em 0.25em 0;
  height: 1em;
  top: 1.3em;
  left: 0.6em;
  margin-top: -1em;
  transform: rotate(45deg);
  width: 0.5em;
} */

/* .sidebar li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
} */

/* .sidebar li a, .sidebar li a:hover
{ 
	padding: 0 0 0 0px;
	display: block;
	background: transparent url(link.png) no-repeat left center;
	list-style-image: url('/resources/img/add.png');
}
	 

.sidebar li a.selected
{ color: #7E2451;
  text-decoration: none;}  */