
*,
*:after,
*:before {
  box-sizing: border-box;
}
.form-all {
  font-family: "Helvetica", sans-serif;
}
.main .jotform-form {
  width: 100%;
  padding: 0 3%;
}
.form-all {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 902px;
}
.form-line-active {
  background-color: #f1fac8;
}
.form-all {
  font-size: 16px;
}
.form-label {
  font-weight: bold;
}
.form-checkbox-item label,
.form-radio-item label {
  font-weight: 500;
}
li.form-line {
  margin-top: 8px;
  margin-bottom: 8px;
}
.form-line {
  padding: 8px 5px;
}
.form-all .form-submit-button,
.form-all .form-submit-reset,
.form-all .form-submit-print {
  border-radius: 0px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  border-radius: 0px;
}
.supernova .form-all,
.form-all {
  border-radius: 0px;
}
.form-section:first-child {
  border-radius: 0px 0px 0 0;
}
.form-section:last-child {
  border-radius: 0 0 0px 0px;
}
.form-line,
.form-input,
.form-input-wide,
.form-dropdown,
.form-sub-label-container,
.form-matrix-table {
  width: 100%;
  max-width: none;
}
.form-textbox,
.form-textarea,
.form-radio-item,
.form-checkbox-item,
.form-captcha input,
.form-spinner input,
.form-error-message {
  width: 100%;
  max-width: none;
}
.form-section {
  padding: 0px 38px;
}
.form-textbox,
.form-textarea,
li[data-type=control_fileupload] .qq-upload-button,
.signature-wrapper {
  border-width: 1px;
  width: 100% !important;
  border-color: #cccccc;
  color: #333333;
}
.form-textarea:hover,
.form-textbox:hover,
li[data-type=control_fileupload] .qq-upload-button:hover,
.signature-wrapper:hover {
  border-color: rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.25);
}
.form-textarea:focus,
.form-textbox:focus,
li[data-type=control_fileupload] .qq-upload-button:focus,
.signature-wrapper:focus {
  border-color: #cccccc;
  box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.25);
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #ffffff;
}
.form-textbox {
  height: 40px;
}
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"],
li[data-type="control_signature"] div[data-layout="half"] {
  width: 100% !important;
  max-width: 900px;
}
li[data-type="control_textarea"] div[data-layout="full"],
li[data-type="control_fullname"] div[data-layout="full"],
li[data-type="control_matrix"] div[data-layout="full"],
li[data-type="control_address"] div[data-layout="full"],
li[data-type="control_fileupload"] div[data-layout="full"],
li[data-type="control_appointment"] div[data-layout="full"] {
  width: 100% !important;
  max-width: 900px;
}
.form-label {
  margin-bottom: 12px;
  margin-right: 0;
}
.form-label {
  font-family: "Helvetica", sans-serif;
}
.form-line-column {
  width: calc(50% - 8px);
}
.form-line-column {
  width: calc(100/2 * 1% - 8px);
}
.form-dropdown:first-child {
  border-color: #cccccc;
  color: #333333;
  background-color: #ffffff;
}
[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: 900px;
}
[data-type="control_dropdown"] .form-dropdown {
  width: 100% !important;
  max-width: 900px;
}
.form-dropdown {
  margin: 0;
  border-width: 1px;
}
.form-checkbox-item label,
.form-checkbox-item span,
.form-radio-item label,
.form-radio-item span {
  color: #4d4d4d;
}
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 0px !important;
}
.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}
.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) {
  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-radio-item:not(#foo) .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: #a3c21a;
  border-color: #a3c21a;
}
.form-radio-item:not(#foo) .form-radio-other,
.form-radio-item:not(#foo) .form-checkbox-other {
  display: inline-block;
  margin-right: 8px;
  margin-top: 0px;
}
.form-radio-item:not(#foo) .form-radio-item label,
.form-radio-item:not(#foo) .form-radio-item label {
  float: left;
  margin-left: 0;
  outline: none;
}
.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;
}
.form-radio-item:not(#foo) label:after {
  content: '';
  position: absolute;
  z-index: 10;
  display: inline-block;
  top: 7px;
  left: 11px;
  width: 6px;
  height: 6px;
}
.form-radio-item:not(#foo) input:checked + label:after {
  opacity: 1;
}
.form-radio-item:not(#foo) label:before {
  border: 1px solid #c3cad8;
}
.form-radio-item:not(#foo) label:after {
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  cursor: pointer;
}
.form-radio-item:not(#foo) .editor-container div:before {
  content: '';
  border: 2px solid #a3c21a;
  border-radius: 50%;
  margin: 0 4px 0 -6px;
}
.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: #a3c21a;
  border-color: #a3c21a;
}
.form-checkbox-item:not(#foo) label {
  display: block;
}
.form-checkbox-item:not(#foo) .form-radio-other-input,
.form-checkbox-item:not(#foo) .form-checkbox-item:not(#foo) .form-checkbox-other-input {
  margin-left: 0;
}
.form-checkbox-item:not(#foo) .form-checkbox-other.form-checkbox {
  display: none !important;
}
.form-checkbox-item:not(#foo) .form-radio-other,
.form-checkbox-item:not(#foo) .form-checkbox-other {
  display: inline-block;
  margin-right: 8px;
  margin-top: 0px;
}
.form-checkbox-item:not(#foo) .form-radio-item label,
.form-checkbox-item:not(#foo) .form-radio-item label {
  float: left;
  margin-left: 0;
  outline: none;
}
.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;
}
.form-checkbox-item:not(#foo) label:after {
  content: '';
  position: absolute;
  z-index: 10;
  display: inline-block;
  top: 7px;
  left: 11px;
  width: 6px;
  height: 6px;
}
.form-checkbox-item:not(#foo) input:checked + label:after {
  opacity: 1;
}
.form-checkbox-item:not(#foo) label:before {
  border: 1px solid #c3cad8;
}
.form-checkbox-item:not(#foo) label:after {
  background-color: #fff;
  background-image: none;
  border-radius: 1px;
}
.form-checkbox-item:not(#foo) .editor-container div:before {
  content: '';
  border: 2px solid #a3c21a;
  border-radius: 50%;
  margin: 0 4px 0 -6px;
}
.submit-button {
  font-size: 16px;
  font-weight: normal;
  font-family: "Helvetica", sans-serif;
  border: none;
  border-width: 3px;
  border-style: solid;
  border-color: #a3c21a;
}
.submit-button {
  min-width: 180px;
}
.form-submit-button:not(.form-sacl-button) {
  color: #ffffff;
  background: #a3c21a;
  box-shadow: none;
  text-shadow: none;
}
.form-buttons-wrapper,
.form-submit-clear-wrapper {
  justify-content: center;
}
.form-all .form-pagebreak-back-container,
.form-all .form-pagebreak-next-container {
  width: 148px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: normal;
  border: none;
  border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  min-width: 128px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
  background: #a3c21a;
  border-color: #ffffff;
}
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;
}
.supernova {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
.supernova {
  background-image: none;
}
#stage {
  background-image: none;
}
/* | */
.form-all {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
.form-header-group {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
.header-large h1.form-header {
  font-size: 2em;
}
.header-large h2.form-header {
  font-size: 1.5em;
}
.header-large h3.form-header {
  font-size: 1.17em;
}
.header-large h1 + .form-subHeader {
  font-size: 1em;
}
.header-large h2 + .form-subHeader {
  font-size: .875em;
}
.header-large h3 + .form-subHeader {
  font-size: .75em;
}
.header-default h1.form-header {
  font-size: 2em;
}
.header-default h2.form-header {
  font-size: 1.5em;
}
.header-default h3.form-header {
  font-size: 1.17em;
}
.header-default h1 + .form-subHeader {
  font-size: 1em;
}
.header-default h2 + .form-subHeader {
  font-size: .875em;
}
.header-default h3 + .form-subHeader {
  font-size: .75em;
}
.header-small h1.form-header {
  font-size: 2em;
}
.header-small h2.form-header {
  font-size: 1.5em;
}
.header-small h3.form-header {
  font-size: 1.17em;
}
.header-small h1 + .form-subHeader {
  font-size: 1em;
}
.header-small h2 + .form-subHeader {
  font-size: .875em;
}
.header-small h3 + .form-subHeader {
  font-size: .75em;
}
.form-header-group {
  text-align: left;
}
.form-header-group {
  font-family: "Helvetica", sans-serif;
}
div.form-header-group.header-large,
div.form-header-group.hasImage {
  margin: 0px 10px;
}
div.form-header-group.header-large,
div.form-header-group.hasImage {
  padding: 20px 0px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: #a3c21a;
}
.form-header-group {
  border-bottom: none;
}
.form-all {
  position: relative;
}
.form-all:before {
  content: "";
  background-image: url("https://www.jotform.com/uploads/ssharieff1964/form_files/ijaracdc_copy-removebg-preview.60dde319187bd3.53657101.png");
  display: inline-block;
  height: 77px;
  position: absolute;
  background-size: 300px 77px;
  background-repeat: no-repeat;
  width: 100%;
}
.form-all { margin-top: 87px; }
.form-all:before {
  top: -77px;
  background-position: top center;
}
.form-collapse-table {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #eeeeee;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 1px 0 rgba(0,0,0,0.2);
  color: #333333;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: auto;
  max-height: 60px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.form-collapse-table .form-collapse-mid {
  text-shadow: none;
}
.form-collapse-table .form-collapse-mid {
  margin-right: 0;
  margin-left: 0;
}
.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-line-error {
  overflow: hidden;
  -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: #ffd6d6;
}
.form-line-error .form-error-message {
  background-color: #f23a3c;
  clear: both;
  float: none;
}
.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: #f23a3c;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  border: 1px solid #f23a3c;
  box-shadow: 0 0 3px #f23a3c;
}
.supernova {
  background-color: rgba(255, 255, 255, 0);
  background-color: #ffffff;
}
.supernova body {
  background-color: transparent;
}
.supernova .form-all,
.form-all {
  background-color: rgba(255, 255, 255, 0);
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #ffffff;
}
.form-matrix-table tr {
  border-color: rgba(230, 230, 230, 0);
}
.form-matrix-table tr:nth-child(2n) {
  background-color: rgba(242, 242, 242, 0);
}
.form-all {
  color: #333333;
}
.form-label-top,
.form-label-left,
.form-label-right,
.form-html {
  color: #333333;
}
.form-line-error {
  overflow: hidden;
  -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: #ffd6d6;
}

/*__INSPECT_SEPERATOR__*/
/* === FORM SECTIONS */
.form-all {
    box-shadow : none;
}

/* === LABELS */
.form-label-left + .form-input,
.form-label-right + .form-input {
    flex : 1 1;
}

@media ( min-width: 481px ) and ( max-width: 600px ){
    .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 : 120px !important;
    }

}

/* === FIELDS */
.form-line {
    align-content : flex-start;
}

/* === CHECKBOXES & RADIO */
.form-checkbox-item:not(#foo) label::before,
.form-radio-item:not(#foo) label::before {
    top : -3px;
}

.form-checkbox-item:not(#foo) label::after,
.form-radio-item:not(#foo) label::after {
    top : 4px;
    left : 11px;
}

/* === SECTION COLLAPSE */
.form-collapse-table {
    border-width : 0 0 2px;
    border-color : rgb(163, 194, 26);
    box-shadow : none;
    background-color : rgba( 0, 0, 0, 0 );
    min-height : 40px;
    border-radius : 0;
}

.form-collapse-table::after {
    width : 0;
    height : 0;
    background-image : none;
    border-left : 10px solid transparent;
    border-right : 10px solid transparent;
    border-top : 10px solid #999999;
}

.form-section-closed > li > .form-collapse-table,
.form-collapse-table:hover {
    background-color : rgba( 0, 0, 0, 0.05 );
}

.form-collapse-table .form-collapse-mid {
    text-transform : uppercase;
}

/* === READONLY FIELDS */
input[readonly="true"], .question-wrapper input[disabled] {
    border-color : transparent;
    background : transparent;
    padding : 0;
}

input[readonly="true"].form-textbox:hover,
input[readonly="true"].form-textbox:focus,
.form-line-active > .form-input > input[readonly="true"] {
    border-color : transparent;
    box-shadow : none;
}

/* === SLIDER FIELDS */
.form-line[data-type="control_slider"] > .form-input tbody {
    width : 100%;
}

/* === CALENDAR POPUP */
.calendar.popup tr.days td.selected::after {
    background-color : rgb(163, 194, 26);
}

.calendar.popup th {
    background-color : #faffe8;
    color : rgb(163, 194, 26);
    border-width : 1px 0;
    border-style : solid;
    border-color : rgb(163, 194, 26);
}

.calendar tr.days td:hover:not(.unselectable) {
    color : inherit;
}

.calendar tr.days td:hover:not(.unselectable)::after {
    border-color : rgb(163, 194, 26);
}

/* === BUTTONS */
.form-all .qq-upload-button, 
.form-all .qq-upload-button, 
.form-all .form-submit-button, 
.form-all .form-submit-reset, 
.form-all .form-submit-print,
.form-pagebreak-back,
.form-pagebreak-back {
    padding : 3px 15px;
    line-height : 1.2;
}

.form-pagebreak > div.form-pagebreak-next-container,
.form-pagebreak > div.form-pagebreak-back-container,
.form-pagebreak > div.form-pagebreak-save-container {
    flex : 2 1;
    max-width : 186px;
}

.form-pagebreak > div.form-pagebreak-save-container > .jf-form-buttons {
    min-width : 120px;
}

.form-sacl-button, .form-submit-print {
    background-color : #DDDDDD;
    border : 3px solid #DDDDDD;
}

.form-sacl-button:hover, .form-submit-print:hover {
    background-color : #DDDDDD;
    border-color : #A3C21A;
}

.form-all .form-pagebreak-back:hover, .form-all .form-pagebreak-next:hover {
    border-color : #DDDDDD;
}

/* HTML/Paragraph Text Area */
li[data-type="control_text"] {
    margin-top : 0;
    margin-bottom : 0;
    padding-top : 0;
    padding-bottom : 0;
}

.form-html p {
    margin-top : 0;
}

.form-html table {
    width : 100%;
    border-collapse : collapse;
}

/* Review Tables */
.form-html .review-table,
.form-html .review-table tbody,
.form-html .review-table thead,
.form-html .review-table tfoot,
.form-html .review-table tr,
.form-html .review-table .symbol-cell {
    display : flex;
}

.form-html .review-table,
.form-html .review-table tbody,
.form-html .review-table thead,
.form-html .review-table tfoot {
    flex-direction : column;
}

.form-html .review-table td,
.form-html .review-table th {
    flex : 1;
}

.form-html .review-table tr {
    padding : 3px 0;
    border-bottom : 2px solid #EFEFEF;
}

.form-html .review-table td {
    padding : 0 15px 0 5px;
    text-align : right;
}

.form-html .review-table th {
    padding : 0 5px 0 15px;
}

.form-html .review-table caption {
    font-weight : bold;
    font-size : 1.2em;
    color : #A3C21A;
    padding : 10px 15px;
}

.form-html .review-table .symbol-cell {
    padding-right : 0;
    max-width : 130px;
    justify-content : space-between;
}

.form-html .review-table .currency {
    padding-right : 15px;
}

.form-html .review-table .percent {
    display : block;
    width : 100%;
}

.form-html .review-table .parent-row,
.form-html .review-table .long-text {
    flex-direction : column;
}

.form-html .review-table .parent-row th,
.form-html .review-table .parent-row td,
.form-html .review-table .long-text td,
.form-html .review-table .long-text th {
    padding : 0 15px;
}

.form-html .review-table .long-text td {
    text-align : left;
}

.form-html .long-label td {
    flex : 0 auto;
}

.form-html .review-table .child-table tr {
    border : 0;
}

.form-html .review-table .child-table th {
    text-align : left;
    font-weight : normal;
    padding-left : 0;
}

.form-html .review-table .child-table td {
    padding-right : 0;
}

.form-html .review-table .child-table .symbol-cell {
    padding-left : 19px;
}

.form-html .review-table .child-table .currency {
    padding-right : 0;
}

.form-html .review-table .file-attached::after {
    content : "\2714";
    display : inline-block;
    background-color : #A3C21A;
    color : #FFFFFF;
    width : 20px;
    height : 20px;
    border-radius : 50%;
    text-align : center;
}

.form-html .review-table .table-subtotal {
    background-color : #f1fac8;
    border-width : 2px 0;
}

.form-html .review-table .table-subtotal,
.form-html .review-table .table-total {
    border-color : #A3C21A;
    border-style : solid;
}

.form-html .review-table .table-subtotal th,
.form-html .review-table .table-total th {
    text-transform : uppercase;
}

.form-html .review-table .table-total {
    background-color : #bfd358;
    border-width : 4px 0;
    font-size : 1.2em;
    padding : 10px 0 5px;
}

/* Widget iFrames */
.custom-field-frame {
    max-width : unset !important;
    width : 100% !important;
}

/* === FILL IN THE BLANK */
.FITB-inptCont > .form-textbox:not(#productSearch-input) {
    border-radius : 0;
    border-top-width : 0;
    border-right-width : 0;
    border-left-width : 0;
}

span.FITB-inptCont[data-type="datebox"] label {
    top : 3px;
}

/* === HEADINGS */
.form-subHeader {
    color : inherit;
}

/* === FOOTER */
.jf-branding {
    width : 100%;
    margin-top : 20px;
}

