/* For treemenu.js */

.treemenu li { list-style: none; }

.treemenu .toggler {
    cursor: pointer;
}

.treemenu .toggler:before {
    display: inline-block;
    margin-right: 2pt;
}

li.tree-empty > .toggler { color: #aaa; }
li.tree-empty > .toggler:before { content: "\2212"; }
li.tree-closed > .toggler:before { content: "+"; }
li.tree-opened > .toggler:before { content: "\2212"; }
@font-face{font-family:'Glyphicons Halflings';src:url(/css/glyphicons-halflings-regular.eot);src:url(/css/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/css/glyphicons-halflings-regular.woff) format('woff'),url(/css/glyphicons-halflings-regular.ttf) format('truetype'),url(/css/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}