
/*__GENERATED_FROM_LIBRARY__*/
/*PREFERENCES STYLE*/
.form-all {
  font-family: "Lucida Grande", sans-serif;
}
.form-all {
  max-width: 760px;
}
.form-all {
  font-size: 16px;
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #F1F4EE;
}
.form-line {
  margin-top: 18px;
  margin-bottom: 18px;
}
.supernova .form-all,
.form-all {
  background-color: #35773f;
}
.supernova {
  background: #FFFFFF;
}
.supernova body {
  background-color: transparent;
}
.form-all,
.form-label-top,
.form-label-left,
.form-label-right,
.form-html,
.form-checkbox-item label,
.form-radio-item label,
span.FITB .qb-checkbox-label,
span.FITB .qb-radiobox-label,
span.FITB .form-radio label,
span.FITB .form-checkbox label,
[data-blotid][data-type=checkbox] [data-labelid],
[data-blotid][data-type=radiobox] [data-labelid],
span.FITB-inptCont[data-type=checkbox] label,
span.FITB-inptCont[data-type=radiobox] label,
.form-sub-label {
  color: #FFFFFF;
}
.form-header-group {
  border-bottom-color: #4b8f54;
}
.form-buttons-wrapper {
  border-top-color: #4b8f54;
}
/*PREFERENCES STYLE*/
/* 17 - INPUT WIDTHS */
/*  20 - FORM PADDING */
@media screen and (min-width: 768px) {
  ul.form-section {
    padding: 0px 38px;
  }
}
.form-textbox:not(#productSearch-input),
.form-textarea,
li[data-type=control_fileupload] .qq-upload-button,
.signature-wrapper {
  border-width: 0px;
  border-color: #F1F4EE;
  color: #2C3345;
}
.form-textbox:not(#productSearch-input):hover,
.form-textarea:hover,
li[data-type=control_fileupload] .qq-upload-button:hover,
.signature-wrapper:hover {
  border-color: rgba(241,244,238,0.5);
  box-shadow: 0 0 0 2px rgba(241,244,238,0.25);
}
.form-textbox:not(#productSearch-input):focus,
.form-textarea:focus,
li[data-type=control_fileupload] .qq-upload-button:focus,
.signature-wrapper:focus {
  border-color: rgba(241,244,238,1);
  box-shadow: 0 0 0 3px rgba(241,244,238,0.25);
}
/* Heights */
.form-textbox {
  height: 48px;
}
.form-textarea {
  height: 163px !important;
}
li[data-type="control_textbox"] div[data-layout="half"],
li[data-type="control_dropdown"] div[data-layout="half"],
li[data-type="control_email"] div[data-layout="half"],
li[data-type="control_number"] div[data-layout="half"],
li[data-type="control_phone"] div[data-layout="half"],
li[data-type="control_datetime"] div[data-layout="half"] {
  width: 100% !important;
  max-width: 320px;
}
.form-label {
  margin-bottom: 10px;
  margin-right: 0;
}
/* 11 - LINE PADDING */
.form-line {
  padding: 10px 8px;
}
[data-type="control_text"] {
  padding: 10px 8px 0;
}
/* LABEL STYLE */
.form-label {
  font-weight: bold;
}
.form-checkbox-item label,
.form-radio-item label {
  font-weight: 500;
}
.form-dropdown:first-child {
  border-width: 0px;
  border-color: #F1F4EE;
  color: #2C3345;
  background-color: #F1F4EE;
  height: 48px;
}
[data-type="control_dropdown"] .form-input,
[data-type="control_birthdate"] .form-input,
[data-type="control_time"] .form-input,
[data-type="control_dropdown"] .form-input-wide,
[data-type="control_birthdate"] .form-input-wide,
[data-type="control_time"] .form-input-wide {
  width: 100% !important;
  max-width: 320px;
}
[data-type="control_dropdown"] .form-dropdown {
  width: 100% !important;
  max-width: 320px;
}
.form-dropdown {
  margin: 0;
  border-width: 1px;
}
/* 12 - ROUNDED INPUTS */
.form-textbox:not(#productSearch-input),
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input,
.form-pagebreak-back,
.form-pagebreak-next,
.qq-upload-button,
.signature-wrapper,
.form-error-message {
  border-radius: 14px;
}
.form-section li:not(:first-child) .form-header-group {
  border-radius: 14px;
}
.form-textarea {
  border-radius: 14px;
  padding: 10px;
}
.form-dropdown {
  border-radius: 14px;
  appearance: none;
  margin: 0;
}
.supernova .form-all,
.form-all {
  border-radius: 28px;
}
.form-section:first-child {
  border-radius: 28px 28px 0 0;
}
.form-section:last-child {
  border-radius: 0 0 28px 28px;
}
.form-section li:first-child .form-header-group {
  border-radius: 28px 28px 0 0;
}
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 0px;
}
.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}
.form-checkbox-item .form-checkbox + label,
.form-checkbox-item .form-checkbox + span {
  padding-left: 30px;
}
.form-radio-item .form-radio + label,
.form-radio-item .form-radio + span {
  padding-left: 30px;
}
.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;
  left: 0;
  width: 20px;
  height: 20px;
}
.form-checkbox-item,
.form-radio-item input {
  margin-top: 2px;
}
.form-line .form-checkbox:checked + label:before,
.form-line .form-checkbox:checked + span:before {
  background-color: #2E69FF;
  border-color: #2E69FF;
}
.form-line .form-radio:checked + label:before,
.form-line .form-radio:checked + span:before {
  border-color: #2E69FF;
}
.form-line .form-radio:checked + label:after,
.form-line .form-radio:checked + span:after {
  background-color: #2E69FF;
}
.form-line .form-checkbox:hover + label:before,
.form-line .form-checkbox:hover + span:before,
.form-line .form-radio:hover + label:before,
.form-line .form-radio:hover + span:before {
  border-color: rgba(46,105,255,0.5);
  box-shadow: 0 0 0 2px rgba(46,105,255,0.25);
}
.form-line .form-checkbox:focus + label:before,
.form-line .form-checkbox:focus + span:before,
.form-line .form-radio:focus + label:before,
.form-line .form-radio:focus + span:before {
  border-color: rgba(46,105,255,1);
  box-shadow: 0 0 0 3px rgba(46,105,255,0.25);
}
.submit-button {
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  height: 50px;
  border-color: #c7dc7b;
}
.submit-button {
  min-width: 180px;
}
li[data-type="control_button"] .form-submit-button {
  color: #1f4d2d;
  background-color: #c7dc7b;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
li[data-type="control_button"] .form-submit-button:hover {
  background-color: rgb(159,176,98);
}
li[data-type="control_button"] button.jf-form-buttons.form-sacl-button,
li[data-type="control_button"] button.jf-form-buttons.form-submit-print {
  color: #c7dc7b;
  border-color: #c7dc7b;
  background-image: none;
  background-color: #fff;
}
li[data-type="control_button"] button.jf-form-buttons.form-sacl-button:hover,
li[data-type="control_button"] button.jf-form-buttons.form-submit-print:hover {
  background-color: rgb(159,176,98);
  color: #fff;
}
li[data-type="control_button"] button.jf-form-buttons.form-pagebreak-back {
  background-image: none;
  background-color: rgb(159,176,98);
  box-shadow: none;
  text-shadow: none;
}
li[data-type="control_button"] button.jf-form-buttons.form-pagebreak-back:hover {
  background-color: rgb(139,154,86);
  color: #fff;
}
.form-submit-button,
.form-submit-reset,
.form-submit-print {
  border-radius: 14px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-family: "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  min-width: 128px;
}
.form-buttons-wrapper, .form-pagebreak {
  border-top: none;
}
li[data-type="control_image"] div {
  text-align: left;
}
li[data-type="control_image"] img {
border-width: 0px !important;
  border-style: solid !important;
border-color: false !important;
}
.supernova {
    background-size: cover;

}
.form-all {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.form-header-group {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}
.form-header-group {
  text-align: left;
}
div.form-header-group.header-large,
div.form-header-group.hasImage {
  margin: 0px -38px;
}
div.form-header-group.header-large,
div.form-header-group.hasImage {
  padding: 40px 52px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: #FFFFFF;
}
.form-header-group {
  border-bottom: none;
}
.form-collapse-table {
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 1px 0 rgba(0,0,0,0.2);
}
.form-collapse-table .form-collapse-mid {
  text-shadow: none;
}
.form-collapse-table {
  background-color: rgba(195,202,216,.3);
}
.form-collapse-table {
  color: rgb(44, 51, 69);
}
.form-collapse-table {
  padding-left: 20px;
  padding-right: 20px;
}
.form-collapse-table .form-collapse-mid {
  margin-right: 0;
  margin-left: 0;
}
.form-collapse-table {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  max-height: 60px;
  overflow: hidden;
}
.form-collapse-table .form-collapse-mid {
  margin-top: 0;
  margin-bottom: 0;
}
.form-collapse-table .form-collapse-right {
  height: 24px;
  top: 50%;
}
.form-collapse-table .form-collapse-right-show {
  margin-top: -15px;
}
.form-collapse-table .form-collapse-right-hide {
  margin-top: -12px;
}
.form-collapse-table {
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-collapse-table {
  margin-left: 0px;
  margin-right: 0px;
}
.form-line.form-line-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;
  background-color: #FFF4F4;
}
.form-line.form-line-error .form-error-message {
  background-color: #F23A3C;
  clear: both;
  float: none;
}
.form-line.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: #F23A3C;
}
.form-line.form-line-error input:not(#coupon-input),
.form-line.form-line-error textarea,
.form-line.form-line-error .form-validation-error {
  border: 1px solid #F23A3C;
  box-shadow: 0 0 3px #F23A3C;
}
.form-line-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;
  background-color: #FFF4F4;
}
.form-line.form-line-active {
  background-color: #3f8749;
}
.form-line-column {
  width: calc(100/2 * 1% - 8px);
}
.form-buttons-wrapper {
  border-top: none;
}
li[data-type=control_fileupload] .qq-upload-button {
  border-color: #F1F4EE;
}
li[data-type=control_fileupload] .qq-upload-button::before {
  background-color: #F1F4EE;
}
li[data-type=control_fileupload] .qq-upload-button {
  color: #2C3345;
}
li[data-type=control_fileupload] .jfUpload-heading  {
  color: #2C3345;
  opacity: 0.8;
}
li[data-type=control_fileupload] .qq-upload-button {
  background-color: #F1F4EE;
}


/*__INSPECT_SEPERATOR__*/
.form-all {
    border : 0;
    box-shadow : 0 18px 50px rgba(20, 53, 28, 0.22);
    overflow : hidden;
    background : radial-gradient(circle at 12% 14%, rgba(199, 220, 123, 0.10) 0, rgba(199, 220, 123, 0.10) 10px, transparent 11px),
        radial-gradient(circle at 22% 24%, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 6px, transparent 7px),
        radial-gradient(circle at 34% 16%, rgba(199, 220, 123, 0.11) 0, rgba(199, 220, 123, 0.11) 8px, transparent 9px),
        radial-gradient(circle at 46% 28%, rgba(199, 220, 123, 0.10) 0, rgba(199, 220, 123, 0.10) 9px, transparent 10px),
        radial-gradient(circle at 58% 18%, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 5px, transparent 6px),
        radial-gradient(circle at 72% 14%, rgba(199, 220, 123, 0.10) 0, rgba(199, 220, 123, 0.10) 8px, transparent 9px),
        radial-gradient(circle at 84% 22%, rgba(199, 220, 123, 0.10) 0, rgba(199, 220, 123, 0.10) 7px, transparent 8px),
        radial-gradient(circle at 16% 42%, rgba(199, 220, 123, 0.09) 0, rgba(199, 220, 123, 0.09) 7px, transparent 8px),
        radial-gradient(circle at 28% 56%, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 5px, transparent 6px),
        radial-gradient(circle at 44% 48%, rgba(199, 220, 123, 0.10) 0, rgba(199, 220, 123, 0.10) 8px, transparent 9px),
        radial-gradient(circle at 60% 54%, rgba(199, 220, 123, 0.09) 0, rgba(199, 220, 123, 0.09) 7px, transparent 8px),
        radial-gradient(circle at 78% 46%, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 5px, transparent 6px),
        radial-gradient(circle at 88% 58%, rgba(199, 220, 123, 0.09) 0, rgba(199, 220, 123, 0.09) 6px, transparent 7px),
        radial-gradient(circle at 18% 78%, rgba(199, 220, 123, 0.10) 0, rgba(199, 220, 123, 0.10) 8px, transparent 9px),
        radial-gradient(circle at 38% 86%, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 6px, transparent 7px),
        radial-gradient(circle at 56% 76%, rgba(199, 220, 123, 0.09) 0, rgba(199, 220, 123, 0.09) 7px, transparent 8px),
        radial-gradient(circle at 74% 86%, rgba(199, 220, 123, 0.10) 0, rgba(199, 220, 123, 0.10) 8px, transparent 9px),
        radial-gradient(circle at 88% 80%, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 5px, transparent 6px),
        radial-gradient(circle at 14% 22%, rgba(245, 99, 81, 0.75) 0, rgba(245, 99, 81, 0.75) 2px, transparent 3px),
        radial-gradient(circle at 42% 68%, rgba(255, 183, 77, 0.75) 0, rgba(255, 183, 77, 0.75) 2px, transparent 3px),
        radial-gradient(circle at 79% 36%, rgba(239, 92, 122, 0.72) 0, rgba(239, 92, 122, 0.72) 2px, transparent 3px),
        radial-gradient(circle at 86% 74%, rgba(255, 166, 43, 0.72) 0, rgba(255, 166, 43, 0.72) 2px, transparent 3px),
        repeating-linear-gradient(102deg, rgba(199, 220, 123, 0.08) 0, rgba(199, 220, 123, 0.08) 1px, transparent 1px, transparent 12px),
        repeating-linear-gradient(78deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 10px),
        #35773f;
}

.form-header-group {
    background : transparent;
    border-top-left-radius : 28px;
    border-top-right-radius : 28px;
}

.form-line:not(:has(.form-header-group)):not(:has(.form-buttons-wrapper)) {
    position : relative;
    z-index : 1;
}

.form-submit-button {
    box-shadow : none;
}

