body, .pBody, .pageBackground {
    color: #000;
    font-family: "Open Sans";
    
    text-align: left;
    min-height: 100%;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
    height: 100%;  
    background-image: url(/themes/ipage/assets/img/design/page-bg.jpg);
    background-repeat: repeat-x;
}
button,
input[type=button] {
  outline: none;
  cursor: pointer;
}
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
  border: 0;
}
button:hover,
button:focus{
  outline-style:none;
}
.row {
	margin-bottom:30px;
}
.row:last-child{
	margin-bottom:0;
}
.row [class*="col-"] { 
   border:1px solid transparent;
}

@media only screen and (max-width: 768px) {
	.row { 
	margin:0
	}
	.row [class*="col-"]  {
		margin-bottom:30px;
	}
	.row:last-child [class*="col-"]:last-child{
		margin-bottom:0;
	}
}

  * {
        margin: 0px;
        padding: 0px;
    }
     
    ul {
        list-style-type: none;
    }
     
    nav {
        background-color: #fff;
    }
    
.mainwrap
{
    background-color: #fff;

}
.toptitle
{
    font-family: "Open Sans";
    height: 100px;
    font-size: 32px;
    display: flex;
    align-items: center;
}
.pagetitle
{
    color: #f0f0f0;
}
@media only screen and (max-width: 768px) {
	.inputBox
    {
        width: 100%!important
    }
    .toptitle
    {
            font-size: 30px;
            line-height: 1.2;
            align-items: center;
            text-align: center;
    }
}
.inputBox
{
    margin-top: 10px;
    background-image: url(/themes/ipage/assets/img/design/icertinputboxBg.png);
    border: #d5dadd 2px solid;
    width: 100%;
    padding: 20px 20px 20px 10px;
   
}
.qr_scan_title,#reader
{
    margin: 0 auto;
}
.inputBox span,.qr_scan_title
{
    font-size: 13px;
    color: rgb(41, 49, 59);
    font-weight: 700;
}
.input__wrap
{

    width:95% ;
}
.inputBox input
{
   width: 98%;
   height: 18px;
   border: 1px solid rgb(192, 192, 192);
   font-size: 10pt;
   font-family: Courier, Times New Roman, Times, serif;
   padding:2px;
   margin-top:10px;
   padding-top: 4px;
   letter-spacing:5px;
}

.inputBox button
{
    border: 1px solid rgb(41, 49, 59);
    font-family: Verdana;
    font-size: 7pt;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgb(41, 49, 59);
    width: 98%;
    height: 18px;
    margin-top:9px;
}
@media only screen and (max-width: 768px) {
    .inputBox input
    {
        width: 98%;
        font-size: 8pt;
    }
    .inputBox button
    {

        width: 97%;
    }
}
.inputBox .row
{
    padding: 0;
    margin: 0;
}
.inputBox .col
{
    padding: 0;
    margin: 0;
}
.homeintro
{
    background-color: #e5eff1;
}
.cerIntro span
{
    font-size: 8pt;
    color: #333;
    text-align: right;
}
.cerIntro
{
    margin:30px 0;
}
.flagBox
{
    width: 270px;
    display: inline-block;
}

.flagBox img
{

    float:left;
    width: 50px;
    height: 33px;
    margin: 2px;
}
.flagBoxwrap
{
    width: 270px;
    font-size: 8pt;
    color: #333;
    text-align: center;
    margin: 30px 0;
    
}
.rightBox
{
    float:right;
    width: 70%;
    margin: 3px auto;
}

.leftRow 
{
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {

	.flagBoxwrap, .cerIntro
    {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .flagBox
    {
        width: 90%;
        margin:0 auto;
        padding-left:12px ;
    }
    .flagBox img
    {

        float:left;
        width: 50px;
        height: 33px;
        margin: 2px;
    }
    .rightBox
    {
        width:95%;
        margin:5px 0;
        text-align: justify;
    }
    .leftRow 
    {
        margin-bottom: 5px!important;
    }
}

.footerwrap
{
padding: 0;
   
}

.footer{

    background-color: white;
   
    border-bottom-left-radius:.90rem!important;
    border-bottom-right-radius:.90rem!important;
    
}

.footertext
{
    background-color: rgb(217, 217, 193);
    border-bottom-left-radius:.90rem!important;
    border-bottom-right-radius:.90rem!important;
    height: 25px;
    font-weight: 700;
    padding: 2px 20px;
    padding-top: 3px;
}
.dhtmlwindow {
    position: absolute;
    border: 2px solid black;
    visibility: hidden;
    background-color: #edede2;
  }

  #html5-qrcode-button-camera-start, #html5-qrcode-button-camera-stop,#html5-qrcode-button-camera-permission,#bt-start-scan-qr
  {
    opacity: 1;
    display: inline-block;
    background: black;
    border: none;
    padding: 5px 30px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;

  }
  #html5-qrcode-anchor-scan-type-change
  {
    display: none;

  }
  #reader
  {
    text-align: center;
  }
  #reader img,#reader__scan_region img
  {
    width: 100%;
  }
  .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  @media only screen and (max-width: 768px) {
    .center {position:inherit};
    .footerwrap{padding: 0;}
  }
  .QRWrap
  {
    background: gainsboro;
  }