﻿
@media print {

    @page {
        size: letter portrait;
        margin-top: 0.5in;
        margin-bottom: 0.5in;
        margin-left: .25in;
        margin-right: .25in;
    }

    .flex-fill.overflow-scroll {
        overflow: visible !important;
        -webkit-overflow-scrolling: auto;
    }

    .text-nowrap {
        white-space: normal !important;
    }

    #app main aside {
        display: none !important;
    }

    header * {
        display: none !important;
    }

    #app, .mud-paper {
        padding: 0px !important;
        border-radius: 0px !important;
        background-color: white !important;
        color: black !important;
        margin-bottom: 12px;
    }

    #app, .mud-timeline-horizontal {
        padding-bottom: 10% !important;
    }

        #app .mud-timeline-horizontal::before {
            height: 0px !important;
        }

        #app section {
            margin: 0px !important;
        }

    #winningNumbersId {
        justify-content: start !important;
    }

        #winningNumbersId div {
            display: inline-block;
        }

        #winningNumbersId b.powerPlayNumber {
            font-size: 18px;
            display: inline-block !important;
        }

    #app section section header {
        display: none !important;
    }

    #app .DrawPropertyData {
        display: block;
    }

    #app, h1, h2, h3, h4, h5, h6, p, b {
        font-size: 10pt;
    }

    body {
        width: 100% !important;
    }

    .screenOnly {
        display: none !important;
    }

    .mud-table {
        margin: 12px 0px;
        border-radius: 0px;
    }

    .mud-table-root th {
        padding: 0px 2px !important;
        font-size: 10pt;
    }

    .mud-table-root td {
        padding: 2px 4px !important;
        font-size: 8pt;
    }

    tr .mud-table-cell {
        background-color: white !important;
        color: black !important;
        white-space: pre-wrap;
    }

    .mud-table-empty-row {
        background-color: white;
        color: black;
    }

    .mud-chip-filled.mud-chip-color-error {
        color: red !important;
    }

    .print-icon-align {
        margin-top: -3.5px !important;
    }

    .printOnlyTable {
        display: table-cell;
    }

    .greenDotStyle .mud-timeline-item-dot .mud-timeline-item-dot-inner.mud-timeline-dot-default {
        border: 8px solid lightgrey !important;
    }

    .whiteDotStyle .mud-timeline-item-dot .mud-timeline-item-dot-inner.mud-timeline-dot-default {
        border: 8px solid white !important;
    }

    .redDotStyle .mud-timeline-item-dot .mud-timeline-item-dot-inner.mud-timeline-dot-default {
        border: 8px solid grey !important;
    }

    .no-break {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    /* needed for status timeline overflow when avoiding page breaks */
    .mud-timeline,
    .mud-timeline-item,
    .mud-timeline-content {
        overflow: visible !important;
        height: auto !important;
    }

    .print-table-container {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        visibility: visible;
        font-size: 10px;
    }

    .print-table-container * {
        visibility: visible;
    }

    .print-table-container .table {
        width: 100%;
        border-collapse: collapse;
    }

    .print-table-container .table th,
    .print-table-container .table td {
        padding: 4px;
        border: 1px solid #000;
    }

    .print-table-container .table thead th {
        font-weight: bold;
    }

    .print-table-container .table-responsive {
        margin: 0 auto;
        overflow: hidden;
    }

    .print-table-container .text-center {
        text-align: center;
    }

    .print-table-container .text-end {
        text-align: right;
    }

    .print-table-container .statusChip {
        padding: 2px 4px;
        font-size: 8px;
        border-radius: 4px;
    }

    .print-table-container .wrap-text {
        white-space: normal;
        word-wrap: break-word;
        word-break: break-word;
    }
}