.fea-form .fea-active-form-show {
  display: none;
}
.fea-form .fea-item-buttonbox {
  display: none;
}
.fea-active-form .fea-active-form-hide {
  display: none;
}
.fea-active-form .fea-active-form-show {
  display: inline-block;
}
.fea-active-form .fea-item-buttonbox {
  display: block;
}
.fea-error-field {
  display: block;
}
