﻿
@media print {
    @font-face {
        font-family: cordiaNew;
        src: url(~/fonts/cordia.ttf);
    }

    * {
        color: #000 !important;
        font-size: 16px !important;
        font-family: cordiaNew !important;
        font-weight: 400 !important;
    }
    h2 {
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    @page {
        margin: 0.5cm;
        size: A4;
        /*หรือเช่น 21cm 29.7cm landscape*/
        @top-right-corner {
            font-size: 10px;
            content: counter(page);
        }
    }
    .form-control {
        border-radius: 0;
        border: none;
        border-bottom: 1px dotted;
        padding: 0.1rem 0.3rem;
    }
    input {
        font-size: 15px !important;
    }
    .col-50per {
        width: 50%;
    }
    .logo_print {
        width: 120px;
        height: 120px;
        display: block;
        margin: auto;
    }
    .pagebreak {
        page-break-before: always;
    }
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        margin: 3px 0;
    }
    .page {
        display: block !important;
    }
    .none {
        display: none !important;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    /*.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 50%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }*/
}
