/* 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-image: linear-gradient(#14214b, #14214b);*/ background-color: #664722; border-color: #664722; border-radius: 8px; color: #FFF; font-size: 20px; font-weight: 700; text-align: center;}

/* Input, který má popisek v Placeholderu */
.webform H3 {width: 100%; float: left; font-size: 22px; margin: 15px 0px 10px 0px;}
.webform H3:first-child {margin-top: 0px;}
.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: #fff; border: 1px solid #a7a7a7; border-radius: 8px; color: #4c4c4c; font-size: 14px; font-weight: 500;}
.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 .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;}
/*.webform .inputListCont {width: 100%; margin: 0px 0px 10px 0px; display: flex; justify-content: space-between;}
.webform .inputListCont .inputCont {margin: 0px 10px;}
.webform .inputListCont .inputCont:first-child {margin-left: 0px;}
.webform .inputListCont .inputCont:last-child {margin-right: 0px;}
.webform .inputListCont .inputCont.email {width: 50%;}
.webform .inputListCont .inputCont.phone {width: 50%;}
.webform .inputListCont .inputCont.ic {width: 50%;}
.webform .inputListCont .inputCont.dic {width: 50%;}
.webform .inputListCont .inputCont.company {width: 100%;}
.webform .inputListCont .inputCont.name {width: 50%;}
.webform .inputListCont .inputCont.surname {width: 50%;}
.webform .inputListCont .inputCont.street {width: 50%;}
.webform .inputListCont .inputCont.city {width: 30%;}
.webform .inputListCont .inputCont.zip {width: calc(20% - 20px);}
.webform .inputListCont .inputCont.password {width: 50%;}*/


/* 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; border-radius: 8px;}
.infoPanel.error P {color: #fff !important;}
.infoPanel.done {border-color: #27cd27; color: green; background-color: #ecffcf; border-radius: 8px;}
.infoPanel.info {border-color: orange; color: #fff; background-color: orange; border-radius: 8px;}
.infoPanel.alert {border-color: orange; color: #fff; background-color: orange; border-radius: 8px;}
.infoPanel.star {border-color: #472024; color: #d7d123; background-color: #fffdd2; border-radius: 8px;}
.infoPanel.done I {color: #27cd27;}
.infoPanel A {text-decoration: underline; font-weight: bold;}