﻿@media print {
    hr {
        border-top: 1px solid #eee;
    }

    * {
        -webkit-print-color-adjust: exact;
    }

    .table thead th {
        background-color: #ba0c2f !important;
        color: white !important;
    }

    .table {
        border-collapse: separate !important;
    }

    table tbody tr:nth-child(even) {
        background-color: #f7f7f9 !important;
    }

    table tbody tr:nth-child(odd) {
        background-color: white !important;
    }

    .table td {
        background-color: transparent !important;
    }

    a:link:after,
    a:visited:after {
        content: "" !important;
    }

    abbr[title]:after {
        content: "" !important;
        text-decoration: none;
    }

    abbr[title] {
        text-decoration: none;
    }

    .d-block-sm {
        display: block !important;
    }

    .flex-grow-1-sm {
        flex-grow: 1;
    }

    .d-flex-print {
        display: flex;
    }

    .ml-4-sm {
        margin-left: 1.5rem;
    }

    .d-flex-md {
        display: flex;
    }

    .aside-content-container {
        border-left: 2px solid gray;
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.detail-banner-color {
        display: none;
    }

    img.roadmap-arc-logo {
        display: block !important;
        width: 50px;
    }

    .control-box {
        display: none;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667% !important;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-3 {
        width: 25%;
    }

    @page {
        size: letter;
        margin: .75cm .4cm;
    }

    html,
    body {
        /*width: 1024px;*/
    }

    html {
        font-size: 50%;
    }

    body {
        margin: 0 auto;
        padding-top: 0 !important;
    }

    .document {
        padding: 0 0 !important;
        box-shadow: none;
        background-color: white;
        border: none;
    }

    main {
        padding: 0 0 !important;
    }

    header,
    nav,
    section,
    .control-box-container {
        display: none;
    }

    table thead {
        background: #ba0c2f !important;
        color: #fff !important;
        text-align: left;
        border: 1px solid #ba0c2f !important;
        page-break-inside: avoid;
        break-inside: avoid;
        page-break-after: auto;
        break-after: auto;
    }

    hr {
        background: #c8cbce !important;
        border: none;
        border-style: none !important;
        clear: both;
        height: 1px !important;
        margin: 0 0 3rem;
    }

    main .page-section {
        padding: 0;
    }
}
