.form-all:after {
  content: "";
  display: table;
  clear: both;
}
.form-all {
  font-family: "Mountains of Christmas", sans-serif;
}
.form-all {
  width: 480px;
  width: 100%;
  max-width: 480px;
}
.form-label-left,
.form-label-right {
  width: 150px;
}
.form-label {
  white-space: normal;
}
.form-label.form-label-auto {
  display: inline-block;
  float: left;
  text-align: left;
  word-break: break-word;
  width: 150px;
}
.form-label-left {
  display: inline-block;
  white-space: normal;
  float: left;
  text-align: left;
}
.form-label-right {
  display: inline-block;
  white-space: normal;
  float: left;
  text-align: right;
}
.form-label-top {
  white-space: normal;
  display: block;
  float: none;
  text-align: left;
}
.form-radio-item label:before {
  top: 0;
}
.form-all {
  font-size: 18px;
}
.form-label {
  font-weight: bold;
}
.form-checkbox-item label,
.form-radio-item label {
  font-weight: normal;
}
.supernova {
  background-color: #ffffff;
  background-color: #242631;
}
.supernova body {
  background-color: transparent;
}
@media screen and (min-width: 480px) {
  .supernova .form-all {
    border: 1px solid #0e0f14;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  }
}
/* | */
/* | */
@media screen and (max-width: 480px) {
  .jotform-form .form-all {
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .jotform-form .form-all {
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 480px) and (max-width: 479px) {
  .jotform-form .form-all {
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 768px) {
  .jotform-form {
    padding: 60px 0;
  }
}
/* | */
/* | */
@media screen and (max-width: 479px) {
  .jotform-form .form-all {
    width: 100%;
  }
}
/* | */
.supernova .form-all,
.form-all {
  background-color: #ffffff;
  border: 1px solid transparent;
}
.form-header-group {
  border-color: #e6e6e6;
}
.form-matrix-table tr {
  border-color: #e6e6e6;
}
.form-matrix-table tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.form-all {
  color: #555555;
}
.form-header-group .form-header {
  color: #555555;
}
.form-header-group .form-subHeader {
  color: #6f6f6f;
}
.form-sub-label {
  color: #6f6f6f;
}
.form-label-top,
.form-label-left,
.form-label-right,
.form-html {
  color: #555555;
}
.form-checkbox-item label,
.form-radio-item label {
  color: #6f6f6f;
}
.form-line.form-line-active {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: rgba(255, 251, 234, 0);
}
/* omer */
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 4px !important;
}
.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}
/* omer */
.form-single-column .form-checkbox-item,
.form-single-column .form-radio-item {
  width: 100%;
}
.form-checkbox-item .editor-container div,
.form-radio-item .editor-container div {
  position: relative;
}
.form-checkbox-item .editor-container div:before,
.form-radio-item .editor-container div:before {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  left: 0;
  width: 24px;
  height: 24px;
}
.form-radio-item:not(#foo) {
  position: relative;
}
.form-radio-item:not(#foo) .form-radio-other.form-radio {
  display: none !important;
}
.form-radio-item:not(#foo) input[type="checkbox"],
.form-radio-item:not(#foo) input[type="radio"] {
  opacity: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.form-radio-item:not(#foo) .form-radio-other,
.form-radio-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 17px;
  margin-right: 13px;
  margin-top: 4px;
}
.form-radio-item:not(#foo) .form-checkbox-other-input,
.form-radio-item:not(#foo) .form-radio-other-input {
  margin: 0;
}
.form-radio-item:not(#foo) label {
  line-height: 18px;
  float: left;
  margin-left: 37px;
  outline: none !important;
}
.form-radio-item:not(#foo) label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  box-sizing: border-box;
  border-radius: 2px;
  left: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.form-radio-item:not(#foo) label:after {
  content: '';
  position: absolute;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  top: 4px;
  left: 8px;
  width: 10px;
  height: 10px;
}
.form-radio-item:not(#foo) input:checked + label:after {
  opacity: 1;
}
.form-radio-item:not(#foo) input[type="checkbox"],
.form-radio-item:not(#foo) input[type="radio"] {
  opacity: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.form-radio-item:not(#foo) .form-radio-other,
.form-radio-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 17px;
  margin-right: 13px;
  margin-top: 4px;
}
.form-radio-item:not(#foo) .form-checkbox-other-input,
.form-radio-item:not(#foo) .form-radio-other-input {
  margin: 0;
}
.form-radio-item:not(#foo) label {
  line-height: 24px;
  float: left;
  margin-left: 43px;
  outline: none !important;
}
.form-radio-item:not(#foo) label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  box-sizing: border-box;
  border-radius: 3px;
  left: 4px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.form-radio-item:not(#foo) label:after {
  content: '';
  position: absolute;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  top: 5px;
  left: 9px;
  width: 14px;
  height: 14px;
}
.form-radio-item:not(#foo) input:checked + label:after {
  opacity: 1;
}
.form-radio-item:not(#foo) label:before {
  background-color: transparent;
  border: 2px solid #828282;
}
.form-radio-item:not(#foo) label:focus:before {
  border-color: #588ee6;
}
.form-radio-item:not(#foo) .editor-container div:before {
  content: '';
  background-color: transparent;
  border: 2px solid #828282;
  margin: 0 4px 0 -6px;
}
.form-radio-item:not(#foo) label:after {
  background-color: #008000;
  cursor: pointer;
}
.form-checkbox-item:not(#foo) {
  position: relative;
}
.form-checkbox-item:not(#foo) .form-checkbox-other.form-checkbox {
  display: none !important;
}
.form-checkbox-item:not(#foo) input[type="checkbox"],
.form-checkbox-item:not(#foo) input[type="radio"] {
  opacity: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.form-checkbox-item:not(#foo) .form-radio-other,
.form-checkbox-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 17px;
  margin-right: 13px;
  margin-top: 4px;
}
.form-checkbox-item:not(#foo) .form-checkbox-other-input,
.form-checkbox-item:not(#foo) .form-radio-other-input {
  margin: 0;
}
.form-checkbox-item:not(#foo) label {
  line-height: 18px;
  float: left;
  margin-left: 37px;
  outline: none !important;
}
.form-checkbox-item:not(#foo) label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  box-sizing: border-box;
  border-radius: 2px;
  left: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.form-checkbox-item:not(#foo) label:after {
  content: '';
  position: absolute;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  top: 6px;
  left: 10px;
  width: 4px;
  height: 4px;
}
.form-checkbox-item:not(#foo) input:checked + label:after {
  opacity: 1;
}
.form-checkbox-item:not(#foo) label:before {
  background-color: transparent;
  border: 2px solid #828282;
}
.form-checkbox-item:not(#foo) label:focus:before {
  border-color: #588ee6;
}
.form-checkbox-item:not(#foo) .editor-container div:before {
  content: '';
  background-color: transparent;
  border: 2px solid #828282;
  margin: 0 4px 0 -6px;
}
.form-checkbox-item:not(#foo) label:after {
  background-color: #008000;
  box-shadow: 0 3px 0 0 #008000, 3px 3px 0 0 #008000, 6px 3px 0 0 #008000, 9px 3px 0 0 #008000, 8px 6px 0 0 #ffffff, 10px 1px 0 0 #ffffff;
  transform: rotate(-45deg);
}
.form-checkbox-item:not(#foo) input[type="checkbox"],
.form-checkbox-item:not(#foo) input[type="radio"] {
  opacity: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.form-checkbox-item:not(#foo) .form-radio-other,
.form-checkbox-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 17px;
  margin-right: 13px;
  margin-top: 4px;
}
.form-checkbox-item:not(#foo) .form-checkbox-other-input,
.form-checkbox-item:not(#foo) .form-radio-other-input {
  margin: 0;
}
.form-checkbox-item:not(#foo) label {
  line-height: 24px;
  float: left;
  margin-left: 43px;
  outline: none !important;
}
.form-checkbox-item:not(#foo) label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  box-sizing: border-box;
  border-radius: 3px;
  left: 4px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.form-checkbox-item:not(#foo) label:after {
  content: '';
  position: absolute;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  top: 8px;
  left: 10px;
  width: 6px;
  height: 6px;
}
.form-checkbox-item:not(#foo) input:checked + label:after {
  opacity: 1;
}
.form-checkbox-item:not(#foo) label:after {
  background-color: #008000;
  box-shadow: 0 5px 0 0 #008000, 5px 5px 0 0 #008000, 10px 5px 0 0 #008000, 13px 5px 0 0 #008000, 10px 8px 0 0 #ffffff, 15px 2px 0 0 #ffffff;
  transform: rotate(-45deg);
}
.supernova {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
  background-size: cover;
}
.supernova {
  background-image: none;
}
#stage {
  background-image: none;
}
/* | */
.form-all {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.form-header-group {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
.form-line {
  margin-top: 12px;
  margin-bottom: 12px;
}
.form-line {
  padding: 8px 75px;
}
.form-all .form-textbox,
.form-all .form-radio-other-input,
.form-all .form-checkbox-other-input,
.form-all .form-captcha input,
.form-all .form-spinner input,
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next,
.form-all .qq-upload-button,
.form-all .form-error-message {
  border-radius: 20px;
}
.form-all .form-sub-label {
  margin-left: 3px;
}
.form-all .form-textarea {
  border-radius: 20px;
  padding: 10px;
}
.form-all .form-submit-button,
.form-all .form-submit-reset,
.form-all .form-submit-print {
  border-radius: 100px;
}
.form-all .form-sub-label {
  margin-left: 3px;
}
.form-dropdown {
  border-radius: 100px;
  appearance: none;
  margin: 0;
}
.form-all {
  border-radius: 6px;
}
.form-section:first-child {
  border-radius: 6px 6px 0 0;
}
.form-section:last-child {
  border-radius: 0 0 6px 6px;
}
.qq-upload-button,
.submit-button,
.form-submit-reset,
.form-submit-print {
  font-size: 1em;
  padding: 9px 15px;
  font-size: 20px;
  font-weight: normal;
  font-family: inherit;
  border: none;
  border-width: 1px !important;
  border-style: solid !important;
}
.submit-button {
  font-family: "Mountains of Christmas", sans-serif;
}
.qq-upload-button,
.submit-button,
.form-submit-reset,
.form-submit-print {
  color: #ffffff;
}
.qq-upload-button,
.submit-button,
.form-submit-reset,
.form-submit-print {
  background-color: #33b33e;
  box-shadow: none;
  text-shadow: none;
}
.qq-upload-button:hover,
.submit-button:hover,
.form-submit-reset:hover,
.form-submit-print:hover {
  background-color: #1c6423;
}
.form-buttons-wrapper button.jf-form-buttons.form-sacl-button {
  color: #33b33e;
  border-color: #33b33e;
  background-image: none;
  background-color: #ffffff;
}
.form-buttons-wrapper button.jf-form-buttons.form-sacl-button:hover {
  background-color: #1c6423;
  border-color: #1c6423;
}
.qq-upload-button,
.submit-button,
.form-submit-reset,
.form-submit-print,
.form-buttons-wrapper button.jf-form-buttons.form-sacl-button {
  border-color: #33b33e;
}
.form-pagebreak-back,
.form-pagebreak-next {
  font-size: 1em;
  padding: 9px 15px;
  font-size: 18px;
  font-weight: normal;
}
h2.form-header {
  line-height: 1.618em;
  font-size: 1.714em;
}
h2 ~ .form-subHeader {
  line-height: 1.5em;
  font-size: 1.071em;
}
.form-header-group {
  text-align: center;
}
.form-captcha input,
.form-spinner input,
.form-error-message {
  padding: 4px 3px 2px 3px;
}
.form-header-group {
  font-family: "Mountains of Christmas", sans-serif;
}
.form-section {
  padding: 0px 0px 0px 0px;
}
.form-header-group {
  margin: 18px 0px 18px 0px;
}
.form-header-group {
  padding: 24px 0px 24px 0px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: #33b33e;
}
.form-header-group {
  background-color: #000000;
}
.form-textbox,
.form-textarea {
  padding: 4px 8px 2px 8px;
}
.form-matrix-row-headers,
.form-matrix-column-headers,
.form-matrix-values {
  padding: 4px;
}
.form-dropdown {
  height: 25px;
}
[data-type="control_dropdown"] .form-input,
[data-type="control_dropdown"] .form-input-wide {
  width: 150px;
}
.form-buttons-wrapper {
  margin-left: 0 !important;
  text-align: center;
}
li[data-type="control_image"] div {
  text-align: left;
}
li[data-type="control_image"] img {
  border: none;
  border-width: 0px !important;
  border-style: solid !important;
  border-color: false !important;
}
.form-line-column {
  width: auto;
}
.form-line-error {
  background-color: #ffffff;
  box-shadow: inset 0px 3px 11px -7px #ff3200;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  border: 1px solid #fff4f4;
  box-shadow: 0 0 3px #fff4f4;
}
.form-line-error .form-error-message {
  margin: 0;
  position: absolute;
  color: #fff;
  display: inline-block;
  right: 0;
  font-size: 12px;
  position: absolute!important;
  box-shadow: none;
  top: 0px;
  color: #FFF;
  background: #ff3200;
  padding: 0px 5px;
  bottom: auto;
  border-radius: 0;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
}
.form-line-error .form-error-message img,
.form-line-error .form-error-message .form-error-arrow {
  display: none;
}
.form-all {
  margin: 0 auto;
}
.form-all:before {
  content: none;
}
[data-type="control_clear"] {
  display: none;
}
/* | */
@media screen and (max-width: 480px), screen and (max-device-width: 767px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {
  .testOne {
    letter-spacing: 0;
  }
  .form-all {
    border: 0;
    max-width: initial;
  }
  .form-sub-label-container {
    width: 100%;
    margin: 0;
    margin-right: 0;
    float: left;
    box-sizing: border-box;
  }
  span.form-sub-label-container + span.form-sub-label-container {
    margin-right: 0;
  }
  .form-sub-label {
    white-space: normal;
  }
  .form-address-table td,
  .form-address-table th {
    padding: 0 1px 10px;
  }
  .form-submit-button,
  .form-submit-print,
  .form-submit-reset {
    width: 100%;
    margin-left: 0!important;
  }
  div[id*=at_] {
    font-size: 14px;
    font-weight: 700;
    height: 8px;
    margin-top: 6px;
  }
  .showAutoCalendar {
    width: 20px;
  }
  img.form-image {
    max-width: 100%;
    height: auto;
  }
  .form-matrix-row-headers {
    width: 100%;
    word-break: break-all;
    min-width: 80px;
  }
  .form-collapse-table,
  .form-header-group {
    margin: 0;
  }
  .form-collapse-table {
    height: 100%;
    display: inline-block;
    width: 100%;
  }
  .form-collapse-hidden {
    display: none !important;
  }
  .form-input {
    width: 100%;
  }
  .form-label {
    width: 100% !important;
  }
  .form-label-left,
  .form-label-right {
    display: block;
    float: none;
    text-align: left;
    width: auto!important;
  }
  .form-line,
  .form-line.form-line-column {
    padding: 2% 5%;
    box-sizing: border-box;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    width: 100%;
    box-sizing: border-box;
    max-width: initial !important;
  }
  .form-radio-other-input,
  .form-checkbox-other-input {
    max-width: 55% !important;
  }
  .form-dropdown,
  .form-textarea,
  .form-textbox {
    width: 100%!important;
    box-sizing: border-box;
  }
  .form-input,
  .form-input-wide,
  .form-textarea,
  .form-textbox,
  .form-dropdown {
    max-width: initial!important;
  }
  .form-checkbox-item:not(#foo),
  .form-radio-item:not(#foo) {
    width: 100%;
  }
  .form-address-city,
  .form-address-line,
  .form-address-postal,
  .form-address-state,
  .form-address-table,
  .form-address-table .form-sub-label-container,
  .form-address-table select,
  .form-input {
    width: 100%;
  }
  div.form-header-group {
    padding: 24px 0px !important;
    padding-left: 5%!important;
    padding-right: 5%!important;
    margin: 0 18px 2% !important;
    margin-left: 5%!important;
    margin-right: 5%!important;
    box-sizing: border-box;
  }
  div.form-header-group.hasImage img {
    max-width: 100%;
  }
  [data-type="control_button"] {
    margin-bottom: 0 !important;
  }
  [data-type=control_fullname] .form-sub-label-container {
    width: 48%;
  }
  [data-type=control_fullname] .form-sub-label-container:first-child {
    margin-right: 4%;
  }
  [data-type=control_phone] .form-sub-label-container {
    width: 65%;
    margin-right: 0;
    margin-left: 0;
    float: left;
  }
  [data-type=control_phone] .form-sub-label-container:first-child {
    width: 31%;
    margin-right: 4%;
  }
  [data-type=control_datetime] .allowTime-container {
    width: 100%;
  }
  [data-type=control_datetime] .allowTime-container .form-sub-label-container {
    width: 24%!important;
    margin-left: 6%;
    margin-right: 0;
  }
  [data-type=control_datetime] .allowTime-container .form-sub-label-container:first-child {
    margin-left: 0;
  }
  [data-type=control_datetime] span + span + span > span:first-child {
    display: block;
    width: 100% !important;
  }
  [data-type=control_birthdate] .form-sub-label-container,
  [data-type=control_time] .form-sub-label-container {
    width: 27.3%!important;
    margin-right: 6% !important;
  }
  [data-type=control_time] .form-sub-label-container:last-child {
    width: 33.3%!important;
    margin-right: 0 !important;
  }
  .form-pagebreak-back-container,
  .form-pagebreak-next-container {
    min-height: 1px;
    width: 50% !important;
  }
  .form-pagebreak-back,
  .form-pagebreak-next,
  .form-product-item.hover-product-item {
    width: 100%;
  }
  .form-pagebreak-back-container {
    padding: 0;
    text-align: right;
  }
  .form-pagebreak-next-container {
    padding: 0;
    text-align: left;
  }
  .form-pagebreak {
    margin: 0 auto;
  }
  .form-buttons-wrapper {
    margin: 0!important;
    margin-left: 0!important;
  }
  .form-buttons-wrapper button {
    width: 100%;
  }
  .form-buttons-wrapper .form-submit-print {
    margin: 0 !important;
  }
  table {
    width: 100%!important;
    max-width: initial!important;
  }
  table td + td {
    padding-left: 3%;
  }
  .form-checkbox-item,
  .form-radio-item {
    white-space: normal!important;
  }
  .form-checkbox-item input,
  .form-radio-item input {
    width: auto;
  }
  .form-collapse-table {
    margin: 0 5%;
    display: block;
    zoom: 1;
    width: auto;
  }
  .form-collapse-table:before,
  .form-collapse-table:after {
    display: table;
    content: '';
    line-height: 0;
  }
  .form-collapse-table:after {
    clear: both;
  }
  .fb-like-box {
    width: 98% !important;
  }
  .form-error-message {
    clear: both;
    bottom: -10px;
  }
  .date-separate,
  .phone-separate {
    display: none;
  }
  .custom-field-frame,
  .direct-embed-widgets,
  .signature-pad-wrapper {
    width: 100% !important;
  }
}
/* | */

/*__INSPECT_SEPERATOR__*/
/*---------------------
Theme: Halloween Lady
Author: Elton Cris - idarktech@jotform.com
www.jotform.com
----------------------*/
.supernova {
    background : #242631 url('https://shots.jotform.com/elton/images/halloween/footer_bg.png') repeat-x;
    background-attachment : fixed;
    background-position : left bottom;
}

.jotform-form {
    padding : 20px 0;
    transition : 1s background ease-in-out;
}

.form-all, .form-all label {
    font-size : 16px;
}

.form-all {
    background : #fff url('https://cms.jotform.com/uploads/image_upload/image_upload/EltonCris/34822_greenyInkyHalloweeen.png') top center repeat-x !important;
    border : none !important;
    box-shadow : none !important;
    position : relative;
    transition : 1s ease-in-out;
    margin-top : 225px !important;
}

.form-all:hover:before {
    top : 315px;
}

.form-all:hover:after {
    top : 280px;
}

.form-all:after {
    background-image : url('https://cms.jotform.com/uploads/image_upload/image_upload/EltonCris/34818_WitchHandLeft.png');
    background-size : 100%;
    background-position : top left;
    background-repeat : no-repeat;
    content : "";
    position : absolute;
    z-index : 1111;
    height : 86px;
    top : 194px;
    width : 122px;
    left : -47px;
    transition : 1s ease-in-out;
    -webkit-transition : 1s ease-in-out;
}

.form-all:before {
    background-image : url('https://cms.jotform.com/uploads/image_upload/image_upload/EltonCris/34819_WitchHandRight.png');
    background-size : 100%;
    background-position : top left;
    background-repeat : no-repeat;
    content : "";
    position : absolute;
    z-index : 1111;
    height : 86px;
    top : 294px;
    width : 122px;
    right : -47px;
    transition : 1s ease-in-out;
    -webkit-transition : 1s ease-in-out;
}

.form-header-group {
    background : transparent;
    padding-bottom : 0;
}

.form-header {
    font-size : 50px !important;
    line-height : 50px !important;
    text-shadow : 0 3px 2px #063C00;
    text-align : center;
}

.form-subHeader {
    font-size : 20px !important;
    color : rgb(0, 148, 2) !important;
    text-align : center;
}

/*responsive fields*/
[data-type="control_textbox"] .form-textbox, 
[data-type="control_fullname"] .form-textbox,
[data-type="control_email"] .form-textbox,
[data-type="control_textarea"] .form-textarea, 
[data-type="control_dropdown"] .form-dropdown {
    width : 100% !important;
}

.form-textbox, .form-textarea, .form-dropdown {
    box-shadow : none;
    outline : none;
    box-sizing : border-box;
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
}

.form-textbox:focus, .form-textarea:focus, .form-dropdown:focus {

}

/*responsive content -wide or shrink*/
.form-label {
    width : 100% !important;
    float : none !important;
}

.form-label-top {
    width : 100% !important;
}

.form-line {
    box-sizing : border-box;
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    width : 100%;
}

.form-checkbox-other-input {
    width : 80% !important;
}

.form-input {
    width : 100% !important;
}

/*single fields with sublabels*/
[data-type="control_textbox"] .form-input-wide .form-sub-label-container, 
[data-type="control_fullname"] .form-input-wide .form-sub-label-container,
[data-type="control_email"] .form-input-wide .form-sub-label-container,
[data-type="control_textarea"] .form-input-wide .form-sub-label-container, 
[data-type="control_dropdown"] .form-input-wide .form-sub-label-container,
[data-type="control_textbox"] .form-input .form-sub-label-container, 
[data-type="control_fullname"] .form-input .form-sub-label-container,
[data-type="control_email"] .form-input .form-sub-label-container,
[data-type="control_textarea"] .form-input .form-sub-label-container, 
[data-type="control_dropdown"] .form-input .form-sub-label-container {
    width : 100%;
}

/*responsive full name*/
[data-type="control_fullname"] .form-sub-label-container {
    width : 100%;
}

[data-type="control_fullname"] .form-label + div .form-sub-label-container {
    display : inline-block;
}

[data-type="control_fullname"] .form-label + div .form-sub-label-container + .form-sub-label-container {
    margin-right : 0;
    float : right;
}

#sublabel_prefix, #sublabel_first, #sublabel_middle {
    margin-bottom : 10px;
}

/*remove date huge space*/
[data-type="control_datetime"] span[style*="white-space"] > .form-sub-label-container:first-child {
    display : none;
}

[data-type="control_datetime"] .form-input> span:nth-child(4), 
[data-type="control_datetime"] .form-input span:nth-child(5) {
    padding-top : 10px;
}

/*responsive phone fields*/
[data-type="control_phone"] input[name$="[area]"] {
    width : 80%;
}

[data-type="control_phone"] input[name$="[phone]"] {
    width : 100%;
}

[data-type="control_phone"] input[name$="[full]"] {
    width : 100%;
}

[data-type="control_phone"] .form-sub-label-container {
    width : 40%;
}

[data-type="control_phone"] .form-sub-label-container + .form-sub-label-container {
    width : 57%;
    float : right;
    margin-right : 0;
}

/*--for the address table--*/
.form-address-table {
    width : 100%;
}

span.form-sub-label-container + span.form-sub-label-container {
    margin-right : 0;
}

.form-address-table select,
.form-address-postal,
.form-address-city, 
.form-address-state,
.form-address-table, 
.form-address-line,
.form-address-table .form-sub-label-container {
    width : 100%;
}

.form-address-table td, .form-address-table th {
    padding-bottom : 10px;
    padding : 0 1px 10px 1px;
}

.form-submit-button {
    outline : none;
}

.form-submit-button:hover {
    color : #000000 !important;
    border : 1px solid #159D0C !important;
    background : #00BA1F !important;
}

.form-submit-button:active {
    position : relative;
    top : 3px;
    box-shadow : inset 0px 1px 1px 0px rgba(255, 255, 255, 0.40), inset 0px 0px 1px 0px rgba(255, 255, 255, 0.40), 0 2px 0 0 #1C9930, 0px 4px 0px 0px rgba(0, 0, 0, 0.20) !important;
    background : #1EA934;
}

.form-all input:hover, .form-all textarea:hover, .form-all input:focus, .form-all textarea:focus {
    border-color : #05991D;
    -webkit-box-shadow : rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

@media only screen and (max-width: 40em){
    .form-all {
        width : 78%;
    }

}

@media only screen and (max-width:30em){
    .form-all {
        width : 75%;
    }

    .form-all:before {
        display : block;
        background-size : 75px 60px;
        height : 86px;
        top : 294px;
        width : 76px;
        right : -34px;
    }

    .form-all:after {
        background-size : 75px 60px;
        height : 86px;
        top : 294px;
        width : 76px;
        left : -33px;
    }

}

.jotform-form:after {
    content : "";
    top : 10px;
    left : 44%;
    background : url('https://cms.jotform.com/uploads/image_upload/image_upload/EltonCris/34820_zombieHeadHalloween.png') no-repeat top left /100%;
    z-index : -1;
    position : absolute;
    width : 240px;
    height : 240px;
}

.jotform-form:hover:after {
    background : url('https://cms.jotform.com/uploads/image_upload/image_upload/EltonCris/34821_zombieHeadHalloweenSmile.png') no-repeat top left /100%;
}

.form-textbox:focus, .form-textarea:focus, .form-dropdown:focus {
    background : #33B33E;
    color : #fff;
}

/*******NEW responsive tableless address field ******/
[data-type="control_address"] .form-address-line input {
    width : 100%;
}

[data-type="control_address"] .form-sub-label-container {
    margin : 0;
}

[data-type="control_address"] .form-address-table 
.form-address-line-wrapper + 
.form-address-line-wrapper +
.form-address-line-wrapper {
    width : 100%;
}

[data-type="control_address"] .form-address-table 
.form-address-line-wrapper + 
.form-address-line-wrapper +
.form-address-line-wrapper .form-address-line {
    width : 50%;
    float : left;
    display : inline-block;
    box-sizing : border-box;
}

.form-address-city-line,
.form-address-zip-line {
    padding-right : 4px;
}

.form-address-state-line,
.form-address-country-line {
    padding-left : 4px;
}

[data-type="control_address"] .form-address-table 
.form-address-line-wrapper + 
.form-address-line-wrapper +
.form-address-line-wrapper +
.form-address-line-wrapper {
    width : 100%;
}

[data-type="control_address"] .form-address-table 
.form-address-line-wrapper + 
.form-address-line-wrapper +
.form-address-line-wrapper +
.form-address-line-wrapper .form-address-line {
    width : 50%;
    float : left;
    box-sizing : border-box;
}

