/*qrcode page */
/*#qrcode {
  width:160px;
  height:160px;
  margin-top:15px;
}*/

form.qrform {
    display: flex;
    /* border: 1px solid red; */
    max-width: 700px;
    margin: 30px auto 40px;

}
input#qrtext {
    height: auto;
    margin-right: 0;
    border-radius: 100px 0 0 100px;
    color: #333;
    font-size: 16px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 13px 20px;
}
#qrcodesumbit, #qrdownload, #qrdownload-pdf  {
  white-space: nowrap;
  background: #de2121;
  color: #fff;
  padding: 15px 24px;
  border-radius: 0 100px 100px  0;
  font-weight: 400;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  transition: all 0.3s ease;
  transform: translateY(0);
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease
}
#qrcodesumbit:hover, #qrdownload:hover, #qrdownload-pdf:hover {
  background: #333;
}

#qrcode img{
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}
/*#qrcode canvas {
  display: block!important;
}*/
.pdf-action {
  display: flex;
  justify-content: center;

}
#qrdownload, #qrdownload-pdf {
    border-radius: 100px;
    margin-top: 20px;
    width: 100%;
    display: block;
    max-width: 250px;
    text-align: center;
    margin: 30px 10px auto;
}

/*end qrcode page */
@media screen and (max-width: 767px){
  .qrcodecontainer.fusion-fullwidth {
    padding-top: 0!important;
  }
  form.qrform, .pdf-action {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }  
  #qrcodesumbit, input#qrtext  {
    border-radius: 100px;
    width: 100%;
    font-size: 13px
  }

  #qrcodesumbit {
    max-width: 157px;
  }
  input#qrtext {
    height: 44px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #qrcode img {
    max-width: 200px;
  }
  .pdf-action {
    padding-top: 30px;
  }
  #qrdownload, #qrdownload-pdf {
    max-width: 200px;
    margin: 5px 10px auto;
    font-size: 13px;
  }
}
