print-main.css 1.59 KB
			
.print-box{padding: 10px 0;}
.print-paper{ background: #fff; padding: 20px 10px; border: 1px solid #ccc; overflow: auto;}

.portrait-box { width: 451px; height: 571px; border: 2px solid #000; border-radius: 5px; padding: 10px; position:relative;} /*width: 600px; height: 1000px; width: 624px; height: 768px;*/
.landscape-box { width: 571px; height: 451px; border: 2px solid #000; border-radius: 5px; padding: 10px; position: relative;} /*width: 1000px; height: 600px;  width: 768px; height: 624px;*/
			
#dvLandscape, #dvPortrait {
    border-radius: 5px;
    padding: 0px !important;
}

   
#dvPortrait, #dvLandscape { position:absolute; top:4%;}
.pp-col-sm-4 .print-col-sm-4{
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.pp-marginTop10 .print-marginTop10 {
	margin-top: 0px;
}

#imgPortrait, #imgLandscape {
    padding: 10px;
	margin:auto;
}

@media (min-width: 768px) {
    .print-footer-port div, .print-footer-land div {
        width: 50%;
    }
}
#minSpan {
    margin-top: 6px;
}

.bgnone img{ background: none;}
.scan-scenario{ position: absolute; top: 30px; right: 30px}
.pp-main-full {
	margin-top: 10px;
}
.pp-form-control {
	border-right: 0;
	box-shadow: 0 0 0;
	border-color: #ccc;
	width: 100%;
	float: right;
}
.font12{ font-size:12px;}
.marginbtm10{ margin-bottom:10px;}
.width-auto {
    width: auto;
}


.externalFrame {
    width:100%; 
    height:100%;
}


@media (min-width: 768px) and (max-width:1024px) {
 	
#dvPortrait, #dvLandscape {
    position:inherit;
   margin-top: 5%;
    margin-bottom:8%;
}
 	
.portrait-box, .landscape-box{height:auto !important;}
 	
  }