.blz-tree-grid .indent {
    width: 16px;
    display: inline-block;
}

.blz-tree-grid .collapsable {
    display: inline-block;
}

.blz-tree-grid .blz-grid-wrapper.blz-grid-allow-horizontal {
    overflow-x: auto;
}

.blz-tree-grid-left-header {
    background: white;
    border-right: 1px solid #dadada;
}

.blz-active .blz-tree-grid-left-header, .blz-hover-default:hover .blz-tree-grid-left-header {
    background-color: inherit;
}

.blz-tree-grid .blz-form-component-wrapper {
    width: 100%;
    height: 100%;
    display: block;
}

.blz-tree-grid .blz-form-component-wrapper .blz-form-label {
    display: none;
}

.blz-tree-grid .blz-form-component-wrapper input {
    min-height: 56px;
}

.blz-tree-grid .blz-form-component {
    padding: 0;
    margin: 0;
}

/*.blz-tree-grid tbody tr:nth-child(odd), .blz-tree-grid tbody tr:nth-child(odd) .blz-tree-grid-left-header {
    background-color: #eeeeee;
}
*/

.blz-tree-grid.blz-grid .blz-grid-wrapper .blz-grid-table td:nth-child(1) {
    padding: 0;
}

.blz-tree-grid.blz-grid .blz-grid-wrapper .blz-grid-table td {
    border-right: 1px solid #dadada;
}

.blz-tree-grid.blz-grid .blz-grid-wrapper .blz-grid-table td:last-child,
.blz-tree-grid.blz-grid .blz-grid-wrapper .blz-grid-table td:first-child {
    border-right: none;
}

span.collapsed > svg.blz-ui-svg-icon {
    transform: rotate(-90deg);
}