﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background: inherit;
}

.gradient {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e51c2e;
    z-index: 0;
}

.container {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border: 0;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: center;
}

.formcontainer {
    position: relative;
    width: 100%;
    max-width: 440px;
    min-height: 440px;
    background: #fff;
    background: linear-gradient(-15deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
    color: #494949;
    margin: auto;
    padding: 25px 15px 25px 15px;
    border-radius: 15px;
    text-align: center;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
}

.formfooter {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 11px;
    bottom: -25px;
    left: 0;
    color: #fff;
}


sup {
    vertical-align: super;
    font-size: smaller;
}

hr {
    width: auto;
    height: 36px;
    display: block;
    padding: 0;
    border: 0;
    margin: 0 0 0 0;
    background: url('/img/separator.png') no-repeat center top;
    background-size:contain;
}


.hero__scroll {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.8));
}

    .hero__scroll .chevron {
        display: block;
        -webkit-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
        color: #ffffff;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.chevron::before {
    border-style: solid;
    border-width: 0.33em 0.33em 0 0;
    content: '';
    display: inline-block;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 30px;
}

.chevron.right:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chevron.bottom:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.chevron.left:before {
    left: 0.25em;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.chevron {
}


.wa-jump {
    position: fixed;
    width: 72px;
    height: 96px;
    bottom: 0;
    right: 32px;
    z-index: 999999;
}

    .wa-jump img {
        border: 0;
    }


    .wa-jump .pulse {
        -webkit-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 64px;
        height: 64px;
        filter: drop-shadow(0 0 3px rgba(0, 0, 0,0.5));
    }

    50% {
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
        width: 72px;
        height: 72px;
        filter: drop-shadow(0 10px 6px rgba(0, 0, 0,0.66));
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 64px;
        height: 64px;
        filter: drop-shadow(0 0 3px rgba(0, 0, 0,0.5));
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 64px;
        height: 64px;
        filter: drop-shadow(0 0 3px rgba(0, 0, 0,0.5));
    }

    50% {
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px);
        width: 72px;
        height: 72px;
        filter: drop-shadow(0 10px 6px rgba(0, 0, 0,0.66));
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 64px;
        height: 64px;
        filter: drop-shadow(0 0 3px rgba(0, 0, 0,0.5));
    }
}



.FaqBox {
    display: block;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 25px auto 50px auto;
}

    .FaqBox ul {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .FaqBox li {
        width: 100%;
        display: block;
        position: relative;
        margin: 15px 0;
        padding: 15px;
        background: #fff;
        text-align: left;
        border-radius: 5px;
        filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.33));
    }

        .FaqBox li .linkOpen, .FaqBox li .linkClose {
            width: 32px;
            height: 32px;
            display: block;
            float: right;
            margin: -5px -5px 0 10px;
        }

            .FaqBox li .linkOpen img, .FaqBox li .linkClose img {
                width: 32px;
                height: 32px;
                border: 0;
            }


        .FaqBox li .domanda {
            display: block;
            margin: 0 40px 0 0;
            font-size: 24px;
            font-weight: 600;
            color: rgba(0,93,153,1);
            font-family: 'Montserrat', sans-serif;
            font-style:italic;
        }

        .FaqBox li .risposta {
            display: block;
            margin: 10px 40px 10px 10px;
            font-size: 17px;
            font-weight: 400;
            line-height: 1.5;
            color: #999;
        }

            .FaqBox li .risposta img {
                width: 40px;
                height: 40px;
                border: 0;
                float: right;
                margin: 0 0 10px 10px;
            }



.Sx, .sx {text-align: left;}
.Dx, .dx {text-align: right;}
.Cn, .cn {text-align: center;}
.clear, .cb {clear: both;}
.clearL, .cl {clear: left;}
.clearR, .cr {clear: right;}
.nw {white-space: nowrap}



.IconSdx {
    width: 24px;
    height: 24px;
    border: 0;
    margin: 0 0 0 4px;
    float: right;
}

.IconSsx {
    width: 24px;
    height: 24px;
    border: 0;
    margin: 0 4px 0 0;
    float: left;
}

.IconS, .IcoS {
    width: 24px;
    height: 24px;
    border: 0;
    display: inline-block;
    overflow: hidden;
}
.IconM, .IcoM {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 1px;
    display: inline-block;
}

.IconM img, .IcoM img {
    width: 30px;
    height: 30px;
}

.IconL, .IcoL {
    width: 40px;
    height: 40px;
    margin: 4px;
    overflow: hidden;
    display: inline-block;
}

.IconXs {
    width: 16px;
    height: 16px;
    border: 0;
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 0 -4px 0;
}


.Console {
    display: block;
    background: #333;
    color: chartreuse;
    padding: 10px;
    border-radius: 10px;
    font-family: Consolas, sans-serif;
}
.spacer {
    display: block;
    min-height:32px;
    min-width:32px;
}


.row {
    min-height: 24px;
    display: block;
}

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
}

.col-md-1 {
    width: 8.333333333333332%;
}

.col-md-2 {
    width: 16.666666666666664%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33333333333333%;
}

.col-md-5 {
    width: 41.66666666666667%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.333333333333336%;
}

.col-md-8 {
    width: 66.66666666666666%;
}

.col-md-9 {
    width: 75%;
}

.col-md-10 {
    width: 83.33333333333334%;
}

.col-md-11 {
    width: 91.66666666666666%;
}

.col-md-12 {
    width: 100%;
}

.col-content2 {
    display: block;
    background: #eee;
    border-radius: 8px;
    padding: 6px;
    margin: 6px;
    min-height: 48px;
}

.col-content {
    display: block;
    background: #fff;
    border-radius: 8px;
    padding: 6px;
    margin: 6px;
}

.col-inner {
    display: block;
    padding: 0 6px;
}

.col-inner-bt {
    display: block;
    padding: 20px 6px 0 6px;
    text-align:center;
}

.CellaRed {
    display: block;
    position: relative;
    width: calc(100% - 12px);
    padding: 5px;
    color: rgba(0, 0, 0, 0.75);
    background: rgba(255, 255, 255, 0.66);
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    min-height: 20px;
    border-radius: 5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    border: 1px solid rgba(207, 20, 43, 1);
}


.col-p {
    padding: 3px;
    display: block;
}

.col-p p {
    padding:0 0 3px 3px;
    margin:0;
    font-size:12px;
}


.Cella100 {
    display: block;
    position: relative;
    width: calc(100% - 7px);
    padding: 5px 0 5px 5px;
    color: #003366;
    background: rgba(255, 255, 255, 0.66);
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    min-height: 20px;
    border-radius: 5px;
}

    .Cella100:hover {
    }

.DropDown {
    display: block;
    position: relative;
    width: calc(100% - 2px);
    padding: 0;
    background: rgba(255, 255, 255, 0.66);
    margin: 0;
    border: 1px solid #bbb;
    height: 30px;
    border-radius: 5px;
    overflow: hidden;
}

    .DropDown:hover {
    }

    .DropDown select {
        width: calc(100% + 30px);
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        min-height: 20px;
        border: 0;
        margin: -1px -1px -1px -1px;
        color: #003366;
        padding: 0 5px;
        z-index: 10;
        background: url('/img/down.png') no-repeat;
        background-position: calc(100% - 30px) center;
    }


.DropDownS {
    display: block;
    position: relative;
    width: calc(100% - 2px);
    padding: 0;
    background: rgba(255, 255, 255, 0.66);
    margin: 0;
    border: 1px solid #bbb;
    height: 22px;
    border-radius: 5px;
    overflow: hidden;
}

    .DropDownS:hover {
    }

    .DropDownS select {
        width: calc(100% + 22px);
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        min-height: 16px;
        border: 0;
        margin: -1px -1px -1px -1px;
        color: #003366;
        padding: 0 5px;
        z-index: 10;
        background: url('/img/down.png') no-repeat;
        background-position: calc(100% - 22px) center;
    }

.CheckBoxContainer {
    display: inline-block;
    padding: 3px;
}

    .CheckBoxContainer input {
        width: 22px;
        height: 22px;
        opacity: 0.66;
    }

        .CheckBoxContainer input:checked {
            opacity: 1;
        }


.Cella100s {
    display: block;
    position: relative;
    width: calc(100% - 7px);
    padding: 3px 0 5px 3px;
    color: #003366;
    background: rgba(255, 255, 255, 0.66);
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    min-height: 18px;
    border-radius: 5px;
}

.Cella100l {
    display: block;
    position: relative;
    width: calc(100% - 12px);
    padding: 10px 0 10px 10px;
    color: #003366;
    background: #fff;
    margin: 8px 0 8px 0;
    border: 1px solid #ccc;
    font-size: 18px;
    line-height: 30px;
    min-height: 52px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

    .Cella100l:hover {
        border: 1px solid #08a2c9;
    }

.Cella100lDropDown {
    display: block;
    position: relative;
    width: calc(100% - 2px);
    padding: 0;
    background: #fff;
    margin: 8px 0 8px 0;
    border: 1px solid #ccc;
    height: 52px;
    border-radius: 8px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    overflow: hidden;
}

    .Cella100lDropDown:hover {
        border: 1px solid #08a2c9;
    }

    .Cella100lDropDown select {
        width: calc(100% + 30px);
        height: 52px;
        color: #003366;
        font-size: 18px;
        line-height: 30px;
        min-height: 54px;
        border: 0;
        margin: -1px -1px -1px -1px;
        padding: 0 5px;
        z-index: 10;
        background: url('/img/down.png') no-repeat;
        background-position: calc(100% - 30px) center;
    }


    .Cella100lDropDown:hover {
        box-shadow: 0 0 8px rgba(0,0,0,0.33);
    }


.MaxW50 {
    max-width: 50px;
}

.MaxW100 {
    max-width: 100px;
}

.MaxW150 {
    max-width: 150px;
}

.MaxW200 {
    max-width: 200px;
}


.Cella100B {
    border-bottom: 2px solid #900;
}





.ui-widget {
    position: relative;
    margin: 0 auto;
}


.custom-combobox {
    position: relative;
    display: block;
    width: calc(100% - 2px);
    padding: 0;
    color: #225531;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    height: 40px;
    overflow: hidden;
    margin: 3px 0 0 0;
}

.custom-combobox-toggle {
    height: 42px !important;
    width: 36px !important;
    position: absolute !important;
    top: -1px !important;
    right: -2px !important;
    z-index: 10;
}

.custom-combobox-input {
    width: calc(100% - 40px);
    height: 50px;
    margin: -5px;
    position: relative;
    z-index: 9;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 40px;
    float: left;
    background: #fff;
}


.ui-autocomplete.ui-front {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    max-width: 600px;
    max-height: 470px;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #225531;
    background: #fff;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.66));
}




.MaxW50 {
    max-width: 50px;
}

.MaxW100 {
    max-width: 100px;
}

.MaxW150 {
    max-width: 150px;
}

.MaxW200 {
    max-width: 200px;
}

.CutContent {
    white-space: nowrap;
    overflow: hidden;
}

.Pagine, .Pagine td, .Pagine td table, .Pagine td table tr {
    width: 100%;
    padding: 0;
    margin: 0;
}

.Pagine {
    max-width: 100%;
    overflow: scroll;
}


    .Pagine td table tr {
        margin-top: 10px;
        height: 50px;
        display: flex;
        flex-wrap: nowrap;
        text-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .Pagine td table tr td {
            height: auto;
            width: auto;
            display: inline-block;
        }

    .Pagine span {
        font-size: 16px;
        line-height: 32px;
        font-weight: bold;
        text-align: center;
        width: 32px;
        display: block;
        background: #000000;
        color: #fff;
        border: #000000 2px solid;
        margin: 0;
        overflow: hidden;
    }

    .Pagine a {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        width: 20px;
        display: block;
        background: #fff;
        color: #000000 !important;
        text-decoration: none;
        font-weight: 600;
        border: #000000 2px solid;
        margin: 3px;
        overflow: hidden;
    }

        .Pagine a:hover {
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            width: 20px;
            display: block;
            background: #000000;
            color: #fff !important;
            border: #000000 2px solid;
            margin: 3px;
            overflow: hidden;
        }

.no-print {
    display: block;
}

.PulsanteS {
    display: inline-block;
    position: relative;
    min-width: 120px;
    height: 40px;
    margin: 0 4px;
    font-family: 'Roboto', sans-serif;
}



    .PulsanteS a {
        display: block;
        min-width: 90px;
        height: 32px;
        font-size: 14px;
        font-weight: 900;
        text-align: center;
        padding: 0 8px 0 8px;
        color: #e51c2e;
        text-decoration: none;
        line-height: 32px;
        background: rgb(148,146,161) repeat-x;
        background-image: url('/img/bk-Pulsante.png');
        background-size: auto 64px;
        background-position: top left;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
    }

        .PulsanteS a:hover {
            text-decoration: none;
            background-position: bottom left;
            color: #f1f1f1;
        }

.Pulsante, .forward, .backward {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 600px;
    min-height: 50px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .Pulsante a, .forward a {
        display: inline-block;
        min-width: 60px;
        height: 40px;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 800;
        text-align: center;
        padding: 0 10px 0 10px;
        margin: 5px;
        color: #e51c2e;
        border-radius: 5px;
        text-decoration: none;
        line-height: 40px;
        background: rgb(148,146,161) repeat-x;
        background-image: url('/img/Bk-Pulsante.png');
        background-size: auto 80px;
        background-position: top left;
        box-shadow: 0 0 10px rgba(0,0,0,0.25);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
    }

        .Pulsante a:hover, .forward a:hover {
            box-shadow: 0 0 20px rgba(0,0,0,0.5);
            background-position: bottom left;
            color: #f1f1f1;
        }

    .backward a {
        display: block;
        min-width: 60px;
        height: 40px;
        font-size: 15px;
        font-weight: 900;
        text-decoration: none;
        text-align: center;
        color: #fff;
        line-height: 40px;
        background: rgb(148,146,161) repeat-x;
        background-image: url('/img/bk-Pulsante-off.png');
        background-size: auto 80px;
        background-position: top left;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
    }

        .backward a:hover {
            background-position: bottom left;
            color: #fff;
        }

.CheckBox input {
    width: 24px;
    height: 24px;
    border: 1px solid #e51c2e;
    color: #e51c2e;
    background: #ffffff;
    float: left;
}

.CheckBox label {
    display: inline-block;
    padding: 8px 0 0 4px;
    font-size: 12px;
    float: left;
    color: #036;
}


input[type=file], input[type=file] + input {
    display: block;
    background-color: #fff;
    border: 0;
    font-size: 13px;
    color: #666;
    height: 32px;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 5px;
}


::-webkit-file-upload-button {
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
    border: none;
    height: 32px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    padding: 0 8px 0 8px;
    color: #e51c2e;
    border-radius: 5px;
    text-decoration: none;
    line-height: 32px;
    background: rgb(148,146,161) repeat-x;
    background-image: url('/img/Bk-Pulsante-off.png');
    background-size: auto 64px;
    background-position: top left;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

    ::-webkit-file-upload-button:hover {
        background-position: bottom left;
        color: #fff;
    }

::-ms-browse:hover {
    background-position: bottom left;
    color: #fff;
}

::-ms-browse {
    display: block;
    min-width: 100%;
    height: 32px;
    border: none;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    padding: 0 8px 0 8px;
    color: #e51c2e;
    border-radius: 5px;
    text-decoration: none;
    line-height: 32px;
    background: rgb(148,146,161) repeat-x;
    background-image: url('/img/Bk-Pulsante.png');
    background-size: auto 64px;
    background-position: top left;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

input[type=file]::-ms-value {
    border: none;
    border-radius: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #08b163;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #08b163;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #08b163;
}

.scaler {
    position: absolute;
    width: 48px;
    height: 12px;
    top: 12px;
    right: 0;
}

    .scaler img {
        border: 0;
        float: left;
        margin: 0 6px;
    }

.highlight {
    text-decoration: none;
    color: #000;
    background: #0f0;
    font-weight: bold;
}

.GW1 {
    color: #000;
    background: #fff;
    border: none;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.GW1-Header {
    color: #ffffff;
    background: #000000;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    white-space: nowrap;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.GW1-Row, .GW1-AlternatingRow {
    color: #000;
    background: #fff;
    border-right: 1px solid #000;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}


.GW1-Cell {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2px;
}




.GW-Row {
    color: #111;
    background: #f6f5f7;
    border-bottom: 1px solid #9794a2;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.GW-AlternatingRow {
    color: #111;
    background: #e7e6ea;
    border-bottom: 1px solid #9794a2;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.GW-EditRow {
    color: #000000;
    background: #ffee00;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.GW-Header {
    color: #ffffff;
    background: #e51c2e;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    white-space: nowrap
}

    .GW-Header a {
        color: #ffffff;
        font-weight: normal;
        text-decoration: none;
    }

        .GW-Header a:hover {
            color: #ffe100;
            font-weight: normal;
        }

    .GW-Row td, .GW-AlternatingRow td, .GW-EditRow td, .GW-Header th {
        padding: 8px 0 8px 8px;
    }


.Error {
    display: block;
    margin: 0;
    padding: 2px 0;
    line-height: 14px;
    font-size: 12px;
    color: #e34f4f;
    font-weight: 700;
}

.velina {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.5);
    z-index: 1000;
    text-align: center;
}


.MsgBox {
    position: relative;
    width:80%;
    max-width: 600px;
    margin:50px auto;
    z-index: 1001;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.5) 5px 5px 30px;
    border-radius:0;

}

.MsgBoxContent {
    padding: 10px 5px 5px 10px;
    min-height: 40px;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    text-align: left;
    display: block;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
}

    .MsgBoxContent ul {
        margin: 5px 0 5px 30px;
    }

.MsgBoxTitle {
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 0;
}

.MsgBox .info {
    background: #1c8e17;
    color: #fff;
}

.MsgBox .allert {
    background: #ffdb00;
    color: #000;
}

.MsgBox .error {
    background: #e34f4f;
    color: #fff;
}

.MsgBox .close {
    position: absolute;
    width: 46px;
    height: 46px;
    top: -23px;
    right: -23px;
    border: 0;
}


@media (max-width: 760px) {


    .Pulsante, .forward, .backward {
        min-width: 90px;
        height: 32px;
    }

        .Pulsante a, .forward a {

            height: 32px;
            font-size: 13px;
            padding: 0 8px 0 8px;
            line-height: 32px;
            background-size: auto 64px;
        }



}


@media (max-width: 500px) {
    .formcontainer {
        position: fixed;
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        min-height: 100vh;
        background: #fff;
        margin: auto;
        padding: 25px 15px 25px 15px;
        border-radius: 0;
        text-align: center;
        filter: none;
    }

    .formfooter {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 11px;
        bottom: unset;
        left: unset;
        color: #999;
    }
}






@media print {
    .no-print {
        display: none;
    }

    body {
        background: #fff;
        width: 840px;
        height: 1188px;
        position: relative;
    }

}






   