::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cdcdcd;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cdcdcd;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cdcdcd;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cdcdcd;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cdcdcd;
}
body {
  color: #fff;
  font: 300 15px/15px "Lato",sans-serif;
  background-color: #101f30;
  margin: 0px;
  text-align: center;
  height: auto !important;
}
h1,
h2,
h3 {
  margin: 0px;
  line-height: 1em;
}
h1.pageHeader {
  font-size: 1.8em;
  line-height: 1.4em;
  margin-bottom: 1.4em;
  padding: 0px 20px;
  font-weight: normal;
}
h2.questionHeader {
  font-size: 1.8em;
  line-height: 1.4em;
  margin-top: 1em;
  margin-bottom: 1.4em;
  padding: 0px 20px;
  font-weight: normal;
}
h2.questionHeader.succes {
  font-weight: 700;
}
p {
  font-size: 1.8em;
  line-height: 1.4em;
  margin-bottom: 1.4em;
  padding: 0px 20px;
}
p.small {
  font-size: 1.2em;
  line-height: 1.6em;
}
.container {
  width: 700px;
  margin: 50px auto;
}
.board {
  text-align: center;
  border-radius: 4px;
  width: 100%;
  margin: 0px auto;
}
.clock {
  font: 700 2.5em "Lato",sans-serif;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}
.question_wrapper {
  display: none;
}
.LPPILOT_Answer_Option_Cell {
  position: relative;
}
.buttonContainer {
  margin-top: 30px;
}
.answer_clicked,
.next_question_button,
.previous_question_button,
.btn-provider {
  display: inline-block;
  margin: 0px 10px 10px 0px;
  padding: 20px 50px;
  color: rgb(255, 255, 255);
  background-color: #08c177;
  border: 1px solid #08c177;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  width: 180px;
}
.answer_clicked:hover,
.answer_clicked:active,
.next_question_button:hover,
.next_question_button:active,
.btn-provider:hover,
.btn-provider:active {
  background-color: #06965c;
  #border: 2px solid #08c177;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.answer_clicked.btn-outline,
.next_question_button.btn-outline,
.previous_question_button {
  color: rgb(255, 255, 255);
  background-color: transparent;
}
.answer_clicked.btn-outline:hover,
.answer_clicked.btn-outline:focus,
.next_question_button.btn-outline:hover,
.next_question_button.btn-outline:focus,
.previous_question_button:hover,
.previous_question_button:focus {
  border-color: rgb(240, 1, 1);
  color: rgb(240, 1, 1);
  text-decoration: none;
}
.answer_clicked .fa {
  font-size: 24px;
  margin-right: 10px;
}

.selectLabel { display: inline-block; font-size: 1.8em; line-height: 65px; margin: 0px 15px; }
select {
    background: #fff url(down.png) right center no-repeat;
    padding: 10px 70px 10px 13px !important;
}
select.answer-select, select.answer_changed { 

      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 10px 15px;
    max-width: 100%;
    height: auto !important;
    border: 2px solid #08c177;
    border-radius: 3px;
    background-color: #fff;
    color: #444;
    font-size: 23px;
    line-height: normal !important;
     }

select.answer-select option,select.answer_changed option { font-size: 1em; }

.LPPILOT_Answer_Option_Cell.selectCell {
  display: inline-block;
}
.selectCell::after {
  font-family: "FontAwesome";
  content: "";
  font-size: 2em;
  line-height: 65px;
  height: 65px;
  display: inline-block;
  box-sizing: border-box;
  color: rgb(240, 1, 1);
  background-color: rgb(255, 255, 255);
  margin-left: -40px;
  padding: 0px 10px;
  border-radius: 3px;
  pointer-events: none;
}
.inputTable {
  width: 450px;
  display: inline-block;
}
input.answer-input,
input.answer_changed[type="text"],
input.answer_changed[type="number"],
input.answer_changed[type="email"],
select[id="capSelectField"] {
  font-family: "Roboto", sans-serif;
  font-size: 1.8em;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1) inset;
  display: inline-block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  padding: 0px 15px;
  border: 1px solid #6e6e6e;
  font-weight: 300;
  box-sizing: border-box;
  border-radius: 3px;
}

input.answer-input:hover,
input.answer-input:focus,
input.answer_changed[type="text"]:hover,
input.answer_changed[type="text"]:focus,
input.answer_changed[type="number"]:hover,
input.answer_changed[type="number"]:focus,
input.answer_changed[type="email"]:hover,
input.answer_changed[type="email"]:focus {
  border: 2px solid #08c177;
  transition: all 0.3s ease 0s;
}
.inputError {
  position: absolute;
  position: absolute;
  /* top: -50px;
  right: 20px; 27052020*/
  font-weight: 800;
  line-height: 40px;
  font-size: 0.9em;
  color: rgb(240, 1, 1);
  margin: 0px;
  padding: 0px;
}
.check {
  display: none;
  color: #08c177;
  position: absolute;
  right: -60px;
  font-size: 2.5em;
  width: 60px;
}
.check .fa {
  line-height: 75px;
}
.checkmarks {
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 30px;
}
.fa.green {
  color: lawngreen;
}
.voorwaardenCell {
  margin-top: 30px;
  width: 450px;
  display: inline-block;
}
input[type="checkbox"] {
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0px;
  left: 0px;
  top: 0px;
}
p.voorwaardenText {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 1em;
  padding-left: 30px;
  box-sizing: border-box;
}
.voorwaardenText a {
  color: rgb(255, 255, 255);
}
.voorwaardenText a:visited {
  color: rgb(255, 255, 255);
}
#voorwaardencheckbox {
  display: block;
  margin-top: 10px;
}
.mailboxprovider {
  display: none;
}
.shieldContainer {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  position: relative;
  margin-left: 20px;
  padding: 5px 0px 0px 44px;
  text-align: left;
}
.material-icons.shield {
  background: rgb(33, 150, 243) none repeat scroll 0% 0%;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.shieldText {
  font-family: "Droid Sans", sans-serif;
  font-size: 12px;
}
#imageFader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.bgImage {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.bgImage.active {
  z-index: 3;
}
#progressbar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
  z-index: 10;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.progress {
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: red none repeat scroll 0% 0%;
  transition: width 0.4s ease-in-out 0s;
}
#emailsupportbox {
  display: none;
}
#tags-list ul {
  font-family: "Lato",sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 0px !important;
  top: 75px !important;
  width: 100% !important;
  z-index: 10 !important;
  padding: 0px !important;
  line-height: 20px !important;
  text-align: left;
  border-radius: 0px 0px 3px 3px;
  overflow: hidden;
}
.ui-widget-content {
  box-sizing: border-box !important;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fadeInUp {
  animation-name: fadeInUp;
}
.fadeInRight {
  animation-name: fadeInRight;
}
.floader {
  padding: 20px 30px 5px;
  margin: 20px auto 0;
  width: auto;
  min-width: 400px;
  max-width: 800px;
  display: none;
}

.floader .progressBarBox {
  display: inline-block;
  width: 90%;
  height: 40px;
  border: 1px solid rgb(71, 207, 47);
  border-radius: 15px;
  overflow: hidden;
}
.floader #progressbar2 {
  width: 0;
  height: 100%;
  border-radius: 15px 0px 0px 15px;
  background-color: rgb(71, 207, 47);
  background-image: linear-gradient(
    135deg,
    rgb(30, 162, 6) 25%,
    transparent 25%,
    transparent 50%,
    rgb(30, 162, 6) 50%,
    rgb(30, 162, 6) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
  transition: width 0.3s;
}
.floader .ui-progressbar {
  position: relative;
}

.floader .waiterText {
  font-size: 1.6em;
  line-height: 1.6em;
}
.floader .textSize1 {
  font-size: 1.8em;
  line-height: 2em;
}
.floader .textSize2 {
  font-size: 1.4em;
  line-height: 1.8em;
}
.floader .textSize3 {
  font-size: 1.2em;
  line-height: 1.4em;
}

.floader .waiterText #waiter1,
.floader .waiterText #waiter2,
.floader .waiterText #waiter3,
.floader .waiterText #waiter4,
.floader .waiterText #grats {
  display: none;
}

.floader .waiterText button {
  font-size: 1em;
  line-height: 1em;
  margin: 20px auto 0;
  display: block;
  transition: 0.5s all;
}
.floader .waiterText button:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 1200px) {
  h1 {
    font: 700 2em "Lato",sans-serif;;
    margin-bottom: 20px;
  }
  p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1.4em;
  }
}
@media only screen and (max-width: 979px) {
  h1 {
    font: 700 1.5em "Lato",sans-serif;;
    margin-bottom: 20px;
    text-align: center;
  }
  p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1.4em;
    text-align: center;
  }
  .step {
    margin: 0px;
    text-align: center;
  }
  .clock {
    font: 700 2em "Lato",sans-serif;;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  h1.pageHeader {
    font-size: 1.4em;
  }
  p {
    font-size: 1.2em;
  }
  .container {
    margin-top: 0px;
    width: 100%;
  }
  .board {
    text-align: center;
    border-radius: 4px;
    width: 100%;
    margin: 0px auto;
  }
  .question_wrapper {
    padding: 0px 10px;
  }
  .answer_clicked {
    width: 100%;
    box-sizing: border-box;
  }
  .next_question_button,
  .previous_question_button,
  .btn-provider {
    margin: 0px 10px 10px 0px;
    padding: 20px 30px;
  }
  select.answer_changed {
    font-size: 1.4em;
    line-height: 50px;
    height: 50px;
    padding: 0px 25px 0px 10px;
  }
  select.answer_changed option {
    font-size: 0.8em;
  }
  .selectCell::after {
    font-size: 1.4em;
    line-height: 50px;
    height: 50px;
    margin-left: -30px;
    padding: 0px 5px;
  }
  .selectLabel {
    font-size: 1.4em;
    line-height: 50px;
    margin: 0px 5px;
  }
  .inputTable {
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
  }
  input.answer_changed[type="text"],
  input.answer_changed[type="email"] {
    font-family: "Roboto", sans-serif;
    font-size: 1.4em;
    height: 60px;
    line-height: 60px;
    padding: 0px 15px;
  }
  #tags-list ul {
    top: 60px !important;
  }
  .voorwaardenCell {
    width: auto;
    display: block;
  }
  .check {
    right: -40px;
    font-size: 2em;
    width: 40px;
  }
  .check .fa {
    line-height: 60px;
  }
  .trustedShields {
    text-align: left;
  }
  h2.questionHeader {
    font-size: 1.6em;
    line-height: 1.4em;
    padding: 0px 10px;
    font-weight: 600;
  }

  .floader {
    min-width: inherit;
    max-width: inherit;
    padding: 10px 20px 5px;
    width: 90%;
  }
  .floader .waiterText {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .floader .textSize1 {
    font-size: 1.5em;
    line-height: 1.7em;
  }
  .floader .textSize2 {
    font-size: 1.2em;
    line-height: 1.6em;
  }
  .floader .textSize3 {
    font-size: 0.9em;
    line-height: 1.2em;
  }

  .inputError {
    height: 40px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .next_question_button,
  .previous_question_button,
  .btn-provider {
    margin: 0px 10px 10px 0px;
    padding: 15px 20px;
  }
}
.date-cell .input-date-day,
.date-cell .input-date-year {
  width: 130px;
  text-align: center;
  padding: 0 8px;
}
.date-cell .select-date-month {
  vertical-align: top;
  margin: 0 2px;
  line-height: 75px;
  height: 75px;
  float: none;
}
.answer-select option[disabled] {
  color: #ccc !important;
}
BODY .input-error-outline {
  position: relative;
  right: auto;
}

@media only screen and (max-width: 520px) {
  .date-cell INPUT,
  .date-cell SELECT {
    font-size: 1.4em;
  }

  .date-cell .input-date-day,
  .date-cell .input-date-year {
    width: 95px;
    padding: 0 2px;
  }
}

.field_invalid::before {
  content: attr(data-message);
}
.LPPILOT_Confirm_Cell {
  text-align: left;
  margin-top: 1.2em;
  font-size: 1.8em;
}

.LPPILOT_Confirm_Cell input[type="checkbox"] {
  position: static;
}
.privacy_check input[type="checkbox"] {
  position: static;
}
#footer {
background-color: #f2f2f2;
    margin-top: 200px;
    color: grey;
    padding: 5px;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 40px;
    z-index: -1;
    overflow-y: scroll;
    text-align: left;
    border-top: 1px solid #e4e4e4;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.privacy_check {
  width: 300px !important;
  display: inline-block;
  margin-bottom: 30px;
}
.privacy_check input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #606060;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  float: left;
}
.privacy_check input[type="checkbox"]:active,
.regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.privacy_check input[type="checkbox"]:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.privacy_check input[type="checkbox"]:checked:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}
