
input.webform-counter-warning, input.form-text.webform-counter-warning, textarea.webform-counter-warning, textarea.form-textarea.webform-counter-warning {
    border-color: #FF5274;
    background: #ffffff;
}
.webform-submission-form .form-control {
    height: auto;
    font-size: 16px;
    width: 100%;
    padding: 13px 12px 12px;
    border-radius: 4px;
}
.webform-submission-form .select2-selection__rendered {
    height: auto;
}
.webform-submission-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    font-weight: 400;
}
.webform-submission-form .radio label, .webform-submission-form .checkbox label {
    padding-left: 0;
}
.webform-submission-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.webform-submission-form .select2-container--default .select2-selection--single {
    border: 1px solid #D0D0D0;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    font-weight: 400;
	height: auto;
}
.webform-submission-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 13px 38px 12px 12px;
}
.webform-submission-form legend {
    border: 0;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.form-type-managed-file .webform-file-button {
    padding: 0 0 0 30px;
    background: transparent;
    border: 0;
    color: black;
    position: relative;
    margin: 0;
    cursor: copy;
    text-decoration: underline;
}
.form-type-managed-file .webform-file-button:hover, .form-type-managed-file .webform-file-button:focus {
    text-decoration: none;
}
.form-type-managed-file .webform-file-button:before {
    content: "";
    display: inline-block;
    background-image: url(/themes/contrib/edefi/images/priloha-black.svg);
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.form-control-wrap {
	position: relative;
}
/*
.form-type-date .form-control-wrap:after {
    content: "";
    background-image: url("/themes/contrib/edefi/images/kalendar-black.svg");
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 14px;
    pointer-events: none;
	background-position: center;
    background-repeat: no-repeat;
}
*/
.form-control-date-wrap img {
	display: none;
}

.icheckbox_minimal-blue .iCheck-helper {
	display: none;
}
.iradio_minimal-blue .iCheck-helper, .icheckbox_minimal-blue .iCheck-helper {
	display: none;
}
.webform-submission-form label.error {
    color: #FF5274;
}
.webform-submission-form .form-control.error {
    border-color: #FF5274;
}
.webform-submission-form .form-control-wrap-validation .form-control.valid ~ .validation-icon:before {
    content: "";
    background-image: url("/themes/contrib/edefi/images/valid-ok.svg");
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
	background-position: center;
    background-repeat: no-repeat;
}
.webform-submission-form .form-control-wrap-validation .form-control.valid ~ .validation-icon {
    display: block;
}
.validation-icon {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    height: auto;
    font-size: 0;
}
.icheckbox_minimal-blue, .iradio_minimal-blue {
    height: auto;
    width: auto;
    background: transparent;
    margin: -3px 10px 0 0;
}
.iradio_minimal-blue:before {
    content: "";
    border: 2px solid #A8A8A8;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50px;
	transition: all 0.3s;
}
.iradio_minimal-blue:after {
    content: "";
    background: #A8A8A8;
    width: 14px;
    height: 14px;
	position: absolute;
    display: block;
    border-radius: 50px;
    top: 5px;
    left: 5px;
	transition: all 0.3s;
	opacity: 0;
}
.icheckbox_minimal-blue:before {
    content: "";
    border: 2px solid #A8A8A8;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 2px;
	transition: all 0.3s;
}
.icheckbox_minimal-blue:after {
    content: "";
    background: #A8A8A8;
    width: 14px;
    height: 14px;
    position: absolute;
    display: block;
    border-radius: 2px;
    top: 5px;
    left: 5px;
	transition: all 0.3s;
	opacity: 0;
}
.iradio_minimal-blue.checked:before {
    border: 2px solid #1576FA;
}
.icheckbox_minimal-blue.checked:before {
    border: 2px solid #1576FA;
}
.iradio_minimal-blue.checked:after {
    background: #1576FA;
	opacity: 1;
}
.icheckbox_minimal-blue.checked:after {
    background: #1576FA;
	opacity: 1;
}


.webform-flexbox .form-actions.webform-actions {
    float: right;
}
.ui-datepicker select {
    margin: 1px 2px !important;
    border-radius: 4px;
    width: calc(50% - 4px) !important;
}
.ui-datepicker .ui-datepicker-header {
	background: white;
}
.ui-datepicker td {
	background: white;
}
.webform-submission-form .select-wrapper:after {
    padding-right: 15px;
    margin-top: -11px;
}
