#ErrorBox {
    padding: 10px;
    border: 0px;
    border-radius: 4px;
    color: #fff;
    background-color: #e10000;
    font-weight: 500;
}
#ErrorBox.On {
    margin-bottom: 20px;
}
.Off{
    height: 1px;
    padding: 0px !important;
    opacity: 0;
    transition: opacity .15s linear;
}
.On{
    height: auto;
    opacity: 1;
    transition: opacity .15s linear;	
}

.FreezePaneOn {
    z-index: 99999; 
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    display: block;
    top: 0px;
    left: 0px;
}
.FreezePaneOn #text,
.FreezePaneOn #text:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.FreezePaneOn #text {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5em;
    margin-top: -5em;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(24, 186, 173, 0.2);
    border-right: 1.1em solid rgba(24, 186, 173, 0.2);
    border-bottom: 1.1em solid rgba(24, 186, 173, 0.2);
    border-left: 1.1em solid #18baad;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.form-horizontal .control-label {
    text-align: left;
}
.da-pagare{
    font-size: 24px;
    margin-bottom: 20px;
    color: #555;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 3px solid #ddd;
}
.da-pagare strong{
    font-weight: 600;
}


@media (max-width: 767px) {
    h5 img {
        float: none !important;
        margin-top: 15px !important;
    }
    #SubmitFieldset img{
        margin-top: 35px !important;
    }
    .btn-riepilogo{
        float: none !important;
        display: block;
margin-top: 20px;
    }
}


.copyright hr{
    border-color: #0D9387;
    margin-top: 10px;
    margin-bottom: 10px;
}
.copyright .footerbandiere .col-sm-1{
    margin-bottom: 15px;
}
.copyright .col-sm-12,
.copyright .col-sm-3{
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .copyright .footerbandiere .col-sm-1{
        width: 4.33333333%;
        margin-bottom: 5px;
    }
}
.pagamento-itinerario .collapse.in {
    display: table;
}
.pagamento-itinerario {
    margin-bottom: 30px;
}