﻿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: linear-gradient(15deg, rgba(50,50,50,1) 0%, rgba(150,150,150,1) 100%);
    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;
}


.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;
}

.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;
}

.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: #999;
    background: rgba(255, 255, 255, 0.66);
    margin: 0;
    border: 1px solid #bbb;
    font-size: 14px;
    line-height:20px;
    min-height: 20px;
    border-radius: 4px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

    .Cella100:hover {
        border: 1px solid #f2042c;
    }

.Cella100s {
    display: block;
    position: relative;
    width: 100%;
    min-height: 20px;
    line-height: 16px;
    padding: 2px 0;
    color: rgba(0, 0, 0, 0.75);
    background: rgba(255, 255, 255, 0.66);
    margin: 2px auto;
    border: 0;
    text-align: left;
    font-size: 11px;
}

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

.Cella100l {
    display: block;
    position: relative;
    width: calc(100% - 12px);
    padding: 10px 0 10px 10px;
    color: #073d7d;
    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 #f2042c;
    }


.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 #f2042c;
    }

    .Cella100lDropDown select {
        width: calc(100% + 30px);
        height: 52px;
        color: #073d7d;
        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);
    }

.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: 4px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    overflow: hidden;
}

    .DropDown:hover {
        border: 1px solid #f2042c;
    }

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



.Radio {
}

    .Radio input {
        display: inline-block;
        height: 24px;
        width: 24px;
    }

    .Radio label {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 5px 0 5px;
        font-weight: 600;
        font-size: 16px;
    }


.MaxW50 {
    max-width: 50px;
}

.MaxW100 {
    max-width: 100px;
}

.MaxW150 {
    max-width: 150px;
}

.MaxW200 {
    max-width: 200px;
}


.Pagine {
    color: #fff;
    margin: 0;
    padding: 0;
}

    .Pagine span {
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
        min-width: 25px;
        height: 20px;
        display: block;
        color: #fff;
        background: #00b53f;
        border-radius: 4px;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }

    .Pagine a, .Pagine a:link {
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
        min-width: 25px;
        height: 20px;
        display: block;
        background: #655e52;
        border-radius: 4px;
        color: #fff;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }

        .Pagine a:hover {
            font-size: 15px;
            line-height: 20px;
            font-weight: 600;
            text-align: center;
            min-width: 25px;
            height: 20px;
            display: block;
            background: #ccc;
            color: #655e52;
            border-radius: 4px;
            text-decoration: none;
            margin: 0;
            padding: 0;
        }

.no-print {
    display: block;
}

.PulsanteS {
    display: inline-block;
    position: relative;
    min-width: 90px;
    height: 28px;
    margin: 2px;
    font-family: 'Montserrat', sans-serif;
}

    .PulsanteS a {
        display: inline-block;
        min-width: 60px;
        padding: 8px;
        text-align: center;
        font-size: 11px;
        text-transform: uppercase;
        line-height: 12px;
        font-weight: 600;
        color: #fff;
        border-radius: 5px;
        background: #f2042c;
        text-decoration: none;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
    }

        .PulsanteS a:hover {
            text-decoration: none;
            color: #fff;
            background: #000;
        }

.Pulsante, .forward, .backward {
    display: inline-block;
    position: relative;
    min-width: 90px;
    margin: 5px auto;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .Pulsante a, .forward a {
        display: inline-block;
        min-width: 90px;
        font-size: 15px;
        font-weight: 600;
        line-height: 16px;
        padding: 12px;
        text-align: center;
        color: #fff;
        background: #f2042c;
        text-decoration: none;
        background-position: top left;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        border-radius: 8px;
    }

        .Pulsante a:hover, .forward a:hover {
            color: #fff !important;
            background: #000;
            text-decoration: none !important;
        }

    .backward a {
        display: block;
        min-width: 90px;
        font-size: 13px;
        line-height: 16px;
        padding: 12px;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        color: #fff;
        background: rgb(1,132,144) repeat-x;
        background-image: url('/img/bk-Pulsante-off.png');
        background-size: auto 80px;
        background-position: top left;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        border-radius: 8px;
    }

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


input[type=file], input[type=file] + input {
    display: block;
    border: 0;
    font-size: 13px;
    color: #f2042c;
    height: 32px;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}


::-webkit-file-upload-button {
    font-family: 'Montserrat', sans-serif;
    display: block;
    min-width: 90px;
    height: 30px;
    border: none;
    margin: 2px 0;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #f2042c;
    background-position: top left;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
    border-radius: 5px;
}

    ::-webkit-file-upload-button:hover {
        text-decoration: none;
        background: #000;
        color:#ffffff;
    }

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

::-ms-browse {
    font-family: 'Montserrat', sans-serif;
    display: block;
    min-width: 90px;
    height: 32px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0 8px 0 8px;
    color: #fff;
    text-decoration: none;
    line-height: 32px;
    background: #000;
    border-radius: 4px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

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


.CheckBox input {
    width: 24px;
    height: 24px;
    border: 1px solid #eee;
    color: #409fff;
    background: #66cc33;
}

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

:root {
    --cc-z-index: 9998 !important;
}

.velina {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.66);
    backdrop-filter: blur(5px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.MsgBoxBig {
    position: relative;
    width: 60%;
    max-width: 1200px;
    min-height: 66vh;
    max-height: calc(100vh - 130px);
    margin: 30px 30px 30px 0;
    z-index: 10000;
    border-radius: 0;
    box-shadow: rgba(0,0,0,1) 5px 5px 20px;
    background: #fff;
    border-radius: 10px;
}

.MsgBoxBig-Wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

.bt-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 10001;
}
  .bt-close img {
            width: 50px;
            height: 50px;
        }

.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: #1c3557;
}

.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;
    }

}






   