﻿@media print {
    .ajax__tab_outer {
        display:none !important;
    }

}

/*@media screen {
    div.divFooter {
        display: none;
    }
}*/

@media print {

    div.divFooter {
        position: fixed;
        bottom: 0;
    }

    .nomargin {
        margin: 0 !important;
    }

    .printsubheader {
        font-size: 1.25rem;
    }

    .printbody {
        font-size: .75rem;
    }

    .printmargintop {
        margin-top:100px;
    }

    .printmargintop2 {
        margin-top: 4cm;
    }

    .nopadding {
        max-height:0.5cm !important;
    }


    .printlineheight {
        line-height: 1.25;
    }

    .printlineheight2 {
        line-height: .75;
    }

    .printfooter {
        color: #f4f4f4;
        font-size: 14px;
        padding-top: 0px;
        margin-top: 5px;
        position: fixed;
        bottom: 0;
    }

    .headerprinttittle {
        top: 3.80cm;
        position: fixed;
    }
    .headerprintlogo {
        top: 0.5cm;
        position: fixed;
        max-width:175px;
        
    }
    .headerprint {
        /*float: left;*/
        top: 2.75cm;
        position: fixed;
    }

    .printwidth {
        width: 50%;
    }

    .control-label{
        font-weight:bold;
    }

    .pagebreakafter {
        page-break-after: always;
    }

    .pagebreakbefore {
        page-break-before:always;
    }


   
}

.m-b-15 {
    margin-bottom: 15px;
}