/* 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%; margin: 50px 0 30px 0; float: left;}
.webform .inner {width: 100%; flex-direction: column;}
.webform .inner .left {width: 100%;}
.webform .inner .left .inputCont {margin: 0 20px 15px 0;}
.webform .inner .left .inputCont:last-child {margin-right: 0;}
.webform .inner .right {width: 100%;}
.webform .inner .right .inputCont {flex: 1;}
.webform .inner .right .inputCont textarea {height: 100px;}
.webform .inner .bottom {justify-content: space-between; align-items: center;}
.webform .inner .bottom .submitBlock {width: 160px;}


.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: 40px; background-color: #0094c1; border-color: #0094c1; border-radius: 20px; color: #FFF; font-size: 20px; text-transform: uppercase; font-weight: 700; text-align: center;}
.webform .formLine .formSubmit:hover {background-color: #027ba0;}

/* 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-color: #f7f7f7; border: 1px solid #a7a7a7; border-radius: 10px; 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: 0px 0px 0px 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: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
.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; text-align: left !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;}