/* _content/Burstroy.Modules.Blazor.Decisions/Compon/AccPanel.razor.rz.scp.css */
.ds-icon[b-26b1mg28td] {
    width: 30px;
    height: 30px;
}

.ds-table[b-26b1mg28td],
.ds-table th[b-26b1mg28td],
.ds-table tr[b-26b1mg28td],
.ds-table td[b-26b1mg28td],
.ds-table thead th[b-26b1mg28td],
.ds-table tbody + tbody[b-26b1mg28td] {
    border: 2px;
    margin: 5px 5px 5px 5px;
    padding: 1px 1px 1px 1px;
/*    align-content: center;*/
}



.ds-table-hidden[b-26b1mg28td],
.ds-table-hidden th[b-26b1mg28td],
.ds-table-hidden tr[b-26b1mg28td],
.ds-table-hidden td[b-26b1mg28td],
.ds-table-hidden thead th[b-26b1mg28td],
.ds-table-hidden tbody + tbody[b-26b1mg28td] {
    border: 0px;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    vertical-align: top;
    pointer-events: none;
    border-collapse: collapse;
}




.ds-table-borderless[b-26b1mg28td] {
    width: 100%;
    border: 0;
    margin-bottom: 1rem;
    color: #212529;
}

    .ds-table-borderless th[b-26b1mg28td],
    .ds-table-borderless td[b-26b1mg28td] {
        padding: 1px;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .ds-table-borderless thead th[b-26b1mg28td] {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .ds-table-borderless tbody + tbody[b-26b1mg28td] {
        border-top: 2px solid #dee2e6;
    }


.td_bold[b-26b1mg28td] {
    width: 15%;
    text-align: right;
    text-decoration: solid;
}


.ds-container[b-26b1mg28td] {
    border: 1px;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
}


.ds-box[b-26b1mg28td] {
    white-space: nowrap;
    pointer-events: none;
    text-align: left;
    width: 100%
}

    .ds-box div[b-26b1mg28td] {
        display: inline-block;
        pointer-events: none;
        text-align: left;
        border: 0px
    }


.ds-name-box[b-26b1mg28td] {
    pointer-events: none;
    text-align: center;
    width: 100%;
    line-height: 10px;
    border: 0;
    margin: 0px;
    padding: 0px;
}



.danger-0[b-26b1mg28td] {
/*    background-color: aqua;*/
    color: black;
    text-align: left
}

.danger-1[b-26b1mg28td] {
/*    background-color: Yellow;*/
    color: black;
    text-align: left
}

.danger-2[b-26b1mg28td] {
/*    background-color: Tomato;*/
    text-align: left
}

.prc-0[b-26b1mg28td] {
/*    background-color: Tomato;*/
    color: black;
    text-align: left
}

.prc-199[b-26b1mg28td] {
/*    background-color: Yellow;*/
    text-align: left
}

.prc-100[b-26b1mg28td] {
/*    background-color: silver;*/
    text-align: left
}

.instruction[b-26b1mg28td] {
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    align-content:center;
    font-weight: bold;
}

.instruction[b-26b1mg28td]::before {
    content: "💡";
    margin-right: 5px;
    font-size: 18px;
}
/* _content/Burstroy.Modules.Blazor.Decisions/Pages/Decisions.razor.rz.scp.css */
.acc-row[b-vla29lhhe0] {
    display: flex;
/*    align-items: center;*/
}

.acc-row span[b-vla29lhhe0] {
    margin-right: 10px;
}

.acc-row .separator[b-vla29lhhe0] {
    margin-left: 20px;
    margin-right: 10px;
}

.acc-row .rz-radiobuttonlist[b-vla29lhhe0] {
    margin-right: 20px;
}

.acc-listitem[b-vla29lhhe0] {
    display: flex;
    align-items: center;
/*    background-color: red;*/
/*    border: solid 1px red;*/
}

[b-vla29lhhe0] .rz-multiselect-item:nth-child(odd) {
    background-color: var(--rz-grid-stripe-background-color);
}

[b-vla29lhhe0] .rz-multiselect-item.rz-state-highlight {
    background-color: var(--rz-primary) !important;
    /*    color: var(--rz-primary-text-color) !important;*/
}

[b-vla29lhhe0] .rz-multiselect-item:hover {
    background-color: var(--rz-primary-lighter) !important;
    color: black !important;
}

.td_bold[b-vla29lhhe0] {
    font-weight: bold;
}


[b-vla29lhhe0] .rz-radiobutton {
    padding: 1px 1px;
    width: 14px;
    height: 14px;
}




[b-vla29lhhe0] .rz-radiobutton-label {
    margin: 0 0.1rem 0 0.1rem;
}


[b-vla29lhhe0] label.rz-radiobutton-label {
    font-weight: normal;
}




[b-vla29lhhe0] .rz-multiselect-item {
    padding: 1px 1px;
}





[b-vla29lhhe0] .rz-radiobutton-box:not(.rz-state-disabled) {
    background-color: silver;
    box-shadow: var(--rz-radio-active-shadow);
    border-width: var(--rz-radio-border-width);
}

[b-vla29lhhe0] .rz-radiobutton-box.rz-state-active .rzi-circle-on {
    background-color: #3b82f6;
}

[b-vla29lhhe0] .rz-radiobutton-box.rz-state-active::selection {
    background-color: lime;
    border: var(--rz-radio-checked-border);
    border-width: var(--rz-radio-border-width);
}

.acc-list[b-vla29lhhe0] {
    height: 100%;
    width: 200px;
    margin: 0px 0px;
    padding: 0px 0px;
/*    background-color: black;*/
    align-content: start;
}



.ds-table[b-vla29lhhe0],
.ds-table th[b-vla29lhhe0],
.ds-table tr[b-vla29lhhe0],
.ds-table td[b-vla29lhhe0],
.ds-table thead th[b-vla29lhhe0],
.ds-table tbody + tbody[b-vla29lhhe0] {
    border: 2px;
    margin: 5px 5px 5px 5px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #dee2e6;
    align-content: center;
    word-break: break-word;
}


[b-vla29lhhe0] .rz-datatable-data td .rz-cell-data, [b-vla29lhhe0] .rz-grid-table td .rz-cell-data {
    white-space: normal;
    word-break: break-word;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}


[b-vla29lhhe0] .rz-grid-table td {
    white-space: normal;
    word-break: break-word;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}




.acc-field[b-vla29lhhe0] {
    height: 100%;
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
}


.acc-cell1[b-vla29lhhe0] {
    height: 100%;
    min-height: 22px;
    width: 8%;
    margin: 0px 1px 1px 0px;
    padding: 0px 1px 1px 0px;
    background-color: aqua;
    line-height: 13px;
    font-size: 12px;
    align-content: center;
}

.acc-cell1_0[b-vla29lhhe0] {
    height: 100%;
    width: 16px;
    margin: 0px 1px 1px 0px;
    padding: 0px 1px 1px 0px;
    background-color: aqua;
    color: black;
    line-height: 13px;
    font-size: 12px;
    align-content: center;
}

.acc-cell1_1[b-vla29lhhe0] {
    height: 100%;
    width: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: yellow;
    color: black;
    line-height: 13px;
    font-size: 12px;
    align-content: center;
}

.acc-cell1_2[b-vla29lhhe0] {
    height: 100%;
    width: 16px;
    margin: 0px 1px 1px 0px;
    padding: 0px 1px 1px 0px;
    background-color: tomato;
    line-height: 13px;
    font-size: 12px;
    align-content: center;
}

.acc-cell2[b-vla29lhhe0] {
    height: 100%;
    width: 144px;
    margin: 1px 1px;
    padding: 1px 1px;
/*    background-color: black;*/
    line-height: 13px;
    font-size: 12px;
    align-content: left;
}

.acc-cell3[b-vla29lhhe0] {
    height: 100%;
    width: 15%;
    margin: 0px 0px;
    padding: 1px 1px 0px 0px;
    background-color: yellow;
    line-height: 13px;
    font-size: 12px;
    align-content: center;
}

.acc-cell3_0[b-vla29lhhe0] {
    height: 100%;
    width: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
/*    background-color: orange;*/
/*    color: black;*/
    line-height: 13px;
    font-size: 12px;
    align-content: center;
}

.acc-cell3_1[b-vla29lhhe0] {
    height: 100%;
    width: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
/*    background-color: yellow;*/
/*    color: black;*/
    line-height: 13px;
    font-size: 12px;
    align-content: center;
}

.acc-cell3_2[b-vla29lhhe0] {
    height: 100%;
    width: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
/*    background-color: silver;*/
/*    color: black;*/
    line-height: 13px;
    font-size: 12px;
    align-content: center;
}

.file-input-box[b-vla29lhhe0] {
}

    .file-input-box > .input-file[b-vla29lhhe0] {
        display: flex;
        align-items: center;
    }

        .file-input-box > .input-file > i[b-vla29lhhe0] {
            color: #919191;
        }

            .file-input-box > .input-file > i:hover[b-vla29lhhe0] {
                color: #3f3f3f;
                cursor: pointer;
            }


    .file-input-box > .photo[b-vla29lhhe0], .file-input-box > .no-photo[b-vla29lhhe0] {
        width: 300px;
        height: 300px;
        display: flex;
        margin-bottom: 20px;
    }

        .file-input-box > .photo.disable[b-vla29lhhe0], .file-input-box > .no-photo.disable[b-vla29lhhe0] {
            opacity: 0.5;
        }

    .file-input-box > .photo[b-vla29lhhe0] {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
