﻿
/*
body #wrapper
{
	overflow: initial !important;
}

    .page {
        width: 80%;
        min-height: 297mm;
        padding: 20mm;
        margin: 10mm auto;
        border: 1px #D3D3D3 solid;
        border-radius: 5px;
        background: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
	div.row > div img.img-responsive
	{
		width: 80%;
	}
*/

    @page {
        size: auto; /*A4;*/
        margin: 0;
    }


/*@media only screen and (min-width: 800px)
{
    .customlogo {
        max-height: 120px;
        max-width: 940px;
    }
}*/

/*@page :bottom {
  margin-bottom: 5px;
}*/



    @media print {


        @page {
            margin: 50px 0;
        }


        body
        {
          margin: 0mm 15mm 25mm 15mm;
        }

        /* hides the link from being print with logo image. */
        a:after{content:" (" attr(href) ") "; visibility:hidden;}


/*
        html, body {
            width: 210mm;
            height: 297mm;        
        }
        .page {
            margin: 0;
            border: initial;
            border-radius: initial;
            width: 80%;
            min-height: initial;
            box-shadow: initial;
            background: initial;
            page-break-after: always;
        }
*/
	
	    /*div.row > div img.img-responsive
	    {
		    width: 100%;
	    }*/



	    .container
	    {
		    max-width: 100%;
	    }
    }


    /* Border Bottom */
    div.heading-title.heading-border-bottom {
	    border-bottom: #000 2px solid;
    }
	section.dark div.heading-title.heading-border-bottom {
		border-bottom-color: #000;
	}


            img.img-responsive {
            width: 2000px!important;
        }






