.form {
  zoom: 1;
/* todo: special */
}
.form:after,
.form:before {
  content: "";
  display: table;
}
.form:after {
  clear: both;
}
.form_field {
  zoom: 1;
  display: block;
  margin-bottom: 14px;
}
.form_field:after,
.form_field:before {
  content: "";
  display: table;
}
.form_field:after {
  clear: both;
}
.form_field > label {
  display: inline-block;
}
.form_title {
  display: block;
  color: #373737;
  font-family: "Rubik";
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.form_markRequired {
  color: #d4191d;
}
.form_input {
  width: 380px;
  max-width: 100%;
  display: inline-block;
  margin-right: 20px;
}
.form_input:focus {
  outline: 0;
}
.form_input__text {
  width: 380px;
  height: 40px;
  border: 1px solid #c7cdd4;
  background-color: #fff;
  padding: 0 16px;
  color: #141617;
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 300;
}
.form_input__text:focus {
  border-color: #1252b0;
}
.form_input__text.is-invalid {
  border-color: #d4191d;
}
.form_input__range {
  width: 95px;
}
.form_input__textarea {
  height: auto;
  resize: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.form_input__noIndent {
  margin: 0;
}
.form_checkboxWrapper {
  display: inline-block;
  width: 380px;
  margin-right: 20px;
}
.form_grouplist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form_grouplist > li {
  margin: 0;
  padding: 0;
}
.form_action {
  max-width: 200px;
}
.form_action[name="action_clearForm"] {
  margin-left: 10px;
}
.form_message {
  display: inline-block;
  font-size: 0.875rem;
  vertical-align: top;
  margin-top: 12px;
}
.form_message__error,
.form_message__validation,
.form_message__required {
  color: #d4191d;
}
.form_desc {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 4px;
}
.form_temp {
  background: #f00;
  display: block;
}
.form_searchLeft {
  float: left;
  width: 235px;
}
.form_searchRight {
  float: right;
  width: 85px;
}

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