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

    .hummingbird-treeview label {
        font-weight: normal;
        margin-bottom: 0px;
        line-height: 30px;
    }


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

    .hummingbird-treeview ul:not(.hummingbird-base) {
        display: none;
        margin-left: 20px;
    }

    .hummingbird-treeview .fa {
        font-style: normal;
        cursor: pointer;
        /*float: right;
        margin-right: 20px;*/
        margin-right: 10px;
    }

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

.hummingbird-base {
    white-space: nowrap;
}

#treeview .fa-minus {
    opacity: 0.8;
    /*font-size: 10px;*/
}

#treeview .active {
    text-decoration: underline;
    /*font-weight: 600;*/
    color: white;
    background: #fdb813;
    padding: 3px 7px 4px 7px;
    border-radius: 5px;
    margin-left: -5px;
    letter-spacing: 1.5px;
}

#treeview a:hover {
    color: #000000 !important;
    text-decoration: underline;
}
