form { clear: both; display: inline-block; } 


/* inputs */
//INPUT[type=text],INPUT[type=email], TEXTAREA, SELECT { width: 680px; max-width: 100%; padding: 0px 10px; margin: 0px; border: 1px #e9e9e9 solid; font-family: inherit; font-size: 14px; color: inherit; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
INPUT[type=text] {-webkit-appearance: none;}
INPUT:FOCUS, TEXTAREA:FOCUS, SELECT:FOCUS {}
INPUT[type=submit] {cursor: pointer; }
INPUT[type=checkbox] {cursor: pointer;}

.selectSmall {padding: 2px 4px; font-size: 12px;}

.required {color: #848188;}

.halfFrame {width: calc(50% - 30px); float: left;}
.halfFrame.right {float: right;}

.formFrame { float: left; margin: 0px auto;}
.formLine {width: 100%; float: left; margin: 0px 0px 10px 0px; display: flex;}
.formLine .formRow {width: calc(30% - 100px); float: left; padding: 17px 0px 0px 0px; margin: 0px 10px 0px 0px; color: #848188; display: flex; justify-content: flex-end; flex-shrink: 0;}
/*.formLine .formRow.required {color: #f54142;}*/
.formLine .formInput {width: 680px; max-width: 100%; height: 50px; float: left; margin: 0px 0px 0px 0px;}
.formLine .formInputDesc {width: 70%; height: 50px; float: left; margin: 0px 0px 0px 0px; padding: 0px 10px; font-size: 14px; border-radius: 0; border: 1px #e9e9e9 solid; font-family: inherit; font-size: inherit; color: inherit; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; background-color: #f7f7f7; display: flex; align-items: center;}
.formLine .formTextarea {width: 680px; max-width: 100%; height: 120px; float: left; margin: 0px 0px 0px 0px; padding: 8px 10px;}
.formLine .formSubmit {width: auto; height: 50px; float: left; margin: 0px 0px 0px 30%; padding: 0px 30px; color: #FFF; background-color: #4ba035; border-color: #4ba035; font-size: 16px; font-weight: 400; transition: all 200ms;}
.formLine .formSubmit:HOVER {background-color: #4ba035; border-color: #4ba035; color: #FFF; text-decoration: underline; }
.formLine .formSubmit.left {margin-left: 70px;}
.formLine .g-recaptcha {width: 70%; float: left;}
.formLine .radiosCont {width: 70%; margin: 0px 0px 0px 0px; float: left; display: flex; align-items: center; justify-content: flex-start;}
.formLine .radiosCont .inputRadio {width: 30px; height: 30px; float: left; background-image: url('/images/star-100.png'); background-size: 100%; background-repeat: no-repeat; background-position: center center; -webkit-appearance: none; margin: 0px 5px 0px 0px; border: 0px; background-color: #fff; cursor: pointer;}
.formLine .radiosCont .inputRadio.checked {background-image: url('/images/star-100-gold.png');}
.formLine .radiosCont .inputRadio:FOCUS {box-shadow: inset 0 0 4px rgba(0,0,0,0);}
.formLine .inputFilesCont {width: 70%; display: flex; align-items: center; border: 1px #e9e9e9 solid;}
.formLine .inputFilesCont INPUT {border: 0px; height: auto;}


.inline { width: 680px; max-width: 100%; cursor: pointer; }
/*
.checkboxLine {}
//.checkboxLine LABEL {display: flex; }
//.checkboxLine LABEL INPUT {margin: 0px 5px 0px 0px;}
//.checkboxLine LABEL .text {margin-right: 5px;}
//.checkboxLine LABEL A {text-decoration: underline; margin-right: 5px;}
//.checkboxLine.leftPadding {padding: 0px 0px 10px 30%;}

.checkboxLabel {display: flex; align-items: center; cursor: pointer; margin: 2px 0px 0px 0px;}
.checkboxLabel INPUT[type="checkbox"] {width: 16px; height: 16px; background-color: #fff; border: 1px #ccc solid; padding: 0px; margin: 0px 5px 0px 0px; position: relative; cursor: pointer; appearance: none; -moz-appearance: none; -webkit-appearance: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; flex-shrink: 0;}
.checkboxLabel INPUT[type="checkbox"]:checked {background-image: url('/images/check.svg'); background-size: 80%; background-position: center center; background-repeat: no-repeat; background-color: #fffbed;}
*/
.formRadiosCont {width: 100%; float: left; display: flex; flex-direction: column;}
.formRadioLine {width: auto; float: left; display: flex; cursor: pointer; margin: 0px 0px 10px 0px; padding: 5px;}
.formRadioLine:HOVER {background-color: #f7f7f7;}
.formRadioLine INPUT {margin: 0px 15px 0px 0px;}
.formRadioLine .textFrame {display: flex; flex-direction: column;}
.formRadioLine .textFrame .heading {font-size: 14px; font-weight: 800; margin: 0px 0px 0px 0px;}
.formRadioLine .textFrame .desc {font-size: 14px;}
.formRadioLine .textFrame .desc P {margin: 0px 0px 10px 0px;}
.formRadioLine .textFrame .desc P:last-child {margin-bottom: 0px;}


/* info panels */
.infoPanel {width: 100%; float: left; padding: 0px 10px; margin: 0px 0px 15px 0px; background-color: #f7f7f7; border: 1px #ddd solid; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;}
.infoPanel I {width: auto; float: left; margin: 3px 10px 2px 0px; font-size: 16px;}
.infoPanel P {width: auto; float: left; margin: 9px 0px 8px 0px !important;}
.infoPanel.error {border-color: #e95847; color: #fff !important; background-color: #e95847;}
.infoPanel.error P {color: #fff !important;}
.infoPanel.done {border-color: #27cd27; color: green; background-color: #ecffcf;}
.infoPanel.info {border-color: orange; color: #fff; background-color: orange;}
.infoPanel.alert {border-color: orange; color: #fff; background-color: orange;}
.infoPanel.star {border-color: #d7d123; color: #d7d123; background-color: #fffdd2;}
.infoPanel.done I {color: #27cd27;}
.infoPanel A {text-decoration: underline; font-weight: bold;}
.infoPanel.cartMessage {margin: 10px 0px 0px 0px;}

@media only screen
and (max-width: 1100px)
{
  .formFrame {width: calc(100% - 60px); margin: 0px 30px 10px 30px;}
}

@media only screen
and (max-width: 800px)
{
  .formLine {flex-direction: column;}
  .formLine .formRow {width: 100%; justify-content: flex-start; padding: 0px;}
  .formLine .formInput {width: 100%;}
  .formLine .formTextarea {width: 100%;}
  .formLine .inputFilesCont {width: 100%; padding: 10px 0px;}
  .formLine .formSubmit {margin-left: 0px;}
}

@media only screen
and (max-width: 600px)
{
  .formFrame {width: 100%; margin: 0px 0px 10px 0px;}
  .formLine.recaptcha {justify-content: center;}
  .formLine.recaptcha .formRow {display: none;}
  .formLine .g-recaptcha {width: 320px;}
}