.treeview .list-group-item
{
    cursor: pointer;
}
.treeview .list-group-item:not(.node-selected):hover,
.treeview .list-group-item:not(.node-selected):focus
{
    color: #3f51b5; 
    background-color: #eee;
}
.treeview .list-group-item:not(.node-selected):hover > .node-icon,
.treeview .list-group-item:not(.node-selected):focus > .node-icon
{
    color: #3f51b5;
}

.treeview span.indent
{
    margin-right: 10px; 
    margin-left: 10px;
}

.treeview span.icon
{
    width: 12px;
    margin-right: 8px;
}

.treeview .node-disabled
{
    cursor: not-allowed; 

    color: silver;
}

.treeview .badge
{
    font-size: 12px;
    font-weight: 400;
    line-height: 1;

    float: right;

    padding: 3px 6px;

    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    color: #757575;
    border-radius: 10px; 
    background-color: #e4eaec;
}
