
.msj-print-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

@media screen {
    #hidescreen {
        display: none !important;
        visibility: hidden !important;
    }
    div#divprinthide {
        display: none !important;
        visibility: hidden !important;
    }
}

/*@media print and (orientation: portrait) {
    Reglas para imprimir en formato vertical 
}

@media print and (orientation: landscape) {
     Reglas para imprimir en formato apaisado 
}*/

@media print {
    h1 {
        font-size: 24pt;
    }

    h2,
    h3,
    h4 {
        font-size: 14pt;
        margin-top: 0px;
    }

    h6 {
        margin: 0px;
    }

    /* Con los siguientes estilos ocultaremos el contenido del atributo href = «» pertenecientes a enlaces. */
    a:after {
        content: '';
    }

    a[href]:after {
        content: none;
    }

    /*@page {
       size: 8.5in 11in;
        margin: 1cm
    }*/

    /** Seitenränder einstellen */
    /*  @page {        size: A4    }
        @page {
        margin-top: 1cm;
        margin-bottom: 1cm;
        margin-left: 1cm;
        margin-right: 1cm;
    } */

    /* Font auf 16px/13pt setzen, Background auf Weiß und Schrift auf Schwarz setzen.*/
    /* Das spart Tinte */
    body {
        line-height: 1.3;
        /* font: 13pt Georgia, "Times New Roman", Times, serif;
        background: #fff !important;
        color: #000; */
    }

    #hideprint {
        display: none !important;
        visibility: hidden !important;
    }
}
