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


.gradient {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,94,125);
    background: linear-gradient(0deg, rgba(0,94,125,1) 0%, rgba(41,194,222,1) 100%);
    z-index: 0;
}

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;}
.Dx, .dx {text-align: right;}
.FR, .Fdx {
   float: right;
   margin-left:5px;
}
.FL, .Fsx {
    float: left;
    margin-right: 5px;
}
.Cn, .cn {text-align: center;}
.clear, .cb {clear: both;}
.clearL, .cl {clear: left;}
.clearR, .cr {clear: right;}
.nw {white-space: nowrap}

.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: 32px;
    height: 32px;
    border: 0;
    margin: 0 0 0 10px;
    float: right;
}

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

.IconL, .IcoL, .IconM img, .IcoM img, .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 img:hover, .IcoM img: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;
    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: #eee;
    border-radius: 8px;
    padding: 6px;
    margin: 6px;
}

.col-content {
    display: block;
    padding: 6px;
}

.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: 0 0 3px 0;
        margin: 0;
        line-height: 12px;
        min-height: 12px;
        font-size: 10px;
        color: rgba(0, 0, 0, 0.75);
        overflow: hidden;
        display: block;
        font-family: 'Barlow', sans-serif;
        text-transform: uppercase;
        font-weight: 400;
    }



.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: 'Barlow', 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);
}

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


.Cella100 {
    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;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-family: 'Barlow', 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;
}

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

.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: 'Barlow 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: #655e52;
    background: #fff;
    margin: 15px 0 15px 0;
    border: 1px solid #dfccae;
    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 #dfccae;
    height: 50px;
    margin: 15px 0 15px 0;
}

    .Cella100lDropDown select {
        display: block;
        position: relative;
        border: 0;
        color: #655e52;
        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 rgb(101,94,82);
    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);
    }


.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: 800;
        text-align: center;
        min-width: 25px;
        height: 20px;
        display: block;
        color: #fff;
        background: #29c2de;
        border-radius: 4px;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }

    .Pagine a, .Pagine a:link {
        font-size: 15px;
        line-height: 20px;
        font-weight: 800;
        text-align: center;
        min-width: 25px;
        height: 20px;
        display: block;
        background: #005e7d;
        border-radius: 4px;
        color: #fff;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }

        .Pagine a:hover {
            font-size: 15px;
            line-height: 20px;
            font-weight: 800;
            text-align: center;
            min-width: 25px;
            height: 20px;
            display: block;
            background: #ccc;
            color: #005e7d;
            border-radius: 4px;
            text-decoration: none;
            margin: 0;
            padding: 0;
        }

.no-print {
    display: block;
}

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

    .PulsanteS a {
        display: block;
        min-width: 90px;
        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,94,125) 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: #fff;
        }

.Pulsante, .forward, .backward {
    display: 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,94,125) repeat-x;
        background-image: url('/img/bk-Pulsante.png');
        background-size: auto 80px;
        background-position: top left;
        box-shadow: 0 0 2px rgba(0,94,125,0.25);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        margin:0 0 10px 10px;
    }

        .Pulsante a:hover, .forward a:hover {
            box-shadow: 0 0 10px rgba(0,94,125,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,94,125) 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,94,125) 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,94,125) 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;
}


.DropDown {
    overflow: hidden;
    max-width: 60px;
    margin: 0 auto;
}

    .DropDown select {
        line-height: 32px;
        font-size: 20px;
        min-height: 32px;
        border: 0;
        border-bottom: 1px solid #ddd;
        margin: 0;
        color: #333;
        padding: 0;
        width: 120%;
        z-index: 10;
        background: url('/img/down.png') no-repeat;
        background-position: 80% center;
    }

.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 #eee;
    color: #409fff;
    background: #66cc33;
}

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

.velina {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(41,194,222,0.90) 0%, rgba(255,255,255,0.75) 100%);
    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;
    background: #fff;
    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;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    border-radius: 0;
}

.MsgBox .ESC {
    background: rgb(0,94,125);
    background: linear-gradient(30deg, rgba(0,94,125,1) 0%, rgba(41,194,222,1) 100%);
    color: #fff;
}

.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 print {
    .no-print {
        display: none;
    }

    body {
        background: #fff;
        width: 840px;
        height: 1188px;
        position: relative;
    }

}



   