﻿
.report-header-text {
    background-color: transparent !important;
    font-weight: bold;
    color: #4d2012 !important;
    text-shadow: #e2caa0 2px 2px;
}

.report-header-secondtext {
    background-color: transparent !important;
    color: #4d2012 !important;
    font-weight: bolder;
}

.report-header-apilogo {
    padding: 2px 0px 0px 0px;
    background-color: #c7c8ca !important;
    color: #000000 !important;
    font-size: medium !important;
    background-image: url('https://www.gw.myckp.com/a/bis.webp');
    background-origin: content-box;
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: left;
    min-height: 45px !important;
}

#blazor-error-ui * {
    display: none !important;
}


/* sm remove logo*/
@media (max-width: 700px) {
    .report-header-logo {
        background-image: unset !important;
    }
}

@media (max-width: 450px) {
    .report-header-apilogo {
        background-image: unset !important;
    }
}

.report-header, report-header * {
    background-color: #002855 !important;
    color: #ffffff !important;
    font-size: medium !important;
}

.report-table-success tbody tr td, .report-table-success thead tr th {
    background-color: #84993b !important;
}

.report-table-row-success td, .report-table-row-success th {
    background-color: #84993b !important;
}

.report-table-row-primary td, .report-table-row-primary th {
    background-color: #002855 !important;
    color: #ffffff !important;
}

.report-table-row-info td, .report-table-row-info th {
    background-color: #9dc2e7 !important;
    color: #000000 !important;
}

.report-h1, .report-h1 * {
    background-color: #4D2012;
    color: #ffffff;
    font-size: medium;
}

.report-h, .report-h * {
    background-color: #4D2012;
    color: #ffffff;
}

.report-body * {
    font-size: small !important;
    background-color: white;
    color: black;
}


.printVisible {
    visibility: hidden;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.fs-xsmall {
    font-size: x-small !important;
}

.fs-xxsmall {
    font-size: xx-small !important;
}

.fs-small {
    font-size: small !important;
}

.active-sourcedocgrid {
    background-color: white !important;
}

.new-sourcedocgrid {
    background-color: #84993b !important;
}

.remove-sourcedocgrid {
    background-color: #f8abb6 !important;
}

.poor-sourcedocgrid {
    background-color: #f9b746 !important;
}


.sourcedoc-report-pagebreak {
    break-before: page !important;
}

.sourcedoc-report-print-headers {
    /* display: table-row;*/
    page-break-inside: avoid;
    font-weight: bold;
}

.sourcedoc-report-contact-border {
    border: 1px solid black !important;
}

.sourcedoc-report-white-border {
    border: 1px solid white !important;
}

.sourcedoc-report-print-signature {
    text-align: start;
    border-top: 1px solid white !important;
    border-right: 1px solid white !important;
    border-left: 1px solid white !important;
    border-bottom: 1px solid black !important;
}


.sourcedoc-report-print-date {
    text-align: start;
    border-top: 1px solid white !important;
    border-right: 1px solid white !important;
    border-left: 1px solid white !important;
    border-bottom: 1px solid black !important;
}

.sourecdoc-report-blankrow {
    display: inline-block;
    border-top: 1px solid white !important;
    border-right: 1px solid white !important;
    border-left: 1px solid white !important;
}


.sourcedoc-report-footer, .sourcedoc-report-footer {
    display: table-footer-group;
}

.bottom-spacing {
    margin-bottom: 0px;
}

.bottom-scrollMargin {
    scroll-padding-bottom: 3.2em;
}

.bottom-spacing-all {
    margin-bottom: 3.2em;
}

.bottom-inset {
    position: fixed;
    bottom: 0;
    bottom: env(safe-area-inset-bottom);
}

.backgroundcolor-darkgray {
    background-color: #6d6e71
}
