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

i.toggle-icon {
    margin-right: 5px;
}

i.node-icon {
    margin-right: 5px;
    margin-left: 3px;
}

.node-noborder {
    border: none;
}

span.node-container {
    width: 100%;
    /*height: 100%;*/
}

span a {
    margin-bottom: -1px !important;
}

.tree-selected-item {
    background: #b1bace;
    border-color: #bbdefb;
    cursor: pointer;
}

.tree-popup {
    display: inline-block;
    float: right;
}

.tree-container {
    overflow-y: scroll;
}

.input-group .form-control {
    padding-top: 0;
    padding-bottom: 0;
}


.list-group-item-mdb {
  color: #1c2331;
  background-color: #eceff1;
}

.tree-item {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-weight: 300;
    font-size: 0.9rem;
    min-height: 1.8rem;
}

/*.list-group-item-mdb.list-group-item-action:hover, .list-group-item-mdb.list-group-item-action:focus {*/
  /*color: #1c2331;*/
  /*background-color: #7283a7;*/
/*}*/

.list-group-item-mdb.active {
  color: #fff;
  background-color: #929fba;
  border-color: #929fba;
}