.form-all:after {
  content: "";
  display: table;
  clear: both;
}
.form-all {
  font-family: Nunito, sans-serif;
  font-family: Nunito, sans-serif;
}
.form-all {
  width: 690px;
  width: 100%;
  max-width: 690px;
}
.form-label-left,
.form-label-right {
  width: 150px;
}
.form-label {
  white-space: normal;
}
.form-label.form-label-auto {
  display: inline-block;
  float: left;
  text-align: left;
  width: 150px;
}
.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: 14px;
}
.form-label {
  font-weight: bold;
}
.form-checkbox-item label,
.form-radio-item label {
  font-weight: normal;
}
.supernova {
  background-color: #ffffff;
  background-color: #fafafa;
}
.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 #e1e1e1;
    -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: #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: #555555;
}
.form-header-group .form-header {
  color: #555555;
}
.form-header-group .form-subHeader {
  color: #6f6f6f;
}
.form-sub-label {
  color: #6f6f6f;
}
.form-label-top,
.form-label-left,
.form-label-right,
.form-html {
  color: #555555;
}
.form-checkbox-item label,
.form-radio-item label {
  color: #6f6f6f;
}
.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, 224, 0.62);
}
/* omer */
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 2px !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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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-input {
  margin-left: 26px !important;
}
.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"] {
  display: none;
}
.form-radio-item:not(#foo) .form-radio-other,
.form-radio-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 7px;
  margin-right: 3px;
  margin-top: 2px;
}
.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: 27px;
}
.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 #8f8f8f;
}
.form-radio-item:not(#foo) label:after {
  background-color: #8f8f8f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.form-radio-item:not(#foo) .editor-container div:before {
  content: "";
  border: 2px solid #8f8f8f;
  border-radius: 50%;
  margin: 0 4px 0 -6px;
}
.form-checkbox-item:not(#foo) {
  position: relative;
}
.form-checkbox-item:not(#foo) label {
  display: block;
}
.form-checkbox-item:not(#foo) .form-checkbox-other-input {
  margin-left: 26px !important;
}
.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"] {
  display: none;
}
.form-checkbox-item:not(#foo) .form-radio-other,
.form-checkbox-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 7px;
  margin-right: 3px;
  margin-top: 2px;
}
.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: 27px;
}
.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 #8f8f8f;
}
.form-checkbox-item:not(#foo) label:after {
  background-color: #8f8f8f;
  box-shadow: 0 2px 0 0 #8f8f8f, 2px 2px 0 0 #8f8f8f, 4px 2px 0 0 #8f8f8f,
    6px 2px 0 0 #8f8f8f;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-checkbox-item:not(#foo) .editor-container div:before {
  content: "";
  border: 2px solid #8f8f8f;
  border-radius: 50%;
  margin: 0 4px 0 -6px;
}
.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: 0px;
  margin-bottom: 0px;
}
.form-line {
  padding: 12px 36px;
}
.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: Nunito, sans-serif;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-size: 1em;
  padding: 9px 15px;
  font-family: Nunito, sans-serif;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
/*
& 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: Nunito, sans-serif;
}
.form-section {
  padding: 0px 0px 0px 0px;
}
.form-header-group {
  margin: 0px 0px 0px 0px;
}
.form-header-group {
  padding: 10px 36px 10px 36px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: #555555;
}
.form-header-group {
  background-color: ;
}
.form-textbox,
.form-textarea {
  border-width: 0px;
  border-color: #a1a1a1;
  color: #454545;
  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: #ffffff;
}
.form-dropdown {
  border-width: 0px;
  border-color: #ffffff;
  color: #454545;
  -webkit-appearance: menulist-button;
  background-color: rgba(248, 248, 248, 0);
}
[data-type="control_dropdown"] .form-input,
[data-type="control_dropdown"] .form-input-wide {
  width: 150px;
}
.form-dropdown {
  margin: 0;
  border-color: #a6a6a6;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: menulist !important;
  border-width: 1px;
}
.form-buttons-wrapper {
  margin-left: 0 !important;
  text-align: center;
}
.form-label {
  font-family: Nunito, sans-serif;
  font-family: Nunito, 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: #e35757;
  clear: both;
  float: none;
}
.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: #e35757;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  border: 1px solid #e35757;
  -webkit-box-shadow: 0 0 3px #e35757;
  -moz-box-shadow: 0 0 3px #e35757;
  box-shadow: 0 0 3px #e35757;
}
.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;
    -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-Sydney Tower PG Rooms Mauli Baidwan Sector 80 Mohali 140306.-table td,
  .form-Sydney Tower PG Rooms Mauli Baidwan Sector 80 Mohali 140306.-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: 40px;
  }
  .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%;
    -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: initial !important;
  }
  .form-radio-other-input,
  .form-checkbox-other-input {
    max-width: 55% !important;
  }
  .form-dropdown,
  .form-textarea,
  .form-textbox {
    width: 100% !important;
    -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: initial !important;
  }
  .form-checkbox-item:not(#foo),
  .form-radio-item:not(#foo) {
    width: 100%;
  }
  .form-Sydney Tower PG Rooms Mauli Baidwan Sector 80 Mohali 140306.-city,
  .form-Sydney Tower PG Rooms Mauli Baidwan Sector 80 Mohali 140306.-line,
  .form-Sydney Tower PG Rooms Mauli Baidwan Sector 80 Mohali 140306.-postal,
  .form-Sydney Tower PG Rooms Mauli Baidwan Sector 80 Mohali 140306.-state,
  .form-Sydney Tower PG Rooms Mauli Baidwan Sector 80 Mohali 140306.-table,
  .form-Sydney
    Tower
    PG
    Rooms
    Mauli
    Baidwan
    Sector
    80
    Mohali
    140306.-table
    .form-sub-label-container,
  .form-Sydney
    Tower
    PG
    Rooms
    Mauli
    Baidwan
    Sector
    80
    Mohali
    140306.-table
    select,
  .form-input {
    width: 100%;
  }
  div.form-header-group {
    padding: 10px 36px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    margin: 0 0px 2% !important;
    -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 !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"] .form-sub-label-container:first-child {
    width: 10% !important;
    margin-left: 0;
    margin-right: 0;
  }
  [data-type="control_datetime"]
    .form-sub-label-container
    + .form-sub-label-container {
    width: 24% !important;
    margin-left: 6%;
    margin-right: 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__*/
.form-all {
  font-size: 14px;
  color: #555555;
  box-sizing: border-box;
}

.form-line {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
}

.form-header-group {
  padding: 14px 36px 14px 36px;
  margin: 0;
}

.form-label-top,
.form-label-left,
.form-label-right {
  font-weight: bold;
  color: #555;
  margin-bottom: 9px;
}

.form-label-right {
  margin-right: 0;
  padding-right: 15px;
}

.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-upload,
.form-captcha input {
  box-sizing: border-box;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 3px 3px 3px 6px;
  margin: 5px;
  font-size: 1em;
  /*14px*/
  line-height: 1.071em;
  /*15px*/
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.45), 0px 0px 0px 5px #f2f2f2,
    0px 0px 0px 6px #e6e6e6;
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.45),
    0px 0px 0px 5px #f2f2f2, 0px 0px 0px 6px #e6e6e6;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.45),
    0px 0px 0px 5px #f2f2f2, 0px 0px 0px 6px #e6e6e6;
}

.form-spinner input {
  padding: 3px !important;
}

.form-upload {
  padding: 2px;
}

.form-sub-label {
  font-size: 0.786em;
  /*11px*/
  font-style: italic;
  margin-top: 3px;
}

.form-textarea-limit-indicator {
  font-size: 0.786em;
  /*11px*/
  font-style: italic;
  margin-top: 3px;
}

.form-dropdown {
  cursor: pointer;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 3px;
  /*-webkit-padding-end : 35px;
    */
  /*adding arrow image width for webkit*/
  font-size: 1em;
  line-height: 1.286em;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #f2f2f2,
    inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #f2f2f2,
    inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 5px #f2f2f2, inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e9e9e9);
  background-position: center right;
  background-repeat: no-repeat;
  background-image: -ms-linear-gradient(top, #fafafa, #f4f4f4 40%, #e5e5e5);
  background-image: linear-gradient(top, #fafafa, #f4f4f4 40%, #e5e5e5);
  margin: 5px;
}

.form-radio,
.form-checkbox {
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  font-size: 1em;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 3px #f2f2f2,
    inset 0px 1px 1px 0px #fff, 0px 0px 0px 4px #e6e6e6;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 3px #f2f2f2,
    inset 0px 1px 1px 0px #fff, 0px 0px 0px 4px #e6e6e6;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 3px #f2f2f2, inset 0px 1px 1px 0px #fff, 0px 0px 0px 4px #e6e6e6;
  background: #e7e7e7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e7e7e7)
  );
  -webkit-appearance: none;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-left: 5px;
  margin-bottom: 5px;
}

.form-radio {
  -webkit-border-radius: 2em;
  /* Make radios round */
}

.form-checkbox:checked {
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 3px #f2f2f2,
    inset 0px -1px 1px 0px #fff, 0px 0px 0px 4px #e6e6e6;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 3px #f2f2f2, inset 0px -1px 1px 0px #fff,
    0px 0px 0px 4px #e6e6e6;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 3px #f2f2f2, inset 0px -1px 1px 0px #fff,
    0px 0px 0px 4px #e6e6e6;
  background: url("../../files.jotform.com/jufs/EltonCris/form_files/radio_mark461f.png")
    no-repeat center center;
  -webkit-background-size: 28px 28px;
  /* shrink high resolution background */
}

.form-radio:checked {
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 3px #f2f2f2,
    inset 0px -1px 1px 0px #fff, 0px 0px 0px 4px #e6e6e6;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 3px #f2f2f2, inset 0px -1px 1px 0px #fff,
    0px 0px 0px 4px #e6e6e6;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 3px #f2f2f2, inset 0px -1px 1px 0px #fff,
    0px 0px 0px 4px #e6e6e6;
  background: url("../../files.jotform.com/jufs/EltonCris/form_files/radio_mark461f.png")
    no-repeat center center;
  -webkit-background-size: 28px 28px;
  /* shrink high resolution background */
}

.form-radio-item,
.form-checkbox-item {
  margin-top: 0;
  margin-bottom: 6px;
}

/* HEADING FIELD
------------------------------*/
.form-header-group {
  clear: both;
  background: #f0f0f0;
  border: none;
  /* For overriding */
  padding: 20px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}

[data-type="control_head"] {
  padding-bottom: 20px;
}

li:first-child .form-header-group,
.form-header-group + .form-header-group {
  border-top: 0;
}

h1.form-header {
  font-size: 2.143em;
  /*30px*/
}

h2.form-header {
  font-size: 1.714em;
  color: #555555;
}

h3.form-header {
  font-size: 1.5em;
  /*21px*/
}

.form-header {
  color: #555555;
}

.form-subHeader {
  font-style: italic;
  border-top: none;
  font-size: 0.857em;
  /*12px*/
  line-height: 1.5em;
  /*21px*/
  color: #555555;
  margin: 3px 0 0;
}

/* BUTTONS
------------------------------*/
.form-pagebreak-back,
.form-pagebreak-next,
.qq-upload-button {
  cursor: pointer;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 6px 20px;
  margin: 5px;
  color: #555555;
  font-size: 1em;
  text-shadow: 0px 1px 0px #ffffff;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #f2f2f2,
    inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #f2f2f2,
    inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 5px #f2f2f2, inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  background: #e9e9e9;
  /* old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
  /* firefox */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f7f7f7),
    color-stop(100%, #e9e9e9)
  );
  /* webkit */
  background: linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e9e9e9', GradientType=0 );
  /* ie */
}

.form-pagebreak-back:hover,
.form-pagebreak-next:hover,
.qq-upload-button:hover {
  background: #f2f2f2;
  /* old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* firefox */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #f2f2f2)
  );
  /* webkit */
  background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );
  /* ie */
}

.form-pagebreak-back:active,
.form-pagebreak-next:active,
.qq-upload-button:active {
  background: #e9e9e9;
  /* old browsers */
  background: -moz-linear-gradient(top, #e9e9e9 0%, #f7f7f7 100%);
  /* firefox */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e9e9e9),
    color-stop(100%, #f7f7f7)
  );
  /* webkit */
  background: linear-gradient(top, #e9e9e9 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f7f7f7', GradientType=0 );
  /* ie */

  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #f2f2f2,
    inset 0px -1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 5px #f2f2f2, inset 0px -1px 1px 0px #fff,
    0px 0px 0px 6px #e6e6e6;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 5px #f2f2f2, inset 0px -1px 1px 0px #fff,
    0px 0px 0px 6px #e6e6e6;
}

.form-submit-button {
  cursor: pointer;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 6px 20px;
  margin: 5px;
  color: #fff !important;
  font-size: 1em;
  text-shadow: 0px -1px 0px #32bb91;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 0px 0px 1px #32bb91,
    0px 0px 0px 5px #f2f2f2, inset 0px 2px 1px 0px #32bb91,
    0px 0px 0px 6px #e6e6e6;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4),
    inset 0px 0px 0px 1px #32bb91, 0px 0px 0px 5px #f2f2f2,
    inset 0px 2px 1px 0px #32bb91, 0px 0px 0px 6px #e6e6e6;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4),
    inset 0px 0px 0px 1px #32bb91, 0px 0px 0px 5px #f2f2f2,
    inset 0px 2px 1px 0px #32bb91, 0px 0px 0px 6px #e6e6e6;
  background: #32bb91;
  /* old browsers */
  background: -moz-linear-gradient(top, #32bb91 0%, #32bb91 100%);
  /* firefox */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #32bb91),
    color-stop(100%, #32bb91)
  );
  /* webkit */
  background: linear-gradient(top, #faa41a 0%, #ff6d00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32BB91', endColorstr='#32BB91', GradientType=0 );
  /* ie */
}

.form-submit-button:hover {
  background: #32bb91;
  /* old browsers */
  background: -moz-linear-gradient(top, #32bb91 0%, #32bb91 100%);
  /* firefox */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #32bb91),
    color-stop(100%, #32bb91)
  );
  /* webkit */
  background: linear-gradient(top, #ffb319 0%, #ff8819 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32BB91', endColorstr='#32BB91', GradientType=0 );
  /* ie */
}

.form-submit-button:active {
  background: #32bb91;
  /* old browsers */
  background: -moz-linear-gradient(top, #32bb91 0%, #32bb91 100%);
  /* firefox */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #32bb91),
    color-stop(100%, #32bb91)
  );
  /* webkit */
  background: linear-gradient(top, #ff6d00 0%, #faa41a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d00', endColorstr='#faa41a', GradientType=0 );
  /* ie */

  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px #ffffff,
    0px 0px 0px 5px #f2f2f2, 0px 0px 0px 6px #e6e6e6;
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 1px 0px 0px #ffffff, 0px 0px 0px 5px #f2f2f2, 0px 0px 0px 6px #e6e6e6;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 1px 0px 0px #ffffff, 0px 0px 0px 5px #f2f2f2, 0px 0px 0px 6px #e6e6e6;
}

button[style] {
  margin-left: 0px;
}

.form-submit-print {
  cursor: pointer;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 6px 20px !important;
  padding-left: 38px !important;
  margin: 5px !important;
  text-align: left;
  color: #555555;
  font-size: 1em;
  text-shadow: 0px 1px 0px #ffffff;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #f2f2f2,
    inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #f2f2f2,
    inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 5px #f2f2f2, inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  background: #e9e9e9;
  /* old browsers */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_print019d.png),
    -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
  /* firefox */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_print019d.png),
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e9e9e9));
  /* webkit */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_print019d.png),
    linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e9e9e9', GradientType=0 );
  /* ie */
  background-position: 9% center;
  background-repeat: no-repeat;
}

.form-submit-print img {
  visibility: hidden;
  /*margin : -5px 3px -4px 0px;
    */
}

.form-submit-print:hover {
  background: #f2f2f2;
  /* old browsers */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_print019d.png),
    -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* firefox */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_print019d.png),
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* webkit */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_print019d.png),
    linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );
  /* ie */
  background-position: 9% center;
  background-repeat: no-repeat;
}

.form-submit-print:active {
  background: #e9e9e9;
  /* old browsers */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_print019d.png),
    -moz-linear-gradient(top, #e9e9e9 0%, #f7f7f7 100%);
  /* firefox */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_print019d.png),
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #f7f7f7));
  /* webkit */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_print019d.png),
    linear-gradient(top, #e9e9e9 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f7f7f7', GradientType=0 );
  /* ie */
  background-position: 9% center;
  background-repeat: no-repeat;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #f2f2f2,
    inset 0px -1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 5px #f2f2f2, inset 0px -1px 1px 0px #fff,
    0px 0px 0px 6px #e6e6e6;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 5px #f2f2f2, inset 0px -1px 1px 0px #fff,
    0px 0px 0px 6px #e6e6e6;
}

.form-submit-reset {
  cursor: pointer;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 6px 20px !important;
  padding-left: 38px !important;
  margin: 5px;
  color: #555555;
  font-size: 1em;
  text-shadow: 0px 1px 0px #ffffff;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #f2f2f2,
    inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #f2f2f2,
    inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 5px #f2f2f2, inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  background: #e9e9e9;
  /* old browsers */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_resetec01.png),
    -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
  /* firefox */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_resetec01.png),
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e9e9e9));
  /* webkit */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_resetec01.png),
    linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e9e9e9', GradientType=0 );
  /* ie */
  background-position: 9% center;
  background-repeat: no-repeat;
}

.form-submit-reset:hover {
  background: #f2f2f2;
  /* old browsers */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_resetec01.png),
    -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* firefox */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_resetec01.png),
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* webkit */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_resetec01.png),
    linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 );
  /* ie */
  background-position: 9% center;
  background-repeat: no-repeat;
}

.form-submit-reset:active {
  background: #e9e9e9;
  /* old browsers */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_resetec01.png),
    -moz-linear-gradient(top, #e9e9e9 0%, #f7f7f7 100%);
  /* firefox */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_resetec01.png),
    -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #f7f7f7));
  /* webkit */
  background-image: url(../../files.jotform.com/jufs/EltonCris/form_files/btn_resetec01.png),
    linear-gradient(top, #e9e9e9 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f7f7f7', GradientType=0 );
  /* ie */
  background-position: 9% center;
  background-repeat: no-repeat;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #f2f2f2,
    inset 0px -1px 1px 0px #fff, 0px 0px 0px 6px #e6e6e6;
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 5px #f2f2f2, inset 0px -1px 1px 0px #fff,
    0px 0px 0px 6px #e6e6e6;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 5px #f2f2f2, inset 0px -1px 1px 0px #fff,
    0px 0px 0px 6px #e6e6e6;
}

.qq-upload-button {
  padding: 8px 0;
  -moz-border-radius: 6px 6px;
  -webkit-border-radius: 6px 6px;
  border-radius: 6px 6px;
}

.form-textbox:focus,
.form-textarea:focus,
.form-upload:focus {
  outline: none;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.45), 0px 0px 0px 5px #ffee99,
    0px 0px 0px 6px #f2de79 !important;
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.45),
    0px 0px 0px 5px #ffee99, 0px 0px 0px 6px #f2de79 !important;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.45),
    0px 0px 0px 5px #ffee99, 0px 0px 0px 6px #f2de79 !important;
  border: none !important;
}

.form-dropdown:focus,
.form-submit-reset:focus,
.form-submit-button:focus,
.form-submit-print:focus {
  outline: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #ffee99,
    inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #f2de79 !important;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 5px #ffee99,
    inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #f2de79 !important;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 5px #ffee99, inset 0px 1px 1px 0px #fff, 0px 0px 0px 6px #f2de79 !important;
}

.form-radio:focus,
.form-checkbox:focus {
  outline: none;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px 3px #ffee99,
    inset 0px -1px 1px 0px #fff, 0px 0px 0px 4px #f2de79;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 3px #ffee99, inset 0px -1px 1px 0px #fff,
    0px 0px 0px 4px #f2de79;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3),
    0px 0px 0px 3px #ffee99, inset 0px -1px 1px 0px #fff,
    0px 0px 0px 4px #f2de79;
}

.form-line-error {
  background: #ffeae5 !important;
}

.form-line-error input,
.form-line-error textarea {
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.45), 0px 0px 0px 5px #ff3333,
    0px 0px 0px 6px #e60000 !important;
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.45),
    0px 0px 0px 5px #ff3333, 0px 0px 0px 6px #e60000 !important;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.45),
    0px 0px 0px 5px #ff3333, 0px 0px 0px 6px #e60000 !important;
  border: none !important;
}

.form-line-error .form-error-message {
  background: #e15353;
  color: #fff;
  padding: 6px;
  margin-bottom: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.form-error-arrow {
  border-bottom-color: #e15353;
}

.form-error-arrow-inner {
  display: none;
}

.form-matrix-table {
  font-size: 1em;
}

.form-matrix-row-headers,
.form-matrix-column-headers {
  font-size: 0.786em;
  font-weight: normal;
}

.form-scale-table th,
.form-scale-table td {
  padding: 9px 6px;
}

.form-grading-item {
  margin-bottom: 6px;
}

.form-collapse-table {
  margin: 0px 10px 10px 10px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  background: #f0f0f0;
}

.form-collapse-table:hover {
  background: #e5e5e5;
}

.form-collapse-table:active {
  background: #fafafa;
}

.form-collapse-right-show {
  background: url(../../files.jotform.com/jufs/EltonCris/form_files/form_collapse_minusd112.png)
    no-repeat center;
  padding-right: 15px;
}

.form-collapse-right-hide {
  background: url(../../files.jotform.com/jufs/EltonCris/form_files/form_collapse_plusa6f5.png)
    no-repeat center;
  padding-right: 15px;
}

.form-section:first-child {
  border-bottom: none;
}

.form-pagebreak {
  margin: 0 36px;
  border-top: 1px solid #e3e3e3;
  background: transparent;
  height: auto;
  overflow: hidden;
}

.form-pagebreak-back-container {
  padding: 24px 3px 24px 0;
}

.form-pagebreak-next-container {
  float: right;
  padding: 24px 0 24px 3px;
}

.form-pagebreak-next {
  margin-left: 0;
}

.form-product-item {
  padding: 6px;
  overflow: hidden;
  margin: 0 0 9px;
  -moz-border-radius: 6px 6px;
  -webkit-border-radius: 6px 6px;
  border-radius: 6px 6px;
}

.form-product-item:hover {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19969696,endColorstr=#19969696);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19969696,endColorstr=#19969696);
  zoom: 1;
  background: rgba(150, 150, 150, 0.1);
}

.form-product-item br + br {
  display: none;
}

.form-product-item img {
  display: block;
  position: static;
  margin: 0 12px 0 0;
  float: left;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
}

.form-product-item .form-sub-label-container {
  margin: 9px 9px 0 0;
}

.form-product-item .form-sub-label {
  display: inline;
}

.form-product-details {
  font-size: 0.857em;
}

.form-product-item .form-radio,
.form-product-item .form-checkbox {
  margin-right: 2px;
}

.form-line-column {
  clear: none;
  float: left;
  white-space: nowrap;
  width: auto;
}

.form-line-column-clear {
  clear: left;
  width: auto;
}

.form-spinner input {
  height: auto !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 81% !important;
}

table.form-spinner {
  border: none !important;
}

.form-matrix-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.jotform-form {
  padding: 20px 0;
}

@media screen and (max-width: 480px) {
  .form-image {
    width: 100%;
    height: auto;
  }

  .form-header-group {
    margin: 0 !important;
  }

  .form-collapse-table {
    margin: 0;
  }

  .form-matrix-row-headers,
  .form-matrix-column-headers {
    word-break: break-all;
  }

  .form-textbox,
  .form-textarea,
  .form-dropdown {
    border: 1px solid #b1b1b1 !important;
    border-radius: 4px !important;
    box-shadow: 0px 1px 1px 1px rgba(171, 171, 171, 0.45) !important;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(171, 171, 171, 0.45) !important;
  }

  .form-textbox:focus,
  .form-textarea:focus,
  .form-dropdown:focus {
    border: 1px solid #b1b1b1 !important;
    border-radius: 4px !important;
    box-shadow: 0px 1px 1px 1px rgba(171, 171, 171, 0.45) !important;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(171, 171, 171, 0.45) !important;
  }

  .phone-separate,
  .date-separate {
    display: none;
  }

  /*remove date huge space*/
  [data-type="control_datetime"]
    span[style*="white-space"]
    > .form-sub-label-container:first-child {
    display: none;
  }

  [data-type="control_datetime"] .form-input > span:nth-child(3) {
    width: 24%;
    margin-right: 0;
  }

  [data-type="control_datetime"] .form-input > span:nth-child(3) input {
    width: 100%;
  }

  [data-type="control_datetime"] .form-input > span:nth-child(4) {
    width: 6%;
  }

  [data-type="control_datetime"] .form-input > span.allowTime-container {
    padding-top: 10px;
    display: block !important;
    width: 100%;
  }

  [data-type="control_datetime"] .form-input span:nth-child(5) {
    padding-top: 10px;
  }

  .allowTime-container {
    white-space: normal !important;
  }

  [data-type="control_datetime"] .form-input .form-sub-label-container {
    width: 30%;
    margin-right: 0;
  }

  [data-type="control_datetime"] .form-input .form-sub-label-container input,
  [data-type="control_datetime"] .form-input .form-sub-label-container select {
    width: 80%;
  }

  .form-textbox,
  .form-textarea,
  .form-radio-other-input,
  .form-upload,
  .form-captcha input {
    margin: 0;
  }

  [data-type="control_time"]
    .form-input
    .form-sub-label-container:nth-child(4) {
    width: 100%;
  }

  [data-type="control_time"] .form-sub-label-container {
    width: 30%;
  }

  div[id^="until_8"] {
    padding-top: 10px;
  }

  /*responsive phone fields*/
  [data-type="control_phone"] input[name$="[area]"] {
    width: 80%;
  }

  [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%;
  }

  [data-type="control_phone"]
    .form-sub-label-container
    + .form-sub-label-container {
    width: 58.4%;
    float: right;
    margin-right: 0;
  }

  [data-type="control_phone"]
    .form-input-wide
    .form-sub-label-container
    + .form-sub-label-container {
    width: 100%;
  }

  label#sublabel_first {
    margin-bottom: 10px;
  }

  .jotform-form {
    padding: 0;
  }

  .form-Sydney
    Tower
    PG
    Rooms
    Mauli
    Baidwan
    Sector
    80
    Mohali
    140306.-table
    select {
    width: 100%;
    margin: 0;
  }

  [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% !important;
    max-width: none !important;
  }
}

#checkSubmission {
  display: block;
}

#previewButtons .form-submit-button {
  position: initial;
}
