.row.form {
  margin-bottom: 5px;
}
.row.form.headline {
  border-bottom: 4px solid #EEE;
  margin-right: 0;
  padding-left: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.row.form.headline h3 {
  font-size: 18px;
}
.row.form .form-label {
  background: #EEE;
}
.row.form .form-label label {
  height: 40px;
  line-height: 40px;
  margin: 0;
}
.row.form.form_checkbox .form-label {
  visibility: hidden;
}
.row.form input,
.row.form select {
  height: 40px;
  line-height: 40px;
  margin: 0;
}
.row.form input {
  padding-right: 40px;
}
.row.form .val-icon {
  line-height: 40px;
  position: absolute;
  right: 20px;
}
.row.form .val-icon.glyphicon-edit {
  color: #01558D;
}
.row.form .val-icon.glyphicon-ok {
  color: #3fa535;
}
.row.form .val-icon.glyphicon-remove {
  color: darkred;
}
.row.form[data-form-row="disabled"] {
  display: none;
}
[data-form-type] {
  display: none;
}
[data-form-type].active {
  display: block;
}
option.empty_state {
  color: #aaaaaa;
}
.textarea_container {
  padding: 0 5px;
}
textarea {
  margin: 0;
  padding: 6px 4px;
}
.conditional:not(.active) {
  display: none;
}
.send_container {
  margin-top: 15px;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label:before {
  content: " ";
  display: inline-block;
  width: 22px !important;
  height: 22px !important;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  background: none;
  border: 2px solid #01558D;
  cursor: pointer;
  line-height: initial;
  text-align: center;
  padding: 0;
  font-size: 13px;
  font-family: "Glyphicons Halflings";
  font-weight: normal;
  color: #FFF;
}
input[type="checkbox"]:checked + label:before {
  content: "\e013";
  background: #3fa535;
  border: 2px solid #3fa535;
}
label.checkbox {
  font: inherit;
  margin: 0;
}
.radio-btn-group input[type="radio"] {
  display: none;
}
.radio-btn-group.radio-tile label {
  display: block;
  color: #FFF;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  background: #01558D;
  padding: 15px 5px;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}
.radio-btn-group.radio-tile input[type=radio]:checked + label {
  background-color: #3fa535;
}
.radio-btn-group.radio-tile .icon {
  font-size: 30px;
  font-weight: 400;
}
.radio-btn-group.radio-tile p {
  margin: 0;
}
.honeypot {
  display: none !important;
}
