﻿/* = Image to be print
----------------------------------------
*/
@media print {
    @page {
		size: landscape;
    }

	.page {
		-webkit-transform: rotate(-90deg); -moz-transform:rotate(-90deg);
		filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}

	.printL ,.printR {
		position:absolute;
		height:95%;
		width:auto;
		left: 0;
	}

	.printR {
		left:50%;
	}

	/* = Popup Size Page
	----------------------------------------
	*/
	.printPageLT ,.printPageLP,.printPageRT,.printPageRP {
		position:absolute;
		display:block;
		/* height:95%;
		width:auto;
		left: 0; */

    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    object-fit: contain;
	}

	.printPageRT,.printPageRP {
		left:50%;
	}

	.printPageRP {
		z-index:3;
	}

	.printPageRT {
		z-index:4;
	}

	.printPageLP {
		z-index:1;
	}

	.printPageLT {
		z-index:2;
	}
}
