/* _content/Burstroy.Modules.PlanTree/Components/GanttDateTable.razor.rz.scp.css */
.tg[b-wellmkbhx4] {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.tg td[b-wellmkbhx4] {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg th[b-wellmkbhx4] {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg .tg-th[b-wellmkbhx4] {
        border-color: #c0c0c0;
        text-align: left;
        vertical-align: top;
        width: 7%;
}

.tg .tg-6[b-wellmkbhx4] {
        border-color: #c0c0c0;
        text-align: left;
        vertical-align: top;
        width: 6%;
    }

.tg .tg-3[b-wellmkbhx4] {
        border-color: #c0c0c0;
        text-align: left;
        vertical-align: top;
        width: 3%;
    }

.tg .tg-th7[b-wellmkbhx4] {
        border-color: #c0c0c0;
        text-align: left;
        vertical-align: top;
        width: 7%;
    }


.tg .tg-left[b-wellmkbhx4] {
        border-color: #c0c0c0;
        text-align: left;
        vertical-align: top
}
/* _content/Burstroy.Modules.PlanTree/Components/MapEditor.razor.rz.scp.css */
.footer[b-jf0tq3hdks] {
    padding-top: 50px;
}

    .footer .form-button-group[b-jf0tq3hdks] {
        display: flex;
        float: right;
    }

    .footer .col-gr[b-jf0tq3hdks] {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer .form-button-group[b-jf0tq3hdks]  .rz-button span {
        line-height: 0;
        vertical-align: initial;
    }
/* _content/Burstroy.Modules.PlanTree/Dialogs/EditTask.razor.rz.scp.css */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Burstroy.Modules.Blazor.PlanTree.Dialogs[b-o7w5rcwkcy]
{
    class EditTask
    {
    }
}
/* _content/Burstroy.Modules.PlanTree/Modals/ChangeDefectModal.razor.rz.scp.css */
.defect-modal[b-4dshvgy6sp] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.defect-btns[b-4dshvgy6sp] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.defect-fix[b-4dshvgy6sp] {
    gap: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.defect-select[b-4dshvgy6sp] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}
/* _content/Burstroy.Modules.PlanTree/Pages/PlanTree.razor.rz.scp.css */
.container[b-lhhg97xfnn] {
    width: 100%;
    padding: 0px;
    display: flex;
    height: 100%;
}

.row[b-lhhg97xfnn] {
    width: 100%;
}



.brd-proj[b-lhhg97xfnn] {
    border-color: orangered;
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
}

.brd-active[b-lhhg97xfnn] {
    border-color: lightgreen;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px;
}

.brd-inspect[b-lhhg97xfnn] {
    border-color: lightblue;
    border-style: solid;
    border-width: 3px;
    border-radius: 3px;
}

.box-tree[b-lhhg97xfnn] {
    display: flex;
    height: calc(100% - 40px);
    top: 40px;
    min-width: 100%;
}


[b-lhhg97xfnn] .rz-group-header {
    display: none;
}


[b-lhhg97xfnn] .item-value {
    position: relative;
    z-index: 100;
    width: 100%;
    -moz-user-select: none;
    user-select: none;
}

    [b-lhhg97xfnn] .item-value > div {
        width: calc(100% - 30px);
        float: right;
    }


[b-lhhg97xfnn] .rz-selectable .rz-datatable-even.rz-state-highlight .rz-cell-data,
[b-lhhg97xfnn] .rz-selectable .rz-datatable-odd.rz-state-highlight .rz-cell-data {
    color: #000000;
    font-weight: bold;
    background-color: #479cc8;
}



.box-tree-scroll[b-lhhg97xfnn] {
    height: 100%;
    width: 100%;
    position: relative;
}

@keyframes show-b-lhhg97xfnn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.spinner[b-lhhg97xfnn] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-lhhg97xfnn 700ms linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
}

@keyframes spin-b-lhhg97xfnn {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

[b-lhhg97xfnn] .rz-treenode-label {
    width: 100%;
}

    [b-lhhg97xfnn] .rz-treenode-label > div {
        width: 100%;
    }
/* _content/Burstroy.Modules.PlanTree/Shared/FilterTree.razor.rz.scp.css */
[b-qa8ywwux54] .e-btn .e-btn-icon.e-icon-left, .e-css.e-btn .e-btn-icon.e-icon-left[b-qa8ywwux54] {
    margin-left: 0em;
    width: auto;
}

.filter-box[b-qa8ywwux54] {
    width: 100% !important;
    padding:0px;
}

.filter-box .e-input-group .e-input-in-wrap[b-qa8ywwux54] {
    display:flex;
}

.filter-box .e-input-group .e-input-in-wrap .e-input[b-qa8ywwux54] {
    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-qa8ywwux54]::placeholder {
    color: var(--rz-input-value-color);
    font-size: 1rem;
    font-weight: 400;
}

[b-qa8ywwux54] .rz-button {
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.cross-clean[b-qa8ywwux54] {
    position: absolute;
    right: 13px;
}

    .cross-clean:hover[b-qa8ywwux54] {
        cursor: pointer;
    }

.e-input[b-qa8ywwux54] {
    min-height: 36px;
    height: 100%;
    margin-top: 1px;
}

.filter-block[b-qa8ywwux54] {
    display: flex;
    width: 100%;
    align-items: center;
}
