/* For treemenu.js */

.treemenu li { list-style: none;  }
.treemenu .toggler {
    cursor: pointer;
	display: block;
	float:left;
	width:24px;
	height:24px;
}
.treemenu ul { padding-left:40px; }
.treemenu .toggler:before {

}
li.tree-empty
{
      margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
li.tree-empty > .toggler:before  { 
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 16px;
	width: 20px;
	line-height: 24px;
	color: #888888 !important;
}
li.tree-closed > .toggler:before { 
content: "\f055";
	font-family: "FontAwesome";
	font-size: 16px;
	width: 24px;
	line-height: 24px;
	color: #900C51;
 }
li.tree-opened > .toggler:before { 
content: "\f056";
	font-family: "FontAwesome";
	font-size: 16px;
	width: 24px;
	line-height: 24px;
	color: #900C51;
 }
