﻿@media print {
    body {
        font-family: 'Avant Garde',Avantgarde,'Century Gothic',CenturyGothic,AppleGothic,sans-serif;
        background: transparent;
        color: #000 !important;
        font-size: 12px;
    }

    .clear-float {
        float: none;
        clear: both;
    }

    fieldset {
        border: none;
    }

    header h1 {
        margin-bottom: 0;
    }

    h2.name {
        font-size: 1rem;
        margin: 0.4rem 0;
        font-weight: bold;
    }

        h2.name span {
            font-weight: normal;
        }

    .section-title,
    .section-title h2 {
        padding-left: 0 !important;
        margin-left: 0 !important;
        font-size: 1rem;
    }

    .form-control {
        display: block;
        margin-top: 0.3em;
        padding: 0.5em 1em;
        line-height: 1.42857143;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .screen-only {
        display: none;
    }

    .alert {
        margin-top: 1em;
    }

    .btn,
    .btn-hidden,
    .modal,
    .screen-only,
    .toast-containter,
    .image-warning,
    .instructions {
        display: none;
    }

    .print-only {
        display: block;
    }

    hr {
        border-style: dashed;
        margin: 1rem 0;
        width: 100%;
    }

    .row {
        page-break-inside: avoid;
    }

    .charts-only .row {
        page-break-inside: auto;
    }

    .img-thumbnail {
        max-height: 2in;
    }

    /** TABLE STYLES START **/

    .table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .table th, .table td {
            text-align: left;
        }

        .table > thead > tr > td,
        .table > thead > tr > th {
            border-bottom: 1px solid #333 !important;
        }

        .table > tbody > tr > td,
        .table > tbody > tr > th,
        .table > tfoot > tr > td,
        .table > tfoot > tr > th {
            border-bottom: 1px solid #ddd !important;
            padding: 0.8em 0;
        }

        .table th.text-center,
        .table td.text-center,
        .table td.text-center input {
            text-align: center;
        }

    /** TABLE STYLES END **/

    /** MODAL STYLES START **/

    .modal {
        display: none !important;
    }

    /** MODAL STYLES END **/

    /** PANEL STYLES START **/

    .panel-heading {
        font-weight: bold;
        margin-top: 1.5em;
        margin-bottom: 0.8em;
        border-bottom: 0.1rem solid black;
    }

        .panel-heading h2 {
            font-size: 1.2rem;
        }

    .panel {
        margin-bottom: 2.8em;
    }

        .panel:last-of-type {
            margin-bottom: 0;
        }

    /** PANEL STYLES END **/

    /** COLUMNS START **/

    .col-md-6 {
        display: inline-block;
        width: 40%;
        vertical-align: top;
    }

    .charts-only .col-md-6 {
        display: block;
        width: 100%;
        padding-left: 4rem;
    }

        .charts-only .col-md-6 .chart-container {
            margin-left: 4rem;
        }

    /** COLUMNS END **/


    /** HTML EDITOR START **/

    .RapHtmlEditor-Menu,
    .RapHtmlEditor-Source,
    .RapHtmlEditor-Preview,
    .RapHtmlEditor-ViewMenu,
    .RapHtmlEditor-IframeDialog,
    .editorHelpLink {
        display: none;
    }

    .RapHtmlEditor {
        display: block;
    }

    /** HTML EDITOR END **/

    /** TOAST START **/

    .toast {
        display: none;
    }

    /** TOAST END **/

    /** HACKS START **/

    #footFooter_divCriteriaStats,
    #ucFooter_divCriteriaStats,
    #footFooter_hlkTablet,
    .HiddenButton,
    #footFooter_hprPoweredBy,
    #footFooter_hlkPrivacy {
        display: none;
    }

    /** HACKS END **/

    .title.header-wrapper {
        margin-top: 1em;
        font-weight: bold;
        font-size: 2rem;
    }

    .name-link-wrapper {
        margin-top: 1.5rem;
    }

        .name-link-wrapper .name-link {
            font-size: 1.5rem;
            font-weight: bold;
            text-decoration: underline;
        }

    .material-symbols-outlined {
        display: none;
    }

    .break-inside-avoid {
        break-inside: avoid;
    }
}
