.form {
  zoom: 1;
  padding: 24px 0 40px 80px;
  background-color: #d5e5fd;
/* todo: special */
}
.form:after,
.form:before {
  content: "";
  display: table;
}
.form:after {
  clear: both;
}
.form__search {
  max-width: 330px;
}
.form a {
  color: #183686;
}
.form a:visited {
  color: #737374;
}
.form a:hover {
  color: #345eb8;
}
.form a:active {
  color: #183686;
}
.form_field {
  zoom: 1;
  display: block;
  margin-bottom: 16px;
}
.form_field:after,
.form_field:before {
  content: "";
  display: table;
}
.form_field:after {
  clear: both;
}
.form_field > label {
  display: inline-block;
}
.form_title {
  display: none;
  color: #152142;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.form_markRequired {
  color: #f00;
}
.form_input {
  width: 384px;
  max-width: 100%;
  outline: none;
  display: inline-block;
  margin-right: 20px;
}
.form_input__text {
  width: 384px;
  height: 48px;
  box-shadow: inset 1px 2px 6px rgba(115,115,116,0.3);
  border: 2px solid #c0c0c3;
  background-color: #fff;
  padding: 0 16px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.form_input__text:focus {
  box-shadow: inset 1px 2px 6px rgba(52,94,184,0.3);
  border: 2px solid #345eb8;
}
.form_input__text.is-invalid {
  box-shadow: inset 1px 2px 6px rgba(226,3,55,0.3);
  border: 2px solid #e20337;
}
.form_input__range {
  width: 96px;
}
.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: 384px;
  margin-right: 20px;
}
.form_checkboxWrapper + .form_message {
  margin-top: 2px;
}
.form_grouplist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 384px;
  margin-right: 20px;
}
.form_grouplist > li {
  margin: 0;
  padding: 0;
}
.form_action__reset {
  display: block !important;
  margin-top: 16px !important;
}
.form_action.button {
  max-width: 288px;
}
.form_message {
  display: inline-block;
  font-size: 0.777777777777778rem;
  vertical-align: top;
  margin-top: 16px;
}
.form_message__error,
.form_message__validation,
.form_message__required {
  color: #e20337;
}
.form_desc {
  display: block;
  font-size: 0.777777777777778rem;
  font-style: italic;
  margin-top: 4px;
}
.form_temp {
  background: #f00;
  display: block;
}
.form_searchLeft {
  float: left;
  width: 235px;
}
.form_searchRight {
  float: right;
  width: 85px;
}
.popupForm .form_title {
  display: block;
}
/* iCheck */
.icheckbox_square,
.iradio_square {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0 6px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: #ababab;
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.icheckbox_square {
  box-shadow: inset 1px 2px 4px rgba(115,115,116,0.6);
  border: 2px solid #c0c0c3;
  background-color: #fff;
}
.iradio_square {
  box-shadow: inset 1px 2px 4px rgba(115,115,116,0.6);
  border: 2px solid #c0c0c3;
  background-color: #fff;
  border-radius: 50%;
}
.icheckbox_square.hover,
.iradio_square.hover {
  box-shadow: inset 1px 2px 4px rgba(24,54,134,0.6);
  border: 2px solid #345eb8;
}
.icheckbox_square.active,
.iradio_square.active {
  box-shadow: inset 1px 2px 4px rgba(24,54,134,0.6);
  border: 2px solid #183686;
}
.icheckbox_square.checked,
.iradio_square.checked {
  box-shadow: inset 1px 2px 4px rgba(24,54,134,0.6);
  border: 2px solid #345eb8;
  background-color: #e7e8ec;
  background-image: url("/themes/comp1/img/check.svg");
}
.icheckbox_square.checked.hover,
.iradio_square.checked.hover {
  box-shadow: inset 1px 2px 4px rgba(24,54,134,0.6);
  border: 2px solid #183686;
  background-color: #e7e8ec;
  background-image: url("/themes/comp1/img/check.svg");
}
.icheckbox_square.checked.active,
.iradio_square.checked.active {
  box-shadow: inset 1px 2px 4px rgba(24,54,134,0.6);
  border: 2px solid #345eb8;
  background-color: #e7e8ec;
  background-image: url("/themes/comp1/img/check.svg");
}
.icheckbox_square.disabled,
.iradio_square.disabled {
  border: 2px solid #c0c0c3;
  background-color: #e7e8ec;
  cursor: default;
}

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