.invisible {
  display: none;
}
.message:not(:last-child) {
  margin: 0 0 25px;
}
.message div {
  padding: 15px;
}
.message div a {
  text-decoration: underline;
  font-weight: 700;
}
.message div a:hover {
  text-decoration: none;
}
.message div.confirm {
  background: #D8F0E8;
}
.message div.failure {
  background: #F2DEDE;
}
.formbody {
  margin: -15px -10px;
}
.formbody .options {
  border: 1px solid #c4c4c4;
  position: absolute;
  max-height: 282px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}
.formbody .options div {
  white-space: nowrap;
  padding: 18px 20px;
  background: white;
}
.formbody .options div:hover,
.formbody .options div.active {
  background: #e4e4e4;
}
.formbody .widget {
  padding: 15px 10px;
}
.formbody .widget.disabled {
  display: none;
}
.formbody .widget label,
.formbody .widget .label {
  margin-bottom: 20px;
  display: block;
}
.formbody .widget .text,
.formbody .widget textarea {
  background: #e4e4e4;
  padding: 18px 20px;
  width: 100%;
}
.formbody .widget .text:focus,
.formbody .widget textarea:focus {
  background: #f4f4f4;
}
.formbody .widget p.error {
  font: 700 14px "Open Sans";
  margin: 7.5px 0;
  color: #D92022;
}
.formbody .widget-text {
  position: relative;
}
.formbody .widget-text .options {
  bottom: 80px;
}
.formbody .widget-checkbox .label {
  font-weight: 500;
}
.formbody .widget-checkbox .wrap {
  flex-wrap: wrap;
  display: flex;
}
.formbody .widget-checkbox .wrap .checkbox {
  align-items: center;
  display: flex;
}
.formbody .widget-checkbox .wrap .checkbox .area {
  border: 2px solid #f6b232;
  position: relative;
  height: 25px;
  width: 25px;
}
.formbody .widget-checkbox .wrap .checkbox .area input {
  height: inherit;
  width: inherit;
  opacity: 0;
}
.formbody .widget-checkbox .wrap .checkbox .area.checked:before {
  font: 20px/1 "FontAwesome";
  position: absolute;
  content: "\f00c";
  left: 1px;
}
.formbody .widget-checkbox .wrap .checkbox label {
  margin: 0 10px;
}
.formbody .widget-signature .wrap {
  position: relative;
}
.formbody .widget-signature .wrap .clear {
  font-size: 12px;
  background: #F2DEDE;
  position: absolute;
  user-select: none;
  padding: 7px 9px;
  cursor: pointer;
  color: #a94442;
  right: 0;
}
.formbody .widget-signature .wrap canvas {
  background: #e4e4e4;
  height: 180px;
  width: 100%;
}
.formbody .s2time {
  display: flex;
}
.formbody .s2time div {
  background: #f6b232;
  touch-action: none;
}
.formbody .s2time div:before {
  font: 17px/56px "FontAwesome";
  padding: 0 25px;
  color: white;
}
.formbody .s2time div.minus:before {
  content: "\f068";
}
.formbody .s2time div.plus:before {
  content: "\f067";
}
.formbody .s2time div:hover {
  background: #cc932a;
}
.formbody .s2time input {
  text-align: center;
  margin: 0 12.5px;
}
.formbody .s2select {
  position: relative;
  cursor: pointer;
}
.formbody .s2select input {
  pointer-events: none;
  position: absolute;
  width: 100%;
  opacity: 0;
}
.formbody .s2select .choice {
  padding: 18px 40px 18px 20px;
  background: #e4e4e4;
}
.formbody .s2select .choice:after {
  transform: translateY(-50%);
  font-family: "FontAwesome";
  position: absolute;
  content: "\f078";
  right: 10px;
  top: 50%;
}
.formbody .s2select .options {
  min-width: 100%;
  top: 100%;
}
.formbody .submit_container {
  align-items: center;
  padding: 15px 10px;
  display: flex;
}
.formbody .submit_container div:nth-child(1) {
  flex: 1 1 auto;
}
.formbody .submit_container input {
  background: #f6b232;
  padding: 18px 30px;
  border-radius: 3px;
  color: white;
}
.formbody .submit_container input:hover {
  background: #cc932a;
}
input,
textarea {
  -webkit-appearance: none;
  color: inherit;
  border: none;
}
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  resize: vertical;
  overflow: auto;
}
input {
  min-width: 0;
}
