@import url(https://fonts.googleapis.com/css?family=Hind);
@import "https://fonts.googleapis.com/css?family=Open Sans:light,lightitalic,normal,italic,bold,bolditalic";
.form-all {
  font-family: "Open Sans", sans-serif;
}
.form-all {
  width: 550px;
  width: 100%;
  max-width: 550px;
}
.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-all {
  font-size: 14px;
}
.form-label {
  font-weight: bold;
}
.form-checkbox-item label,
.form-radio-item label {
  font-weight: normal;
}
.supernova {
  background-color: none;
  background-color: #ffffff;
}
.supernova body {
  background-color: transparent;
}
/*
@width30: (unit(@formWidth, px) + 60px);
@width60: (unit(@formWidth, px)+ 120px);
@width90: (unit(@formWidth, px)+ 180px);
*/
/* | */
/* | */
/* | */
@media screen and (max-width: 480px) {
  .jotform-form {
    padding: 10px 0;
  }
}
/* | */
/* | */
@media screen and (min-width: 480px) and (max-width: 768px) {
  .jotform-form {
    padding: 30px 0;
  }
}
/* | */
/* | */
@media screen and (min-width: 480px) and (max-width: 549px) {
  .jotform-form {
    padding: 30px 0;
  }
}
/* | */
/* | */
@media screen and (min-width: 768px) {
  .jotform-form {
    padding: 60px 0;
  }
}
/* | */
/* | */
@media screen and (max-width: 549px) {
  .jotform-form {
    padding: 0;
  }
}
/* | */
.supernova .form-all,
.form-all {
  background-color: none;
  border: 1px solid transparent;
}
.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, 251, 234, 0);
}
/* ömer */
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 4px !important;
}
.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}
/* ömer */
.form-single-column .form-checkbox-item,
.form-single-column .form-radio-item {
  width: 100%;
}
.form-radio-item:not(#foo) {
  margin-bottom: 0;
  position: relative;
}
.form-radio-item:not(#foo) input[type="checkbox"],
.form-radio-item:not(#foo) input[type="radio"] {
  display: none;
}
.form-radio-item:not(#foo) .form-radio-other,
.form-radio-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 7px;
  margin-right: 3px;
  margin-top: 4px;
}
.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) 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: 4px;
}
.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: 24px;
  margin-left: 0;
  float: left;
  text-indent: 33px;
}
.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: 24px;
  height: 24px;
  cursor: pointer;
}
.form-radio-item:not(#foo) label:after {
  content: '';
  position: absolute;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  top: 7px;
  left: 11px;
  width: 10px;
  height: 10px;
}
.form-radio-item:not(#foo) input:checked + label:after {
  opacity: 1;
}
.form-radio-item:not(#foo) label:before {
  border: 2px solid #00944d;
}
.form-radio-item:not(#foo) label:after {
  background-color: #00944d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.form-checkbox-item:not(#foo) {
  margin-bottom: 0;
  position: relative;
}
.form-checkbox-item:not(#foo) input[type="checkbox"],
.form-checkbox-item:not(#foo) input[type="radio"] {
  display: none;
}
.form-checkbox-item:not(#foo) .form-radio-other,
.form-checkbox-item:not(#foo) .form-checkbox-other {
  display: inline-block !important;
  margin-left: 7px;
  margin-right: 3px;
  margin-top: 4px;
}
.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 #00944d;
}
.form-checkbox-item:not(#foo) label:after {
  background-color: #00944d;
  box-shadow: 0 2px 0 0 #00944d, 2px 2px 0 0 #00944d, 4px 2px 0 0 #00944d, 6px 2px 0 0 #00944d;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.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: 4px;
}
.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: 24px;
  margin-left: 0;
  float: left;
  text-indent: 33px;
}
.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: 24px;
  height: 24px;
  cursor: pointer;
}
.form-checkbox-item:not(#foo) label:after {
  content: '';
  position: absolute;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  top: 11px;
  left: 10px;
  width: 4px;
  height: 4px;
}
.form-checkbox-item:not(#foo) input:checked + label:after {
  opacity: 1;
}
.form-checkbox-item:not(#foo) label:after {
  background-color: #00944d;
  box-shadow: 0 3px 0 0 #00944d, 3px 3px 0 0 #00944d, 6px 3px 0 0 #00944d, 8px 3px 0 0 #00944d;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.supernova {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  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: 10px 36px;
}
.form-all .form-submit-button,
.form-all .form-submit-reset,
.form-all .form-submit-print {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-all .qq-upload-button,
.form-all .form-submit-button,
.form-all .form-submit-reset,
.form-all .form-submit-print {
  height: 45px;
  font-size: 1em;
  padding: 9px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bolder;
  border: none;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #5587df !important;
}
.form-all .qq-upload-button,
.form-all .form-submit-button,
.form-all .form-submit-reset,
.form-all .form-submit-print {
  color: #ffffff !important;
  background: #2956a7;
  box-shadow: none;
  text-shadow: none;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-size: 1em;
  padding: 9px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  border: none;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #00944d !important;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  color: #ffffff !important;
  background: #00944d;
  box-shadow: none;
  text-shadow: none;
}
/*
& 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: 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: "Open Sans", sans-serif;
}
.form-section {
  padding: 0px 0px 0px 0px;
}
.form-header-group {
  margin: 12px 0px 12px 0px;
}
.form-header-group {
  padding: 0px 36px 0px 36px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: #575757;
}
.form-textbox,
.form-textarea {
  padding: 9px 6px 7px 6px;
}
.form-dropdown {
  border-color: #cccccc;
  -webkit-appearance: menulist-button;
  height: 37px;
}
[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 !important;
}
.form-header-group {
  border-bottom: none;
}
.form-label {
  font-family: "Open Sans", 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 {
  background-color: none;
  -webkit-box-shadow: inset 0px 3px 11px -7px #ff3200;
  -moz-box-shadow: inset 0px 3px 11px -7px #ff3200;
  box-shadow: inset 0px 3px 11px -7px #ff3200;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  border: 1px solid rgba(255, 244, 244, 0);
  -moz-box-shadow: 0 0 3px rgba(255, 244, 244, 0);
  -webkit-box-shadow: 0 0 3px rgba(255, 244, 244, 0);
  box-shadow: 0 0 3px rgba(255, 244, 244, 0);
}
.form-line-error .form-error-message {
  margin: 0;
  position: absolute;
  color: #fff;
  display: inline-block;
  right: 0;
  font-size: 10px;
  position: absolute!important;
  box-shadow: none;
  top: 0px;
  line-height: 20px;
  color: #FFF;
  background: #ff3200;
  padding: 0px 5px;
  bottom: auto;
  min-width: 105px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-line-error .form-error-message img,
.form-line-error .form-error-message .form-error-arrow {
  display: none;
}
.form-collapse-table {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding -box;
  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);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 1px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 1px 0 rgba(0,0,0,0.2);
  color: #d6d6d6;
}
.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 {
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  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 .form-collapse-mid {
  text-shadow: none;
}
.ie-8 .form-all {
  margin-top: auto;
  margin-top: initial;
}
.ie-8 .form-all:before {
  display: none;
}
/* | */
@media screen and (max-width: 480px), screen and (max-device-width: 768px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape) {
  .jotform-form {
    padding: 0;
  }
  .form-all {
    border: 0;
    width: 100% !important;
    max-width: initial;
  }
  .form-sub-label-container {
    width: 100%;
    margin: 0;
  }
  .form-input {
    width: 100%;
  }
  .form-label {
    width: 100%!important;
  }
  .form-line {
    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-input,
  .form-input-wide,
  .form-textarea,
  .form-textbox,
  .form-dropdown {
    max-width: initial !important;
  }
  div.form-header-group {
    padding: 0px 36px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    margin: 0 12px 2% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  [data-type="control_button"] {
    margin-bottom: 0 !important;
  }
  .form-buttons-wrapper {
    margin: 0!important;
  }
  .form-buttons-wrapper button {
    width: 100%;
  }
  table {
    width: 100%!important;
    max-width: initial !important;
  }
  table td + td {
    padding-left: 3%;
  }
  .form-checkbox-item input,
  .form-radio-item input {
    width: auto;
  }
  .form-collapse-table {
    margin: 0 5%;
  }
}
/* | */

/*__INSPECT_SEPERATOR__*/
@import url(https://fonts.googleapis.com/css?family=Hind);

/*---------------------
Theme: Smarty
Author: Elton Cris - idarktech@jotform.com
www.jotform.com
----------------------*/
.form-all {
    -moz-box-sizing : border-box;
    -webkit-box-sizing : border-box;
    box-sizing : border-box;
}

.form-header {
    font-weight : 700;
    font-family : "Hind", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    text-transform : uppercase;
    line-height : 1.1;
    position : relative;
    margin : 0 0 28px 0;
    padding : 0 0 12px 0;
    text-align : center !important;
}

.form-subHeader {
    font-weight : 300;
    text-align : center !important;
}

.form-header:after {
    content : "";
    display : block;
    position : absolute;
    height : 4px;
    width : 80px;
    background-color : #005288;
    bottom : 0;
    left : 50%;
    margin-left : -40px;
}

[data-type="control_head"] {
    padding-bottom : 20px;
}

/*responsive fields*/
[data-type="control_textbox"] .form-textbox,
[data-type="control_fullname"] .form-textbox,
[data-type="control_email"] .form-textbox,
[data-type="control_textarea"] .form-textarea,
[data-type="control_dropdown"] .form-dropdown {
    width : 100% !important;
    max-width : none !important;
}

.form-textbox, .form-textarea, .form-dropdown {
    max-width : none !important;
    box-shadow : none;
    outline : none;
    box-sizing : border-box;
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    font-family : inherit;
}

.form-textbox:focus, .form-textarea:focus, .form-dropdown:focus {
    box-shadow : none !important;
    border-color : #ccc !important;
}

.form-line-active {
    color : inherit !important;
}

/*responsive content -wide or shrink*/
.form-label {
    width : 34% !important;
    float : left !important;
}

.form-label-top {
    width : 100% !important;
}

.form-line {
    box-sizing : border-box;
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    width : 100%;
}

.form-checkbox-other-input {
    width : 80% !important;
}

.form-input {
    width : 64% !important;
    max-width : none !important;
}

.form-input-wide {
    max-width : none !important;
}

/*single fields with sublabels*/
[data-type="control_textbox"] .form-input-wide .form-sub-label-container,
[data-type="control_fullname"] .form-input-wide .form-sub-label-container,
[data-type="control_email"] .form-input-wide .form-sub-label-container,
[data-type="control_textarea"] .form-input-wide .form-sub-label-container,
[data-type="control_dropdown"] .form-input-wide .form-sub-label-container,
[data-type="control_textbox"] .form-input .form-sub-label-container,
[data-type="control_fullname"] .form-input .form-sub-label-container,
[data-type="control_email"] .form-input .form-sub-label-container,
[data-type="control_textarea"] .form-input .form-sub-label-container,
[data-type="control_dropdown"] .form-input .form-sub-label-container {
    width : 100%;
    max-width : none !important;
}

/*responsive full name*/
[data-type="control_fullname"] .form-sub-label-container {
    width : 100%;
}

[data-type="control_fullname"] .form-label + div .form-sub-label-container {
    display : inline-block;
}

[data-type="control_fullname"] .form-label + div .form-sub-label-container + .form-sub-label-container {
    margin-right : 0;
    float : right;
}

#sublabel_prefix, #sublabel_first, #sublabel_middle {
    margin-bottom : 10px;
}

/*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%;
}

/*responsive phone fields*/
[data-type="control_phone"] input[name$="[area]"] {
    width : 100%;
}

[data-type="control_phone"] input[name$="[phone]"] {
    width : 100%;
}

.phone-separate {
    display : none;
}

[data-type="control_phone"] input[name$="[full]"] {
    width : 100%;
}

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

[data-type="control_phone"] .form-sub-label-container + .form-sub-label-container {
    width : 100%;
    margin-right : 0;
    margin-top : 10px;
}

[data-type="control_phone"] .form-input-wide .form-sub-label-container + .form-sub-label-container {
    width : 56%;
}

/*responsive full address fields*/
.form-address-city, .form-address-line, .form-address-postal,
.form-address-state, .form-address-table,
.form-address-table .form-sub-label-container, .form-address-table select {
    width : 100%;
    max-width : 100%;
}

[data-type="control_address"] input[name$="[city]"],
[data-type="control_address"] input[name$="[postal]"] {
    width : 90% !important;
}

[data-type="control_address"] input[name$="[area]"] {
    width : 60%;
}

/*reset submit button*/
[data-type="control_button"] {
    background : transparent !important;
}

.form-submit-button,
.form-submit-reset,
.form-submit-print,
.form-pagebreak-back,
.form-pagebreak-next {
    outline : none;
    text-transform : uppercase;
    padding : 10px;
    font-weight : 500;
    box-shadow : 0 0px 0em 0 #00582E !important;
    font-family : 'Hind', sans-serif;
    -webkit-transition : all 0.2s ease-in-out;
    -moz-transition : all 0.2s ease-in-out;
    -o-transition : all 0.2s ease-in-out;
    transition : all 0.2s ease-in-out;
}

.form-submit-button,
.form-submit-reset,
.form-submit-print {
    width : 50%;
}

.form-submit-button:hover,
.form-submit-reset:hover,
.form-submit-print:hover,
.form-pagebreak-back:hover,
.form-pagebreak-next:hover {
    box-shadow : 0 0px 0em 0 #002566 !important;
    background : #042259;
}

/*remove other checkbox*/
.form-checkbox-other,
.form-radio-other {
    visibility : hidden !important;
}

/*shruken fields*/
.form-line-column {
    width : auto;
}

.form-line-column .form-label-left {
    display : block;
}

.form-line-column .form-label-top {
    float : none !important;
    width : 100% !important;
}

/*reset error*/
.form-line-error {
    box-shadow : none !important;
    background : transparent !important;
}

.form-line-error input:not(#coupon-input), .form-line-error select, .form-line-error textarea, .form-validation-error {
    border : 1px solid #e15353 !important;
    box-shadow : none !important;
}

@media screen and (max-width:768px){
    .form-all {
        margin : 0 auto !important;
    }

}

@media screen and (max-width:480px){
    [data-type="control_phone"] .form-sub-label-container + .form-sub-label-container {
        margin-top : 0;
    }

    [data-type="control_phone"] input[name$="[area]"] {
        width : 100%;
    }

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

    .jotform-form {
        padding : 0;
    }

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

    .form-label {
        width : 100% !important;
        float : none !important;
    }

    .form-line-column {
        width : 100% !important;
    }

    span.date-separate, .phone-separate {
        display : none !important;
    }

    [data-type="control_datetime"] .form-input > span:nth-child(4) {
        white-space : normal !important;
    }

    [data-type="control_datetime"] .form-input span:nth-child(5) {
        padding-top : 0;
    }

    div.form-header-group {
        margin : 0 !important;
    }

    .allowTime-container .form-sub-label-container {
        width : 100%;
    }

    .allowTime-container .form-sub-label-container .form-dropdown {
        width : 100%;
    }

    .form-textbox,.form-textarea, .form-dropdown {
        border-radius : 0;
    }

}

/*fix form builder display*/
#stage.form-all {
    max-width : none;
    margin-right : 0;
}

.form-radio-item:not(#foo) label:after,
.form-radio-item:not(#foo) label:before {
    border-radius : 50% !important;
}

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

.form-radio-item:not(#foo) label:before,
.form-checkbox-item:not(#foo) label:before {
    border-width : 1px !important;
    border-color : #ccc !important;
}

@media screen and (min-width:1280px){
    .jotform-form {
        padding : 40px 0;
        max-width : 1366px;
        margin : 0 auto;
    }

}

.form-error-message {
    display : none !important;
}

[data-type="control_dropdown"] .form-input-wide {
    width : 100%;
}

/**two column**/
li[class*="form-col-"] {
    width : 50%;
}

.form-col-3,
.form-col-5,
.form-col-7,
.form-col-9,
.form-col-11,
.form-col-12,
.form-col-13 {
    float : none;
}

/**print nicely on the form builder**/
#stage .form-line-column {
    width : 50%;
}

.form-collapse-table {
    box-shadow : none !important;
    border-radius : 0 !important;
}

.form-collapse-right-show {
    background : url(https://cms.jotform.com/uploads/image_upload/image_upload/brantleyw/34691_collapse_show_gray.png) no-repeat center;
}

.form-collapse-right-hide {
    background : url(https://cms.jotform.com/uploads/image_upload/image_upload/brantleyw/34690_collapse_hide_gray.png) no-repeat center;
    -ms-transform : rotate(-180deg);
    -webkit-transform : rotate(160deg);
    transform : rotate(-180deg);
}

.form-matrix-table {
    border-collapse : collapse;
    border-spacing : 0;
    width : 100%;
    height : 100%;
    margin : 0;
    padding : 4px;
}

.form-matrix-column-headers,
.form-matrix-row-headers,
.form-matrix-values {
    background : #fff;
}

th.form-matrix-column-headers,
th.form-matrix-row-headers {
    background : #EAEAEA;
}

[data-type="control_spinner"] input {
    height : auto !important;
}

[data-type="control_scale"] .form-radio,
[data-type="control_matrix"] .form-radio,
[data-type="control_matrix"] .form-checkbox {
    -webkit-appearance : none;
    -moz-appearance : none;
    height : 24px;
    width : 24px;
    border-radius : 50%;
    border : 1px solid #ccc;
    position : relative;
    outline : none;
    cursor : pointer;
}

[data-type="control_matrix"] .form-checkbox {
    border-radius : 0;
}

[data-type="control_scale"] .form-radio:checked:after,
[data-type="control_matrix"] .form-radio:checked:after {
    background-color : #00944d;
    -webkit-border-radius : 50%;
    -moz-border-radius : 50%;
    border-radius : 50%;
    cursor : pointer;
    content : '';
    position : absolute;
    z-index : 10;
    display : inline-block;
    top : 6px;
    left : 6px;
    width : 10px;
    height : 10px;
}

[data-type="control_matrix"] .form-checkbox:checked:after {
    content : '';
    position : absolute;
    z-index : 10;
    display : inline-block;
    top : 10px;
    left : 6px;
    width : 4px;
    height : 4px;
    background-color : #00944d;
    box-shadow : 0 3px 0 0 #00944d, 3px 3px 0 0 #00944d, 6px 3px 0 0 #00944d, 8px 3px 0 0 #00944d;
    -moz-transform : rotate(-45deg);
    -webkit-transform : rotate(-45deg);
    -o-transform : rotate(-45deg);
    -ms-transform : rotate(-45deg);
    transform : rotate(-45deg);
}

.form-line-active input:focus,
.form-line-active textarea:focus {
    border-color : #ccc;
    box-shadow : none;
}

[data-type="control_scale"] .form-label-top + div .form-scale-table {
    width : 100%;
}

.form-header-group {
    border-bottom : none;
    border-top : none !important;
}

#input_2 {

}

.form-all {
    width : 550px;
    width : 100%;
    max-width : 100%;
}

.jotform-form {
    padding : 0px 0;
}

.form-textbox, .form-textarea, .form-radio-other-input, .form-checkbox-other-input, .form-captcha input {
    padding : 8px;
    margin-left : 0;
    border : 1px solid #ccc;
    font-size : 1em;
    line-height : 1.071em;
    -moz-box-shadow : 0 1px 2px #eee inset;
    -webkit-box-shadow : 0 1px 2px #eee inset;
    box-shadow : 0 1px 2px #eee inset;
    -webkit-border-radius : 3px;
    -moz-border-radius : 3px;
    border-radius : 3px;
}

.form-label {
    width : 17% !important;
    float : left !important;
}

.form-input {
    width : 81% !important;
    max-width : none !important;
}

.form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {
    height : 51px;
    font-size : 1em;
    padding : 9px 15px;
    font-family : "Open Sans", sans-serif;
    font-size : 18px;
    font-weight : bold;
    border : none;
    border-width : 1px !important;
    border-style : solid !important;
    border-color : #5587df !important;
    float : left;
}

.form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {
    color : #ffffff !important;
    background : #2956a7;
    box-shadow : none;
    text-shadow : none;
    -webkit-border-radius : 3px;
    -moz-border-radius : 3px;
    border-radius : 3px;
}

.form-dropdown {
    padding : 2px;
    font-size : 1em;
}

@media screen and (max-width: 480px), screen and (max-device-width: 768px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape){
    .form-line {
        padding : 1% 5%;
        -moz-box-sizing : border-box;
        -webkit-box-sizing : border-box;
        box-sizing : border-box;
    }

}


    .form-label-left{
        width:150px;
    }
    .form-line{
        padding-top:12px;
        padding-bottom:12px;
    }
    .form-label-right{
        width:150px;
    }
    body, html{
        margin:0;
        padding:0;
        background:false;
    }

    .form-all{
        margin:0px auto;
        padding-top:20px;
        width:550px;
        color:#555 !important;
        font-family:'Open Sans';
        font-size:14px;
    }
    .form-radio-item label, .form-checkbox-item label, .form-grading-label, .form-header{
        color: #555;
    }