body {
	margin:0px;
	padding:0px;
	overflow-y: hidden!important;
	touch-action: none!important;
	z-index:1;
}
.noscroll {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-y: hidden;
  z-index:2;
}
.desktop .support_mobile  {
	display:none!important;
}
.refbox {
	position:absolute;
}
.imgprocess {
	position:fixed; 
	width:400px;
	height:300px;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-150px;
}
.txtqwait {
	background-color:#FF9B9B;
}
.fullx  {
	position:fixed;
	left:0; 
	top:0; 
	background-color:rgba(0,0,0,0.4);
	height:100%;
	width:100%;
}

.fullx2  {
	position:fixed;
	left:0; 
	top:0; 
	background-color:rgba(0,0,0,0.4);
	height:100%;
	width:100%;
}
.print {
     position: fixed;
     overflow: auto;
     width: 100%;
     height: 100%;
     z-index: 100000; /* CSS doesn't support infinity */
}
.hide {
	display:none;
}
