@import "https://fonts.googleapis.com/css?family=Roboto:light,lightitalic,normal,italic,bold,bolditalic";
.form-all:after {
  content: "";
  display: table;
  clear: both;
}
.form-all {
  font-family: "Roboto", sans-serif;
}
.form-all {
  width: 700px;
}
.form-label-left,
.form-label-right {
  width: 600px;
}
.form-label {
  white-space: normal;
}
.form-label.form-label-auto {
  display: block;
  float: none;
  word-break: break-word;
  text-align: left;
}
.form-label-left {
  display: inline-block;
  white-space: normal;
  float: left;
  text-align: left;
}
.form-label-right {
  display: inline-block;
  white-space: normal;
  float: left;
  text-align: right;
}
.form-label-top {
  white-space: normal;
  display: block;
  float: none;
  text-align: left;
}
.form-radio-item label:before {
  top: 0;
}
.form-all {
  font-size: 15px;
}
.form-label {
  font-weight: bold;
}
.form-checkbox-item label,
.form-radio-item label {
  font-weight: normal;
}
.supernova {
  background-color: #ffffff;
  background-color: #eeeff1;
}
.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 #d2d5da;
    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: 699px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
/* | */
@media screen and (min-width: 768px) {
  .jotform-form {
    padding: 60px 0;
  }
}
/* | */
/* | */
@media screen and (max-width: 699px) {
  .jotform-form .form-all {
    margin: 0;
    width: 100%;
  }
}
/* | */
.supernova .form-all,
.form-all {
  background-color: #ffffff;
  border: 1px solid transparent;
}
.form-header-group {
  border-color: #e6e6e6;
}
.form-matrix-table tr {
  border-color: #e6e6e6;
}
.form-matrix-table tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.form-all {
  color: #1c2643;
}
.form-header-group .form-header {
  color: #1c2643;
}
.form-header-group .form-subHeader {
  color: #2b3a67;
}
.form-sub-label {
  color: #2b3a67;
}
.form-label-top,
.form-label-left,
.form-label-right,
.form-html {
  color: #1c2643;
}
.form-checkbox-item label,
.form-radio-item label {
  color: #2b3a67;
}
.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: #ffffe0;
}
/* omer */
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 0px !important;
}
.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}
/* omer */
.form-single-column .form-checkbox-item,
.form-single-column .form-radio-item {
  width: 100%;
}
.form-checkbox-item .editor-container div,
.form-radio-item .editor-container div {
  position: relative;
}
.form-checkbox-item .editor-container div:before,
.form-radio-item .editor-container div:before {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  left: 0;
  width: 18px;
  height: 18px;
}
.form-radio-item:not(#foo) {
  position: relative;
}
.form-radio-item:not(#foo) .form-radio-other.form-radio {
  display: none !important;
}
.form-radio-item:not(#foo) input[type="checkbox"],
.form-radio-item:not(#foo) input[type="radio"] {
  opacity: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.form-radio-item:not(#foo) .form-radio-other,
.form-radio-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 17px;
  margin-right: 13px;
  margin-top: 0px;
}
.form-radio-item:not(#foo) .form-checkbox-other-input,
.form-radio-item:not(#foo) .form-radio-other-input {
  margin: 0;
}
.form-radio-item:not(#foo) label {
  line-height: 18px;
  float: left;
  margin-left: 37px;
  outline: none !important;
}
.form-radio-item:not(#foo) label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  box-sizing: border-box;
  border-radius: 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 {
  background-color: #444;
}
.form-radio-item:not(#foo) .editor-container div:before {
  background-color: #444;
  border-radius: 50%;
  content: '';
  margin: 0 4px 0 -6px;
}
.form-radio-item:not(#foo) label:after {
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.form-checkbox-item:not(#foo) {
  position: relative;
}
.form-checkbox-item:not(#foo) .form-checkbox-other.form-checkbox {
  display: none !important;
}
.form-checkbox-item:not(#foo) input[type="checkbox"],
.form-checkbox-item:not(#foo) input[type="radio"] {
  opacity: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.form-checkbox-item:not(#foo) .form-radio-other,
.form-checkbox-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 17px;
  margin-right: 13px;
  margin-top: 0px;
}
.form-checkbox-item:not(#foo) .form-checkbox-other-input,
.form-checkbox-item:not(#foo) .form-radio-other-input {
  margin: 0;
}
.form-checkbox-item:not(#foo) label {
  line-height: 18px;
  float: left;
  margin-left: 37px;
  outline: none !important;
}
.form-checkbox-item:not(#foo) label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 4px;
  box-sizing: border-box;
  border-radius: 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 {
  background-color: #444;
}
.form-checkbox-item:not(#foo) .editor-container div:before {
  background-color: #444;
  border-radius: 50%;
  content: '';
  margin: 0 4px 0 -6px;
}
.form-checkbox-item:not(#foo) label:after {
  background-color: #ffffff;
  box-shadow: 0 2px 0 0 #ffffff, 2px 2px 0 0 #ffffff, 4px 2px 0 0 #ffffff, 6px 2px 0 0 #ffffff;
  transform: rotate(-45deg);
}
.supernova {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.supernova {
  background-image: none;
}
#stage {
  background-image: none;
}
/* | */
.form-all {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.form-header-group {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
.form-line {
  margin-top: 12px;
  margin-bottom: 12px;
}
.form-line {
  padding: 8px 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 {
  border-radius: 6px;
}
.form-all .form-sub-label {
  margin-left: 3px;
}
.form-all .form-textarea {
  border-radius: 6px;
}
.form-all {
  border-radius: 6px;
}
.form-section:first-child {
  border-radius: 6px 6px 0 0;
}
.form-section:last-child {
  border-radius: 0 0 6px 6px;
}
.form-all .qq-upload-button,
.form-all .form-submit-button,
.form-all .form-submit-reset,
.form-all .form-submit-print {
  font-size: 1.15em;
  padding: 12px 18px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: normal;
}
.form-all .form-submit-print {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-size: 1em;
  padding: 9px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: normal;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  box-shadow: none;
  text-shadow: none;
  color: #3e569b !important;
  background: ;
}
/*
& when ( @buttonFontType = google ) {
	@import (css) "@{buttonFontLink}";
}
*/
h2.form-header {
  line-height: 1.618em;
}
h2 ~ .form-subHeader {
  line-height: 1.5em;
}
.form-header-group {
  text-align: left;
}
/*.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: "Roboto", sans-serif;
}
.form-section {
  padding: 0px 0px 0px 0px;
}
.form-header-group {
  margin: 12px 36px 12px 36px;
}
.form-header-group {
  padding: 24px 0px 24px 0px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: #2a3963;
}
.form-header-group {
  background-color: ;
}
.form-textbox,
.form-textarea {
  border-color: #dee2ed;
  padding: 9px 5px 7px 5px;
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #ffffff;
}
.form-textbox,
.form-textarea {
  width: 100%;
  max-width: 370px;
  box-sizing: border-box;
}
[data-type="control_textbox"] .form-input,
[data-type="control_textarea"] .form-input,
[data-type="control_fullname"] .form-input,
[data-type="control_phone"] .form-input,
[data-type="control_datetime"] .form-input,
[data-type="control_address"] .form-input,
[data-type="control_email"] .form-input,
[data-type="control_passwordbox"] .form-input,
[data-type="control_autocomp"] .form-input,
[data-type="control_textbox"] .form-input-wide,
[data-type="control_textarea"] .form-input-wide,
[data-type="control_fullname"] .form-input-wide,
[data-type="control_phone"] .form-input-wide,
[data-type="control_datetime"] .form-input-wide,
[data-type="control_address"] .form-input-wide,
[data-type="control_email"] .form-input-wide,
[data-type="control_passwordbox"] .form-input-wide,
[data-type="control_autocomp"] .form-input-wide {
  width: 100%;
  max-width: 370px;
}
[data-type="control_fullname"] .form-sub-label-container {
  box-sizing: border-box;
  width: 48%;
  margin-right: 0;
  float: left;
}
[data-type="control_fullname"] .form-sub-label-container:first-child {
  margin-right: 4%;
}
[data-type="control_phone"] .form-sub-label-container {
  width: 62.5%;
  margin-left: 2.5%;
  margin-right: 0;
  float: left;
  position: relative;
}
[data-type="control_phone"] .form-sub-label-container:first-child {
  width: 32.5%;
  margin-right: 2.5%;
  margin-left: 0;
}
[data-type="control_phone"] .form-sub-label-container:first-child [data-component=areaCode] {
  width: 93%;
  float: left;
}
[data-type="control_phone"] .form-sub-label-container:first-child [data-component=areaCode] ~ .form-sub-label {
  display: inline-block;
}
[data-type="control_phone"] .form-sub-label-container:first-child .phone-separate {
  position: absolute;
  top: 0;
  right: -16%;
  width: 24%;
  text-align: center;
  text-indent: -4px;
}
[data-type="control_phone"] .form-sub-label-container .date-separate {
  visibility: hidden;
}
.form-matrix-table {
  width: 100%;
  max-width: 370px;
}
.form-address-table {
  width: 100%;
  max-width: 370px;
}
.form-address-table td .form-dropdown {
  width: 100%;
}
.form-address-table td .form-sub-label-container {
  width: 96%;
}
.form-address-table td:last-child .form-sub-label-container {
  margin-left: 4%;
}
.form-address-table td[colspan="2"] .form-sub-label-container {
  width: 100%;
  margin: 0;
}
.form-matrix-row-headers,
.form-matrix-column-headers,
.form-matrix-values {
  padding: 4px;
}
[data-type="control_dropdown"] .form-input,
[data-type="control_dropdown"] .form-input-wide {
  width: 150px;
}
.form-buttons-wrapper {
  margin-left: 0 !important;
  text-align: center;
}
.form-pagebreak {
  text-align: center !important;
}
.form-pagebreak-back-container,
.form-pagebreak-next-container {
  float: none !important;
  display: inline-block !important;
}
.form-header-group {
  border-bottom: none;
}
.form-label {
  margin-bottom: 3px;
  margin-right: 0;
}
.form-label {
  font-family: "Roboto", sans-serif;
}
li[data-type="control_image"] div {
  text-align: left;
}
li[data-type="control_image"] img {
  border: none;
  border-width: 0px !important;
  border-style: solid !important;
  border-color: false !important;
}
.form-line-column {
  width: auto;
}
.form-line-error {
  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: #fff4f4;
}
.form-line-error .form-error-message {
  background-color: #ff3200;
  clear: both;
  float: none;
}
.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: #ff3200;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  border: 1px solid #ff3200;
  box-shadow: 0 0 3px #ff3200;
}
.form-collapse-table {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-clip: padding -box;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eff1f8));
  background: -webkit-linear-gradient(top, #ffffff, #eff1f8);
  background: -moz-linear-gradient(top, #ffffff, #eff1f8);
  background: -ms-linear-gradient(top, #ffffff, #eff1f8);
  background: -o-linear-gradient(top, #ffffff, #eff1f8);
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 1px 0 rgba(0,0,0,0.2);
  color: #4b61a1;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  height: auto;
  box-sizing: border-box;
  max-height: 60px;
  overflow: hidden;
  margin-left: 36px;
  margin-right: 36px;
}
.form-collapse-table:hover {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background: -moz-linear-gradient(top, #ffffff, #ffffff);
  background: -ms-linear-gradient(top, #ffffff, #ffffff);
  background: -o-linear-gradient(top, #ffffff, #ffffff);
}
.form-collapse-table:active {
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  background-color: #eff1f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff1f8), to(#ffffff));
  background: -webkit-linear-gradient(top, #eff1f8, #ffffff);
  background: -moz-linear-gradient(top, #eff1f8, #ffffff);
  background: -ms-linear-gradient(top, #eff1f8, #ffffff);
  background: -o-linear-gradient(top, #eff1f8, #ffffff);
}
.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;
}
.ie-8 .form-all {
  margin-top: auto;
  margin-top: initial;
}
.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: initial;
  }
  .form-sub-label-container {
    width: 100%;
    margin: 0;
    margin-right: 0;
    float: left;
    box-sizing: border-box;
  }
  span.form-sub-label-container + span.form-sub-label-container {
    margin-right: 0;
  }
  .form-sub-label {
    white-space: normal;
  }
  .form-address-table td,
  .form-address-table th {
    padding: 0 1px 10px;
  }
  .form-submit-button,
  .form-submit-print,
  .form-submit-reset {
    width: 100%;
    margin-left: 0!important;
  }
  div[id*=at_] {
    font-size: 14px;
    font-weight: 700;
    height: 8px;
    margin-top: 6px;
  }
  .showAutoCalendar {
    width: 20px;
  }
  img.form-image {
    max-width: 100%;
    height: auto;
  }
  .form-matrix-row-headers {
    width: 100%;
    word-break: break-all;
    min-width: 80px;
  }
  .form-collapse-table,
  .form-header-group {
    margin: 0;
  }
  .form-collapse-table {
    height: 100%;
    display: inline-block;
    width: 100%;
  }
  .form-collapse-hidden {
    display: none !important;
  }
  .form-input {
    width: 100%;
  }
  .form-label {
    width: 100% !important;
  }
  .form-label-left,
  .form-label-right {
    display: block;
    float: none;
    text-align: left;
    width: auto!important;
  }
  .form-line,
  .form-line.form-line-column {
    padding: 2% 5%;
    box-sizing: border-box;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    width: 100%;
    box-sizing: border-box;
    max-width: initial !important;
  }
  .form-radio-other-input,
  .form-checkbox-other-input {
    max-width: 55% !important;
  }
  .form-dropdown,
  .form-textarea,
  .form-textbox {
    width: 100%!important;
    box-sizing: border-box;
  }
  .form-input,
  .form-input-wide,
  .form-textarea,
  .form-textbox,
  .form-dropdown {
    max-width: initial!important;
  }
  .form-checkbox-item:not(#foo),
  .form-radio-item:not(#foo) {
    width: 100%;
  }
  .form-address-city,
  .form-address-line,
  .form-address-postal,
  .form-address-state,
  .form-address-table,
  .form-address-table .form-sub-label-container,
  .form-address-table select,
  .form-input {
    width: 100%;
  }
  div.form-header-group {
    padding: 24px 0px !important;
    margin: 0 12px 2% !important;
    margin-left: 5%!important;
    margin-right: 5%!important;
    box-sizing: border-box;
  }
  div.form-header-group.hasImage img {
    max-width: 100%;
  }
  [data-type="control_button"] {
    margin-bottom: 0 !important;
  }
  [data-type=control_fullname] .form-sub-label-container {
    width: 48%;
  }
  [data-type=control_fullname] .form-sub-label-container:first-child {
    margin-right: 4%;
  }
  [data-type=control_phone] .form-sub-label-container {
    width: 65%;
    margin-right: 0;
    margin-left: 0;
    float: left;
  }
  [data-type=control_phone] .form-sub-label-container:first-child {
    width: 31%;
    margin-right: 4%;
  }
  [data-type=control_datetime] .allowTime-container {
    width: 100%;
  }
  [data-type=control_datetime] .allowTime-container .form-sub-label-container {
    width: 24%!important;
    margin-left: 6%;
    margin-right: 0;
  }
  [data-type=control_datetime] .allowTime-container .form-sub-label-container:first-child {
    margin-left: 0;
  }
  [data-type=control_datetime] span + span + span > span:first-child {
    display: block;
    width: 100% !important;
  }
  [data-type=control_birthdate] .form-sub-label-container,
  [data-type=control_time] .form-sub-label-container {
    width: 27.3%!important;
    margin-right: 6% !important;
  }
  [data-type=control_time] .form-sub-label-container:last-child {
    width: 33.3%!important;
    margin-right: 0 !important;
  }
  .form-pagebreak-back-container,
  .form-pagebreak-next-container {
    min-height: 1px;
    width: 50% !important;
  }
  .form-pagebreak-back,
  .form-pagebreak-next,
  .form-product-item.hover-product-item {
    width: 100%;
  }
  .form-pagebreak-back-container {
    padding: 0;
    text-align: right;
  }
  .form-pagebreak-next-container {
    padding: 0;
    text-align: left;
  }
  .form-pagebreak {
    margin: 0 auto;
  }
  .form-buttons-wrapper {
    margin: 0!important;
    margin-left: 0!important;
  }
  .form-buttons-wrapper button {
    width: 100%;
  }
  .form-buttons-wrapper .form-submit-print {
    margin: 0 !important;
  }
  table {
    width: 100%!important;
    max-width: initial!important;
  }
  table td + td {
    padding-left: 3%;
  }
  .form-checkbox-item,
  .form-radio-item {
    white-space: normal!important;
  }
  .form-checkbox-item input,
  .form-radio-item input {
    width: auto;
  }
  .form-collapse-table {
    margin: 0 5%;
    display: block;
    zoom: 1;
    width: auto;
  }
  .form-collapse-table:before,
  .form-collapse-table:after {
    display: table;
    content: '';
    line-height: 0;
  }
  .form-collapse-table:after {
    clear: both;
  }
  .fb-like-box {
    width: 98% !important;
  }
  .form-error-message {
    clear: both;
    bottom: -10px;
  }
  .date-separate,
  .phone-separate {
    display: none;
  }
  .custom-field-frame,
  .direct-embed-widgets,
  .signature-pad-wrapper {
    width: 100% !important;
  }
}
/* | */

/*__INSPECT_SEPERATOR__*/
.jotform-form .form-all {
    margin-left : auto;
    margin-right : auto;
}

.form-textbox,
.form-textarea {
    box-shadow : none;
}

.form-input-wide:before,
.form-input:before,.form-input-wide:after,
.form-input:after {
    content : "";
    display : table;
}

.form-input-wide:after,
.form-input:after {
    clear : both;
}

.form-line.form-line-column {
    width : 50%;
}

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

.form-label.form-label-left,
.form-label.form-label-right {
    max-width : 200px;
    vertical-align : top;
    display : inline-block;
    padding-right : 15px;
}

li.form-line {
    transition : background-color .3s;
}

.form-label.form-label-right {
    text-align : right;
}

/* Builder side */
.editDropdownTextArea .dropdownOptionsEditable {
    padding : 5px 6px;
}

/* Builder side */
[data-type="control_fullname"] .form-input-wide {
    max-width : 100%;
}

[data-type="control_fullname"] .form-sub-label-container:nth-last-child(2):first-child, [data-type="control_fullname"] .form-sub-label-container:nth-child(2):last-child {
    width : 28%;
}

[data-type="control_phone"] .form-input-wide .form-sub-label-container:nth-child(1):last-child {
    width : 100%;
}

[data-type="control_fullname"] .form-sub-label-container:nth-last-child(2):first-child {
    margin-right : 2.5%;
}

[data-type="control_phone"] .form-sub-label-container:nth-last-child(3),
[data-type="control_phone"] .form-sub-label-container:nth-last-child(3) ~ .form-sub-label-container {
    width : 31.3333%;
    margin : 0;
}

[data-type="control_phone"] .form-sub-label-container:nth-last-child(3) ~ .form-sub-label-container {
    margin-left : 3%;
}

li.form-line.isSelected[data-type="control_button"] {
    margin-bottom : 12px !important;
}

.form-dropdown {
    min-width : 50px;
    padding : 8.5px 15px 8.5px 5px;
    border-radius : 3px;
    box-shadow : none;
    border-color : #DEE2ED;
    background-color : #F3F7FC;
    -webkit-appearance : none;
    background-repeat : no-repeat;
    background-position : center right;
    -webkit-appearance : none;
    background-image : url('//cdn.jotfor.ms/assets/img/theme-assets/5ca4930530899c64ff77cfa1/dropdown-arrow.svg');
    -webkit-appearance : none;
    background-size : 15px 15px;
}

.form-dropdown:not(.time-dropdown) {
    width : 100%!important;
}

.form-line:not(.form-line-column):not([data-type="control_fullname"]) .form-dropdown:not(.time-dropdown) {
    min-width : 150px;
}

[data-type="control_dropdown"] .form-input,
[data-type="control_dropdown"] .form-input-wide {
    width : 100%;
    max-width : 370px!important;
}

[data-type="control_number"] .form-number-input {
    width : 180px!important;
    max-width : 100%;
}

[data-type="control_datetime"] .form-textbox {
    width : 180px;
    max-width : 100%;
}

[data-type="control_datetime"] .form-sub-label-container {
    position : relative;
}

.jotform-form .form-all.form-all {
    margin-left : auto;
    margin-right : auto;
}

[data-type="control_matrix"] .form-input,[data-type="control_matrix"] .form-input-wide {
    overflow-y : auto;
}

[data-type="control_fullname"] .form-sub-label-container:nth-last-child(n+3),
[data-type="control_fullname"] .form-sub-label-container:nth-last-child(n+3) ~ * {
    width : 32%;
    margin-right : 0;
}

[data-type="control_fullname"] .form-sub-label-container:nth-last-child(n+4),
[data-type="control_fullname"] .form-sub-label-container:nth-last-child(n+4) ~ * {
    width : 23.5%;
    margin-right : 0;
}

[data-type="control_fullname"] .form-sub-label-container:nth-last-child(n+5),
[data-type="control_fullname"] .form-sub-label-container:nth-last-child(n+5) ~ * {
    width : 18.4%;
    margin-right : 0;
}

[data-type="control_fullname"] .form-sub-label-container:nth-last-child(n+3) ~ * {
    margin-left : 2%;
}

.form-checkbox-item.form-checkbox-item label,
.form-radio-item.form-radio-item label {
    color : #1C2643;
    line-height : normal !important;
}

[data-type="control_phone"] .form-sub-label-container .phone-separate:before {
    content : '-';
    width : 84%;
    height : 100%;
    display : flex;
    align-items : center;
    color : initial;
    justify-content : center;
    top : 7px;
    left : 8%;
    position : absolute;
    text-indent : 0;
    text-align : center;
}

[data-type="control_phone"] .form-sub-label-container .phone-separate {
    position : absolute;
    top : 0;
    right : -16%;
    width : 24%;
}

[data-type="control_phone"] .form-sub-label-container .phone-separate {
    color : transparent;
}

.form-radio-item:not(#foo) label,
.form-checkbox-item:not(#foo) label {
    text-indent : 0;
    cursor : pointer;
    position : relative;
    padding-left : 24px;
    margin-left : 0 !important;
    min-height : 18px;
}

div.form-single-column .form-radio-item,
div.form-single-column .form-checkbox-item {
    align-items : center;
}

.form-checkbox-item:not(#foo) .editor-container div:before,
.form-radio-item:not(#foo) .editor-container div:before,
.form-radio-item:not(#foo) label:before,
.form-checkbox-item:not(#foo) label:before {
    background-color : transparent;
    border : 1.2px solid #CCD0DA;
    left : 0;
    transition : border-color .3s, background-color .3s, opacity .1s;
}

.form-checkbox-item:not(#foo) label:before {
    border-radius : 0;
}

.form-checkbox-item:not(#foo) label:after {
    box-shadow : none;
    width : 10px;
    height : 10px;
    background-color : #0076ff;
    left : 4px;
    top : 0;
    margin-top : 4px;
    border : none;
    pointer-events : none;
    /* border-color : transparent;
    */
    /* border-style : solid;
    */
    /* border-width : 0;
    */ 
    transform : rotate(0);
}

.form-radio-item:not(#foo) label:after {
    left : 5px;
    top : 0;
    margin-top : 5px;
}

.form-radio-item:not(#foo) input:checked ~ label:before {
    background-color : #0076FF;
}

.form-radio-item:not(#foo) input:checked ~ label:before,
.form-checkbox-item:not(#foo) input:checked ~ label:before {
    border-color : #0076FF;
}

.form-checkbox-item,
.form-radio-item {
    margin-bottom : 0;
    margin-top : 8px;
}

.form-matrix-table {
    max-width : 100%;
    font-size : 16px;
}

.form-matrix-row-headers,.form-matrix-column-headers {
    background : #EFF1F8;
    color : #1C2643;
    border-color : #DEE2ED;
    padding : 7px 5px 8px 7px;
}

.form-matrix-values {
    background : transparent;
    border-color : #DEE2ED;
}

.form-matrix-table tr:nth-child(2n) {
    background-color : transparent!important;
}

.form-matrix-table.isMatrixRowHeadersEmpty tr th:first-child,
.form-matrix-table.isMatrixColumnHeadersEmpty tr:first-child {
    display : none;
}

span.form-checkbox-item:not(#foo) input[type="checkbox"],
span.form-radio-item:not(#foo) input[type="radio"] {
    display : block;
    opacity : 0;
    pointer-events : none;
    position : absolute;
    width : auto;
    margin : 4px 3px;
    /* top : 50%;
    transform : translateY(-100%);
    */
    top : 0;
}

span.form-checkbox-item:not(#foo) input.form-checkbox-other.form-checkbox,
span.form-radio-item:not(#foo) input.form-radio-other.form-radio {
    display : block !important;
    margin : 0;
    top : 50%;
    left : 3px;
    transform : translateY(-50%);
}

.form-collapse-table {
    max-height : 71px;
    box-shadow : none;
    background : #EFF1F8;
    border-color : #DEE2ED;
}

.form-section-closed {
    height : 71px!important;
}

.form-cover-wrapper .form-page-cover-image {
    background-size : contain !important;
    width : 100% !important;
    max-width : 300px !important;
    background-position : center !important;
}

.form-header-group .form-subHeader.form-subHeader,
.form-sub-label {
    color : #1C2643;
}

.form-header-group .form-header,
.form-header-group .form-subHeader {
    word-break : break-word;
}

li.form-input-wide[data-type="control_head"] .form-header-group {
    padding : 6px 0;
    border-bottom : 1px solid rgba(42, 57, 99, 0.3);
}

li.form-input-wide[data-type="control_head"]:first-child,
li.form-input-wide[data-type="control_head"]:not(:first-child) .form-header-group {
    border : none !important;
}

.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,
.form-all .form-textarea {
    border-radius : 3px;
    transition : border-color .3s;
}

input.form-radio-other-input,
input.form-checkbox-other-input {
    width : 55%;
}

form.jotform-form div.form-all:before {
    /* height : 150px;
    */
    background-size : contain;
    background-position-y : center;
}

.form-all .form-spinner input {
    border-top-right-radius : 0;
    border-bottom-right-radius : 0;
}

.form-spinner {
    border : 0!important;
    border-radius : 3px;
    overflow : hidden;
}

.form-spinner-up,
.form-spinner-down {
    cursor : pointer !important;
    background : #eff1f8!important;
    border-color : #dee2ed!important;
}

.form-spinner input {
    border : 1px solid #dee2ed!important;
    border-right : 0!important;
    padding : 9px 5px 7px!important;
}

.form-all .form-textbox:focus,
.form-all .form-textbox:active,
.form-all .form-radio-other-input:focus,
.form-all .form-radio-other-input:active,
.form-all .form-checkbox-other-input:focus,
.form-all .form-checkbox-other-input:active,
.form-all .form-textarea:focus,
.form-all .form-textarea:active,
.form-all .form-spinner input:focus,
.form-all .form-spinner input:active {
    outline : 0;
    border-color : #0076FF;
}

.form-scale-table .form-radio {
    margin-top : 0;
}

/* Look here again */
button.form-submit-preview {
    font-family : Roboto, sans-serif;
    font-size : 15px;
    padding : 11px 18px;
}

button.form-submit-preview img {
    margin-right : 0;
}

span.span_preview, span.span_print {
    min-width : auto !important;
    padding-left : 10px !important;
    display : inline-block;
}

/* Look here again */
button.form-submit-reset:not([class*="simple_"]),
button.form-submit-print:not([class*="simple_"]),
button.form-submit-preview:not([class*="simple_"]),
.qq-upload-button {
    background : #0076FF;
}

.form-submit-button,
button.form-submit-reset:not([class*="simple_"]),
button.form-submit-print:not([class*="simple_"]),
button.form-submit-preview:not([class*="simple_"]),
.qq-upload-button {
    display : inline-block;
    text-shadow : none;
    box-shadow : none;
    cursor : pointer;
    line-height : normal !important;
    border : 0;
    color : #fff;
    width : auto;
    min-width : 150px;
    max-width : 100%;
    transition : all .1s ease;
    margin : 0 auto;
}

button.form-submit-print:not([class*="simple_"]):before {
    content : '';
    display : inline-block;
    width : 16px;
    height : 16px;
    vertical-align : text-top;
    background-image : url('//cdn.jotfor.ms/assets/img/theme-assets/5ca4930530899c64ff77cfa1/printForm-icon.svg');
}

.form-all .form-submit-print:not([class*="simple_"]) > img {
    display : none !important;
}

button.form-submit-button:not([class*="-push"]):not([class*="-book"]):not([class*="-big"]):not([class*="-steel"]):not([class*="-metal"]):not([class*="-leather"]):not([class*="-flat"]):not([class*="-3d"]):not([class*="-wood"]):not([class*="-black"]):not([class*="-blue"]):not([class*="simple_"]):not([class*="-denim"]):not([class*="-light"]):not([class*="-cool"]):not([class*="-carbon"]) {
    background : #01BD6F;
    border : 1px solid #01BD6F;
}

button + button.form-sacl-button {
    margin-right : 8px !important;
}

button.form-sacl-button:not([class*="-push"]):not([class*="-book"]):not([class*="-big"]):not([class*="-steel"]):not([class*="-metal"]):not([class*="-leather"]):not([class*="-flat"]):not([class*="-3d"]):not([class*="-wood"]):not([class*="-black"]):not([class*="-blue"]):not([class*="simple_"]):not([class*="-denim"]):not([class*="-light"]):not([class*="-cool"]):not([class*="-carbon"]) {
    color : #fff !important;
}

button.form-submit-button:not([class*="simple_"]):hover,
button.form-submit-button:not([class*="simple_"]):active,
button.form-submit-button:not([class*="simple_"]):focus {
    background : #24dc8f;
}

.qq-upload-button:hover {
    background : #4a94ea;
}

.qq-upload-button:active,
.qq-upload-button:focus {
    background : #146ed6;
}

.form-pagebreak {
    display : flex;
    align-items : center;
}

.form-pagebreak-back-container,
.form-pagebreak-next-container {
    flex : 1;
    display : flex!important;
}

.form-pagebreak-back-container {
    justify-content : flex-start;
    padding-right : 6px;
}

.form-pagebreak-next-container {
    justify-content : flex-end;
    padding-left : 6px;
}

span.form-radio-item:not(#foo) input[type="checkbox"], span.form-radio-item:not(#foo) input[type="radio"] {
    opacity : 0;
    pointer-events : none;
}

button.form-submit-reset:not([class*="simple_"]),
button.form-submit-print:not([class*="simple_"]),
button.form-submit-preview:not([class*="simple_"]),
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
    background : #EFF1F8;
    color : #2A3963!important;
    border : 1px solid #DEE2ED;
}

button.form-submit-preview,
button.form-submit-reset,
button.form-submit-print {
    display : inline-block;
}

button.form-submit-reset:not([class*="simple_"]):hover,
button.form-submit-print:not([class*="simple_"]):hover,
button.form-submit-preview:not([class*="simple_"]):hover,
.form-pagebreak-back:hover,
.form-pagebreak-next:hover {
    background : #f3f5fb;
}

.pageInfo.form-sub-label {
    display : none;
}

[class^="form-collapse-right"] {
    background : url('//cdn.jotfor.ms/images/arrow_down@2x.png') no-repeat center;
    background-size : 35%;
    transition : transform .3s;
}

.form-collapse-right-hide {
    transform : rotate(90deg);
}

.form-collapse-table .form-collapse-right-show {
    margin-top : -12px;
    margin-right : 12px;
}

.form-collapse-table .form-collapse-right-hide {
    margin-top : -13px;
    margin-right : 13px;
}

div.calendar {
    box-shadow : 0 2px 12px 1px rgba(0,0,0,.15);
    background : #fff;
    padding : 10px;
}

div.calendar table {
    background-color : transparent;
    border : 0;
}

div.calendar table thead tr:nth-child(2) {
    border-bottom : 1px solid #1b2643;
}

li.form-line[data-type="control_address"] .form-address-table td,
li.form-line[data-type="control_address"]  .form-address-table th {
    vertical-align : top;
}

li.form-line[data-type="control_text"] {
    padding : 0 36px;
    word-break : break-word;
}

li.form-line[data-type="control_address"] .form-address-table td:last-child .form-sub-label-container {
    margin-left : 0;
}

li.form-line[data-type="control_address"] .form-address-table tr td + td > span {
    width : 100%;
}

[data-type="control_button"] .form-buttons-wrapper span:not(.span_print):not(.span_preview) {
    display : inline-block;
    width : 8px;
}

div.calendar th {
    background : transparent;
    border : 0;
    font-weight : 400;
    color : #3a5494;
    padding : 6px 3px;
}

div.calendar td {
    border : 1px solid #dde1ed;
}

div.calendar td.weekend {
    background : #eff1f8;
}

div.calendar thead td {
    border : 0;
}

div.calendar tr.days td,div.calendar th {
    color : #3a5494;
}

div.calendar td.title {
    color : #1b2643;
    font-weight : 400;
}

div.calendar .button {
    color : #3a5494;
}

div.calendar tr.days td.today {
    color : #fff;
}

div.calendar .today {
    background : #617ed4!important;
}

div.calendar tr.days td:hover:not(.unselectable),div.calendar td.button:hover:not(.unselectable) {
    background : #617ed4;
    color : #fff;
}

.form-product-item .form-sub-label {
    height : 34px;
    vertical-align : middle;
}

.form-product-item .form-dropdown {
    width : initial;
    height : 34px;
}

.qq-uploader {
    max-width : 370px;
    box-sizing : border-box;
    width : 100%;
    border : 1px dashed #CCD0DA;
    border-radius : 3px;
    padding : 18px 18px 18px 58px;
}

.qq-upload-button {
    max-width : 100%;
    overflow : initial !important;
    position : relative;
    box-sizing : border-box;
    display : inline-block;
    margin : 0;
}

.qq-upload-button:before {
    content : '';
    left : -40px;
    top : 50%;
    margin-top : -15px;
    width : 30px;
    height : 30px;
    position : absolute;
    background-image : url('//cdn.jotfor.ms/assets/img/theme-assets/5ca4930530899c64ff77cfa1/fileUpload-icon.svg');
}

.qq-uploader .inputContainer {
    top : 0 !important;
    left : 0 !important;
    width : 100% !important;
    height : 100% !important;
}

li.form-line[data-type="control_fileupload"] .form-sub-label {
    margin : 5px 0 0;
}

.qq-uploader .inputContainer input {
    width : 100%;
    height : 100%;
}

.qq-upload-list:empty,.form-sub-label:empty {
    margin : 0;
}

.qq-upload-list {
    margin : 10px 0 0;
}

.qq-upload-list li {
    background : #eff1f8;
    margin : 0;
}

.qq-upload-list li + .qq-upload-list li {
    margin-top : 8px;
}

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

.form-star-rating .Stars {
    background-image : url('//cdn.jotfor.ms/images/stars_new@2x.png')!important;
}

.form-star-rating div:not([title^="Cancel"]) {
    width : 30px!important;
    height : 30px!important;
    background-position : 0 0!important;
    background-size : 400%;
}

.form-star-rating div:hover,
.form-star-rating div.rated {
    background-position : -30px 0!important;
}

.form-star-rating div[title^="Cancel"] {
    width : 30px!important;
    height : 30px!important;
    line-height : 30px;
    font-size : 24px!important;
    font-family : monospace;
    color : #1c2643!important;
    cursor : pointer;
    background-image : none!important;
}

[data-type="control_datetime"] .form-textbox + img {
    position : absolute;
    top : 9px !important;
    right : 9px;
    left : initial !important;
    width : 16px!important;
}

.signature-line.signature-wrapper {
    width : 100%!important;
}

img[data-component="datetime"] {
    content : url('//cdn.jotfor.ms/assets/img/theme-assets/5ca4930530899c64ff77cfa1/dateTime-icon.svg');
    background-color : #fff;
    width : 16px;
    height : 16px;
    cursor : pointer;
}

li[data-type="control_datetime"] .form-input-wide .form-sub-label-container:nth-child(2) img {
    position : absolute;
}

[data-type="control_datetime"] .form-sub-label-container:nth-of-type(4) img {
    margin-top : 9px;
}

.form-checkbox-item:not(#foo) label:before {
    margin-top : 0;
    top : 0;
}

.form-radio-item:not(#foo) label:before {
    margin-top : 0px;
    top : 0;
}

li.form-line[data-type="control_scale"] .form-input-wide {
    overflow-x : auto;
}

li.form-line[data-type="control_scale"] td {
    position : relative;
}

li.form-line[data-type="control_matrix"] .form-matrix-row-header,
li.form-line[data-type="control_matrix"] .form-matrix-colum-headers {
    background : #dee2ed;
}

li.form-line[data-type="control_matrix"] td.form-matrix-values {
    background-color : #fff;
    border : 1px solid #bbc1cf;
}

li.form-line[data-type="control_matrix"] select.form-dropdown,
li.form-line[data-type="control_matrix"] input.form-textbox {
    border : 1px solid #bbc1cf;
}

li.form-line[data-type="control_matrix"] .form-matrix-table td,
li.form-line[data-type="control_matrix"] .form-matrix-table th {
    position : relative;
    padding : 8px 6px;
}

body.JotFormBuilder div.appContainer.isPDFImporter div#app [data-type="control_matrix"][data-inputtype="Text Box"] .form-matrix-values {
    padding : 8px 6px;
}

li[data-type="control_datetime"] input.form-textbox {
    padding : 9px 5px 7px;
}

li.form-line[data-type="control_scale"] input.form-radio,
li.form-line[data-type="control_matrix"] input.form-radio,
li.form-line[data-type="control_matrix"] input.form-checkbox {
    -webkit-appearance : none;
    border : none;
    outline : none;
    cursor : pointer;
    box-shadow : none;
    width : 18px;
    height : 18px;
    margin : 0 auto;
}

li.form-line[data-type="control_scale"] input.form-radio:before,
li.form-line[data-type="control_scale"] input.form-radio:after,
li.form-line[data-type="control_matrix"] input.form-radio:before,
li.form-line[data-type="control_matrix"] input.form-checkbox:before,
li.form-line[data-type="control_matrix"] input.form-checkbox:after,
li.form-line[data-type="control_matrix"] input.form-radio:after {
    content : '';
    position : absolute;
    pointer-events : none;
    top : 50%;
    left : 50%;
    box-sizing : border-box;
    /* border-radius : 50%;
    */
    transition : background-color .3s, border-color .3s, opacity .1s;
}

li.form-line[data-type="control_scale"] input.form-radio:before,
li.form-line[data-type="control_matrix"] input.form-radio:before {
    background-color : transparent;
    border : 1.2px solid #CCD0DA;
    width : 18px;
    height : 18px;
    border-radius : 50%;
    margin : -9px 0 0 -9px;
}

li.form-line[data-type="control_scale"] input.form-radio:after,
li.form-line[data-type="control_matrix"] input.form-radio:after {
    width : 8px;
    height : 8px;
    border-radius : 50%;
    background-color : #fff;
    margin : -4px 0 0 -4px;
}

li.form-line[data-type="control_matrix"] input.form-checkbox:before {
    width : 18px;
    height : 18px;
    border : 1.2px solid #CCD0DA;
    border-radius : 0;
    margin : -9px 0 0 -9px;
}

li.form-line[data-type="control_matrix"] input.form-checkbox:after {
    display : inline-block;
    box-shadow : none;
    width : 10px;
    height : 10px;
    background-color : #0076ff;
    opacity : 0;
    border-color : #fff;
    border : none;
    margin : -5px 0 0 -5px;
}

li.form-line[data-type="control_datetime"] .form-input-wide {
    max-width : 100%;
}

li.form-line[data-type="control_scale"] input.form-radio:checked:before,
li.form-line[data-type="control_matrix"] input.form-radio:checked:before,
li.form-line[data-type="control_matrix"] input.form-checkbox:checked:before {
    border-color : #0076FF;
}

li.form-line[data-type="control_scale"] input.form-radio:checked:before,
li.form-line[data-type="control_matrix"] input.form-radio:checked:before {
    background-color : #0076FF;
}

li.form-line[data-type="control_matrix"] input.form-checkbox:checked:after {
    opacity : 1;
    background-color : #0076ff;
}

li.form-line[data-type="control_scale"] input.form-radio:checked:after,
li.form-line[data-type="control_matrix"] input.form-radio:checked:after {
    background-color : #fff;
    opacity : 1;
}

li.form-line[data-type="control_fileupload"] .form-sub-label-container,
li.form-line[data-type="control_fileupload"] .form-input {
    width : auto;
}

li.form-line-column[data-type="control_widget"] iframe {
    width : 100% !important;
    height : auto !important;
}

li[data-type="control_pagebreak"] .form-pagebreak {
    position : relative;
    padding-top : 10px;
}

li[data-type="control_pagebreak"] .form-button-error {
    width : 100%;
    float : left;
    order : -1;
    text-align : left;
    padding : 5px 0;
}

.form-pagebreak-back,
.form-pagebreak-next {
    outline : none;
    max-height : 38px;
    max-width : 150px;
    white-space : nowrap;
    text-overflow : ellipsis;
    overflow : hidden;
}

li[data-type="control_image"] .form-image {
    max-width : 100%;
    max-height : -webkit-fill-available;
}

@media screen and (max-width: 480px){
    .calendar.popup {
        left : initial!important;
        right : 40px!important;
    }

    .form-submit-button,
    .form-label.form-label-left,
    .form-label.form-label-right {
        max-width : initial;
    }

    .form-label {
        word-break : break-word;
    }

    .form-pagebreak {
        padding : 2% 5%;
    }

    .jSignature,
    div.pad {
        max-width : 100%;
    }

    .form-pagebreak-back,
    .form-pagebreak-next {
        width : 100%;
    }

    .qq-uploader {
        margin : 0 auto;
        padding : 18px 0;
        text-align : center;
    }

    .qq-upload-button {
        margin : 40px 0 0 0;
    }

    .qq-upload-button:before {
        left : 50%;
        top : -40px;
        margin-left : -15px;
        margin-top : 0;
    }

    [data-type="control_button"] .form-buttons-wrapper span:not(.span_print):not(.span_preview) {
        display : block;
        height : 6px;
    }

    span.span_preview, span.span_print {
        min-width : initial;
    }

    .form-submit-button, button.form-submit-reset, button.form-submit-print, button.form-submit-preview {
        max-width : 100% !important;
    }

}

@media only screen and (max-device-width: 550px){
    .form-all.form-all {
        width : 94%!important;
        transform : translateY(9px);
    }

}

.square-hosted-fields {
    width : 100%;
    line-height : 1.071em;
    border-radius : 3px;
    padding : 6px 2px;
    border-color : #dee2ed;
    height : 34px;
}

[data-type="control_button"][data-shrinked="true"] button.form-sacl-button, [data-type="control_button"].form-line-column button.form-sacl-button {
    margin : 0 0 6px 0;
}

[data-type="control_button"][data-shrinked="true"] .form-buttons-wrapper > span, [data-type="control_button"].form-line-column .form-buttons-wrapper > span {
    display : block !important;
    height : 6px;
}

