/* _content/Burstroy.Modules.Blazor.ObjectTree/Pages/ObjectTreeMain.razor.rz.scp.css */
.container[b-ec6v2cfl0f] {
    width: 100%;
    padding: 0px;
    display: flex;
    height: 100%;
}

.row[b-ec6v2cfl0f] {
    width: 100%;
}

.box-tree[b-ec6v2cfl0f] {
    padding: 0px;
}

[b-ec6v2cfl0f] .item-value {
    position: relative;
    z-index: 100;
    width: 100%;
    -moz-user-select: none;
    user-select: none;
}

    [b-ec6v2cfl0f] .item-value > div {
        width: calc(100% - 30px);
        float: right;
    }

.high-delay[b-ec6v2cfl0f] {
    border-color: orangered;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px;
}

.mixed[b-ec6v2cfl0f] {
    border-color: gold;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px;
}

.low-delay[b-ec6v2cfl0f] {
    border-color: lightgreen;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px;
}

.box-tree[b-ec6v2cfl0f] {
    display: flex;
    height: calc(100% - 40px);
    top: 40px;
    min-width: 100%;
}

.box-tree-scroll[b-ec6v2cfl0f] {
    height: 100%;
    width: 100%;
    position: relative;
}

.row[b-ec6v2cfl0f] {
    margin-top: 0px;
}

.spinner[b-ec6v2cfl0f] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-ec6v2cfl0f 700ms linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
}

[b-ec6v2cfl0f] .rz-treenode-label {
    width: 100%;
}

    [b-ec6v2cfl0f] .rz-treenode-label > div {
        width: 100%;
    }

@keyframes show-b-ec6v2cfl0f {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes spin-b-ec6v2cfl0f {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* _content/Burstroy.Modules.Blazor.ObjectTree/Shared/AppendEntityButton.razor.rz.scp.css */
.add-btn[b-g2r7n5b1yv] {
    position: sticky;
    bottom: 20px;
    display: flex;
    justify-content: end;
    z-index: 1000;
}
/* _content/Burstroy.Modules.Blazor.ObjectTree/Shared/FilterTree.razor.rz.scp.css */
[b-5zxnljmh2v] .e-btn .e-btn-icon.e-icon-left, .e-css.e-btn .e-btn-icon.e-icon-left[b-5zxnljmh2v] {
    margin-left: 0em;
    width: auto;
}

.filter-box[b-5zxnljmh2v] {
    width: 100% !important;
    padding:0px;
}

.filter-box .e-input-group .e-input-in-wrap[b-5zxnljmh2v] {
    display:flex;
}

.filter-box .e-input-group .e-input-in-wrap .e-input[b-5zxnljmh2v] {
    width: 100%;

    padding: 0rem .8rem;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: var(--rz-input-background-color);
    border: var(--rz-input-border);
}

.filter-box .e-input-group .e-input-in-wrap .e-input[b-5zxnljmh2v]::placeholder {
    color: var(--rz-input-value-color);
    font-size: 1rem;
    font-weight: 400;
}

[b-5zxnljmh2v] .rz-button {
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.cross-clean[b-5zxnljmh2v] {
    position: absolute;
    right: 13px;
}

    .cross-clean:hover[b-5zxnljmh2v] {
        cursor: pointer;
    }

.e-input[b-5zxnljmh2v] {
    min-height: 36px;
    height: 100%;
    margin-top: 1px;
}

.filter-block[b-5zxnljmh2v] {
    display: flex;
    width: 100%;
    align-items: center;
}
/* _content/Burstroy.Modules.Blazor.ObjectTree/Shared/TypeFilter.razor.rz.scp.css */
.background-wrapper[b-79aexk9dt8] {
    background-color: var(--br-tree-header-color);
    height: 100%;
}

.check-inline-text[b-79aexk9dt8] {
    display: inline-flex;
    padding-left: 1px;
}

.main-checkfix[b-79aexk9dt8] {
    padding: 5px 0 5px 0;
    background-color: var(--rz-base-600);
}

    .main-checkfix[b-79aexk9dt8]  .rz-chkbox-icon {
        padding-left: 5px;
    }

.checkfix[b-79aexk9dt8]  .rz-chkbox-icon {
    padding-left: 5px;
}

.slider[b-79aexk9dt8] {
    display: flex;
    overflow: hidden;
}

    .slider .row-slider[b-79aexk9dt8] {
        display: flex;
        position: relative;
    }


        .slider .row-slider.active-1[b-79aexk9dt8] {
            animation: slideout-b-79aexk9dt8 .4s ease-in-out both;
        }

        .slider .row-slider.active-2[b-79aexk9dt8] {
            animation: slidein-b-79aexk9dt8 .4s ease-in-out both;
        }

[b-79aexk9dt8] .rz-navigation-item-link {
    padding: 1px !important;
}

@keyframes slidein-b-79aexk9dt8 {
    from {
        left: 0px;
    }

    to {
        left: -300px;
    }
}

@keyframes slideout-b-79aexk9dt8 {
    from {
        left: -300px;
    }

    to {
        left: 0;
    }
}

[b-79aexk9dt8] .slide-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 56px;
    min-width: 20px;
    min-height: 20px;
    padding: 0;
}

.input-field[b-79aexk9dt8] {
    width: calc(100% - 6px);
    margin: 4px 0px 4px 0px;
    background-color: var(--rz-input-background-color);
    border: var(--rz-input-border);
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 0rem 0.5rem;
    height: 37px;
}

.cross-clean[b-79aexk9dt8] {
    position: absolute;
    right: 13px;
    padding-bottom: 5px;
}

    .cross-clean:hover[b-79aexk9dt8] {
        cursor: pointer;
    }

.filter-block[b-79aexk9dt8] {
    display: flex;
    width: 100%;
    align-items: center;
}
