﻿body {
  background: #F5F5F5;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  color: #445255;
  padding-bottom: 0;
}
input,
textarea,
button {
  font-family: 'Open Sans', sans-serif;
  outline: none;
}
a {
  color: #84c660;
  text-decoration: none;
  outline: none !important;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.btn,
.btn-lg {
  height: 44px;
  line-height: 42px;
  padding: 0 10px;
  font-size: 14px;
  display: inline-block;
  background: #84c660;
  color: #fff;
  text-transform: uppercase;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.33);
  -ms-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.33);
  border: none;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  white-space: nowrap;
}
.btn:hover,
.btn-lg:hover,
.btn:focus,
.btn-lg:focus {
  background: #79d546;
  color: #fff;
}
.btn-lg.language {
  width: 200px;
  margin-bottom: 10px;
  margin-left: 0;
  display: block;
}
.btn-submit-wrap {
  background: #f1f1f1;
  border-top: 1px solid #e7e6e6;
  padding: 50px 0;
  position: relative;
}
.btn-lg {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  height: 57px;
  font-size: 18px;
  padding: 0 25px;
  line-height: 54px;
  font-weight: 800;
  margin: 0 10px 0 4%;
}
.btn-submit {
  background: #20ac79;
}
.btn-submit:hover {
  background: #00965f;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
.content-wrap {
  padding: 30px 0;
}
.conten-box {
  /*
    display: inline-block; 
    */
  /*GD-2018-13-9 : removed display:inline-block since this was not compatible with the clear fix as used in the report style*/
  display: block;
  position: relative;
}
.conten-box:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.conten-box button {
  float: left;
  margin-right: 5px;
}
.conten-box button .glyphicon-ok {
  color: #fff;
}
.conten-box label {
  font-size: 13px;
  padding: 0 10px  5px 0;
  display: inline-block;
}
.conten-box label input[type="checkbox"],
.conten-box label input[type="radio"] {
  float: left;
  margin: 5px 3px 0 0;
}
.quest-answ > .quest-answ-block {
  margin-bottom: 100px;
  outline: none !important;
}
.quest-answ .sub-questions-wrap {
  padding: 0 0 0 50px;
}
.quest-answ .sub-questions-wrap .conten-box {
  padding-left: 0;
}
.quest-answ .number {
  width: 30px;
  height: 30px;
  background: #445255;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 28px;
  float: left;
  margin: 0 20px 0 0;
}
.quest-answ h4 {
  font-size: 15px;
  font-weight: 700;
  padding: 3px 0 0;
  margin: 0 0 15px;
  line-height: 27px;
  color: #445255;
}
.quest-answ h4 small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  padding-left: 50px;
}
.quest-answ h5 {
  margin: 0 0 15px;
}
.quest-answ .conten-box {
  padding: 0 0 20px 50px;
  color: #445255;
}
.quest-answ .conten-box input,
.quest-answ .conten-box textarea {
  color: #445255;
}
.quest-answ .vertical-align {
  width: 200px;
}
.quest-answ .vertical-align button,
.quest-answ .vertical-align label {
  margin: 0 0 6px 0;
  width: 100%;
  float: none;
}
.quest-answ .vertical-align .other-option {
  margin-top: 0;
}
.quest-answ > .quest-answ-block:last-child {
  margin-bottom: 20px;
}
input.input-answer,
textarea.input-answer {
  width: 95%;
  height: 35px;
  background: none;
  border: 1px dashed #000;
  border: 1px dashed rgba(0, 0, 0, 0.22);
  padding: 3px 0 5px 15px;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
input.input-answer:focus,
textarea.input-answer:focus {
  background: #fff;
}
textarea.input-answer {
  height: 80px;
}
.error {
  background: #ad1a1d;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50px;
  font-size: 12px;
  line-height: 17px;
  padding: 2px 10px;
}
.error:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: -10px;
  border: 5px solid transparent;
  border-color: transparent transparent #ad1a1d transparent;
}
.sub-questions-wrap .error {
  left: 0;
}
.short-text-box .error,
.long-text-box .error {
  bottom: 0;
}
#header {
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  padding: 18px 0;
  height: 20px;
}
#header .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  max-width: 50%;
  margin-top: -8px;
}
#header img {
  vertical-align: middle;
  max-height: 35px;
  max-width: 100%;
}
#header p {
  font-size: 14px;
  float: right;
  margin: 0px;
}
#header a {
  font-weight: 700;
  color: #445255;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
#header a:hover {
  color: #84c660;
}
.footer.fixed-bottom {
  nposition: fixed;
  nbottom: 0;
  left: 0;
  right: 0;
}
.welcome-box {
  margin: 0 auto 0;
}
.welcome-box h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
}
.welcome-box p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px;
}
.errorText {
  color: #F14A1D;
  font-size: 12px;
  margin-left: 4%;
}
@media (max-width: 750px) {
  .container {
    padding: 0 15px;
  }
  ul.quest-answ .conten-box {
    padding-left: 0;
  }
  .footer p {
    display: none;
  }
}
@media (max-width: 480px) {
  .quest-answ .number {
    display: none;
  }
  .quest-answ .conten-box,
  .quest-answ h4 small {
    padding-left: 0;
  }
  .quest-answ .error {
    left: 0;
  }
}
.clearfix {
  /*
    display: inline-block; 
    */
  /*GD-2018-13-9 : removed display:inline-block since this was not compatible with the clear fix as used in the report style*/
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.container.result {
  background-color: #FFF;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}