@import url('bootstrap/bootstrap.min.css');
@import url('font-awesome.css');
@import url('style.css');
@import url('style2.css');
@import url('forms.css');

@media print {
    @page {
        size: auto;   /* auto is the current printer page size */
        margin: 5mm 0mm;  /* this affects the margin in the printer settings */
    }
    
    .header .bgHeader {
        background-image: none;
        border: 0;
    }
    
    .header .container {
        width: 85%;
    }
    
    .header .logo {
        padding: 25px 0;
    }
    
    .header .logo a:after {
        content: "";
    }
    
    .header .navMenu {
        display: none;
        border: 0;
    }
    
    .header .slogan,
    .header .loginButtons,
    .header .topLoginFormBox,
    .footer,
    .copy,
    .js-printButton,
    body:not(.home) .topMenuBox {
        display: none !important;
        border: 0 !important;
    }
    
    .content {
        border: 0 !important;
        background: #FFFFFF !important;
        padding-top: 330px;
    }
    
    body:not(.home) .content .mainBox {
        background-image: none !important;
    }
    
    /* For Safari Only */
    ::i-block-chrome, h1,h2,h3,h4,h5,h6 {
        font-family: Arial !important;
    }
    ::i-block-chrome, .header .container {
        width: 67%;
    }
    ::i-block-chrome, .content {
        border: 0 !important;
        background: #FFFFFF !important;
        padding-top: 430px;
    }
    ::i-block-chrome, .content .mainBox .textBox {
        font-family: Arial !important;
        font-size: 18px;
        line-height: 27px;
    }
    /* End For Safari Only */
}