﻿@media screen {
    #printSection {
        display: none;
    }
}

@media print {

    @page {
        size: landscape;
    }

    body * {
        visibility: hidden !important;
    }

    #printSection, #printSection * {
        visibility: visible !important;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }

    .pph {
        color: red !important;
        margin-top: 30px !important;
        font-size: 15px !important;
    }

    .pp50 {
        background: #DAE0E7;
        padding-top: 40px !important;
        padding-bottom: 30px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 25px !important;
    }

    input {
        width: 100% !important;
        height: 40px !important;
        border-radius: 5px !important;
        padding: 5px !important;
    }
}

.pph {
    color: red !important;
    margin: 0px;
    font-size: 11px;
}

.pp50 {
    background: #DAE0E7;
    padding: 10px;
}

.ttl {
    text-align: center;
}

.mr-30 {
    margin-right: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

@page {
    /*size: 25cm 35.7cm;
    margin: 5mm 5mm 5mm 5mm;*/
    @bottom-left {
        content: counter(page) "/" counter(pages);
    }
}

@media print {
    html, body {
        height: 100vh;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }
}
