
/*__GENERATED_FROM_LIBRARY__*/
/*PREFERENCES STYLE*/
.form-all {
  font-family: "Open Sans", sans-serif;
}
.form-all {
  max-width: 752px;
  width: 100%;
}
.form-label.form-label-auto {
  display: block;
  float: none;
  text-align: left;
  width: 100%;
}
.form-label.form-label-left,
.form-label.form-label-right,
.form-label.form-label-left.form-label-auto,
.form-label.form-label-right.form-label-auto {
  width: 230px;
}
.form-all {
  font-size: 16px;
}
.form-textbox,
.form-textarea,
.form-dropdown,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: rgba(234, 206, 125, 0.25);
}
.form-line {
  margin-top: 12px;
  margin-bottom: 12px;
}
.supernova .form-all,
.form-all {
  background-color: rgb(255, 255, 255);
}
.supernova {
  background: rgb(27, 75, 73);
}
.supernova body {
  background-color: transparent;
}

    .form-all {
      --clrText: rgb(84, 52, 72);
      color: rgb(84, 52, 72);
    }
    .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 {
      color: rgb(84, 52, 72);
    }
    .form-sub-label {
      color: 1a1a1a;
    }
  /*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-color: rgb(27, 75, 73);
  color: rgb(0, 0, 0);
}
.form-textbox:not(#productSearch-input):hover,
.form-textarea:hover,
li[data-type=control_fileupload] .qq-upload-button:hover,
.signature-wrapper:hover {
  border-color: rgba(27,75,73,0.5);
  box-shadow: 0 0 0 2px rgba(27,75,73,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(27,75,73,1);
  box-shadow: 0 0 0 3px rgba(27,75,73,0.25);
}
.form-label {
  margin-bottom: 14px;
  margin-right: 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: 1px;
  border-style: solid;
  border-color: rgb(27, 75, 73);
  color: rgb(0, 0, 0);
  background-color: rgba(234, 206, 125, 0.25);
}
.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: 6px;
}
.form-section li:not(:first-child) .form-header-group {
  border-radius: 6px;
}
.form-textarea {
  border-radius: 6px;
  padding: 10px;
}
.form-dropdown {
  border-radius: 6px;
  appearance: none;
  margin: 0;
}
.supernova .form-all,
.form-all {
  border-radius: 20px;
}
.form-section:first-child {
  border-radius: 20px 20px 0 0;
}
.form-section:last-child {
  border-radius: 0 0 20px 20px;
}
.form-section li:first-child .form-header-group {
  border-radius: 20px 20px 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: 29px;
}
.form-radio-item .form-radio + label,
.form-radio-item .form-radio + span {
  padding-left: 29px;
}
.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-radio-item:not(#foo) input,
.form-checkbox-item:not(#foo) input {
  margin-top: 2px;
}
.form-radio-item:not(#foo) {
  position: relative;
}
.form-radio-item:not(#foo) .form-radio + span:before,
.form-radio-item:not(#foo) .form-radio + span:after,
.form-radio-item:not(#foo) .form-radio:checked + span div:after {
  display: none;
}
.form-radio-item:not(#foo) .form-radio-other-input,
.form-checkbox-item:not(#foo) .form-checkbox-other-input {
  margin-left: 0;
}
.form-radio-item:not(#foo) .form-radio-other.form-radio {
  display: none;
}
.form-radio-item:not(#foo) .form-radio:checked + label:before {
  background-color: rgb(27, 75, 73);
  border-color: rgb(27, 75, 73);
}
.form-radio-item:not(#foo) label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  border-radius: 50%;
  left: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #c3cad8;
}
.form-radio-item:not(#foo) label:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 11px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  cursor: pointer;
}
.form-radio-item:not(#foo) .form-radio-other,
.form-radio-item:not(#foo) .form-checkbox-other {
  display: inline-block;
  margin-right: 7px;
  margin-top: 0px;
}
.form-checkbox-item:not(#foo) {
  position: relative;
}
.form-checkbox-item:not(#foo) .form-checkbox + span:before,
.form-checkbox-item:not(#foo) .form-checkbox + span:after {
  display: none;
}
.form-checkbox-item:not(#foo) .form-checkbox:checked + label:before {
  background-color: rgb(27, 75, 73);
  border-color: rgb(27, 75, 73);
}
.form-checkbox-item:not(#foo) label {
  display: block;
}
.form-checkbox-item:not(#foo) .form-checkbox-other.form-checkbox {
  display: none !important;
}
.form-checkbox-item:not(#foo) label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  border-radius: 1px;
  left: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #c3cad8;
}
.form-checkbox-item:not(#foo) label:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 11px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  background-image: none;
  border-radius: 1px;
}
.submit-button {
  font-size: 16px;
  font-weight: bold;
  font-family: inherit;
  border-color: rgb(84, 52, 72);
}
.submit-button {
  font-family: "Ubuntu", sans-serif;
}
.submit-button {
  min-width: 200px;
}
li[data-type="control_button"] .form-submit-button {
  color: rgb(234, 206, 125);
  background-color: rgb(27, 75, 73);
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
li[data-type="control_button"] .form-submit-button:hover {
  background-color: rgb(22,60,58);
}
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: rgb(27, 75, 73);
  border-color: rgb(27, 75, 73);
  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(22,60,58);
  color: #fff;
}
li[data-type="control_button"] button.jf-form-buttons.form-pagebreak-back {
  background-image: none;
  background-color: rgb(22,60,58);
  box-shadow: none;
  text-shadow: none;
}
li[data-type="control_button"] button.jf-form-buttons.form-pagebreak-back:hover {
  background-color: rgb(19,53,51);
  color: #fff;
}
.form-submit-button,
.form-submit-reset,
.form-submit-print {
  border-radius: 100px;
}
.form-pagebreak-back,
.form-pagebreak-next {
  border-radius: 100px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  min-width: 128px;
}
li[data-type="control_image"] div {
  text-align: Center;
}
li[data-type="control_image"] img {
border-width: 0px !important;
  border-style: solid !important;
border-color: false !important;
}
.form-all {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-image: none;
  background-attachment: fixed;
  background-size: auto;
  background-size: cover;
}
.form-header-group {
  text-align: left;
}
.form-header-group {
  font-family: "Ubuntu", sans-serif;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: rgb(27, 75, 73);
}
.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: rgb(84, 52, 72);
}
.form-collapse-table {
  color: rgb(234, 206, 125);
}
.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-error {
  background-color: rgb(252, 214, 203);
}
.form-line.form-line-active {
  background-color: rgba(255, 214, 214, 0.31);
}
li[data-type=control_fileupload] .qq-upload-button {
  border-color: rgb(27, 75, 73);
}
li[data-type=control_fileupload] .qq-upload-button::before {
  background-color: rgb(27, 75, 73);
}
li[data-type=control_fileupload] .qq-upload-button {
  color: rgb(0, 0, 0);
}
li[data-type=control_fileupload] .jfUpload-heading  {
  color: rgb(0, 0, 0);
  opacity: 0.8;
}
li[data-type=control_fileupload] .qq-upload-button {
  background-color: rgba(234, 206, 125, 0.25);
}

/*FORM LAYOUT PRESETS*/
.supernova.transparent-form .form-all {
  background-color: rgba(255,255,255,0.25);
  background-image: none;
  box-shadow: none;
}
.supernova.transparent-form .form-header-group {
  border-bottom: none;
}
.supernova.transparent-form .form-buttons-wrapper, .supernova.transparent-form .form-submit-clear-wrapper, .supernova.transparent-form .form-pagebreak {
  border-top: none;
}
.supernova.overlay-form .form-all {
  background-color: rgba(255,255,255,0);
  background-image: none;
  box-shadow: none;
}
.supernova.overlay-form .form-header-group {
  border-bottom: none;
}
.supernova.overlay-form .form-buttons-wrapper, .supernova.overlay-form .form-submit-clear-wrapper, .supernova.overlay-form .form-pagebreak {
  border-top: none;
}
.supernova.stacked-form .form-all {
  background: transparent;
  box-shadow: none;
  border-radius: 8px;
}
.supernova.stacked-form .form-line,
.supernova.stacked-form li:has(.form-pagebreak) {
  background-color: rgb(255, 255, 255);
  padding: 20px 32px;
  margin: 20px 0 !important;
  border-radius: 8px;
}
.supernova.stacked-form li[data-type=control_head] {
  background-color: rgb(255, 255, 255);
  padding: 0;
  margin: 20px 0 !important;
  border-radius: 8px;
}
.supernova.stacked-form [data-type="control_text"] {
  padding: 20px 32px 0;
}
.supernova.stacked-form li:first-child .form-header-group {
  border-radius: 8px;
}
.supernova.stacked-form .form-header-group {
  border-bottom: none;
  margin: 0 !important;
  padding: 24px 32px;
}
.supernova.stacked-form div.form-header-group.header-large,
.supernova.stacked-form div.form-header-group.hasImage {
  padding: 48px 32px;
}
.supernova.stacked-form .form-buttons-wrapper,
.supernova.stacked-form .form-submit-clear-wrapper,
.supernova.stacked-form .form-pagebreak {
  border-top: none;
  margin: 0;
  padding: 0;
}
.supernova.stacked-form .form-textbox,
.supernova.stacked-form .form-textarea,
.supernova.stacked-form .form-dropdown {
  border-radius: 8px;
}

@media (min-width: 768px) {
  .supernova.floating-right-form .form-all {
    margin-left: auto !important;
    margin-right: 100px !important;
    margin-top: 0 !important;
  }
  .supernova.floating-right-form .form-page-cover-image-wrapper {
    margin: 0 100px 0 auto !important;
  }
}
@media (min-width: 768px) {
  .supernova.floating-left-form .form-all {
    margin-left: 100px !important;
    margin-right: auto !important;
    margin-top: 0 !important;
  }
  .supernova.floating-left-form .form-page-cover-image-wrapper {
    margin: 0 auto 0 100px !important;
  }
}
@media (min-width: 768px) {
  html.split-left-form {
    height: 100%;
  }
  .supernova.split-left-form .form-all {
    max-width: 1100px;
    width: 100%;
    
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top: calc(50% + 215px);
    left: 50%;
    transform: translate(-50%, calc(-50% - (215px / 2)));
    margin-top: 0 !important;
    border-radius: 12px;
  }
  .supernova.split-left-form .form-page-cover-image-wrapper {
    max-width: 1100px !important;
    max-height: 250px;
    overflow: hidden;
  }
  .supernova.split-left-form .form-section {
    width: 55%;
    margin-left: auto !important;
    height: 600px;
    overflow-y: auto !important;
    background-color: rgb(255, 255, 255);
    border-radius: 0 12px 12px 0;
  }
}
@media (min-width: 768px) {
  html:has(.split-right-form) {
    height: 100%;
  }
  .supernova.split-right-form .form-all {
    max-width: 1100px;
    width: 100%;
    
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top: calc(50% + 215px);
    left: 50%;
    transform: translate(-50%, calc(-50% - (215px / 2)));
    margin-top: 0 !important;
    border-radius: 12px;
  }
  .supernova.split-right-form .form-page-cover-image-wrapper {
    max-width: 1100px !important;
    max-height: 250px;
    overflow: hidden;
  }
  .supernova.split-right-form .form-section {
    width: 55%;
    margin-right: auto !important;
    height: 600px;
    overflow-y: auto !important;
    background-color: rgb(255, 255, 255);
    border-radius: 12px 0 0 12px;
  }
}
@media (min-width: 768px) {
  .stageScroller.supernova.floating-left-form .form-all,
  .stageScroller.supernova.floating-right-form .form-all,
  .supernova.jf-editor-preview.floating-left-form .form-all,
  .supernova.jf-editor-preview.floating-right-form .form-all {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .stageScroller.supernova.split-left-form .form-all,
  .stageScroller.supernova.split-right-form .form-all,
  .supernova.jf-editor-preview.split-left-form .form-all,
  .supernova.jf-editor-preview.split-right-form .form-all {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
  }

  .stageScroller.supernova.split-left-form .form-section,
  .stageScroller.supernova.split-right-form .form-section,
  .jf-editor-preview.supernova.split-left-form .form-section,
  .jf-editor-preview.supernova.split-right-form .form-section {
    height: 560px;
  }
}

.JotFormBuilder #stage.stacked-form .form-input-wide[data-type=control_head] {
  margin: 20px 0 !important;
}
@media (min-width: 768px) {
  .supernova.two-columns-form .form-section.page-section > li.form-line:not([data-type="control_head"]):not([data-type="control_pagebreak"]):not([data-type="control_divider"]):not([data-type="control_button"]):not([data-type="control_appointment"]):not([data-type="control_address"]):not([data-type="control_matrix"]) {
    float: left;
    clear: none;
    width: calc(100% / 2 - 8px);
    box-sizing: border-box;
    margin-left: 4px;
    margin-right: 4px;
  }
  .supernova.two-columns-form .form-section.page-section > li[data-type="control_head"],
.supernova.two-columns-form .form-section.page-section > li[data-type="control_pagebreak"],
.supernova.two-columns-form .form-section.page-section > li[data-type="control_divider"],
.supernova.two-columns-form .form-section.page-section > li[data-type="control_button"],
.supernova.two-columns-form .form-section.page-section > li[data-type="control_appointment"],
.supernova.two-columns-form .form-section.page-section > li[data-type="control_address"],
.supernova.two-columns-form .form-section.page-section > li[data-type="control_matrix"],
  .supernova.two-columns-form [data-type="control_pagebreak"],
  .supernova.two-columns-form .form-buttons-wrapper {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .supernova.two-columns-form li.form-line:not(.form-line-column) .form-input-wide[data-layout=half] {
    width: 100%;
  }
  .supernova.two-columns-form .page-section > li:first-child:not(.form-line-column):not([data-type=control_head]):not([data-type=control_payment]):not([data-type=control_text]):not([data-type=control_button]):not([data-type=control_collapse]),
  .supernova.two-columns-form .page-section > li:nth-child(2):not(.form-line-column):not([data-type=control_head]):not([data-type=control_payment]):not([data-type=control_text]):not([data-type=control_button]):not([data-type=control_collapse]) {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .supernova.three-columns-form .form-section.page-section > li.form-line:not([data-type="control_head"]):not([data-type="control_pagebreak"]):not([data-type="control_divider"]):not([data-type="control_button"]):not([data-type="control_appointment"]):not([data-type="control_address"]):not([data-type="control_matrix"]) {
    float: left;
    clear: none;
    width: calc(100% / 3 - 8px);
    box-sizing: border-box;
    margin-left: 4px;
    margin-right: 4px;
  }
  .supernova.three-columns-form .form-section.page-section > li[data-type="control_head"],
.supernova.three-columns-form .form-section.page-section > li[data-type="control_pagebreak"],
.supernova.three-columns-form .form-section.page-section > li[data-type="control_divider"],
.supernova.three-columns-form .form-section.page-section > li[data-type="control_button"],
.supernova.three-columns-form .form-section.page-section > li[data-type="control_appointment"],
.supernova.three-columns-form .form-section.page-section > li[data-type="control_address"],
.supernova.three-columns-form .form-section.page-section > li[data-type="control_matrix"],
  .supernova.three-columns-form [data-type="control_pagebreak"],
  .supernova.three-columns-form .form-buttons-wrapper {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .supernova.three-columns-form li.form-line:not(.form-line-column) .form-input-wide[data-layout=half] {
    width: 100%;
  }
  .supernova.three-columns-form .page-section > li:first-child:not(.form-line-column):not([data-type=control_head]):not([data-type=control_payment]):not([data-type=control_text]):not([data-type=control_button]):not([data-type=control_collapse]),
  .supernova.three-columns-form .page-section > li:nth-child(2):not(.form-line-column):not([data-type=control_head]):not([data-type=control_payment]):not([data-type=control_text]):not([data-type=control_button]):not([data-type=control_collapse]) {
    margin-top: 12px;
  }
}
/*FORM LAYOUT PRESETS*/


/*__INSPECT_SEPERATOR__*/
.form-radio-item {

}

.form-line.jf-required {

}

