/*
 @preserve
 bstreeview.css
 Version: 1.2.0
 Authors: Sami CHNITER <sami.chniter@gmail.com>
 Copyright 2020
 License: Apache License 2.0
 Project: https://github.com/chniter/bstreeview
*/

.bstreeview {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    margin-top: 5px;
    background-color: #e4e4e4;
}

.bstreeview .list-groupku {
    margin-bottom: 0;
    /* background-color: rgb(76, 141, 119); */
}

.bstreeview .list-groupku-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    color: #5e5e5e;
    font-size: 14px;
    display: flex;
    /* background-color: violet; */
}

.bstreeview .list-groupku-item:hover {
    background-color: #f9f9f9;
}

.bstreeview>.list-groupku-item:first-child {
    border-top-width: 0;
}

.bstreeview .state-icon {
    margin-right: 0px;
    width: 20px;
    text-align: left;
    padding-top: 3px;
    cursor: auto;
    /* background-color: tomato; */
}

.bstreeview .item-icon {
    margin-right: 5px;
    /* background-color: springgreen; */
}