@charset "utf-8";
.treeview span.icon{margin-right: 0px;}
.sideMenuNav li{padding: 0 0 0 20px;}
.node-treeview-selectable:not(.node-disabled){color:#333;}
.node-treeview-selectable:not(.node-disabled):hover{background:#fff;color:#ff7200;}
.glyphicon-plus,.glyphicon-minus{
    position: relative;
    padding: 20px;
    display: inline-block;
    font-style: normal;
    font-weight: bolder;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
}
.glyphicon-plus:before{content:"+";}
.glyphicon-minus:before{content:"-";}