/* Treeview default css override */
.geo-treeview .hummingbird-treeview {
    min-height: 100px;
    max-height: 200px;
    overflow-y: auto;
}

.geo-treeview,
.geo-treeview label {
    font-family: Roboto, Arial, Verdana, sans-serif;
    padding: 0;
}

    .geo-treeview .btn {
        font-family: Roboto, Arial, Verdana, sans-serif;
    }

    .geo-treeview .hummingbird-treeview input[type=checkbox] {
        width: 12px;
        height: 12px;
        padding: 0;
        margin: 3px;
    }

    .geo-treeview .hummingbird-treeview .fa {
        font-size: 13px;
    }

    .geo-treeview .hummingbird-treeview,
    .hummingbird-treeview * {
        font-size: 15px;
        line-height: 15px;
    }



    .geo-treeview{
        width: auto;
    }
    .geo-treeview ul.dropdown-menu {
        padding: 10px;
    }

    .geo-treeview,
    .geo-treeview ul {
        width: 100%;
    }

        .geo-treeview .hummingbird-treeview ul {
            padding-left: 30px;
        }

        .geo-treeview button:first-child {
            font-size: 15px;
            padding-right: 0;
            text-align: left;
        }

            .geo-treeview button:first-child .selection {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                width: 80%;
                display: inline-block;
                vertical-align: middle;
                font-size: 15px;
            }

            .geo-treeview button:first-child:focus {
                background-color: transparent;
            }

        .geo-treeview .caret {
            margin: 8px;
        }


.humm-treeview .hummingbird-treeview {
    min-height: 100px;
    max-height: 200px;
    overflow-y: auto;
}

.humm-treeview,
.humm-treeview label {
    font-family: Roboto, Arial, Verdana, sans-serif;
    padding: 0;
}

    .humm-treeview .btn {
        font-family: Roboto, Arial, Verdana, sans-serif;
    }

    .humm-treeview .hummingbird-treeview input[type=checkbox] {
        width: 12px;
        height: 12px;
        padding: 0;
        margin: 3px;
    }

    .humm-treeview .hummingbird-treeview .fa {
        font-size: 13px;
    }

    .humm-treeview .hummingbird-treeview,
    .hummingbird-treeview * {
        font-size: 15px;
        line-height: 15px;
    }

        .humm-treeview,
        .humm-treeview ul.dropdown-menu {
            width: auto;
        }

            .humm-treeview,
            .humm-treeview ul {
                width: 100%;
            }

        .humm-treeview .hummingbird-treeview ul {
            padding-left: 30px;
        }

        .humm-treeview button:first-child {
            font-size: 15px;
            padding-right: 0;
            text-align: left;
        }

            .humm-treeview button:first-child .selection {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                width: 80%;
                display: inline-block;
                vertical-align: middle;
                font-size: 13px;
            }

            

        .humm-treeview .caret {
            margin: 8px;
            margin-right: 0 !important;
        }




.hummingbird-base span {
    font-family: 'RobotoMedium', Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #393939;
    margin-right: 10px;
    white-space: nowrap;
}

ul.hummingbird-base{
    padding:10px !important;
}
