@import '_content/Hawk.Analytics.Web.Components.Shared/Hawk.Analytics.Web.Components.Shared.bundle.scp.css';

/* _content/Hawk.Analytics.Web.Server/Pages/FleetManagement/CrewHawk/PdfDisplay.razor.rz.scp.css */
.pdf-status[b-ru7x9xne5t] {
    position: fixed;
    bottom: 0px;
    right: 0px;

    padding: 20px;
    margin: 20px;
    background: white;
}

@media print {
    .pdf-status[b-ru7x9xne5t] {
        display: none;
        margin: initial;
        padding: initial;
        background: initial;
    }
}
/* _content/Hawk.Analytics.Web.Server/Pages/FleetManagement/CrewHawk/PdfDisplayRedZoneMetrics.razor.rz.scp.css */
.pdf-status[b-adaaxfspys] {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 20px;
    margin: 20px;
    background: white;
}

@media print {
    .pdf-status[b-adaaxfspys] {
        display: none;
        margin: initial;
        padding: initial;
        background: initial;
    }
}
/* _content/Hawk.Analytics.Web.Server/Shared/Components/Pdf/Components/ConfidentialFooter.razor.rz.scp.css */
div[b-es5iw25vhe] {
    font-size: 8pt;
}

.footer[b-es5iw25vhe] {
    height: 2.5cm;
    width: 100%;
    text-align: center;
}

.page-number[b-es5iw25vhe] {
    display: flex;
    flex-direction: row;

    margin: 2mm 0;
    font-size: 10pt;
}

    .page-number[b-es5iw25vhe]:before {
        margin: auto 1cm auto 0;
    }

    .page-number[b-es5iw25vhe]:after {
        margin: auto 0 auto 1cm;
    }

    .page-number[b-es5iw25vhe]:before,
    .page-number[b-es5iw25vhe]:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid #000;
    }
/* _content/Hawk.Analytics.Web.Server/Shared/Components/Pdf/Components/CopyrightNotice.razor.rz.scp.css */
p[b-ukyb3iqdne] {
    font-size: 8pt;
    text-align: center;
}
/* _content/Hawk.Analytics.Web.Server/Shared/Components/Pdf/Components/LogoHeader.razor.rz.scp.css */
.header[b-ffqaulny9b] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2mm;
    height: 2.5cm;
}

    .header > div[b-ffqaulny9b] {
        align-content: center;
    }

.header-image[b-ffqaulny9b] {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.header img[b-ffqaulny9b] {
    height: 100%;
}
/* _content/Hawk.Analytics.Web.Server/Shared/Components/Pdf/Covers/BackCoverPage.razor.rz.scp.css */
.cover[b-ow3y63h9oa] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cover *[b-ow3y63h9oa] {
    color: black;
}

.top-bar[b-ow3y63h9oa] {
    text-align: center;
}

    .top-bar > h1[b-ow3y63h9oa] {
        margin-top: 25mm;
        font-size: 2.5em;
    }

    .top-bar > h2[b-ow3y63h9oa] {
        font-size: 2em;
        font-weight: 600;
    }

.center[b-ow3y63h9oa] {
    height: 100%;
    margin: 0 2.5cm;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

    .center > .image[b-ow3y63h9oa] {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .center > .image > img[b-ow3y63h9oa] {
            width: 100%;
        }

    .center > .copyright-notice[b-ow3y63h9oa] {
        margin-bottom: 1cm;
    }

.footer[b-ow3y63h9oa] {
    display: flex;
    flex-direction: row;
    justify-content: end;

    padding: 1cm 1cm 1cm 1cm;
    font-size: 10pt;
}

    .footer > .address[b-ow3y63h9oa] {
        text-align: right;
        padding: 0 5mm;
        border-right: 1px solid black;
    }

    .footer > .contact[b-ow3y63h9oa] {
        text-align: left;
        padding: 0 5mm;
    }
/* _content/Hawk.Analytics.Web.Server/Shared/Components/Pdf/Covers/CoverPage.razor.rz.scp.css */
.cover *[b-cx3nfujnd4] {
    color: #fff;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact; /* Required to make the text white over the background image*/
}

.cover[colour="black"] *[b-cx3nfujnd4] {
    color: #000;
}

.cover[b-cx3nfujnd4] {
    height: 100%;
    color: white;
    position: relative;
}

    .cover > *[b-cx3nfujnd4] {
        width: 100%;
        height: 100%;

        position: absolute;
        top: 0;
    }

    .cover > img[b-cx3nfujnd4] {
        z-index: 1;
    }

    .cover > div[b-cx3nfujnd4] {
        display: flex;
        flex-direction: column;

        padding: 0 2.5cm;
        
        z-index: 10;
    }

.top-bar[b-cx3nfujnd4] {
    margin-top: 5mm;
    display: flex;
    justify-content: flex-end;
}

    .top-bar > img[b-cx3nfujnd4] {
        width: 200px;
        margin: 2cm 0;
    }

.center[b-cx3nfujnd4] {
    text-align: center;
    flex-grow: 1;
}

    .center > img[b-cx3nfujnd4] {
        margin-top: 2mm;
        width: 330px;
    }

    .center > h1[b-cx3nfujnd4] {
        margin-top: 25mm;
        font-size: 2.5em;
    }

    .center > h2[b-cx3nfujnd4] {
        font-size: 2em;
        font-weight: 600;
    }

.bottom-bar[b-cx3nfujnd4] {
    text-align: end;
    margin-bottom: 2cm;
}

.footer[b-cx3nfujnd4] {
    margin: 0 1cm 5mm 1cm;
}

.salunda-logo > img[b-cx3nfujnd4] {
    width: 200px;
}
/* _content/Hawk.Analytics.Web.Server/Shared/Components/Pdf/LetterHeadPage.razor.rz.scp.css */
.page[b-7qm9aiq6zw] {
    display: flex;
    flex-direction: column;

    height: 100%;
}

.body[b-7qm9aiq6zw] {
    flex-grow: 1;
    overflow: hidden;
}
/* _content/Hawk.Analytics.Web.Server/Shared/Components/Pdf/Page.razor.rz.scp.css */
.page[b-4yq10u0j0a] {
    width: 210mm;
    height: 297mm;
    margin: 10mm auto;
    /* border: 1px #D3D3D3 solid; */
    /* border-radius: 5px; */
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

    .page[orientation="Landscape"][b-4yq10u0j0a] {
        height: 210mm;
        width: 297mm;
        page: landscape;
    }

@media print {
    .page[b-4yq10u0j0a] {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: 210mm;
        height: 297mm;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
        page-break-inside: avoid;
    }

        .page[orientation="Landscape"][b-4yq10u0j0a] {
            height: 210mm;
            width: 297mm;
            page: landscape;
        }
}
