form * {
    font-size: 14px;
    font-family: SKODANext, Verdana, "Arial CE", Arial, "Helvetica CE", sans-serif;
    font-weight: 400;
}

form strong {
    font-weight: 700;
}

label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000000;
}
label i {
    color: #999999;
}
.button,
button {
    display: inline-block;
    background-color: #47a923;
    color: #fff;
    padding: 0px 0px;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 0px none;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    margin-right: 59px;
    text-decoration: none;
}
button > span {
    background: #0E3A2F;
    position: absolute;
    width: 58px;
    height: 100%;
    top: 0px;
    left: 100%;
    border-left: 1px solid #409425;

}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: 600;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    padding: 5px 10px 6px 10px;
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    width: 100%;
    /*border-radius: 5px;*/
    height: 37px;
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
}
input[type="text"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
input[type="password"]:invalid,
textarea:invalid,
select:invalid {
    border-color: #ff0000;
}
.has-errors input[type="text"],
.has-errors input[type="email"],
.has-errors input[type="tel"],
.has-errors input[type="password"],
.has-errors textarea,
.has-errors select {
    border-color: #ff0000;
}
.has-errors.form-group-checkbox label:before {
    border: 1px solid #ff0000;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-group.is-valid:after,
.form-group.has-errors:after {
    position: absolute;
    top: 2px;
    right: 0;
    width: 12px;
    height: 12px;
    content: ' ';
    display: block;
}
.form-group.has-errors:after {
    /*background: url('../img/error-icon.png') center center no-repeat;*/
}
.form-group.is-valid:after {
    background: url('../img/success-icon.png') center center no-repeat;
}
.form-group-checkbox {

}
.form-group-checkbox label,
.form-group-checkbox input[type="checkbox"] {
    display: inline-block;
}
.form-group-checkbox label {
    font-family: SKODANext;
    font-weight: 400;
    vertical-align: top;
    font-size: 12px;
    color: #999999;
    font-weight: 300;
}
.giodo-description {
    font-family: SKODANext;
    font-weight: 300;
    color: #999999;
    line-height: 15px;
    font-size: 12px;
    margin: 0 0 15px;
}
.gdpr-info {
    max-height: 60px;
    overflow: auto;
    font-weight: 300;
    line-height: 1.17rem;
	margin-bottom: 1rem;
}
html body .custom-scroll-content::-webkit-scrollbar {
    background-color: #ece9e1;
    border-radius: 5px;
    width: 5px
}

html body .custom-scroll-content::-webkit-scrollbar-track {
    background-color: #ece9e1;
    border-radius: 5px
}

html body .custom-scroll-content::-webkit-scrollbar-thumb {
    width: 5px;
	background-color: #0e3a2f87;
	border-radius: 5px;
}
.form-errors,
.formErrorList,
.formErrorList li {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.item-field-3 .form-errors,
.item-field-3 .formErrorList,
.item-field-3 .formErrorList li {
    /*Tylko w przypadku gdy obowiązkowy mamy tylko email*/
    /*position: absolute;*/
}
.form-errors li,
.formErrorList li {
    font-size: 12px;
    color: #ff0000;
    font-weight: 300;
    font-style: italic;
    margin-top: 5px;
}
.formErrorList {
    margin-bottom: 10px;
}

/* http://codepen.io/martinwolf/pen/vLpwG */
.form-group-checkbox label {
    position: relative;
    display: inline-block;
    padding-top: 2px;
}
.form-group-checkbox label:before {
    content: '';
    display: block;
    position: absolute;
}
.form-group-checkbox label {
    padding-left: 35px;
}
.form-group-checkbox label:before {
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    background: transparent url("../img/checkbox2.png") no-repeat 0px 0px;
}
.form-group-checkbox input[type="checkbox"] {
    /*display: none;*/
    opacity: 0.01;
    position: absolute;
}
.form-group-checkbox input[type="checkbox"]:checked + label:before {
    background: transparent url("../img/checkbox2.png") no-repeat 0px -24px;
}
.form-group-checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.5;
}

.form-checkboxes-list {

}
.form-checkboxes-list .form-group-checkbox {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}
.form-checkboxes-list .form-group-checkbox label {
    padding-top: 5px;
}
