/* inputs */
INPUT, TEXTAREA, SELECT {padding: 5px 10px; font-size: 14px; border-radius: 0;}
INPUT[type=text] {-webkit-appearance: none;}

.hr2 {width: 100%; height: 1px; margin: 15px 0px; float: left; background: #dfdede; border: 0;}

.webform {width: 100%;}

.webform .formLine {width: 100%; margin: 0px 0px 0px 0px;}
.webform .formLine .formRow {width: 100%; font-weight: 600; margin-bottom: 5px;}
.webform .formLine .formInput {width: 100%; height: 35px; padding: 0px 10px 0px 10px; background-image: linear-gradient(rgb(253, 253, 253), rgb(233, 233, 233)); border: 1px solid #a7a7a7; border-radius: 5px; color: #4c4c4c; font-size: 14px; font-weight: 400;}
.webform .formLine .formSubmit {width: 100%; height: 50px; margin-top: 5px; background-color: #34abaa; border-color: #247b7a; border-radius: 0px; color: #FFF; font-size: 20px; font-weight: 700; text-align: center;}
.webform .formLine .formSubmit:hover {background-color: #247b7a;}

/* Input, který má popisek v Placeholderu */
.webform H3 {width: 100%; float: left; font-size: 22px; margin: 15px 0px 10px 0px;}
.webform .title {margin: 20px 0;}

.webform .inputCont {width: 100%; float: left; margin: 0px 0px 10px 0px; position: relative;}
.webform .inputCont .formInput {width: 100%; padding: 15px 10px 15px 10px; /*background-image: linear-gradient(rgb(253, 253, 253), rgb(233, 233, 233));*/ background-color: #f7f7f7; border: 1px solid #a7a7a7; border-radius: 0px; color: #010101; font-size: 14px; font-weight: 300;}
.webform .inputCont .formInput.error {border-color: red;}
.webform .inputCont .formInput.placeholder_visible {padding: 22px 10px 8px 10px;}
.webform .inputCont .placeholder {position: absolute; top: 7px; left: 10px; font-size: 11px; color: #c4c4c4; display: none;}
.webform .inputCont .placeholder.visible {display: block;}
.webform .inputCont .filesTitle {margin-top: 10px; font-weight: 500;}
.webform .checkboxCont {width: 100%; float: left; margin: 7px 0px 10px 0px; position: relative;}
.webform .checkboxCont LABEL {display: flex; align-items: center; cursor: pointer;}
.webform .checkboxCont LABEL A {color: #14214b; font-weight: 500; text-decoration: underline;}
.webform .checkboxCont INPUT {width: 24px; height: 24px; border: 1px #A7A7A7 solid; border-radius: 5px; margin: 0px 10px 0px 0px; position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #FFF;}
.webform .checkboxCont INPUT:checked:after {width: 100%; height: 100%; content: ''; position: absolute; top: 0px; left: 0px; background-image: url('/images/icon/check.svg'); background-size: 16px; background-position: center center; background-repeat: no-repeat;}
.webform .checkboxCont INPUT.error {border-color: red;}
.webform .checkboxCont INPUT A {text-decoration: underline;}
.webform .checkboxCont .text {font-size: 14px;}


/* info panels */
.infoPanel {width: 100%; float: left; padding: 0px 10px; margin: 0px 0px 15px 0px; background-color: #f7f7f7; border-radius: 3px; 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;}


.checkboxLabel {display: flex; align-items: center; cursor: pointer; margin: 2px 0px 0px 0px;}
.checkboxLabel INPUT[type="checkbox"] {width: 20px; height: 20px; 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; border-radius: 3px;}
.checkboxLabel INPUT[type="checkbox"]:checked {background-image: url('/images/svg/check.svg'); background-size: 80%; background-position: center center; background-repeat: no-repeat; background-color: #fffbed;}
.checkboxLabel INPUT[type="checkbox"].error {border-color: #cc202d;}

.form-heading-green-1 {width: 100%; float: left; font-size: 16px; font-weight: 600; margin: 0px 0px 20px 0px; color: #35a0d7;}
.form-heading-dark-blue {width: 100%; float: left; font-size: 16px; font-weight: 600; margin: 0px 0px 20px 0px; color: #004a70;}

.formLine {width: 100%; float: left; margin: 0px 0px 10px 0px;}
.formLine .formRow {width: 30%; float: left; margin: 12px 0px 0px 0px;}
.formLine .formRow.required {color: #cc202d;}
.formLine .formInput {width: 70%; height: 40px; float: left; margin: 0px 0px 0px 0px; border-radius: 3px;}
.formLine .formInput.error {border-color: #cc202d;}
.formLine .formInputDesc {width: 70%; height: 30px; float: left; margin: 0px 0px 0px 0px; padding: 0px 10px; font-size: 14px; border-radius: 0; border: 1px #ccc 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 .formSelect {width: 70%; height: 30px; float: left; margin: 0px 0px 0px 0px;}
.formLine .formTextarea {width: 70%; height: 100px; height: 120px; float: left; margin: 0px 0px 0px 0px; border-radius: 3px;}
.formLine .formSubmit {width: auto; height: 50px; float: left; margin: 0px 0px 0px 30%; padding: 0px 30px; color: #FFF; background-color: #79db31; border-color: #79db31; font-size: 18px; font-weight: 600; transition: all 200ms; border-radius: 5px;}
.formLine .formSubmit:HOVER {background-color: #232323; border-color: #232323; color: #FFF;}
.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);}


@media only screen
and (max-width: 600px) {
  .formLine .formRow {width: 100%;}
  .formLine .formInput {width: 100%;}
  .formLine .formTextarea {width: 100%;}

  .formLine .formRow.checkboxSeprLeft {display: none;}
  .formLine.checkboxLine {margin: 8px 0;}
}
