.treeview .list-group-item {
    cursor: pointer
}

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

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed
}

.treeview .list-group-item {
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 5px;
}

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

.treeview .list-group-item span.indent {
    margin-left: 4px;
    margin-right: 4px
}
