.form-label-left {
	width: 150px;
}
.form-line {
	padding-top: 12px;
	padding-bottom: 12px;
}
.form-label-right {
	width: 150px;
}
.form-all {
	width: 690px;
	color: rgb(72, 155, 12);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 14px;
}
.form-radio-item label, .form-checkbox-item label, .form-grading-label, .form-header {
	color: #2E2E2E;
}

 /* Injected CSS Code */
@import "https://fonts.googleapis.com/css?family=Exo+2:light,lightitalic,normal,italic,bold,bolditalic";
.form-all:after { content: ""; display: table; clear: both;
}
.form-all {
	font-family: "Lucida Grande", sans-serif;
}
.form-all {
	width: 690px;
}
.form-label-left, .form-label-right {
	width: 150px;
}
.form-label {
	white-space: normal;
}
.form-label.form-label-auto {
	display: block;
	float: none;
	text-align: left;
}
.form-label-left {
	display: inline-block;
	white-space: normal;
	
	text-align: left;
}
.form-label-right {
	display: inline-block;
	white-space: normal;

	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: 14px;
}
.form-label {
	font-weight: bold;
}
.form-checkbox-item label, .form-radio-item label {
	font-weight: normal;
}
.supernova {
	background-color: rgba(197, 203, 165, 0);
	background-color: rgba(209, 242, 165, 0);
}
.supernova body {
	background-color: transparent;
}
/*
@width30: (unit(@formWidth, px) + 60px);
@width60: (unit(@formWidth, px)+ 120px);
@width90: (unit(@formWidth, px)+ 180px);
*/
/* | */
@media screen and (min-width: 480px) {
.supernova .form-all {
	border: 1px solid rgba(186, 236, 120, 0);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}
}
/* | */
/* | */
@media screen and (max-width: 480px) {
.jotform-form .form-all {
	margin: 0;
	width: 100%;
}
}
/* | */
/* | */
@media screen and (min-width: 480px) and (max-width: 767px) {
.jotform-form .form-all {
	margin: 0;
	width: 100%;
}
}
/* | */
/* | */
@media screen and (min-width: 480px) and (max-width: 689px) {
.jotform-form .form-all {
	margin: 0;
	width: 100%;
}
}
/* | */
/* | */
@media screen and (min-width: 768px) {
.jotform-form {
	padding: 60px 0;
}
}
/* | */
/* | */
@media screen and (max-width: 689px) {
.jotform-form .form-all {
	margin: 0;
	width: 100%;
}
}
/* | */
.supernova .form-all, .form-all {
	background-color: rgba(197, 203, 165, 0);
	border: 1px solid transparent;
}
.form-header-group {
	border-color: rgba(176, 184, 133, 0);
}
.form-matrix-table tr {
	border-color: rgba(176, 184, 133, 0);
}
.form-matrix-table tr:nth-child(2n) { background-color: rgba(187, 194, 149, 0);
}
.form-all {
	color: #489b0c;
}
.form-header-group .form-header {
	color: #489b0c;
}
.form-header-group .form-subHeader {
	color: #5eca10;
}
.form-sub-label {
	color: #5eca10;
}
.form-label-top, .form-label-left, .form-label-right, .form-html {
	color: #489b0c;
}
.form-checkbox-item label, .form-radio-item label {
	color: #5eca10;
}
.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, 255, 255, 0.75);
}
/* omer */
.form-radio-item, .form-checkbox-item {
	padding-bottom: 7px;
}
.form-radio-item:last-child, .form-checkbox-item:last-child {
	padding-bottom: 0;
}
/* omer */
[data-type=control_radio] .form-input, [data-type=control_checkbox] .form-input, [data-type=control_radio] .form-input-wide, [data-type=control_checkbox] .form-input-wide {
	width: 100%;
	max-width: 287px;
}
.form-radio-item, .form-checkbox-item {
	width: 100%;
	max-width: 287px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-textbox.form-radio-other-input, .form-textbox.form-checkbox-other-input {
	width: 80%;
	margin-left: 3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-multiple-column {
	width: 100%;
}
.form-multiple-column .form-radio-item, .form-multiple-column .form-checkbox-item {
	width: 10%;
}
.form-multiple-column[data-columncount="1"] .form-radio-item, .form-multiple-column[data-columncount="1"] .form-checkbox-item {
	width: 100%;
}
.form-multiple-column[data-columncount="2"] .form-radio-item, .form-multiple-column[data-columncount="2"] .form-checkbox-item {
	width: 50%;
}
.form-multiple-column[data-columncount="3"] .form-radio-item, .form-multiple-column[data-columncount="3"] .form-checkbox-item {
	width: 33.33333333%;
}
.form-multiple-column[data-columncount="4"] .form-radio-item, .form-multiple-column[data-columncount="4"] .form-checkbox-item {
	width: 25%;
}
.form-multiple-column[data-columncount="5"] .form-radio-item, .form-multiple-column[data-columncount="5"] .form-checkbox-item {
	width: 20%;
}
.form-multiple-column[data-columncount="6"] .form-radio-item, .form-multiple-column[data-columncount="6"] .form-checkbox-item {
	width: 16.66666667%;
}
.form-multiple-column[data-columncount="7"] .form-radio-item, .form-multiple-column[data-columncount="7"] .form-checkbox-item {
	width: 14.28571429%;
}
.form-multiple-column[data-columncount="8"] .form-radio-item, .form-multiple-column[data-columncount="8"] .form-checkbox-item {
	width: 12.5%;
}
.form-multiple-column[data-columncount="9"] .form-radio-item, .form-multiple-column[data-columncount="9"] .form-checkbox-item {
	width: 11.11111111%;
}
.form-single-column .form-checkbox-item, .form-single-column .form-radio-item {
	width: 100%;
}
.form-radio-item:not(#foo) { margin-bottom: 0; position: relative;
}
.form-radio-item:not(#foo) input[type="checkbox"],
.form-radio-item:not(#foo) input[type="radio"] { display: none;
}
.form-radio-item:not(#foo) .form-radio-other,
.form-radio-item:not(#foo) .form-checkbox-other { display: inline-block; margin-left: 8px; margin-right: 4px; margin-top: 7px;
}
.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; margin-left: 0; float: left; text-indent: 28px;
}
.form-radio-item:not(#foo) label:before { content: ''; position: absolute; display: inline-block; vertical-align: baseline; margin-right: 4px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; 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: 5px; left: 9px; width: 8px; height: 8px;
}
.form-radio-item:not(#foo) input:checked + label:after { opacity: 1;
}
.form-radio-item:not(#foo) label:before { border: 2px solid #067806;
}
.form-radio-item:not(#foo) label:after { background-color: #067806; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; cursor: pointer;
}
.form-checkbox-item:not(#foo) { margin-bottom: 0; position: relative;
}
.form-checkbox-item:not(#foo) input[type="checkbox"],
.form-checkbox-item:not(#foo) input[type="radio"] { display: none;
}
.form-checkbox-item:not(#foo) .form-radio-other,
.form-checkbox-item:not(#foo) .form-checkbox-other { display: inline-block; margin-left: 8px; margin-right: 4px; margin-top: 7px;
}
.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; margin-left: 0; float: left; text-indent: 28px;
}
.form-checkbox-item:not(#foo) label:before { content: ''; position: absolute; display: inline-block; vertical-align: baseline; margin-right: 4px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; 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: 8px; left: 9px; width: 3px; height: 3px;
}
.form-checkbox-item:not(#foo) input:checked + label:after { opacity: 1;
}
.form-checkbox-item:not(#foo) label:before { border: 2px solid #067806;
}
.form-checkbox-item:not(#foo) label:after { background-color: #067806; box-shadow: 0 2px 0 0 #067806, 2px 2px 0 0 #067806, 4px 2px 0 0 #067806, 6px 2px 0 0 #067806; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
}
.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-image: url("//www.jotform.com/images/backgrounds/old_mathematics.png");
	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;
}
.form-line {
	margin-top: 12px;
	margin-bottom: 12px;
}
.form-line {
	padding: 6px 36px;
}
.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 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.form-all .form-sub-label {
	margin-left: 3px;
}
.form-all .form-textarea {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.form-all .form-sub-label {
	margin-left: 3px;
}
.form-all {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.form-section:first-child {
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
.form-section:last-child {
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}
.form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {
	font-size: 1em;
	padding: 9px 15px;
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	border: none;
	border-width: 2px;
	border-style: outset;
	border-color: #9e9e9e ;
}
.form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {
	color: #1e4303;
	background: #8ff545;
	box-shadow: none;
	text-shadow: none;
}
.form-all .form-pagebreak-back, .form-all .form-pagebreak-next {
	font-size: 1em;
	padding: 9px 15px;
	font-family: "Lucida Grande", sans-serif;
	font-weight: normal;
}
.form-all .form-pagebreak-back, .form-all .form-pagebreak-next {
	color: #489b0c;
	background: false;
	box-shadow: none;
	text-shadow: none;
}
/*
& when ( @buttonFontType = google ) { @import (css) "@{buttonFontLink}";
}
*/
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-dropdown,
.form-radio-item,
.form-checkbox-item,
.form-radio-other-input,
.form-checkbox-other-input,*/
.form-captcha input, .form-spinner input, .form-error-message {
	padding: 4px 3px 2px 3px;
}
.form-header-group {
	font-family: "Trebuchet MS", sans-serif;
}
.form-section {
	padding: 0px 0px 0px 0px;
}
.form-header-group {
	margin: 0px 0px 0px 0px;
}
.form-header-group {
	padding: 24px 36px 24px 36px;
}
.form-header-group .form-header, .form-header-group .form-subHeader {
	color: #0f6f04;
}
.form-header-group {
	background-color: #bcd1a2;
}
.form-textbox, .form-textarea {
	border-width: 2px;
	border-style: inset;
	border-color: #8fbc8f;
	color: #489b0c;
	padding: 4px 3px 2px 3px;
}
.form-textbox, .form-textarea, .form-radio-other-input, .form-checkbox-other-input, .form-captcha input, .form-spinner input {
	background-color: #f9f9bd;
}
[data-type=control_dropdown] .form-input, [data-type=control_dropdown] .form-input-wide {
	width: 150px;
}
.form-buttons-wrapper {
	margin-left: 0 ;
	text-align: center;
}
.form-header-group {
	border-bottom: none;
}
.form-label {
	font-family: "Lucida Grande", sans-serif;
}
li[data-type=control_image] div {
	text-align: left;
}
li[data-type=control_image] img {
	border: none;
	border-width: 0px;
	border-style: solid ;
	border-color: inherit;
}
.form-line-column {
	width: auto;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-line-column.form-col-1 {
	padding-left: 36px;
	padding-right: 18px;
}
.form-line-column.form-col-0 {
	padding-left: 18px;
	padding-right: 36px;
}
.form-line-column.form-col-3 {
	padding-left: 36px;
	padding-right: 18px;
}
.form-line-column.form-col-2 {
	padding-left: 18px;
	padding-right: 36px;
}
.form-line-column.form-col-5 {
	padding-left: 36px;
	padding-right: 18px;
}
.form-line-column.form-col-4 {
	padding-left: 18px;
	padding-right: 36px;
}
.form-line-column.form-col-7 {
	padding-left: 36px;
	padding-right: 18px;
}
.form-line-column.form-col-6 {
	padding-left: 18px;
	padding-right: 36px;
}
.form-line-column.form-col-9 {
	padding-left: 36px;
	padding-right: 18px;
}
.form-line-column.form-col-8 {
	padding-left: 18px;
	padding-right: 36px;
}
.form-line-column.form-col-11 {
	padding-left: 36px;
	padding-right: 18px;
}
.form-line-column.form-col-10 {
	padding-left: 18px;
	padding-right: 36px;
}
.form-line-column.form-col-13 {
	padding-left: 36px;
	padding-right: 18px;
}
.form-line-column.form-col-12 {
	padding-left: 18px;
	padding-right: 36px;
}
.form-line-column.form-col-15 {
	padding-left: 36px;
	padding-right: 18px;
}
.form-line-column.form-col-14 {
	padding-left: 18px;
	padding-right: 36px;
}
.form-line-column.form-col-17 {
	padding-left: 36px;
	padding-right: 18px;
}
.form-line-column.form-col-16 {
	padding-left: 18px;
	padding-right: 36px;
}
.form-line-column.form-col-19 {
	padding-left: 36px;
	padding-right: 18px;
}
.form-line-column.form-col-18 {
	padding-left: 18px;
	padding-right: 36px;
}
.form-line-column.form-col-21 {
	padding-left: 36px;
	padding-right: 18px;
}
.form-line-column.form-col-20 {
	padding-left: 18px;
	padding-right: 36px;
}
.form-line-error {
	background-color: rgba(197, 203, 165, 0);
	-webkit-box-shadow: inset 0px 3px 11px -7px #ff3200;
	-moz-box-shadow: inset 0px 3px 11px -7px #ff3200;
	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; -moz-box-shadow: 0 0 3px #fff4f4; -webkit-box-shadow: 0 0 3px #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: 10px;
	box-shadow: none;
	top: 0;
	line-height: 20px;
	background: #ff3200;
	padding: 0 5px;
	bottom: auto;
	min-width: 105px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-line-error .form-error-message img, .form-line-error .form-error-message .form-error-arrow {
	display: none;
}
.ie-8 .form-all {
	margin-top: auto;
	margin-top: inherit;
}
.ie-8 .form-all:before {
	display: 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: inherit;
}
.form-sub-label-container {
	width: 100%;
	margin: 0;
	margin-right: 0;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	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;
}
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: 40px;
}
.form-collapse-table, .form-header-group {
	margin: 0;
}
.form-collapse-table {
	height: 100%;
	display: inline-block;
	width: 100%;
}
.form-collapse-hidden {
	display: none ;
}
.form-input {
	width: 100%;
}
.form-label {
	width: 100%;
}
.form-label-left, .form-label-right {
	display: block;
	float: none;
	text-align: left;
	width: auto;
}
.form-line, .form-line.form-line-column {
	padding: 2% 5%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=text], input[type=email], input[type=tel], textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: inherit;
}
.form-dropdown, .form-textarea, .form-textbox{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-input, .form-input-wide, .form-textarea, .form-textbox, .form-dropdown {
	max-width: inherit;
}
.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 36px ;
	padding-left: 5%;
	padding-right: 5%;
	margin: 0 0px 2% ;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.form-header-group.hasImage img {
	max-width: 100%;
}
[data-type=control_button] {
	margin-bottom: 0;
}
[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%;
}
[data-type=control_phone] .form-sub-label-container:first-child {
	width: 31%;
	margin-right: 4%;
}
[data-type=control_datetime] .form-sub-label-container + .form-sub-label-container, [data-type=control_datetime] .form-sub-label-container:first-child {
	width: 27.3%;
	margin-right: 6%;
}
[data-type=control_datetime] .form-sub-label-container + .form-sub-label-container + .form-sub-label-container {
	width: 33.3%;
	margin-right: 0;
}
[data-type=control_datetime] span + span + span > span:first-child {
	display: block;
	width: 100%;
}
[data-type=control_birthdate] .form-sub-label-container, [data-type=control_datetime] span + span + span > span:first-child + span + span, [data-type=control_time] .form-sub-label-container {
	width: 27.3%;
	margin-right: 6%;
}
[data-type=control_birthdate] .form-sub-label-container:last-child, [data-type=control_time] .form-sub-label-container:last-child {
	width: 33.3%;
	margin-right: 0;
}
.form-pagebreak-back-container, .form-pagebreak-next-container {
	width: 50% ;
}
.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;
	margin-left: 0;
}
.form-buttons-wrapper button {
	width: 100%;
}
.form-buttons-wrapper .form-submit-print {
	margin: 0 ;
}
table {
	width: 100%;
	max-width: inherit;
}
table td + td {
	padding-left: 3%;
}
.form-checkbox-item, .form-radio-item {
	white-space: normal;
}
.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%;
}
.form-error-message {
	clear: both;
	bottom: -10px;
}
.date-separate, .phone-separate {
	display: none;
}
.custom-field-frame, .direct-embed-widgets, .signature-pad-wrapper {
	width: 100%;
}
}
/* | */
/*__INSPECT_SEPERATOR__*/
.form-all {
	box-shadow : inset 0px 0px 19px 0px #ABABAB, 3px 4px 19px -1px #211F1F ;
	-webkit-box-shadow : inset 0px 0px 19px 0px #ABABAB, 3px 4px 19px -1px #211F1F ;
	-moz-box-shadow : inset 0px 0px 19px 0px #ABABAB, 3px 4px 19px -1px #211F1F;
	-o-box-shadow : inset 0px 0px 19px 0px #ABABAB, 3px 4px 19px -1px #211F1 ;
	-webkit-border-radius : 18px ;
	-moz-border-radius : 18px ;
	border-radius : 18px;
}
[data-type=control_head] {
	padding-bottom : 20px;
}
.form-header-group {
	box-shadow : inset 0px 0px 19px 0px #ABABAB, 3px 4px 19px -1px #211F1F ;
	-webkit-box-shadow : inset 0px 0px 19px 0px #ABABAB, 3px 4px 19px -1px #211F1F ;
	-moz-box-shadow : inset 0px 0px 19px 0px #ABABAB, 3px 4px 19px -1px #211F1F;
	-o-box-shadow : inset 0px 0px 19px 0px #ABABAB, 3px 4px 19px -1px #211F1 ;
	-webkit-border-radius : 18px ;
	-moz-border-radius : 18px ;
	border-radius : 18px;
}
/*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% ;
	max-width : none ;
}
.form-textbox, .form-textarea, .form-dropdown {
	max-width : none ;
	box-shadow : none;
	outline : none;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	font-family : inherit;
	padding : 6px;
}
.form-textarea-limit > span {
	display : block;
}
[data-type=control_dropdown] .form-input, [data-type=control_dropdown] .form-input-wide {
	width : 100%;
}
/*input focus*/
.form-line-active input:focus, .form-line-active textarea:focus, .form-line-active select:focus {
	box-shadow : none;
}
/*reset error*/
.form-line-error {
	box-shadow : none;
}
/*input error*/
.form-line-error input:not(#coupon-input), .form-line-error textarea, .form-line-error select, .form-line-error .form-validation-error { border : 1px solid #e15353; box-shadow : none ;
}
.form-line-active {
	color : inherit;
}
/*responsive content -wide or shrink*/
.form-label {
	width : 35%;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
}
.form-label-top {
	width : 100% ;
}
.form-line {
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	width : 100%;
}
.form-checkbox-other-input {
	width : 80%;
}
.form-input {
	width : 65% ;
	max-width : none ;
}
.form-input-wide {
	max-width : none ;
	display : inline-block;
	width : 100%;
}
/*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%;
	max-width : none ;
}
[data-type=control_dropdown] .form-input-wide {
	width : 100%;
}
/*responsive full name*/
[data-type=control_fullname] .form-sub-label-container {
	width : 50%;
	margin : 0;
	float : left;
	box-sizing : border-box;
}
[data-type=control_fullname] .form-label + div .form-sub-label-container {
	display : inline-block;
	padding-right : 5px;
}
[data-type=control_fullname] .form-label + div .form-sub-label-container + .form-sub-label-container {
	margin-right : 0;
	padding-right : 0;
	padding-left : 5px;
}
[data-type=control_fullname] .form-label + div .form-sub-label-container + .form-sub-label-container {
	margin-right : 0;
	padding-right : 0;
	padding-left : 5px;
}
[data-type=control_fullname] .form-label + div .form-sub-label-container + .form-sub-label-container + .form-sub-label-container {
	padding-left : 0;
	padding-right : 5px;
}
[data-type=control_fullname] .form-label + div .form-sub-label-container + .form-sub-label-container + .form-sub-label-container + .form-sub-label-container {
	padding-left : 5px;
	padding-right : 0;
}
[data-type=control_fullname] .form-label + div .form-sub-label-container + .form-sub-label-container + .form-sub-label-container + .form-sub-label-container + .form-sub-label-container {
	padding-right : 5px;
	padding-left : 0;
}
#sublabel_prefix, #sublabel_first, #sublabel_middle {
   /**/
}
/*remove sepatators on date and phone*/
.phone-separate, .date-separate {
	display : none;
}
/*responsive phone fields*/
[data-type=control_phone] input[name$="[area]"] {
	width : 100%;
}
[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%;
	float : left;
	box-sizing : border-box;
	margin-right : 0;
	padding-right : 12px;
}
/* responsive date time field */
[data-type=control_datetime] .form-textbox, [data-type=control_datetime] .form-dropdown {
	width : 100%;
}
[data-type=control_datetime] .form-sub-label-container {
	width : 28%;
	padding-left : 4px;
	box-sizing : border-box;
	margin-right : 0;
}
[data-type=control_datetime] .form-sub-label-container:first-child {
	padding-left : 0;
}
[data-type=control_datetime] .form-sub-label-container:first-child + .form-sub-label-container + .form-sub-label-container {
	padding-right : 0;
}
[data-type=control_datetime] .form-sub-label-container:last-child {
	width : auto ;
}
.allowTime-container .form-sub-label-container:last-child {
	width : 20%;
}
span.allowTime-container {
	width : 80%;
	padding-top : 14px;
}
.allowTime-container span.form-sub-label-container {
	width : 35%;
}
span.allowTime-container .form-dropdown {
	width : 100%;
}
span.allowTime-container > span:first-child {
	display : none;
}
span.allowTime-container > span:first-child + span {
	padding-left : 0;
}
.showAutoCalendar + label {
	display : none;
}
span.allowTime-container + span {
	padding-top : 14px;
}
/*calendar lite mode*/
[data-type=control_datetime] div[style*="none"] + .form-sub-label-container {
	width : 84%;
	padding-left : 0;
}
/*responsive phone field*/
[data-type=control_phone] .form-sub-label-container + .form-sub-label-container {
	width : 60%;
	margin-right : 0;
	padding-right : 0;
	padding-left : 12px;
}
/*responsive full address fields*/
.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 {
	width : 100%;
	max-width : 100%;
}
[data-type=control_address] input[name$="[city]"], [data-type=control_address] input[name$="[postal]"] {
	width : 90%;
}
[data-type=control_address] input[name$="[area]"] {
	width : 60%;
}
/*reset submit button*/
[data-type=control_button] {
	background : transparent;
}
.form-submit-button, .form-submit-reset, .form-submit-print {
	outline : none;
}
/*remove other checkbox*/
.form-checkbox-other, .form-radio-other {
	visibility : hidden;
}
/*shruken fields*/
.form-line-column {
	width : 50%;
}
.form-line-column .form-label-top {
	width : 100%;
}
/*fix form builder display*/
#stage.form-all {
	max-width : none;
	margin-right : 0;
}
#stage .form-input {
	width : 64%;
}
/*remove first pagebreak back button*/
.form-all .page-section:first-child .form-pagebreak .form-pagebreak-back-container {
	display : none;
}
/* responsive pagebreak */
.form-pagebreak-back-container {
	width : 50% ;
	text-align : left;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
	float : left;
}
.form-pagebreak-next-container {
	width : 50% ;
	text-align : right;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
	float : left;
}
/* radio-checkbox button make border 1px */
.form-radio-item:not(#foo) label:after,
.form-radio-item:not(#foo) label:before { border-radius : 50%;
}
.form-checkbox-item:not(#foo) label:after,
.form-checkbox-item:not(#foo) label:before { border-radius : 0;
}
.form-radio-item:not(#foo) label:before,
.form-checkbox-item:not(#foo) label:before { border-width : 1px;
}
/*responsive credit card on payment fields*/
table td + td {
	padding-left : 0;
}
.form-address-table {
	width : 100%;
}
[data-type=control_stripe] .form-address-table, [data-type=control_stripe] .form-address-table .form-textbox, [data-type=control_authnet] .form-address-table, [data-type=control_authnet] .form-address-table .form-textbox, #creditCardTable.form-address-table, #creditCardTable.form-address-table .form-textbox {
	max-width : none;
}
[data-type=control_stripe] .form-address-table td:last-child .form-sub-label-container, [data-type=control_authnet] .form-address-table td:last-child .form-sub-label-container, #creditCardTable.form-address-table td:last-child .form-sub-label-container {
	margin-left : 0;
	white-space : normal;
}
[data-type=control_stripe] .form-address-table td .form-sub-label-container, [data-type=control_authnet] .form-address-table td .form-sub-label-container, #creditCardTable.form-address-table td .form-sub-label-container {
	width : 100%;
}
[data-type=control_stripe] .form-address-table .form-textbox, [data-type=control_stripe] .form-address-table .form-dropdown, [data-type=control_authnet] .form-address-table .form-textbox, [data-type=control_authnet] .form-address-table .form-dropdown, #creditCardTable.form-address-table .form-textbox, #creditCardTable.form-address-table .form-dropdown {
	width : 100%;
	visibility : visible;
}
[data-type=control_stripe] .form-address-table tbody > tr:first-child + tr td:first-child span, [data-type=control_authnet] .form-address-table tbody > tr:first-child + tr td:first-child span, #creditCardTable.form-address-table tbody > tr:first-child + tr td:first-child span {
	margin : 0;
	padding-right : 6px;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
}
[data-type=control_stripe] .form-address-table tbody > tr:first-child + tr td:first-child + td span, [data-type=control_authnet] .form-address-table tbody > tr:first-child + tr td:first-child + td span, #creditCardTable.form-address-table tbody > tr:first-child + tr td:first-child + td span {
	margin : 0;
	padding-left : 6px;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
}
[data-type=control_stripe] .form-address-table tbody > tr:first-child + tr + tr td:first-child span, [data-type=control_stripe] .form-address-table tbody > tr:first-child + tr + tr + tr td:first-child span, [data-type=control_authnet] .form-address-table tbody > tr:first-child + tr + tr td:first-child span, [data-type=control_authnet] .form-address-table tbody > tr:first-child + tr + tr + tr td:first-child span, #creditCardTable.form-address-table tbody > tr:first-child + tr + tr td:first-child span, #creditCardTable.form-address-table tbody > tr:first-child + tr + tr + tr td:first-child span {
	margin : 0;
	padding-right : 6px;
	width : 50% ;
	visibility : hidden;
	float : left;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
}
[data-type=control_stripe] .form-address-table tbody > tr:first-child + tr + tr td:first-child span + span, [data-type=control_stripe] .form-address-table tbody > tr:first-child + tr + tr + tr td:first-child span + span, [data-type=control_authnet] .form-address-table tbody > tr:first-child + tr + tr td:first-child span + span, [data-type=control_authnet] .form-address-table tbody > tr:first-child + tr + tr + tr td:first-child span + span, #creditCardTable.form-address-table tbody > tr:first-child + tr + tr td:first-child span + span, #creditCardTable.form-address-table tbody > tr:first-child + tr + tr + tr td:first-child span + span {
	margin : 0;
	padding-top : 0;
	padding-right : 0;
	padding-left : 6px;
	width : 50% ;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
}
.cc_ccv {
	width : 100%;
}
[data-type=control_stripe] .form-address-table .form-sub-label, [data-type=control_authnet] .form-address-table .form-sub-label, #creditCardTable.form-address-table .form-sub-label {
	visibility : visible;
}
/*cc fix city state, country */
[data-type=control_stripe] .form-address-table td[width="50%"] > span:first-child, [data-type=control_authnet] .form-address-table td[width="50%"] > span:first-child, #creditCardTable.form-address-table td[width="50%"] > span:first-child {
	box-sizing : border-box;
	padding-right : 7px;
}
[data-type=control_stripe] .form-address-table td[width="50%"] + td > span:first-child, [data-type=control_authnet] .form-address-table td[width="50%"] + td > span:first-child, #creditCardTable.form-address-table td[width="50%"] + td > span:first-child {
	box-sizing : border-box;
	padding-left : 7px;
}
[data-type=control_stripe] .form-address-table td[width="50%"] + td[width="50%"] > span:first-child, [data-type=control_authnet] .form-address-table td[width="50%"] + td[width="50%"] > span:first-child, #creditCardTable.form-address-table td[width="50%"] + td[width="50%"] > span:first-child {
	box-sizing : border-box;
	padding-right : 0;
}
.hover-product-item:hover {
	color : inherit;
}
/*fix for braintree cc styling*/
[data-type=control_braintree] .form-sub-label-container {
	width : 100% ;
	padding : 4px;
	box-sizing : border-box;
}
[data-type=control_braintree] .form-textbox {
	width : 100%;
}
.braintree-hosted-fields {
	width : 100% ;
	box-sizing : border-box;
	min-height : 28px;
}
/*remove bottom spacing on CC section*/
#creditCardTable.form-address-table tbody tr + tr + tr td, [data-type=control_stripe] .form-address-table tbody tr + tr + tr td, [data-type=control_authnet] .form-address-table tbody tr + tr + tr td {
	padding-bottom : 0;
}
@media screen and (max-device-width:768px){
.form-all {
	margin : 0 auto;
	width : 80% ;
}
[data-type=control_fullname] .form-sub-label-container:first-child {
	margin-right : 0;
}
}
@media screen and (max-device-width:480px){
.jotform-form {
	padding : 0;
}
.form-input {
	width : 90%;
}
.form-label {
	width : 100%;
	float : none;
}
.form-line-column {
	width : 100% ;
}
div.form-header-group {
	margin : 0 ;
	padding : 24px 10px ;
}
[data-type=control_datetime] .form-sub-label-container {
	float : left;
}
[data-type=control_fullname] .form-sub-label-container:first-child {
	margin-right : 0;
}
}
#input_2 {
	max-width: 98px;
}
#input_12, #id_12 {
	width: 160px;
	max-width: 150px;
}
#id_12, #id_7 {
	margin : auto -10px auto auto;
}
#id_15 {
	margin-left : 60px;
	margin-right : -60px;
}
#input_15_full, #input_21, #input_12 {
	text-align : center;
	color : #797;
	width: 160px;
}
#id_13 {
	margin : auto auto auto -20px;
}
.form-radio-item label {
	color : #3a3;
}
.form-header-group {
	border : #383 1px outset;
	border-radius : 15px;
}
#id_21 {
	width : 180px;
}
#id_21 {
	margin : 1px -20px;
}
#id_13 {
	margin : auto -30px auto auto;
}
/* Injected CSS Code */
