@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Roboto', sans-serif;
}

body {
    margin-top: 66px;
    padding-bottom: 30px;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

h3 {
    margin-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
    color: #286694;
    font-weight: 500;
    letter-spacing: 1px;
}

h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #286694;
    font-weight: 500;
    letter-spacing: 1px;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #286694;
    font-weight: 500;
    letter-spacing: 1px;
}

h5.modal-title {
    text-transform: uppercase;
    color: #286694;
    letter-spacing: 1px;
}

.toast-top-0 {
    top: 70px;
}

.toast h4 {
    font-size: 14px;
    color: white;
}

.toast h5 {
    font-size: 13px;
    color: white;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

label {
    display: block;
    margin-bottom: 3px;
}

.form-check-label {
    display: inline-block;
    margin-left: 2px;
}

label.grid-sublist-label {
    color: #7761b9;
    font-weight: 500;
    border-bottom: 1px solid #ede9f6;
}
label.grid-sublist-label.edit {
    border-bottom: none;
}

.highlightcolor {
    height: 24px;
    vertical-align: bottom;
    width: 150px;
    border: 1px solid black;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.vertical-align-top {
    vertical-align: top;
}


.lst-btn-command {
    margin-bottom: 0;
    font-size: 0;
}

.btn-command {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

    .btn-command.btn-sm {
        padding-left: 8px;
        padding-right: 8px;
    }

    .btn-command span.icon {
        padding-right: 10px;
    }

    .btn-command .rzi {
        position: relative;
        top: 4px;
        font-size: 22px;
        margin: -4px 0;
        padding-right: 10px;
        width: 27px;
        height: 18px;
        padding-right: 10px;
    }

    .btn-command.btn-sm .rzi {
        position: relative;
        top: 4px;
        font-size: 20px;
        margin: -4px 0;
        padding-right: 10px;
        width: 25px;
        height: 18px;
    }

.lst-btn-grid-command {
    margin-bottom: 0;
    font-size: 0;
}
    .lst-btn-grid-command > li.list-inline-item {
        margin-right: 4px;
    }

.btn-grid-command.btn-sm {
    width: 31px;
    height: 31px;
}

    .btn-grid-command.btn-sm.float {
        display: block;
        float: left;
        margin-right: 4px;
    }

.btn-grid-command.btn-sm .rzi {
    position: relative;
    top: 4px;
    font-size: 20px;
    line-height: 14px;
    margin: -4px -3px;
}

.btn-grid-command {
}

.modal-body {
    overflow: auto;
}

.upload-list {
}

    .upload-list .upload-item {
        border-bottom: 1px solid #286694;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .upload-list .upload-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }


.drag-container {
}
    .drag-container .drag-item::before {
        content: '';
        background: url('../images/ellipses.svg') no-repeat 2px center;
        width: 20px;
        border-right: 1px solid #b0b0b0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }
    .drag-container .drag-item {
        position: relative;
        border: 1px solid #494949;
        padding: 5px 10px 5px 30px;
        cursor: pointer;
    }



.homepage {
}

    .homepage .notauthorized {
        position: fixed;
        top: 66px;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .homepage .notauthorized .background {
            height: 100%;
            background: url('/images/backgroundimg.jpg') center center no-repeat;
            background-size: cover;
        }
        .homepage .notauthorized .background01 {
            height: 100%;
            background: url('/images/background01.jpg') center center no-repeat;
            background-size: cover;
        }
        .homepage .notauthorized .background02 {
            height: 100%;
            background: url('/images/background02.jpg') center center no-repeat;
            background-size: cover;
        }
        .homepage .notauthorized .background03 {
            height: 100%;
            background: url('/images/background03.jpg') center center no-repeat;
            background-size: cover;
        }
        .homepage .notauthorized .background04 {
            height: 100%;
            background: url('/images/background01.png') center left no-repeat;
            background-position-x: -10px;
            background-size: contain;
        }

            .homepage .notauthorized .background .companylogo {
            }

            .homepage .notauthorized .background .appname {
                font-size: 30px;
                font-weight: 400;
                letter-spacing: 3px;
                line-height: 1.2em;
                margin-top: 20px;
                text-align: center;
                text-transform: uppercase;
                color: black;
                text-shadow: #D8D8D8 3px 2px 7px;
            }


.loading-panel {
    margin-top: 50px;
}
    .loading-panel .info-text {
        font-size: 16px;
        font-weight: 500;

        -webkit-animation: color-change 10s infinite;
        -moz-animation: color-change 10s infinite;
        -o-animation: color-change 10s infinite;
        -ms-animation: color-change 10s infinite;
        animation: color-change 10s infinite;
    }

    .loading-panel .logo-spinner {
        display: inline-block;
        height: 80px;
        width: 80px;
        background: url('/images/las_spin.png') center center no-repeat;
        background-size: 100%;
        color: #d72b50;
        -webkit-animation: logo-rotation 1.5s infinite;
        -moz-animation: logo-rotation 1.5s infinite;
        -o-animation: logo-rotation 1.5s infinite;
        -ms-animation: logo-rotation 1.5s infinite;
        animation: logo-rotation 1.5s infinite;
    }

@-webkit-keyframes color-change {
    0% {
        color: #de9292;
    }

    10% {
        color: #a53030;
    }

    20% {
        color: #a57830;
    }

    30% {
        color: #8ba530;
    }

    40% {
        color: #43a530;
    }

    50% {
        color: #30a576;
    }

    60% {
        color: #3081a5;
    }

    70% {
        color: #3032a5;
    }

    80% {
        color: #8430a5;
    }

    90% {
        color: #a5307b;
    }

    100% {
        color: #d19dbe;
    }
}

@-moz-keyframes color-change {
    0% {
        color: #de9292;
    }

    10% {
        color: #a53030;
    }

    20% {
        color: #a57830;
    }

    30% {
        color: #8ba530;
    }

    40% {
        color: #43a530;
    }

    50% {
        color: #30a576;
    }

    60% {
        color: #3081a5;
    }

    70% {
        color: #3032a5;
    }

    80% {
        color: #8430a5;
    }

    90% {
        color: #a5307b;
    }

    100% {
        color: #d19dbe;
    }
}

@-ms-keyframes color-change {
    0% {
        color: #de9292;
    }

    10% {
        color: #a53030;
    }

    20% {
        color: #a57830;
    }
    30% {
        color: #8ba530;
    }

    40% {
        color: #43a530;
    }

    50% {
        color: #30a576;
    }
    60% {
        color: #3081a5;
    }

    70% {
        color: #3032a5;
    }

    80% {
        color: #8430a5;
    }
    90% {
        color: #a5307b;
    }
    100% {
        color: #d19dbe;
    }
}

@-o-keyframes color-change {
    0% {
        color: #de9292;
    }

    10% {
        color: #a53030;
    }

    20% {
        color: #a57830;
    }

    30% {
        color: #8ba530;
    }

    40% {
        color: #43a530;
    }

    50% {
        color: #30a576;
    }

    60% {
        color: #3081a5;
    }

    70% {
        color: #3032a5;
    }

    80% {
        color: #8430a5;
    }

    90% {
        color: #a5307b;
    }

    100% {
        color: #d19dbe;
    }
}

@keyframes color-change {
    0% {
        color: #de9292;
    }

    10% {
        color: #a53030;
    }

    20% {
        color: #a57830;
    }

    30% {
        color: #8ba530;
    }

    40% {
        color: #43a530;
    }

    50% {
        color: #30a576;
    }

    60% {
        color: #3081a5;
    }

    70% {
        color: #3032a5;
    }

    80% {
        color: #8430a5;
    }

    90% {
        color: #a5307b;
    }

    100% {
        color: #d19dbe;
    }
}

@-webkit-keyframes logo-rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg) scale(1.2);
    }
}

@-moz-keyframes logo-rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg) scale(1.2);
    }
}

@-ms-keyframes logo-rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg) scale(1.2);
    }
}

@-o-keyframes logo-rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg) scale(1.2);
    }
}

@keyframes logo-rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg) scale(1.2);
    }
}


.grid-sublist {
    max-height: 400px;
}
.grid-sublist.autoheight {
    max-height: none;
}

    .grid-sublist th.rz-unselectable-text.small.text-wrap span.rz-column-title {
        white-space:normal;
    }

        .grid-sublist th.rz-unselectable-text.small.text-wrap span.rz-column-title > .rz-column-title-content {
            white-space: normal;
            font-size: 12px;
            line-height: 1.1em;
            width: 100%;
        }

    .grid-sublist .rz-grid-table .rz-data-row.rz-datatable-edit > td {
        padding-right: 5px;
        padding-left: 10px;
    }

    .grid-sublist .rz-grid-table .rz-data-row.rz-datatable-edit > td.rz-frozen-cell {
        padding-right: 16px;
        padding-left: 16px;
    }

        .grid-sublist .rz-grid-table .rz-data-row.rz-datatable-edit > td .rz-cell-data input {
            padding: 6px 8px;
            font-size: 14px;
            line-height: 18px;
            height: auto;
        }

        .grid-sublist .rz-grid-table .rz-data-row.rz-datatable-edit > td .rz-cell-data textarea {
            padding: 6px 8px;
            font-size: 14px;
            line-height: 18px;
            height: auto;
        }

        .grid-sublist .rz-grid-table .rz-data-row.rz-datatable-edit > td .rz-cell-data span.rz-spinner {
            height: 31.3333px;
        }

        .grid-sublist .rz-grid-table .rz-data-row.rz-datatable-edit > td .rz-cell-data button.rz-spinner-button {
            height: 12px;
        }

        .grid-sublist .rz-grid-table .rz-data-row.rz-datatable-edit > td .rz-cell-data select.form-select {
            padding: 6px 8px;
            font-size: 14px;
            line-height: 18px;
            height: auto;
        }

        .grid-sublist .rz-grid-table .rz-data-row.rz-datatable-edit > td .rz-cell-data .rz-dropdown {
            padding: 6px 8px;
            font-size: 14px;
            line-height: 18px;
            height: auto;
        }

        .grid-sublist .rz-grid-table .rz-data-row.rz-datatable-edit > td .rz-cell-data .rz-dropdown-label {
            padding: 0 22px 0 0;
        }

.tbl-chklrequirements .bg-warning-soft {
    background-color: #fff19e;
}

.tbl-chklrequirements .chkFindingLevel .rz-chkbox-box.rz-state-active {
    background-color: #bd0e0e;
}

.rz-dropdown-items li {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 18px;
    height: auto;
}

.rz-multiselect-items li {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 18px;
    height: auto;
}
    .grid-sublist .rz-grid-table .rz-data-row > td.text-wrap span {
        white-space: normal;
    }


.rz-tick {
    font-size: 10px;
}

.rz-series-data-label {
    font-size: 12px;
}

.form-checklist-container {
    max-height: 400px;
    overflow-x: auto;
}

.form-checklist-column {
    border: 1px solid #DEE2E6;
    padding: 10px;
    border-radius: 6<px;
}

.row-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row-group > .col-group-item {
        display: flex;
        flex-direction: column;
    }

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }



span.link-delete-record {
    text-decoration: underline;
    cursor: pointer;
}

.GridCommandCell {
}

.RecordChangeDataPanel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 16px;
    background-color: #e6effa;
    color: #466d94;
}

.CommentGroup {
    position: relative;
    border-bottom: 1px solid #5ea3c2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.CommentGroup:last-child {
    border-bottom: none;
}
    .CommentGroup .CommentContent {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border: 1px solid #e9e9e9;
        padding: 10px 16px;
    }

    .CommentGroup .RecordChangeDataPanel {
        position: relative;
        padding: 4px 16px 8px;
        background-color: #eef4fa;
        color: #466d94;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }


.pageauditplan {
}
    .pageauditplan .list-audits {
    }
        .pageauditplan .list-audits .audit-item {
            padding: 15px; 
            font-size: 0.9em;
            line-height: 1.2em;
        }


            .pageauditplan .list-audits .audit-item .auditstatuscell > .content {
                margin: -8px -16px -8px -12px;
                padding: 12px 12px;
                height: 47px;
                border-radius: 0 0 5px 0;
                border-left: 1px solid #d1d1d1;
            }

            .pageauditplan .list-audits .audit-item .card-body.planned {
                background-color: #eeeeee;
                color: #707070;
            }
            .pageauditplan .list-audits .audit-item .audit-info {
                /*                border-bottom: 1px solid #8db7e0;*/
                padding-bottom: 10px;
                margin-top: -5px;
            }
            .pageauditplan .list-audits .audit-item .audit-info .group-title {
                border-bottom: 1px solid #8db7e0;
                padding-bottom: 10px;
                margin-bottom: 10px;
                font-size: 0.85em;
                line-height: 1em;
                text-transform: uppercase;
                text-align: center;
                color: #466d94;
                font-weight: 600;
            }

                .pageauditplan .list-audits .audit-item .audit-info .item-cell {
                    padding: 5px 12px;
                }

                    .pageauditplan .list-audits .audit-item .audit-info .item-cell.border-right {
                        border-right: 1px solid #8db7e0;
                    }

            .pageauditplan .list-audits .audit-item .audit-findings {
                margin: 0 -16px -16px;
                background-color: #ebd5c7;
                border-top: 1px solid #c76363;
                border-bottom: 1px solid #c76363;
                padding: 10px 16px;
            }

            .pageauditplan .list-audits .audit-item .card-body.planned .audit-findings {
                background-color: transparent;
            }
                .pageauditplan .list-audits .audit-item .audit-findings .group-title {
                    border-bottom: 1px solid #c76363;
                    padding-bottom: 10px;
                    margin-bottom: 10px;
                    font-size: 0.85em;
                    line-height: 1em;
                    text-transform: uppercase;
                    text-align: center;
                    color: #b32121;
                    font-weight: 600;
                }

                .pageauditplan .list-audits .audit-item .audit-findings.item-cell {
                    padding: 5px 12px;
                }

                    .pageauditplan .list-audits .audit-item .audit-findings .item-cell.border-right {
                        border-right: 1px solid #c76363;
                    }




.pagecorrectiveactionrequest {
}
    .pagecorrectiveactionrequest .list-records {
    }
        .pagecorrectiveactionrequest .list-records .record-item {
            padding: 15px; 
            font-size: 0.9em;
            line-height: 1.2em;
        }


            .pagecorrectiveactionrequest .list-records .record-item .auditstatuscell > .content {
                margin: -8px -16px -8px -12px;
                padding: 12px 12px;
                height: 47px;
                border-radius: 0 0 5px 0;
                border-left: 1px solid #d1d1d1;
            }

            .pagecorrectiveactionrequest .list-records .record-item .card-body.planned {
                background-color: #eeeeee;
                color: #707070;
            }
            .pagecorrectiveactionrequest .list-records .record-item .audit-info {
                /*                border-bottom: 1px solid #8db7e0;*/
                padding-bottom: 10px;
                margin-top: -5px;
            }
            .pagecorrectiveactionrequest .list-records .record-item .audit-info .group-title {
                border-bottom: 1px solid #8db7e0;
                padding-bottom: 10px;
                margin-bottom: 10px;
                font-size: 0.85em;
                line-height: 1em;
                text-transform: uppercase;
                text-align: center;
                color: #466d94;
                font-weight: 600;
            }

            .pagecorrectiveactionrequest .list-records .record-item .deadline {
            }

                .pagecorrectiveactionrequest .list-records .record-item .deadline > .content {
                    margin: -8px -16px -9px -12px;
                    padding: 8px 12px;
                    height: 33px;
                    border-radius: 0 5px 0 0;
/*                    border-left: 1px solid #d1d1d1;*/
                }

                .pagecorrectiveactionrequest .list-records .record-item .audit-info .item-cell {
                    padding: 5px 12px;
                }

                    .pagecorrectiveactionrequest .list-records .record-item .audit-info .item-cell.border-right {
                        border-right: 1px solid #8db7e0;
                    }

            .pagecorrectiveactionrequest .list-records .record-item .audit-findings {
                margin: 0 -16px -16px;
                background-color: #ebd5c7;
                border-top: 1px solid #c76363;
                border-bottom: 1px solid #c76363;
                padding: 10px 16px;
            }

            .pagecorrectiveactionrequest .list-records .record-item .card-body.planned .audit-findings {
                background-color: transparent;
            }
                .pagecorrectiveactionrequest .list-records .record-item .audit-findings .group-title {
                    border-bottom: 1px solid #c76363;
                    padding-bottom: 10px;
                    margin-bottom: 10px;
                    font-size: 0.85em;
                    line-height: 1em;
                    text-transform: uppercase;
                    text-align: center;
                    color: #b32121;
                    font-weight: 600;
                }

                .pagecorrectiveactionrequest .list-records .record-item .audit-findings.item-cell {
                    padding: 5px 12px;
                }

            .pagecorrectiveactionrequest .list-records .record-item .audit-findings .finding-block {
                height: 90px;
                overflow: scroll;
            }

            .pagecorrectiveactionrequest .list-records .record-item .audit-findings .responsible-row {
                padding-top: 5px;
                margin-top: 5px;
                border-top: 1px solid #c76363;
            }

                    .pagecorrectiveactionrequest .list-records .record-item .audit-findings .item-cell.border-right {
                        border-right: 1px solid #c76363;
                    }



.pagepreventiveactionrequest {
}

    .pagepreventiveactionrequest .list-records {
    }

        .pagepreventiveactionrequest .list-records .record-item {
            padding: 15px;
            font-size: 0.9em;
            line-height: 1.2em;
        }


            .pagepreventiveactionrequest .list-records .record-item .item-cell {
                min-height: 18px;
            }

            .pagepreventiveactionrequest .list-records .record-item .statuscell > .content {
                margin: -8px -16px -8px -12px;
                padding: 12px 12px;
                height: 47px;
                border-radius: 0 0 5px 0;
                border-left: 1px solid #d1d1d1;
            }

            .pagepreventiveactionrequest .list-records .record-item .deadline > .content {
                margin: -8px -16px -9px -12px;
                padding: 8px 12px;
                height: 33px;
                border-radius: 0 5px 0 0;
                /*                    border-left: 1px solid #d1d1d1;*/
            }

            .pagepreventiveactionrequest .list-records .record-item .card-header {
                background-color: #98b4c7;
            }

            .pagepreventiveactionrequest .list-records .record-item .card-body.planned {
                background-color: #eeeeee;
                color: #707070;
            }

            .pagepreventiveactionrequest .list-records .record-item .hazard-details {
                margin: 0 -16px -16px;
                background-color: #e8f0f5;
                border-top: 1px solid #8430a5;
                border-bottom: 1px solid #8430a5;
                padding: 10px 16px;
            }

            .pagepreventiveactionrequest .list-records .record-item .card-body {
                padding-top: 0;
            }

            .pagepreventiveactionrequest .list-records .record-item .card-body.planned .hazard-details {
                background-color: transparent;
            }

            .pagepreventiveactionrequest .list-records .record-item .hazard-details .group-title {
                border-bottom: 1px solid #8430a5;
                padding-bottom: 10px;
                margin-bottom: 10px;
                font-size: 0.85em;
                line-height: 1em;
                text-transform: uppercase;
                text-align: center;
                color: #a5307b;
                font-weight: 600;
            }

            .pagepreventiveactionrequest .list-records .record-item .hazard-details.item-cell {
                padding: 5px 12px;
            }

            .pagepreventiveactionrequest .list-records .record-item .hazard-details .finding-block {
                height: 90px;
                overflow: scroll;
            }

            .pagepreventiveactionrequest .list-records .record-item .hazard-details .responsible-row {
                padding-top: 5px;
                margin-top: 5px;
                border-top: 1px solid #8430a5;
            }

            .pagepreventiveactionrequest .list-records .record-item .hazard-details .item-cell.border-right {
                border-right: 1px solid #8430a5;
            }


    .lateral-menu  {
        line-height: 2em;
    }

        .lateral-menu .btn-link:hover {
            text-decoration: underline;
            cursor: pointer;
        }


.printpage {
    padding: 10px 40px;
    font-size: 14px;
    line-height: 1.4em;
}
.printpage .navbar {
    padding-left: 30px;
    font-size: 16px;
}

    .printpage .checklistreportpage {
        border-top: 1px solid #ac0909;
        padding-top: 30px;
    }

        .printpage .checklistreportpage:first-child {
            border-top: none;
            padding-top: 0;
        }

.printpage .companylogo img {
    height: 40px;
}
    .printpage h3 {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 20px;
        text-transform: uppercase;
        color: black;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .printpage .block-filter {
        padding-bottom: 30px;
        color: #727272;
        font-style: italic;
    }

.printpage .block {
    padding-bottom: 30px;
}
    .printpage .block .block-item {
        padding-bottom: 5px;
    }
    .printpage .block h4 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        text-transform: uppercase;
        color: black;
        font-weight: 600;
        letter-spacing: 1px;
        border-bottom: 1px solid #c6c6c6;
    }
    .printpage .block h5 {
        padding-bottom: 10px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 14px;
        text-transform: none;
        color: black;
        font-weight: 600;
        letter-spacing: 1px;
        border-bottom: 1px solid #c6c6c6;
        font-style: italic;
    }
    .printpage .block-sub {
        display: block;
        border-bottom: 1px solid #c6c6c6;
        margin-bottom: 20px;
    }
    .printpage .block-sub:last-child {
        border-bottom: none;
    }

    .printpage .auditplanreport  {

    }

        .printpage .auditplanreport tr.h4 {
            margin-bottom: 10px;
            font-size: 16px;
            text-transform: uppercase;
            color: black;
            font-weight: 600;
            letter-spacing: 1px;
            border-bottom: 1px solid #c6c6c6;
        }

        .printpage .auditplanreport tr td {
            padding: 5px 3px;
        }
        .printpage .auditplanreport tr.h4 td {
            padding-top: 20px;
            padding-bottom: 10px;
        }
        .printpage .auditplanreport tr.header-row {
            border-bottom: 1px solid #d7d7d7;
        }
            .printpage .auditplanreport tr.header-row td {
                background-color: #f7f7f7;
                font-weight: 500;
            }

@media print {
    .printpage .navbar {
        display: none;
    }

    .printpage .checklistreportpage {
        border-top: none;
        padding-top: 76px;
    }
        .printpage .checklistreportpage:first-child {
            padding-top: 0;
        }

    .pagebreak {
        clear: both;
        page-break-after: always;
    }
}

