
iframe,
html {
  background: white;
}

textarea { resize:vertical; }

select {
  box-sizing: border-box;
  padding: 0.2rem;
  font-size: inherit;
  width: auto !important;
}

.bodywizards,
.bodywizards .site-main,
.bodywizards .site-main:after {
  background: #fff !important;
}

.wizard {
  margin: 0;
  padding: 1rem !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  /*min-height: 460px;*/
}

.wizard__heading {
  text-align: left;
  font-size: 1.2em;
  margin-top: 0;
}

  .wizard__heading .glyphicons {
    margin-right: 0.5em;
  }

.wizard_buttons__left {
  float: left;
}

.wizard_buttons__right {
  float: right;
}

.wizard-form__form input {
  font-size: 1rem;
}

.custom-radio__left {
  text-align: left;
}

.wizard-question__answer__description {
  font-size: 0.9em;
}

#form_webrepfulltext {
  height: 200px;
}

#form_webrepsummary {
  height: 200px;
}

.word-count {
  font-size: 0.8em;
  text-align: left;
}

.word-count__count {

}

.word-count--alert {
  font-weight: bold;
}

.wizard_buttons {
  width: 100%;
  float: inherit;
}

.wizard-form__form__fields {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
}

.wizard-form__form__fields--column {
  flex-direction: column;
}

.wizard-form__form__fields--row {
  flex-direction: row;
  flex-flow: row wrap;
}

.file-upload-block-hasjs.file-upload-block {
  height: auto !important;
  padding: 1rem;
}

#form_address {
  height: calc(8 * 1rem);
}

.error.help-block {
    color: darkred;
}

.wizard .organisation-name-input {
    display: none;
}
