* {
    -webkit-overflow-scrolling: auto;
}

@font-face 
{
  font-family: "Albert";
  src: url("Albert.otf");
}

.bold {
  font-family: "Albert-Bold";
/*background: #fdeb4c;*/
}

@font-face 
{
  font-family: "Albert-Bold";
  src: url("Albert_Bold.otf");
}

@font-face 
{
  font-family: "Albert-ExtraBold";
  src: url("Albert_ExtraBold.otf");
}

html 
{
    -webkit-text-size-adjust: none
}

#print-page, #thankyou-page, #tap-refresh-page {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e3decd;
}

body
{
    margin: 0;
    font-family: "Albert";
    padding: 0;
    background-image: url(../images/bg.png);
    background-size: cover;
    color: #504244;
    width: 100vw;
    background-color: #e3decd;
    height: 100vh;
    background-repeat: no-repeat;
    font-size: 1.5vw;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#name_login, #password_login {
  width: 50%;
}


.container-fluid {
  padding: 7%;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}

#destinationCanvas {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

img {
  width: 100%;
}

input, :focus, label:focus, textarea:focus, select:focus, button:focus, input:focus, input:checked, input[type="radio"]:focus, input[type="checkbox"]:focus, .slick-slide, a:focus {
  outline: none;
  outline: 0;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.logoWrapper {
  padding-top: 5%;
  text-align: center;
  width: 25%;
  margin: 0 auto;
}

.panda-image {
  width: 25%;
  margin: 0 auto 10px auto;
}

#panda-img-cover {
  width: 30%;
  padding-top: 20%;
  margin: 0 auto;
}

#panda-img-cover-2 {
  width: 25%;
  padding-top: 15%;
  margin: 0 auto;
}

.buttonWrap {
  width: 30%;
  margin: 0 auto;
}

.buttonWrap-ques {
  width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
  /*position: absolute;*/
  bottom: 15%;
 }
  
.buttonWrap-ques img {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin: 10px 10px;
}

.panda-title {
    font-family: "Albert-Bold";
    text-transform: uppercase;
    text-align: center;
    font-size: 5vw;
    line-height: 6vw;
    padding: 5% 0;
}

.contentWrapper {
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.iconWrapper {
  width: 10%;
  margin: 0 auto;
  padding-top: 20%;
}

.content-title {
    font-family: "Albert-ExtraBold";
    font-size: 4vw;
    text-transform: uppercase;
    line-height: 5vw;
    margin: 20px auto;
}

.step-title {
  font-family: "Albert-Bold";
  text-decoration: underline;
  font-size: 3vw;
  margin: 15px 0 10px 0;
} 

.step-desc {
  font-size: 2vw;
}

.questionHolder {
    font-size: 2.8vw;
    text-align: left;
    margin: 10px 0;
    line-height: 3.8vw;
}

#instructionWrapper {
  margin-bottom: 50px;
}
.indQuesAns {
  margin-bottom: 20px;
}

.ans-num {
background: transparent;
    color: #333;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    width: 6vw;
    line-height: 6vw;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #333;
    height: 6vw;
}

.ans-desc {
    display: inline-block;
    vertical-align: middle;
}

.ques-ans.active .ans-num {
  background: #333;
  color: #fff;
  
}

.ques-ans.unactive .ans-num {
  background: transparent;
  color: #333;
}

.answerHolder {
  text-align: left;
  font-size: 2.5vw;
  padding: 0 20px;
}

.ques-ans {
  margin-bottom: 5px;
}

#questionsWrap {
  /*min-height: 550px;*/
}

#choose-answer {
    font-size: 2.5vw;
    color: #b90404;
    height: 40px;
    line-height: 0;
}

.form-control {
    display: inline-block;
    width: 70%;
    height: 40px;
    line-height: 40px;
    padding: 5px 5px;
    height: auto;
    font-size: 3vw;
    vertical-align: middle;
}

#mobile_country {
  width: 10%;
}
#mobile {
  width: 57%;
}

.form-group label {
    display: inline-block;
    width: 25%;
    font-size: 3vw;
    vertical-align: middle;
}

.form-group .plus-sign {
    display: inline-block;
    font-size: 3vw;
    vertical-align: middle;
}

.popup-terms {
  text-decoration: underline;
}

div#popupWrapper {
    position: absolute;
    background: rgba(0,0,0,0.2);
    width: 100vw;
    height: 100%;
    top: 0;
    text-align: left;
    left: 0;
    right: 0;
    z-index: 9;
}

#popupWrapper ul, #popupWrapper li {
  margin: 0;
  padding: 0;
}

#popupdiv {
    font-size: 1.8vw;
    background: #fff;
    padding: 30px;
    width: 80%;
    left: 0;
    position: absolute;
    margin: 0 auto;
    right: 0;
    top: 20%;
}

.close_button {
    margin: 20px auto 0 auto;
    text-align: center;
    background: #f56f04;
    text-transform: uppercase;
    color: #fff;
    width: 180px;
    padding: 22px 0;
    line-height: 0;
}

#error-msg-login {
  font-size: 3vw;
    color: #b90404;
    height: 50px;
    line-height: 50px;
}

#error-msg {
  font-size: 3vw;
    color: #b90404;
    height: 50px;
    line-height: 50px;
}

#error-msg-terms {
  visibility: visible;
  font-size: 2vw;
  color: #b90404;
  height: 50px;
  left: 0;
  position: absolute;
  line-height: 50px;
  right: 0;
  top: 0;
}

#errormsgWrapper {
  position: relative;
  height: 50px;
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
  position: relative;
    padding-left: 35px;
    width: auto;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    border: 2px solid #f56f04;
    border-radius: 3px;
    background: transparent;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #f56f04;
    position: absolute;
    top: 10px;
    left: 3px;
    border-radius: 2px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#question-page {
  padding: 0 10%;
}

#question-page .iconWrapper {
  padding-top: 10%;
}

#mobileCheckWrapper {

}

#mobile_country_check {
  display: inline-block;
    width: 60%;
    font-size: 3vw;
    height: 50px;
    line-height: 50px;
    padding: 5px;
    vertical-align: middle;
}

.man-image {
  width: 25%;
  margin: 0 auto;
  text-align: center;
}

.buttonWrap-man {
  width: 85%;
  margin: 0 auto;
}

#proceedError {
  font-size: 2vw;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto;
}


.man-title {
    font-family: "Albert-ExtraBold";
    font-size: 3vw;
    text-transform: uppercase;
    margin: 50px auto;
    padding: 0 50px;
}

.buttonWrap-man img {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 5px;
}

.big-title {
 font-family: "Albert-ExtraBold";
    font-size: 5vw;
    text-transform: uppercase;
    margin: 30px auto;
}

.small-title {
    font-size: 3vw;
    padding: 0 50px;
}

.tap-image {
    width: 30%;
    margin: 80px auto 0 auto;
}

.buttonWrap-print img {
  margin-bottom: 20px;
}

.buttonWrap-print {
  width: 30%;
  margin: 0 auto;
}

#name-wrap {
    font-size: 4vw;
}

.r-title {
  font-family: "Albert-Bold";
  font-size: 3vw;
  margin: 15px 0;
}

#panda-desc {
font-size: 2.5vw;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: left;
    padding: 0 20px;
}

.panda-title {
  font-size: 3vw;
  font-family: "Albert-ExtraBold";
}

#panda-type {
    /*margin-top: -50px;*/
  font-size: 2.5vw;
  padding: 0 50px;
}

#scan-page {
  position: absolute;
      top: 10%;
}
#four_pandas_wrapper {
  padding-top: 25%;
  margin-bottom: 100px;
}

div#four_pandas_wrapper img {

    width: 70%;

}

.pandaType-title {

  font-size: 3vw;
  font-family: "Albert-ExtraBold";
}

#informationWrapper {
  text-align: left;
    width: 80%;
    margin: 0 auto;
}

#completedData {
      text-decoration: underline;
    margin: 50px 0 0 0;
    font-size: 1.5em;
}


#completedData div {
  margin: 0 0 10px 0;
}


#mobile-number-check {
      font-size: 20px;
    height: 30px;
    line-height: 30px;
}

#report-1-wrapper, #report-2-wrapper, #report-3-wrapper, #report-4-wrapper {
    margin: 0;
    font-family: "Albert";
    padding: 0;
    background-image: url(../images/bg.png);
    background-size: cover;
    color: #505050;
    width: 100vw;
    background-color: #e3decd;
    height: 100vh;
    background-repeat: no-repeat;
    font-size: 1.5vw;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#report-pdf-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  text-align: center;
}

#report-pdf-wrapper object {
  right: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}


.type-wrapper {
  margin-top: 10px;
    font-size: 3vw;
    font-family: "Albert-ExtraBold";
}
.pandaDescWrapper {
  font-size: 2vw;
  padding: 0 60px;
}

#reportButton {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 20px;
  width: 20%; 
}

#emailsend {
   visibility: visible;
    font-family: "Albert-ExtraBold";
    font-size: 4vw;
    text-transform: uppercase;
    margin: 0 auto;
    padding-top: 20%;
}
 
 #loadingimgWrapper {
  width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.1);
 }  

#loadingimgWrapper img {
    width: 300px;
    padding: 40% 0 0 0;
}

.buttonWrap_info img {
display: inline-block;
    vertical-align: top;
    width: 35%;
    margin: 10px 10px;
}


.buttonWrap_info {
  width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
 }

 .left-up-wrapper, .right-up-wrapper {
  display: inline-block;
  width: 45%;
  margin: 0 10px;
  vertical-align: top;
 }



 .left-up-wrapper-2 {
  display: inline-block;
  width: 55%;
  margin: 0 10px;
  vertical-align: top;
 }

.right-up-wrapper-2 {
  display: inline-block;
  width: 35%;
  margin: 0 10px;
  vertical-align: top;
 }



.title-report2 {
  font-size: 2em;
}

.upperWrapper {
  margin-top: 2em;
}



.table {
  margin-top: 1em;
}

div#front-side-image-wrapper img {
    width: 40%;
    margin: 0 20px;
}

.table td, .table th {
  padding: .5em;
}

#languageButton {
    width: 100%;
    margin: 0 auto;
}

#languageButton img {
    display: inline-block;
    width: 22%;
    margin: 0 10px;
}

#languageIndicatorWrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}

#languageIndicatorWrapper div {
    display: inline-block;
    margin: 0 5px;
    font-size: 2vw;
    font-family: "Albert-Bold";
}


#languageIndicatorWrapper div.active {
    color: #f37021;
}

#englishlanguage {

}

#languagedivider {

}

#chineselanguage {

}


/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 
  [type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
    top: -2px;
  }
  [type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
    top: 1px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }