.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: 40px; margin-top: 5px; background-image: linear-gradient(rgb(249, 229, 62), rgb(248, 201, 68)); border-radius: 5px; color: #4c4c4c; font-size: 14px; font-weight: 700; text-align: center;}

/* Input, který má popisek v Placeholderu */
.webform H3 {width: 100%; float: left; font-size: 16px; 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)); border: 1px solid #a7a7a7; border-radius: 5px; 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: #bd8c00; font-weight: 500; text-decoration: underline;}
.webform .checkboxCont INPUT {width: 16px; height: 16px; 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/icons/check.svg'); background-size: 16px; background-position: center center; background-repeat: no-repeat;}
.webform .checkboxCont INPUT.error {border-color: red;}
.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%;}

.webform #deliveryAddressCont {width: 100%; float: left; display: none;}
.webform #deliveryAddressCont.visible {display: block;}
.webform #companyCont {width: 100%; float: left; display: none;}
.webform #companyCont.visible {display: block;}

.linkButtonGray {width: 100%; height: 40px; display: flex; justify-content: center; align-items: center; float: left; margin-top: 10px; background-image: linear-gradient(rgb(80, 80, 80), rgb(122, 122, 122)); border-radius: 5px; color: #fff; font-size: 14px; font-weight: 700; text-align: center;}
.buttonMarginBottom {margin-bottom: 15px;}