.hummingbird-treeview,
.hummingbird-treeview *
{
    list-style: none;
    font-size: 20px;
    line-height: 24px;
}
#treeview li.nochild
{

}
#treeview ul
{
    display: none;
}
#treeview ul > li
{
   padding-right: 10px ;
}
#treeview ul > li > ul > li
{
    padding-right: 0px ;
}

#treeview li i
{
    margin: 4px 5px;
    float: right;
    cursor: pointer;
}
#treeview
{

    width: 100%;
    display: block;
}
.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;
}

.hummingbird-treeview .fas {
    font-style: normal;
    cursor: pointer;
}

.hummingbird-base {
    white-space:nowrap;
}

