﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background: inherit;
    font-family: 'Barlow', sans-serif;
}

.ShowOnMobile {
    display: none
}

.ShowOnDesktop {
    display: block
}

.gradient {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,79,150);
    background: linear-gradient(0deg, #2ba3e9 0%, #10366d 100%);
    z-index: 0;
}

.MsgError {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #000;
    margin: 5px;
    border-radius: 6px;
    min-height: 24px;
}

.MsgInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    margin: 5px;
    border-radius: 6px;
    min-height: 24px;
    display: none;
}

.MsgError2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #c00;
    margin: 5px;
    border-radius: 6px;
    min-height: 24px;
}

@-webkit-keyframes blinker {
    from {
        background: #ffff00;
    }

    to {
        background: #ffffff;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker2 {
    from {
        background: #ee0000;
    }

    to {
        background: #ffffff;
    }
}

.blink2 {
    text-decoration: blink;
    -webkit-animation-name: blinker2;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.flex-container {
    width: 100%;
    min-height: 100vh;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}

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

.Sx, .sx {text-align: left !important;}
.Dx, .dx {
    text-align: right !important;
}
.FR, .Fdx {
    float: right !important;
    margin-left: 5px;
}
.FL, .Fsx {
    float: left !important;
    margin-right: 5px;
}
.Cn, .cn {
    text-align: center !important;
}

.clear, .cb {
    clear: both !important;
}

.clearL, .cl {
    clear: left !important;
}

.clearR, .cr {
    clear: right !important;
}

.nw {
    white-space: nowrap !important;
}

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

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

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

.IcoMs {
    background:#fff;
    width: 26px;
    height: 26px;
    margin: 2px;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    border-radius:13px;
}


.IcoSs {
    background: #fff;
    width: 24px;
    height: 24px;
    margin: 0 0 -6px 6px;
    padding: 0;
    display: inline;
    overflow: hidden;
    border-radius: 12px;
}


.IconM, .IcoM {
    width: 26px;
    height: 26px;
    margin: 2px;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

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

.IconMdx, .IcoMdx {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 3px 6px 3px 0;
    padding: 0;
    display: block;
    float: right;
}

    .IconMdx img, .IcoMdx img {
        width: 30px;
        height: 30px;
    }


.IconMsx, .IcoMsx {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 3px 0 3px 6px;
    padding: 0;
    display: block;
    float: left;
}

    .IconMsx img, .IcoMsx img {
        width: 30px;
        height: 30px;
    }

.IconW, .IcoW {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 0 0 20px;
    display: inline-block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

    .IconW img, .IcoW img {
        width: 40px;
        height: 40px;
    }


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

.IconL, .IcoL, .IconM, .IcoM, .IconSdx, .IconS, .IcoS {
    opacity: 0.66;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    transition: all 0.33s;
}

    .IconL:hover, .IcoL:hover, .IconM:hover, .IcoM:hover, .IconSdx:hover, .IconS:hover, .IcoS:hover {
        opacity: 1;
        filter: drop-shadow(0 0 5px rgb(255,255,255));
    }

.Console {
    display: block;
    text-align:left;
    background: #333;
    color: chartreuse;
    padding: 10px;
    border-radius: 10px;
    font-family: Consolas, sans-serif;
    
}

.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: #E1E6ED;
    border-radius: 8px;
    padding: 6px;
    margin: 6px;
}

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

.col-h40 {
    min-height:40px;
}

.col-content-flex {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.col-content-flex-space {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.col-content-flex-space2 {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
}


.col-content-flex-dx {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.col-content-flex-sx {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}



.col-inner, .col-inner-txt {
    display: block;
    padding: 3px 3px 0 3px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.66);
}
.col-inner-txt {
    font-size: 13px;
    padding: 9px 3px 0 3px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

    .col-inner-txt b {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.75);
        font-weight: 800;
    }

    .col-inner p {
        padding: 4px 0 0 0;
        margin: 0;
        line-height: 16px;
        min-height: 16px;
        font-size: 11px;
        color: #10366d;
        display: block;
        font-family: 'Barlow', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        white-space:nowrap;
        overflow:hidden;
        text-align:center;
    }



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


.CellaB2BA {
    display: block;
    position: relative;
    width: calc(100% - 14px);
    padding: 5px;
    color: #000;
    background: rgba(255, 204, 0, 0.66);
    margin: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: bold;
    min-height: 18px;
    border-radius: 5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    border: 2px solid #fc0;
}

.CellaB2BB {
    display: block;
    position: relative;
    width: calc(100% - 14px);
    padding: 5px;
    color: #fff;
    background: rgba(0, 153, 89, 0.66);
    margin: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: bold;
    min-height: 18px;
    border-radius: 5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    border: 2px solid #009959;
}


.CellaB2BC {
    display: block;
    position: relative;
    width: calc(100% - 14px);
    padding: 5px;
    color: #fff;
    background: rgba(0, 94, 125, 0.66);
    margin: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: bold;
    min-height: 18px;
    border-radius: 5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    border: 2px solid #2ba3e9;
}


.Cella100 {
    display: block;
    position: relative;
    width: calc(100% - 12px);
    padding: 5px;
    color: #10366d;
    background: #fff;
    margin: 0;
    border: 1px solid #2ba3e9;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    min-height: 26px;
    border-radius: 5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.CellaRed {
    display: block;
    position: relative;
    width: calc(100% - 12px);
    padding: 4px;
    color: #10366d;
    background: #fff;
    margin: 0;
    border: 2px solid #e34f4f;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    min-height: 26px;
    border-radius: 5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
}

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





.DropDown {
    display: block;
    position: relative;
    width: calc(100% - 2px);
    padding: 0;
    background: #fff;
    margin: 0;
    border: 1px solid #2ba3e9;
    height: 36px;
    border-radius: 5px;
    overflow: hidden;
    border-bottom-right-radius: 0;
}

    .DropDown:hover {
    }

    .DropDown select {
        width: calc(100% + 30px);
        height: 38px;
        line-height: 36px;
        font-size: 14px;
        min-height: 20px;
        border: 0;
        margin: -1px -1px -1px -1px;
        font-family: 'Barlow', sans-serif;
        color: #10366d;
        padding: 0 5px;
        z-index: 10;
        background: url('/img/down.png') no-repeat;
        background-position: calc(100% - 28px) bottom;
    }

.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: 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;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    border-radius: 4px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

    .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: #2ba3e9;
    background: #fff;
    margin: 15px 0 15px 0;
    border: 1px solid #10366d;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    min-height: 40px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

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


.Cella100lDropDown {
    overflow: hidden;
    width: calc(100% - 12px);
    border: 1px solid #10366d;
    height: 50px;
    margin: 15px 0 15px 0;
}

    .Cella100lDropDown select {
        display: block;
        position: relative;
        border: 0;
        color: #2ba3e9;
        background: #fff;
        text-align: left;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        font-family: 'Montserrat', sans-serif;
        padding: 0 0 0 10px;
        width: 120%;
        z-index: 10;
        background: url('/img/down.png') no-repeat;
        background-position: 80% center;
        text-align: center;
    }

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


.Cella100B {
    line-height: 40px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    min-height: 40px;
    border: 0;
    border-bottom: 2px solid #10366d;
    margin: 4px 0;
    color: #000;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .Cella100B:active, .Cella100B:focus {
        border-bottom: 2px solid rgb(101,94,82);
    }




.RadioButtonBoxF {
    display: inline-block;
    width: 90px;
    height: 38px;
    padding: 0;
    margin: 0 0 -6px 3px;
    overflow: hidden;
}

.RadioButtonF {
    display: flex;
    padding: 0;
    margin: 0;
    width: 90px;
    height: 38px;
}





.RadioButton {
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

    .RadioButton tr {
        display: inline;
    }


    .RadioButton input[type='radio']:after, .RadioButtonF input[type='radio']:after {
        width: 24px;
        height: 24px;
        visibility: visible;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #10366d;
        content: '';
        position: relative;
        display: inline-block;
        margin: 7px 0 7px 0;
        top: -4px;
        left: -4px;
    }

    .RadioButton input[type='radio']:checked:after, .RadioButtonF input[type='radio']:checked:after {
        width: 24px;
        height: 24px;
        display: block;
        visibility: visible;
        border-radius: 50%;
        position: relative;
        background-color: #fff;
        border: 1px solid #10366d;
        color: #2ba3e9;
        text-align: center;
        font-family: sans-serif;
        font-size: 50px;
        line-height: 24px;
        content: '\2022';
    }

    .RadioButton label, .RadioButtonF label {
        color: #2ba3e9;
        text-align: left;
        font-size: 16px;
        line-height: 38px;
        min-width: 90px;
        height: 38px;
        margin: 0 0 0 12px;
        padding: 0;
        position: relative;
        display: inline-block;
    }






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


.custom-combobox {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    color: #2ba3e9;
    border: 1px solid #10366d;
    background: #ffffff no-repeat;
    background-image: url('/img/down.png');
    background-position: right bottom;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    height: 36px;
    overflow: hidden;
    margin: 6px 0 0 0;
}

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

.custom-combobox-input {
    width: 110%;
    height: 50px;
    position: absolute;
    top:-5px;
    left: -5px;
    border: 0;
    z-index: 9;
    font-family: 'Barlow', sans-serif;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 40px;
    background:none;
    float: left;
    color: #2ba3e9;
}


.ui-autocomplete.ui-front {
    font-family: 'Barlow', sans-serif;
    padding: 10px;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    max-width: 600px;
    max-height: 470px;
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #2ba3e9;
    background: #fff;
    border: 1px solid #10366d;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.66));
}
.ui-widget {
    position: relative;
    margin: 0 auto;
}



.MaxW50 {
    max-width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.MaxW100 {
    max-width: 100px;
    margin-left:auto;
    margin-right:auto;
}

.MaxW150 {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.MaxW200 {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}



.GW-Row {
    color: #10366d;
    background: #eeecf3;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.GW-AlternatingRow {
    color: #10366d;
    background: #faf9fc;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

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

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

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


.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: 15px;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        width: 40px;
        display: block;
        background: #2ba3e9;
        color: #fff;
        border: #2ba3e9 1px solid;
        margin: 0;
        overflow: hidden;
        border-radius: 50%;
    }

    .Pagine a {
        font-size: 13px;
        line-height: 24px;
        text-align: center;
        width: 24px;
        display: block;
        background: #fff;
        color: #10366d !important;
        text-decoration: none;
        font-weight: 600;
        border: #10366d 1px solid;
        margin: 3px;
        overflow: hidden;
        border-radius: 50%;
    }

        .Pagine a:hover {
            font-size: 13px;
            line-height: 24px;
            text-align: center;
            width: 24px;
            display: block;
            background: #10366d;
            color: #fff !important;
            border: #10366d 1px solid;
            margin: 3px;
            overflow: hidden;
        }


.no-print {
    display: block;
}


.PulsanteS, .PulsanteS2 {
    display: block;
    min-width: 120px;
    height: 24px;
    margin: 3px;
    overflow: hidden;
}

    .PulsanteS a, .PulsanteS2 a {
        display: block;
        min-width: 90px;
        height: 24px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        padding: 0 6px 0 6px;
        margin: 0;
        color: #fff;
        text-decoration: none;
        line-height: 24px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        border-radius: 6px;
    }

    .PulsanteS a {
        background-image: url('/img/bk-Pulsante.png');
        background-size: auto 48px;
        background-position: top left;
    }

    .PulsanteS2 a {
        background-image: url('/img/Bk-Pulsante-off.png');
        background-size: auto 48px;
        background-position: top left;
    }

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



.Pulsante, .forward, .backward {
    display: inline-block;
    position: relative;
    min-width: 90px;
    margin: 10px 10px 0 0;
    font-family: 'Montserrat', sans-serif;
}

    .Pulsante a, .forward a {
        display: inline-block;
        min-width: 60px;
        height: 40px;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        padding: 0 10px 0 10px;
        color: #fff;
        text-decoration: none;
        line-height: 40px;
        background: rgb(0,79,150) repeat-x;
        background-image: url('/img/bk-Pulsante.png');
        background-size: auto 80px;
        background-position: top left;
        box-shadow: 0 0 2px rgba(0,79,150,0.25);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        margin:0 0 10px 10px;
        border-radius:8px;
    }

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

    .backward a {
        display: block;
        min-width: 60px;
        height: 40px;
        font-size: 15px;
        font-weight: 800;
        text-decoration: none;
        text-align: center;
        color: #fff;
        line-height: 40px;
        background: rgb(0,79,150) 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;
        }


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: 'Barlow Condensed', sans-serif;
}


::-webkit-file-upload-button {
    font-family: 'Montserrat', sans-serif;
    display: block;
    min-width: 90px;
    border: none;
    height: 32px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    padding: 0 8px 0 8px;
    color: #fff;
    text-decoration: none;
    line-height: 32px;
    background: rgb(0,79,150) 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;
}

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

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

::-ms-browse {
    font-family: 'Montserrat', sans-serif;
    display: block;
    min-width: 90px;
    height: 32px;
    border: none;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    padding: 0 8px 0 8px;
    color: #fff;
    text-decoration: none;
    line-height: 32px;
    background: rgb(0,79,150) 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;
}


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

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

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

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

.hidden {
    display:none;
}

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

.velina {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    background-color: rgba(255,255,255, 0.5);
    backdrop-filter: blur(5px);
}

.velinaDark {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    background-color: rgba(0,0,0, 0.5);
    backdrop-filter: blur(5px);
}

.velinaT {
    width: 100%;
height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content:center;
    align-items: flex-start;
}


.MsgBox {
    position: relative;
    width: 90%;
    max-width: 640px;
    height: auto;
    max-height: 90vh;
    margin: 0;
    z-index: 1001;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.5) 5px 5px 30px;
    border-radius: 10px 25px 10px 10px;
}

.MsgBoxBig {
    width: calc(100% - 30px) !important;
    max-width: 1000px !important;
    max-height: calc(100vh - 30px) !important;
    border-radius: 10px 25px 10px 10px;
    overflow: hidden;
}

.MsgBoxIframe {
    width: 100%;
    height: 600px
}


.MsgBoxContent {
    font-size: 15px;
    line-height: 20px;
    color: #2ba3e9;
    text-align: left;
    display: block;
    border-radius: 0 !important;
    min-height: 300px;
    max-height: calc(90vh - 60px);
    padding: 20px 0 20px 20px;
    overflow: hidden;
}

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

.MsgBoxTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 50px 0 20px;
    font-size: 20px;
    line-height: 24px !important;
    text-align: center;
}


.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: 3px;
    right: 0;
    border: 0;
}


.MsgBox .ESC {
    background: rgb(0,79,150);
    background: linear-gradient(30deg, #2ba3e9 0%, rgba(43,163,233,1) 100%);
    color: #fff;
}

.box_container {
    display: block;
    position: relative;
    max-width: 360px;
    min-height: 360px;
    margin: 0 auto;
    padding:25px;
    text-align: center;
    filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.5));
    background-color: #fff;
    border-radius:12px;
    color: #036;
}


    .box_container .box_footer {
        display: block;
        position: absolute;
        width: 100%;
        height: 60px;
        bottom:-70px;
        left:0;
        color: #fff;
        font-size:14px;
    }

    .box_container .box_footer a{
        color: #fff;
    }

@media all and (max-width: 1280px) {

}



    @media all and (max-width: 760px) {

        .box_container {
            width: 100%;
            margin: 0 0 30px 0;
            text-align: center;
            filter: unset;
        }

        #left_form {
            margin-left: 0;
        }

        .col-dynamic {
            float: none;
            display: block;
            width: 100%;
        }
        .col-dynamic-1 {
            float: none;
            display: block;
            width: 100%;
        }

        .ShowOnMobile {
            display: block; 
        }

        .ShowOnDesktop {
            display: none;
        }
    }


@media all and (max-width: 480px) {

    .flex-container {
        width: 100%;
        min-height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .velina {
        background-color: rgba(0,0,0, 0.5);
    }

    .MsgBox {
        width: 100%;
        box-shadow: rgba(0,0,0, 0.5) 5px 5px 30px;
        border-radius: 0;
    }

    .MsgBoxContent {
        font-size: 16px;
        line-height: 20px;
        padding: 15px;
    }

    .Cella100 {
        font-size: 16px;
     }

        .DropDown select {
            font-size: 16px;
        }

        .box_container {
            display: block;
            position: relative;
            max-width: 100%;
            min-height: 360px;
            margin: 0;
            padding: 50px 25px;
            text-align: center;
            filter: none;
            background-color: #fff;
            border-radius: 0;
            color: #036;
        }

        .col-dynamic-2 {
            float: none;
            display: block;
            width: 100%;
        }



    }


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

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




   