.treeview .list-group-item {
    cursor: pointer
}

.treeview span.indent-top {
    margin-left: 2px;
   margin-right: 0px;
}

.treeview span.icon {
    width: 12px;
    margin-right: 5px;
    margin-left: 2px;
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed
}

#mob-tree.treeview   .list-group-item {
    cursor: pointer
}

#mob-tree.treeview   span.indent-top {
    margin-left: 5px;
    margin-right: 0px;
}

#mob-tree.treeview  span.icon {
    width: 12px;
    margin-right: 5px;
    margin-left: 2px;
}

#mob-tree.treeview  .node-disabled {
    color: silver;
    cursor: not-allowed
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}