
form.ajax-registration-form label.error {
    color: #ec0303;
    font-size: 13px;
    position: absolute;
    left: 20px;
    bottom: -18px;
}
.filtro.iscrizione-content {
    margin-bottom: 30px;
}
.ajax-registration-form input:disabled {
    opacity: 0.5;
}
form.ajax-registration-form input[type="radio"],
form.ajax-registration-form input[type="checkbox"] {
    width: auto;
}
pre {
    max-height: 200px;
}

.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-progressbar {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.k-progressbar-horizontal {
    width: 27em;
    height: 30px;
}

.k-progressbar {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: 5px;
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset; */
    background: #aeaeae;
    /* border: 1px solid #8c99a1; */
    width: 100%;
}

.k-progress-status-wrap {
    position: absolute;
    /* top: -1px; */
    /* border: 1px solid transparent; */
    line-height: 30px;
    width: 100%;
    height: 100%;
}

.k-progress-status-wrap,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap {
    /* left: -1px; */
    right: auto;
    text-align: right;
}

.k-progress-status {
    isplay: inline-block;
    padding: 0 0.5em;
    position: absolute;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    font-weight: 600;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.k-progressbar>.k-state-selected {
    position: absolute;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
}

.k-progressbar-horizontal>.k-state-selected,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected {
    /* left: -1px; */
    right: auto;
    /* top: -1px; */
    height: 100%;
    border-radius: 4px 0 0 4px;
}

.status-free,
.status-warning,
.status-out {
    max-width: 300px;
    margin: auto;
}

.status-free .k-state-selected {
    background: #61993b;
    border: 0;
    color: #3c763d;
}

.status-warning .k-state-selected {
    background: #f9a800;
    border: 0;
    color: #3c763d;
}

.status-out .k-state-selected {
    background: #9b2423;
    border: 0;
    color: #3c763d;
}
