.hummingbird-treeview,
.hummingbird-treeview *
{
    list-style: none;
    /* font-size: 20px; */  /* for future use */
    line-height: 24px;
}

.hummingbird-treeview label {
    font-weight: normal;
}


.hummingbird-treeview input[type=checkbox] {
    width : 16px;
    height :16px;
    padding: 0px;
    margin: 0px;
}

.hummingbird-treeview ul:not(.hummingbird-base) {
    display: none;
}

.hummingbird-treeview .fa {
    font-style: normal;
    cursor: pointer;
}


.stylish-input-group .input-group-addon {
    background: white !important;
  }

  .stylish-input-group .form-control {
    /* border-right:0; */
    box-shadow: 0 0 0;
    border-color: #ccc;
  }

  .stylish-input-group button {
    border: 0;
    background: transparent;
  }

  .h-scroll {
    background-color: #fcfdfd;
    height: 260px;
    overflow-y: scroll;
  }

  .hummingbird-base label{
    font-weight:400 !important;
    font-size: 14px;
  }
