﻿@media print {
    @page {
        margin-top: 0.5in;
    }

    *,
    *:before,
    *:after,
    *:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .sidebar,
    .ucpm-toolbar,
    .team-member-wrapper,
    .hide-for-print,
    #producerReportControls,
    #header,
    footer,
    .uni-bar,
    .bookmark {
        display: none;
    }

    body {
        padding: 0;
        background: white;
    }

    a[href] {
        text-decoration: none;
    }

        a[href] :after {
            content: none !important;
        }

    table,
    th,
    td,
    tr {
        border: 1px solid black !important;
    }

    .format-row-for-print div {
        margin-bottom: 3rem;
        margin-top: 1rem;
        text-align: center;
    }

    .break-after {
        page-break-after: always;
    }

    .do-not-break-title-from-report {
        page-break-inside: avoid;
    }

    .large-check-box .large-checkmark:after {
        border: solid black;
        border-width: 0 3px 3px 0;
    }

    .collapse.do-not-hide {
        display: block !important;
    }
    /*PBI*/
    #header,
    #basic-footer,
    .navbar-collapse,
    .collapse:not(.do-not-hide),
    .logoBar,
    .bookmark {
        display: none !important;
    }

    #printPbi {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw !important;
        height: 100vh !important;
    }
}

.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.font-weight-bold {
    font-weight: bold !important;
}
