.iris {
  margin-top: 0px;
  font-size: 1vw;
  font-weight: 400;
  color: #999999;
  width: 100%;
  max-width: 1000px;
  padding: 0px 0px 0px 0px;
}

.iris h1 {
  font-weight: normal;
}

input[type="text"].iris-input,
.iris input,
.iris select,
.iris-input,
.iris-select {
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  padding: 2px 15px;
  border-bottom: 1px solid #c4c4c4;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background-color: transparent;
  border-radius: 0px;
  font-size: 14px;
  color: #7a7a7a;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 2px 15px;
  border-bottom: 1px solid #b3b3b3;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background-color: transparent;
  border-radius: 0px;
  font-size: 14px;
  color: #7a7a7a;
}

.iris input[type="checkbox"] {
  width: auto;
}

.iris input[type="radio"] {
  width: auto;
}

.checkboxes .checkbox {
  display: inline-block;
  padding-right: 20px;
  white-space: nowrap;
}

.checkboxes input {
  width: auto;
  vertical-align: middle;
  margin-left: 0;
  display: initial;
  opacity: initial;
  position: inherit;
  pointer-events: initial;
}

.checkboxes .checkbox-label {
  vertical-align: middle;
  color: #666;
}

.iris select,
.iris-select {
  display: initial;
  height: 30px;
  background-color: #fff;
  padding: 2px 5px;
}

.iris button {
  width: auto;
  height: 42px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 8px;
  background: #f8325f;
  color: #fff;
  margin: 15px 0px 5px 0;
  border: #f8325f 1px solid;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.iris button:focus {
  outline: none;
}

.iris .iris-row {
  padding-bottom: 18px;
  width: 95%;
}

.iris .iris-row-dubbel {
  padding-bottom: 18px;
  width: 47%;
  margin-right: 6%;
}

.iris .iris-row-dubbel-rechts {
  padding-bottom: 18px;
  width: 47%;
}

@media screen and (max-width: 650px) {
  .iris-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .iris .iris-row {
    padding-bottom: 20px;
    width: 100%;
  }
  .iris .iris-row-dubbel {
    padding-bottom: 30px;
    width: 100%;
    margin-right: 0px;
  }
  input[type="text"].iris-input,
  .iris input,
  .iris textarea,
  .iris select,
  .iris-input,
  .iris-select {
    width: 100%;
  }
  .iris .iris-row-dubbel-rechts {
    padding-bottom: 18px;
    width: 100%;
  }
}

.iris-row-bericht {
  width: 100%;
}

.iris-row-bericht-button {
  width: 100%;
  padding-top: 30px;
  text-align: right;
}

#iris-message {
  padding: 4px 5px;
  display: none;
  font-size: 16px;
  color: rgb(40, 40, 40);
  box-sizing: border-box;
  margin: 0px;
  border-radius: 1px;
  width: 90%;
  overflow: auto;
}

.iris .error {
  padding: 6px 20px;
  border-radius: 3px;
  background-color: #fb817c;
  border: 1px solid #e46b66;
}

.iris .success {
  background-color: #48e0a4;
  border: #40cc94 2px solid;
}
.container .success {
  background-color: #48e0a4;
  border: #40cc94 1px solid;
}

.container .error {
  padding: 6px 20px;
  border-radius: 3px;
  background-color: #fb817c;
  border: 1px solid #e46b66;
}
#iris-loader-icon {
  color: #efc130;
  font-weight: bold;
  padding: 6px 20px 6px 0;
  display: none;
  vertical-align: middle;
}

#iris-loader-ack-icon {
  color: #efc130;
  font-weight: bold;
  padding: 6px 20px 6px 0;
  display: none;
  vertical-align: middle;
}

#iris-btn-send:hover {
  background: #1e1e1e;
  border: #1e1e1e 1px solid;
  color: #fff;
}

.iris .validation-message {
  color: #e20900;
  display: inline-block;
}

.iris .label {
  margin-top: 30px;
  margin-bottom: 0px;
}

.iris-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.1em;
}

.g-recaptcha {
  padding-top: 15px;
}

.iris .display-none {
  display: none;
}

#pp-custom-captcha {
  background: transparent url(./../../lib/CustomCaptchaImage.php) repeat-y left
    center;
  padding-left: 85px;
}

.icon-add-more-attachment {
  cursor: pointer;
  font-style: italic;
  font-size: 0.9em;
}

.attachment-row {
  margin-bottom: 5px;
}

.delete-attachment {
  margin-left: 10px;
  display: none;
  cursor: pointer;
  cursor: pointer;
  font-style: italic;
  font-size: 0.9em;
}

.inline-block {
  display: inline-block;
}

.show-iris-btn:hover {
  cursor: pointer;
}

#iris-dialog .iris {
  width: 375px;
}

@media all and (max-width: 480px) {
  .ui-dialog {
    width: 300px !important;
  }
  .iris button {
    font-size: 16px;
  }
}

@media all and (max-width: 992px) {
  .iris {
    font-size: 1.4em;
  }
}

@media all and (max-width: 768px) {
  .iris {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
}

@media all and (max-width: 400px) {
  .iris {
    width: 100%;
    padding: 0px 0px;
    font-size: 16px;
  }
  .iris-row-dubbel {
    padding-bottom: 18px;
  }
  .iris h1 {
    font-size: 1.2em;
  }
  .iris input,
  .iris textarea,
  .iris select {
    width: 100%;
  }
  .iris-form {
    border: none;
    padding: 0;
  }
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  #iris-dialog .iris {
    width: auto;
  }
}
