/* _content/TLV.PMOP.VMMP.RCL/Shared/AssessmentMatrix.razor.rz.scp.css */
.asessment-matrix-table[b-gh30icqfec],
.asessment-matrix-table tr[b-gh30icqfec],
.asessment-matrix-table th[b-gh30icqfec],
.asessment-matrix-table td[b-gh30icqfec] {
    font-size: 16px;
    padding: 0.75rem;
    text-align: center;
    font-weight: normal;
    border: 2px solid black;
    border-collapse: collapse;
}

    .asessment-matrix-table > thead > tr > th[b-gh30icqfec] {
        height: 30px;
    }

    .asessment-matrix-table > thead > tr:last-child > th[b-gh30icqfec] {
        max-width: 90px;
    }

    .asessment-matrix-table > tbody > tr > td[b-gh30icqfec] {
        height: 30px;
    }

tbody > tr > td:nth-child(2)[b-gh30icqfec],
tbody > tr:nth-child(2) > td:nth-child(3)[b-gh30icqfec] {
    background-color: greenyellow;
}

tbody > tr > td:nth-child(3)[b-gh30icqfec],
tbody > tr:nth-child(2) > td:nth-child(4)[b-gh30icqfec] {
    background-color: yellow;
}

tbody > tr > td:nth-child(4)[b-gh30icqfec],
tbody > tr > td:nth-child(5)[b-gh30icqfec] {
    background-color: red;
}
/* _content/TLV.PMOP.VMMP.RCL/Shared/EquipmentDetail.razor.rz.scp.css */
.equipment-detail-container[b-d59dkqddbe] {
    z-index: 2;
    right: 15px;
    height: 90%;
    bottom: 56px;
    display: flex;
    max-width: auto;
    position: absolute;
    border-radius: 4px;
    flex-direction: column;
    background-color: white;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.equipment-picture-container[b-d59dkqddbe] {
    padding: 10px;
    position: relative;
}

    .equipment-picture-container > .buttons[b-d59dkqddbe] {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .equipment-picture-container > .buttons button[b-d59dkqddbe] {
            border: none;
            outline: none;
            padding: unset;
            background-color: unset;
        }

        .equipment-picture-container > .buttons i[b-d59dkqddbe],
        .equipment-picture-container > .buttons svg[b-d59dkqddbe] {
            font-size: 24px;
        }

    .equipment-picture-container > .pictures[b-d59dkqddbe] {
        display: flex;
        margin-top: 1rem;
        overflow-x: auto;
        align-items: flex-start;
    }

        .equipment-picture-container > .pictures > img[b-d59dkqddbe] {
            min-width: var(--image-size);
            max-width: var(--image-size);
            min-height: var(--image-size);
            max-height: var(--image-size);
            --image-size: 250px;
        }

        .equipment-picture-container > .pictures img:not(:last-child)[b-d59dkqddbe] {
            margin-right: 10px;
        }

.equipment-info-container[b-d59dkqddbe] {
    flex-grow: 1;
    overflow: auto;
    --border-size: 4px;
    --default-color: #003E73;
}

    .equipment-info-container > .information[b-d59dkqddbe] {
        display: flex;
        padding: 10px 1.5rem;
        flex-direction: column;
    }

        .equipment-info-container > .information > .title[b-d59dkqddbe] {
            font-size: 24px;
        }

        .equipment-info-container > .information > .assessment[b-d59dkqddbe] {
            display: flex;
            font-size: 16px;
            align-items: center;
        }

            .equipment-info-container > .information > .assessment > .indicator[b-d59dkqddbe] {
                width: 60px;
                height: 20px;
                margin-left: 10px;
                background-color: red;
            }

    .equipment-info-container > .tab-info[b-d59dkqddbe] {
        top: 0;
        display: flex;
        position: sticky;
        overflow-x: auto;
        background-color: white;
    }

        .equipment-info-container > .tab-info > span[b-d59dkqddbe] {
            flex-grow: 1;
            cursor: pointer;
            font-size: 16px;
            text-align: center;
            padding: 6px 12px calc(6px + var(--border-size)) 12px;
        }

        .equipment-info-container > .tab-info > span[b-d59dkqddbe] {
            border-bottom: var(--border-size) solid #CCC;
        }

            .equipment-info-container > .tab-info > span:hover[b-d59dkqddbe],
            .equipment-info-container > .tab-info > span.selected[b-d59dkqddbe] {
                color: var(--default-color);
                border-bottom: var(--border-size) solid var(--default-color);
            }

            .equipment-info-container > .tab-info > span.selected[b-d59dkqddbe] {
                font-weight: 600;
            }


    .equipment-info-container > .selected-tab-content[b-d59dkqddbe] {
        padding: 0.75rem;
    }

@media (min-width: 1024px) {
    .equipment-detail-container[b-d59dkqddbe] {
        max-width: 70%;
    }

    .equipment-picture-container > .pictures > img[b-d59dkqddbe] {
        min-width: var(--image-size);
        max-width: var(--image-size);
        min-height: var(--image-size);
        max-height: var(--image-size);
        --image-size: 300px;
    }
}
/* _content/TLV.PMOP.VMMP.RCL/Shared/FormApplicationRotating.razor.rz.scp.css */
[b-kbuhjmmzog] .dxbl-fl-ctrl {
    margin-top: 0 !important;
}

[b-kbuhjmmzog] .dxbl-tabs > .dxbl-tabs-tablist > .dxbl-scroll-viewer > .dxbl-scroll-viewer-content > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active::after, .dxbl-tabs > ul > li > .dxbl-tabs-item:not(.dxbl-tabs-tmpl):not(.dxbl-disabled):not(:disabled).dxbl-active[b-kbuhjmmzog]::after {
    background-color: #003ec0;
}

[b-kbuhjmmzog] .tab-page-images {
    padding-top: 24px;
}

[b-kbuhjmmzog] .image-picker-container {
    padding-left: 0;
    padding-right: 0;
}
/* _content/TLV.PMOP.VMMP.RCL/Shared/ImageMarker.razor.rz.scp.css */
.image-marker-overlay[b-a8zcghv1o1],
.image-component-popup[b-a8zcghv1o1] {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    background-color: rgba(0,0,0,.2);
}

.image-component-popup[b-a8zcghv1o1] {
    z-index: 4;
}

.image-marker-container[b-a8zcghv1o1] {
    margin: auto;
    padding: 0.75rem;
    border-radius: 0.20rem;
    background-color: white;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
}

.image-controls[b-a8zcghv1o1] {
    display: flex;
    user-select: none;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: space-between;
}

    .image-controls > .buttons[b-a8zcghv1o1] {
    }

        .image-controls > .buttons > span[b-a8zcghv1o1],
        .image-controls > span[b-a8zcghv1o1] {
            font-size: 16px;
            font-weight: 600;
            padding: 0.25003125rem 0;
        }

    .image-controls button[b-a8zcghv1o1] {
        border: none;
        outline: none;
        padding: unset;
        line-height: 12px;
        background-color: unset;
    }

        .image-controls button:not(:first-child)[b-a8zcghv1o1] {
            margin-left: 10px;
        }

        .image-controls button > span[b-a8zcghv1o1] {
            vertical-align: middle;
            background-color: unset;
        }

            .image-controls button > span > i[b-a8zcghv1o1],
            .image-controls button > span > svg[b-a8zcghv1o1] {
                font-size: 24px;
            }

.toggle-tooltip-btn > span > i[b-a8zcghv1o1],
.toggle-tooltip-btn > span > svg[b-a8zcghv1o1] {
    color: #003E73;
}

.remove-mark-btn[b-a8zcghv1o1] {
    margin-right: 1rem;
}

    .close-btn > span > i[b-a8zcghv1o1],
    .remove-mark-btn > span > i[b-a8zcghv1o1],
    .close-btn > span > svg[b-a8zcghv1o1],
    .remove-mark-btn > span > svg[b-a8zcghv1o1] {
        color: red;
    }


.image-container[b-a8zcghv1o1] {
    width: 640px;
    height: 480px;
    min-width: 640px;
    min-height: 480px;
    position: relative;
    border: 1px solid #CCC;
}

    .image-container > img[b-a8zcghv1o1] {
        width: 100%;
        height: 100%;
        user-select: none;
    }

    .image-container > .plot[b-a8zcghv1o1] {
        width: 25px;
        height: 25px;
        color: white;
        cursor: pointer;
        border-radius: 50%;
        position: absolute;
        background-color: forestgreen;
    }


        .image-container > .plot.selected[b-a8zcghv1o1] {
            z-index: 4;
            border: 4px solid yellow;
        }

        .image-container > .plot > .tooltip[b-a8zcghv1o1] {
            color: black;
            font-size: 14px;
            height: inherit;
            display: contents;
            user-select: none;
            position: relative;
        }

            .image-container > .plot > .tooltip.show span[b-a8zcghv1o1] {
                opacity: 1;
                visibility: visible;
            }

            .image-container > .plot > .tooltip.hide span[b-a8zcghv1o1] {
                opacity: 0;
                visibility: hidden;
            }

            .image-container > .plot > .tooltip > span[b-a8zcghv1o1] {
                top: 32px;
                width: 150px;
                left: -62.5px;
                padding: 0.75rem;
                overflow: hidden;
                transition: 250ms;
                text-align: center;
                position: absolute;
                white-space: nowrap;
                border-radius: 0.20rem;
                background-color: white;
                text-overflow: ellipsis;
                box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
            }

        .image-container > .plot.selected > .tooltip > span[b-a8zcghv1o1] {
            top: 30px;
            left: -66px;
        }

        .image-container > .plot > .tooltip > span:hover[b-a8zcghv1o1] {
            z-index: 5;
        }

.image-component-container[b-a8zcghv1o1] {
    width: 400px;
    margin: auto;
    background-color: white;
    border-radius: var(--radius-size);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    --radius-size: 0.20rem;
    --padding-size: 0.3125rem 0.75rem;
}


    .image-component-container > .header[b-a8zcghv1o1],
    .image-component-container > .body[b-a8zcghv1o1],
    .image-component-container > .footer[b-a8zcghv1o1] {
        width: 100%;
        user-select: none;
        display: inline-block;
        padding: var(--padding-size);
    }

    .image-component-container > .header[b-a8zcghv1o1],
    .image-component-container > .footer[b-a8zcghv1o1] {
        background-color: #F2F2F2;
    }

    .image-component-container > .header[b-a8zcghv1o1] {
        display: flex;
        align-items: center;
        padding-right: 0.38rem;
        margin-bottom: 0.75rem;
        justify-content: space-between;
        border-top-left-radius: var(--radius-size);
        border-top-right-radius: var(--radius-size);
    }

        .image-component-container > .header > span[b-a8zcghv1o1] {
            font-size: 16px;
            font-weight: 600;
            display: inline-block;
            padding: 0.25003125rem 0.75rem 0.25003125rem 0;
        }

        .image-component-container > .header > button[b-a8zcghv1o1] {
            margin: 0;
            padding: 0;
            width: 32px;
            height: 32px;
            border: unset;
            display: flex;
            border-radius: 50%;
            align-items: center;
            background-color: unset;
            justify-content: center;
        }

            .image-component-container > .header > button:hover[b-a8zcghv1o1] {
                background-color: #CCC;
            }

            .image-component-container > .header > button i[b-a8zcghv1o1],
            .image-component-container > .header > button svg[b-a8zcghv1o1] {
                color: #5F6265;
                font-size: 24px;
            }

    .image-component-container > .footer[b-a8zcghv1o1] {
        margin-top: 1rem;
        text-align: right;
        border-bottom-left-radius: var(--radius-size);
        border-bottom-right-radius: var(--radius-size);
    }
/* _content/TLV.PMOP.VMMP.RCL/Shared/ImagePicker.razor.rz.scp.css */
.image-picker-wrapper[b-ttwh0edopr] {
    width: 100%;
    position: relative;
    border-radius: 0.20rem;
    border: 1px solid #ced4da;
    background-color: #F4F4F4;
    margin-top: 1rem;
}

    .image-picker-wrapper.dropping[b-ttwh0edopr] {
        border-color: #ced4da;
        background-color: #EFEFEF;
        box-shadow: inset 0px 0px 0px 2px rgba(204, 204, 204, 1);
    }

        .image-picker-wrapper.dropping > .image-picker-container[b-ttwh0edopr] {
            background-color: transparent;
        }

.image-picker-header[b-ttwh0edopr] {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.3125rem 0.75rem;
    justify-content: space-between;
    border-top-left-radius: 0.20rem;
    border-bottom: 1px solid #ced4da;
    border-top-right-radius: 0.20rem;
}

    .image-picker-header > .image-caption[b-ttwh0edopr],
    .image-picker-container > .image-placeholder > p[b-ttwh0edopr] {
        font-size: 16px;
    }

    .image-picker-header > .image-selector[b-ttwh0edopr],
    .image-picker-container > .image-placeholder > .image-button[b-ttwh0edopr] {
        z-index: 2;
    }

        .image-picker-header > .image-selector > label[b-ttwh0edopr],
        .image-picker-container > .image-placeholder > .image-button > label[b-ttwh0edopr] {
            margin: 0;
            cursor: pointer;
        }

            .image-picker-header > .image-selector > label > i[b-ttwh0edopr],
            .image-picker-header > .image-selector > label > svg[b-ttwh0edopr],
            .image-picker-container > .image-preview > .image > .delete-btn > i[b-ttwh0edopr],
            .image-picker-container > .image-preview > .image > .delete-btn > svg[b-ttwh0edopr] {
                font-size: 20px;
            }

.image-picker-container[b-ttwh0edopr] {
    width: 100%;
    display: flex;
    padding: 1rem 0.75rem;
    background-color: white;
    border-bottom-left-radius: 0.20rem;
    border-bottom-right-radius: 0.20rem;
}

    .image-picker-container[b-ttwh0edopr]  input.file-drop {
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        min-height: 100%;
        position: absolute;
    }

    .image-picker-container[b-ttwh0edopr]  input.file-select {
        display: none;
    }

    .image-picker-container > .image-placeholder[b-ttwh0edopr] {
        margin: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .image-picker-container > .image-placeholder > span > i[b-ttwh0edopr],
        .image-picker-container > .image-placeholder > span > svg[b-ttwh0edopr] {
            font-size: 40px;
        }

        .image-picker-container > .image-placeholder > .caption[b-ttwh0edopr] {
            margin-top: 1rem;
            line-height: 16px;
            font-size: 16px;
            text-align: center;
            margin-bottom: 2rem;
        }

            .image-picker-container > .image-placeholder > .caption span[b-ttwh0edopr] {
                font-weight: 600;
            }

        .image-picker-container > .image-placeholder > .image-button > label[b-ttwh0edopr] {
            color: white;
            user-select: none;
            text-align: center;
            border-radius: 0.2rem;
            text-decoration: none;
            vertical-align: middle;
            background-color: #003E73;
            padding: 0.40625rem 0.75rem;
            box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
        }

    .image-picker-container > .image-preview[b-ttwh0edopr] {
        width: 100%;
        display: grid;
        grid-gap: 0.75rem;
    }

        .image-picker-container > .image-preview > .image[b-ttwh0edopr] {
            display: flex;
            padding: 0.75rem;
            height: max-content;
            border-radius: 0.20rem;
            box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
            --image-size: 100px;
        }

            .image-picker-container > .image-preview > .image > img[b-ttwh0edopr] {
                z-index: 2;
                cursor: pointer;
                /*object-fit: contain;*/
                min-width: var(--image-size);
                max-width: var(--image-size);
                min-height: var(--image-size);
                max-height: var(--image-size);
            }

            .image-picker-container > .image-preview > .image > .image-info[b-ttwh0edopr] {
                flex-grow: 1;
                margin: 0 1rem;
                font-size: 16px;
            }

            .image-picker-container > .image-preview > .image > .delete-btn[b-ttwh0edopr] {
                z-index: 2;
            }

                .image-picker-container > .image-preview > .image > .delete-btn > i[b-ttwh0edopr],
                .image-picker-container > .image-preview > .image > .delete-btn > svg[b-ttwh0edopr] {
                    color: red;
                    cursor: pointer;
                }

/*@media (min-width: 640px) {
    .image-picker-container > .image-preview {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .image-picker-container > .image-preview {
        grid-template-columns: repeat(3, 1fr);
    }
}
*/
