@import "https://fonts.googleapis.com/css?family=Merriweather:light,lightitalic,normal,italic,bold,bolditalic|Merriweather+Sans:light,lightitalic,normal,italic,bold,bolditalic";
.form-all {
  font-family: "Merriweather", sans-serif;
  font-family: "Merriweather", 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-all {
  font-size: 16px;
}
.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 {
    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: 689px) {
  .jotform-form {
    padding: 30px 0;
  }
}
/* | */
/* | */
@media screen and (min-width: 768px) {
  .jotform-form {
    padding: 60px 0;
  }
}
/* | */
/* | */
@media screen and (max-width: 689px) {
  .jotform-form {
    padding: 0;
  }
}
/* | */
.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: #ffffe0;
}
/* ömer */
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 2px !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: 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-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: 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);
}
.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: 4px;
  margin-bottom: 4px;
}
.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: "Merriweather", sans-serif;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: normal;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-size: 1em;
  padding: 9px 15px;
  font-family: "Merriweather", sans-serif;
  font-family: "Merriweather", serif;
  font-size: 16px;
  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: "Merriweather Sans", 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: rgba(255, 255, 255, 0);
}
.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 !important;
}
.form-label {
  font-family: "Merriweather", sans-serif;
  font-family: "Merriweather", 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;
  -webkit-box-shadow: 0 0 3px #ff3200;
  -moz-box-shadow: 0 0 3px #ff3200;
  box-shadow: 0 0 3px #ff3200;
}
.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: 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;
  }
  [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__*/
.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-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 : .3em;
    -webkit-border-radius : .3em;
    border-radius : .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 : .3em;
    -webkit-border-radius : .3em;
    border-radius : .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 : .2em;
    -webkit-border-radius : .2em;
    border-radius : .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 : .9em;
    height : .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("https://secure.jotform.com/uploads/EltonCris/form_files/radio_mark.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("https://secure.jotform.com/uploads/EltonCris/form_files/radio_mark.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;
    margin : 10px;
    border-bottom : 1px solid #e3e3e3;
    border-top : 1px solid #e3e3e3;
}

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 : .3em;
    -webkit-border-radius : .3em;
    border-radius : .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 : .3em;
    -webkit-border-radius : .3em;
    border-radius : .3em;
    padding : 6px 20px;
    margin : 5px;
    color : #fff !important;
    font-size : 1em;
    text-shadow : 0px -1px 0px #d85d00;
    border : none;
    box-shadow : 0px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 0px 0px 1px #d85d00, 0px 0px 0px 5px #f2f2f2, inset 0px 2px 1px 0px #ffcc7a, 0px 0px 0px 6px #e6e6e6;
    -moz-box-shadow : 0px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 0px 0px 1px #d85d00, 0px 0px 0px 5px #f2f2f2, inset 0px 2px 1px 0px #ffcc7a, 0px 0px 0px 6px #e6e6e6;
    -webkit-box-shadow : 0px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 0px 0px 1px #d85d00, 0px 0px 0px 5px #f2f2f2, inset 0px 2px 1px 0px #ffcc7a, 0px 0px 0px 6px #e6e6e6;
    background : #ff6d00;
    /* old browsers */
    background : -moz-linear-gradient(top, #faa41a 0%, #ff6d00 100%);
    /* firefox */
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa41a), color-stop(100%,#ff6d00));
    /* webkit */
	background : linear-gradient(top, #faa41a 0%, #ff6d00 100%);
    /* W3C */
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa41a', endColorstr='#ff6d00', GradientType=0 );
    /* ie */;
}

.form-submit-button:hover {
    background : #ff8819;
    /* old browsers */
    background : -moz-linear-gradient(top, #ffb319 0%, #ff8819 100%);
    /* firefox */
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb319), color-stop(100%,#ff8819));
    /* webkit */
	background : linear-gradient(top, #ffb319 0%, #ff8819 100%);
    /* W3C */
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb319', endColorstr='#ff8819', GradientType=0 );
    /* ie */;
}

.form-submit-button:active {
    background : #ff6d00;
    /* old browsers */
    background : -moz-linear-gradient(top, #ff6d00 0%, #faa41a 100%);
    /* firefox */
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6d00), color-stop(100%,#faa41a));
    /* 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 : .3em;
    -webkit-border-radius : .3em;
    border-radius : .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(https://secure.jotform.com/uploads/EltonCris/form_files/btn_print.png), -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
    /* firefox */
    background-image : url(https://secure.jotform.com/uploads/EltonCris/form_files/btn_print.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e9e9e9));
    /* webkit */
	background-image : url(https://secure.jotform.com/uploads/EltonCris/form_files/btn_print.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(https://secure.jotform.com/uploads/EltonCris/form_files/btn_print.png), -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    /* firefox */
    background-image : url(https://secure.jotform.com/uploads/EltonCris/form_files/btn_print.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    /* webkit */
	background-image : url(https://secure.jotform.com/uploads/EltonCris/form_files/btn_print.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(https://secure.jotform.com/uploads/EltonCris/form_files/btn_print.png), -moz-linear-gradient(top, #e9e9e9 0%, #f7f7f7 100%);
    /* firefox */
    background-image : url(https://secure.jotform.com/uploads/EltonCris/form_files/btn_print.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#f7f7f7));
    /* webkit */
	background-image : url(https://secure.jotform.com/uploads/EltonCris/form_files/btn_print.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 : .3em;
    -webkit-border-radius : .3em;
    border-radius : .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(https://secure.jotform.com/uploads/EltonCris/form_files/btn_reset.png), -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 100%);
    /* firefox */
    background-image : url(https://secure.jotform.com/uploads/EltonCris/form_files/btn_reset.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e9e9e9));
    /* webkit */
	background-image : url(https://secure.jotform.com/uploads/EltonCris/form_files/btn_reset.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(https://secure.jotform.com/uploads/EltonCris/form_files/btn_reset.png), -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    /* firefox */
    background-image : url(https://secure.jotform.com/uploads/EltonCris/form_files/btn_reset.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    /* webkit */
	background-image : url(https://secure.jotform.com/uploads/EltonCris/form_files/btn_reset.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(https://secure.jotform.com/uploads/EltonCris/form_files/btn_reset.png), -moz-linear-gradient(top, #e9e9e9 0%, #f7f7f7 100%);
    /* firefox */
    background-image : url(https://secure.jotform.com/uploads/EltonCris/form_files/btn_reset.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#f7f7f7));
    /* webkit */
	background-image : url(https://secure.jotform.com/uploads/EltonCris/form_files/btn_reset.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-line-active {
    background : #fffbe5;
}

input:focus,
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;
}

select:focus,
button: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(https://secure.jotform.com/uploads/EltonCris/form_files/form_collapse_minus.png) no-repeat center;
    padding-right : 15px;
}

.form-collapse-right-hide {
    background : url(https://secure.jotform.com/uploads/EltonCris/form_files/form_collapse_plus.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:768px){
    .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;
    }

}

