﻿.help-block-error {
    color: red !important;
}

#containerMain {
    display: none;
    width: 400px;
    height: 35px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#container {
    display: none;
    width: 400px;
    height: 5px;
    position: absolute;
    margin: auto;
    /*top: 0;*/
    right: 0;
    bottom: 0;
    left: 0;

}

.display-hide {
    display: none;
}

#ajaxBlocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.35);
    display: none;
    z-index: 999999; /* Sopra tutto */
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    #ajaxBlocker .spinner-border {
        width: 60px;
        height: 60px;
        color: white;
    }

/* Desktop / schermi grandi */
@media (min-width: 992px) {
    .divsmall {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Mobile / schermi piccoli */
@media (max-width: 991px) {
    .divsmall {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.jq-toast-single {
    padding-left: 20px !important;
}