.input-wrap {
  position: relative;
  margin: 3px 0px 5px 0px;
  padding-right: 10px;
}
.input-wrap[data-name=verborgenveld] {
  display: none;
}
.input-wrap .label {
  width: 100%;
  padding-bottom: 5px;
}
.input-wrap .label.hide {
  display: none;
}
.input-wrap .input {
  float: left;
  width: 100%;
  position: relative;
}
.input-wrap .input > .tooltip {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 30px;
  text-align: center;
}
.input-wrap .input > .tooltip > [data-toggle=tooltip] {
  color: #5a5a5a;
}
.input-wrap .input.field-type-numeric > .tooltip {
  position: absolute;
  right: 25px;
  top: 1px;
  bottom: 1px;
  width: 30px;
  text-align: center;
}
.input-wrap .input.field-type-radio > .tooltip > [data-toggle=tooltip], .input-wrap .input.field-type-checkbox > .tooltip > [data-toggle=tooltip] {
  margin-top: 0;
}
.input-wrap .input.field-type-file > .tooltip > [data-toggle=tooltip], .input-wrap .input.field-type-input > .tooltip > [data-toggle=tooltip], .input-wrap .input.field-type-phone > .tooltip > [data-toggle=tooltip], .input-wrap .input.field-type-email > .tooltip > [data-toggle=tooltip] {
  margin-top: 9px;
}
.input-wrap .input.field-type-numeric > .tooltip > [data-toggle=tooltip], .input-wrap .input.field-type-price > .tooltip > [data-toggle=tooltip], .input-wrap .input.field-type-website > .tooltip > [data-toggle=tooltip] {
  margin-top: 10px;
}
.input-wrap .input input,
.input-wrap .input textarea {
  border: solid 1px var(--defaultDarkGrey);
  width: 100%;
  appearance: none;
  font-family: inherit;
  line-height: inherit;
}
.input-wrap .input input::placeholder,
.input-wrap .input textarea::placeholder {
  color: var(--defaultDarkGrey);
}
.input-wrap .input input[type=checkbox], .input-wrap .input input[type=radio] {
  display: inline-block;
  width: auto;
}
.input-wrap .input input[type=checkbox], .input-wrap .input input[type=radio] {
  padding: 0;
  height: auto;
  border: none;
  min-height: 0;
  float: left;
  display: none;
}
.input-wrap .input.field-type-agreement .label, .input-wrap .input.field-type-mailchimp .label, .input-wrap .input.field-type-checkbox .label {
  padding-left: 25px;
}
.input-wrap .input.field-type-radio .label {
  display: inline-block;
  width: auto;
  padding-left: 0;
}
.input-wrap .input.field-type-phone .prefix {
  padding-top: 10px;
  padding-left: 10px;
}
.input-wrap .input .prefix {
  display: inline-block;
  position: absolute;
  padding: 10px 8px 9px 8px;
  top: 0;
  bottom: 0;
  width: 30px;
}
.input-wrap .input .prefix > i {
  color: inherit;
}
.input-wrap .input .prefix ~ input {
  padding-left: 35px;
}
.input-wrap .input .text-block {
  margin-bottom: 0;
}
.input-wrap .text-block.text-alignment-left {
  text-align: left;
}
.input-wrap .text-block.text-alignment-center {
  text-align: center;
}
.input-wrap .text-block.text-alignment-right {
  text-align: right;
}
.input-wrap .input input[type=submit] {
  width: auto;
  padding: 5px 25px;
  float: right;
  border: 0px;
}

.form-row .input-wrap:last-child:not(:first-child), .form-row .input-wrap.width-100:last-child:first-child {
  padding-right: 0px;
}
.form-row .start-repeat-items {
  border: dashed 1px var(--defaultDarkGrey);
  padding: 10px;
}
.form-row .start-repeat-items .repeat-block {
  width: 100%;
  padding: 10px;
  background-color: var(--defaultDarkGrey);
  position: relative;
}
.form-row .start-repeat-items .repeat-block:not(:first-child) {
  margin-top: 10px;
}
.form-row .start-repeat-items .repeat-block .remove {
  position: absolute;
  top: 3px;
  right: 5px;
  cursor: pointer;
}
.form-row .start-repeat-items .repeat-block:first-child .remove {
  display: none;
}
.form-row .add-repeat-button {
  text-align: center;
  padding: 20px;
  cursor: pointer;
  background-color: var(--defaultLightGrey);
  margin-top: 10px;
  text-transform: uppercase;
  transition: background-color var(--shortTransition);
}
.form-row .add-repeat-button:hover {
  background-color: var(--defaultDarkGrey);
}
.form-row .input.field-type-captcha img {
  display: inline-block;
  vertical-align: middle;
}
.form-row .input.field-type-captcha i {
  display: inline-block;
  cursor: pointer;
  font-size: 34px;
  color: var(--defaultBlue);
  vertical-align: middle;
  margin-left: 10px;
}
.form-row .input.field-type-captcha input {
  max-width: 245px;
  margin-top: 10px;
}
.form-row .recaptcha-notice {
  font-size: 12px;
  text-align: right;
}

.article.item-form .form-succes-shadow {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 50000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article.item-form .form-succes {
  position: fixed;
  z-index: 50001;
  border-radius: 5px;
  top: 100px;
  left: 50%;
  width: auto;
  padding: 20px;
  background: var(--defaultWhite);
  transform: translate3d(-50%, 0, 0);
}
.article.item-form .form-succes > .text {
  margin: 0 auto;
  width: 80%;
  color: #575757;
}
.article.item-form .form-succes .icon {
  border: 4px solid #808080;
  border-radius: 50%;
  box-sizing: content-box;
  height: 80px;
  margin: 20px auto 30px auto;
  padding: 0;
  position: relative;
  width: 80px;
}
.article.item-form .form-succes .icon.success {
  border-color: #a5dc86;
  display: block;
}
.article.item-form .form-succes .icon.success::before, .article.item-form .form-succes .icon.success::after {
  background: var(--defaultWhite) none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.article.item-form .form-succes .icon.success::before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px 0;
}
.article.item-form .form-succes .icon.success::after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform: rotate(-45deg);
  transform-origin: 0 60px 0;
}
.article.item-form .icon.success.animate::after {
  animation: 4.25s ease-in 0s normal none 1 running rotatePlaceholder;
}
.article.item-form .form-succes .icon.success .placeholder {
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.article.item-form .form-succes .icon.success .fix {
  background-color: var(--defaultWhite);
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 8px;
  z-index: 1;
}
.article.item-form .form-succes .icon.success .line {
  background-color: #a5dc86;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.article.item-form .form-succes .icon.success .line.tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
}
.article.item-form .form-succes .icon.success .line.long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
}
.article.item-form .form-succes > .close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: var(--smallerFontSize);
  line-height: 24px;
  border-radius: 20px;
  cursor: pointer;
  color: var(--defaultWhite);
  z-index: 10001;
}
.article.item-form .form-succes > .close:hover i {
  transform: rotate(180deg);
}
.article.item-form .form-succes > .close i {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  top: 2px;
  margin-left: 5px;
  transition: transform var(--shortTransition);
}

@keyframes animate-success-tip {
  0% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  54% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  70% {
    left: -8px;
    top: 37px;
    width: 50px;
  }
  84% {
    left: 21px;
    top: 48px;
    width: 17px;
  }
  100% {
    left: 14px;
    top: 45px;
    width: 25px;
  }
}
@keyframes animate-success-long {
  0% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  65% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  84% {
    right: 0;
    top: 35px;
    width: 55px;
  }
  100% {
    right: 8px;
    top: 38px;
    width: 47px;
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
/* Grade A */
/* Grade B */
/* Grade C */
@media (max-width: 767px) {
  .article.item-form .form-succes {
    position: absolute;
    left: 20px;
    right: 20px;
    margin: 0;
    width: auto;
    transform: none;
  }
  .article.item-form .form-succes > .text {
    width: 100%;
  }
}
/* Grade D */
@media (max-width: 479px) {
  .form-row > .input-wrap,
  .form-row > fieldset .input-wrap,
  .form-row > .start-repeat-items .repeat-block .input-wrap {
    width: 100%;
    padding-right: 0;
  }
  .article.item-form .form-succes > .close {
    top: -45px;
  }
}

/*# sourceMappingURL=form.css.map */