﻿@import url(https://fonts.googleapis.com/css?family=Roboto);

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body, html {
    width: 100%;
    color: #383838;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    height: 100%;
    font-size: 15px;
}

h3 {
    margin: 0px;
    padding: 0px;
}

h1 {
    text-align: center;
}
a{
    text-decoration:none;
    color:inherit;
}

span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

html {
    /* background-image: url("images/sfondo.jpg");*/
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.Clear {
    clear: both;
    float: none;
}
.colorGreen{
    color:#005987;
}
.maxW300 {
    max-width: 300px !important;
}
.maxW200{
    max-width:200px !important;
}
.maxW150 {
    max-width: 150px !important;
}
.cursorPointer{
    cursor:pointer;
}
.logo {
    height: 60px;
    float: left;
    width: 206px;
    /*border-bottom: 2px solid #1d3176;*/
    background-color: white;
    z-index: 10;
    position: relative;
}

    .logo img {
        width: 200px;
        float: left;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
    }

/*.logo:after {
        content: "";
        background: #b8aab0;
        position: absolute;
        bottom: 0;
        left: 5%;
        height: 1px;
        width: 90%;
    }*/

.dataOggi {
    color: gainsboro;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 15px 10px 15px 10px;
    margin-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

    .dataOggi:after {
        content: "";
        background: #b8aab0;
        position: absolute;
        bottom: 0;
        left: 5%;
        height: 1px;
        width: 90%;
    }

.top {
    height: 60px;
    /*border-bottom: 2px solid #1d3176;
    border-left: 2px solid #1d3176;*/
    float: left;
    width: calc(100% - 208px);
    background-color: #005987;
    z-index: 15;
}

.menuMob {
    display: none
}

.MenuSX {
    float: left;
    width: 206px;
    height: calc(100% - 50px);
    min-height: calc(100vh - 60px);
    padding: 0px 0px 10px 0px;
    background-color: #005987;
    position: relative;
}

.DisclaimerGestapp {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: gainsboro;
    font-size: 11px;
    padding-bottom: 15px;
}

.Contenuto {
    width: calc(100% - 208px);
    float: left;
    /*height: calc(100% - 50px);
    min-height: calc(100vh - 50px);*/
    height: calc(100vh - 60px);
    /* padding: 20px;*/
    /*border-left: 2px solid #1d3176;*/
    background-color: #f2f2f2;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}
.Content {
    width: 100%;
    /*height: calc(100% - 50px);
    min-height: calc(100vh - 50px);*/
    height: calc(100vh - 60px);
    overflow-y: scroll;
    /* padding: 20px;*/
    /*border-left: 2px solid #1d3176;*/
    background-color: #f2f2f2;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    padding: 30px;
}
.ContentTab {
    width: 100%;
    /*height: calc(100% - 50px);
    min-height: calc(100vh - 50px);*/
    height: calc(100vh - 104px);
    overflow-y: scroll;
    /* padding: 20px;*/
    /*border-left: 2px solid #1d3176;*/
    background-color: #f2f2f2;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    padding: 30px;
}

.inlineblock {
    display: inline-block;
}
.menuButton {
    color: gainsboro;
    padding: 15px 15px 15px 15px;
    font-size: 15px;
    /*background-color: gainsboro;*/
    text-decoration: none;
    width: 206px !important;
    text-align: left;
    cursor: pointer;
    /*border-radius: 3px;*/
    border-top: 0.5px solid #005987;
    border-bottom: 0.5px solid #005987;
}

.menuButtonSelected {
    color: #005987;
    padding: 15px 15px 15px 15px;
    font-size: 15px;
    /*background-color: #1d3176;*/
    text-decoration: none;
    width: 206px !important;
    text-align: left;
    cursor: pointer;
    background-color: #f2f2f2;
    border-top: 0.5px solid #005987;
    border-bottom: 0.5px solid #005987;
}

.menuButton:hover {
    color: #005987;
    padding: 15px 15px 15px 15px;
    font-size: 15px;
    /*background-color: #1d3176;*/
    text-decoration: none;
    width: 206px !important;
    text-align: left;
    cursor: pointer;
    background-color: #f2f2f2;
    border-top: 0.5px solid #005987;
    border-bottom: 0.51px solid #005987;
}
.menuButtonSelected:hover {
    text-decoration:none;
}
    .icoMenuBtn {
    padding-right: 8px;
    margin-bottom: -5px;
}

#Accesso {
    float: right;
    width: auto;
    margin-right: 10px;
    margin-top: 0px;
    padding: 0px !important;
    height: 60px;
    vertical-align: middle;
}


    #Accesso img {
        height: 50px;
        width: auto;
        margin-top: 5px;
    }

    #Accesso p {
        padding-top: 5px !important;
        padding-left: 5px !important;
        float: right;
        margin:0px !important;
        line-height:50px;
    }

.menuSettings {
    position: fixed;
    right: 5px;
    top: 60px;
    background-color: white;
    color: #383838;
    font-size: 14px;
    -webkit-box-shadow: 0px 10px 15px -2px rgba(87,87,87,1);
    -moz-box-shadow: 0px 10px 15px -2px rgba(87,87,87,1);
    box-shadow: 0px 10px 15px -2px rgba(87,87,87,1);
    z-index: 99;
    width: 180px;
}

    .menuSettings td {
        border-bottom: 1px solid #CCCCCC;
        padding: 10px;
        cursor: pointer;
    }

        .menuSettings td a {
            text-decoration: none;
            color: inherit;
            width: 150px;
        }

        .menuSettings td:hover {
            background-color: #45b2e0;
            color: white;
        }





.TableGallery {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0px;
    /*box-shadow: 1px 1px 35px 4px #242020;
    -webkit-box-shadow: 1px 1px 35px 4px #242020;
    -moz-box-shadow: 1px 1px 35px 4px #242020;
    -o-box-shadow: 1px 1px 35px 4px #242020;*/
}

.titolo {
    font-size: 16px;
    color: #3b3838;
    padding: 5px;
    vertical-align: middle;
    width: 12%;
    font-weight: bold;
}

.Tableform {
    width: 100%;
}
.Tableform td{
    height:50px;
}

.titoletto {
    margin: 0px 0px 15px 0px;
    text-align: left;
}

fieldset {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #005987;
}

    fieldset legend {
        background-color: #005987;
        color: white;
        padding: 3px;
        font-size: 14px;
        margin-bottom: 5px;
        width:auto;
    }

   

.legend2 {
    padding: 3px 5px;
}

    .legend2 span {
        background-color: gainsboro;
        color: #005987;
        padding: 3px 6px;
        margin-left: 4px;
        margin-right: 4px;
    }


.Benvenuto {
    color: gainsboro;
    font-size: 16px;
}



.InsForm {
    width: 99% !important;
    padding: 5px !important;
    border: 1px solid #CCCCCC ;
    background-color: #FFFFFF;
    font-size: 16px !important;
    resize: none !important;
    font-family: 'Lato', sans-serif !important;
    color: #666666 !important;
    height: 34px !important;
    border-radius: 2px !important;
}

    .InsForm:focus, .InsArea:focus, .InsForm2:focus, .InsFormMini:focus {
        outline: none !important;
    }

.InsFormMini {
    width: 99% !important;
    border: 1px solid #CCCCCC !important;
    background-color: #FFFFFF;
    font-size: 15px !important;
    resize: none !important;
    color: #666666 !important;
    height: 20px !important;
    border-radius: 2px !important;
}

.InsForm::placeholder, .InsArea::placeholder {
    color: #cbc8c8;
}

.InsArea {
    width: 99%;
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    font-size: 16px;
    resize: none;
    font-family: 'Lato', sans-serif;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 140px;
    vertical-align: top
}

.InsForm2 {
    width: 44% !important;
    padding: 10px !important;
    border: 1px solid #CCCCCC !important;
    background-color: #FFFFFF;
    font-size: 16px !important;
    resize: none !important;
    font-family: 'Lato', sans-serif !important;
    color: #666666 !important;
    height: 40px !important;
    border-radius: 2px !important;
}





.ImgButton {
    border-radius: 3px;
    height: 40px;
    color: white !important;
    background-color: #1e6ea8;
    cursor: pointer;
    padding: 11px 15px 11px 15px;
    text-decoration: none;
    background: #005987; /* Old browsers */
    cursor: pointer;
}

    .ImgButton:hover {
        border-radius: 3px;
        color: white !important;
        background-color: #154e77;
        padding: 11px 15px 11px 15px;
        text-decoration: none;
        background: #005987; /* Old browsers */
        background: -moz-linear-gradient(top, #005987 0%, #1e6ea8 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #005987 0%,#1e6ea8 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #005987 0%,#1e6ea8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005987', endColorstr='#1e6ea8',GradientType=0 ); /* IE6-9 */
    }


.ImgButtonDisabled {
    border-radius: 3px;
    height: 40px;
    color: white !important;
    background-color: #1e6ea8;
    cursor: pointer;
    padding: 11px 15px 11px 15px;
    text-decoration: none;
    background: #918f8f; /* Old browsers */
    cursor: pointer;
}

    .ImgButtonDisabled i {
        font-size: 16px;
        color:red;
    }

    .ImgButtonDisabled:hover {
        border-radius: 3px;
        height: 40px;
        color: white !important;
        background-color: #1e6ea8;
        cursor: pointer;
        padding: 11px 15px 11px 15px;
        text-decoration: none;
        background: #918f8f; /* Old browsers */
        background: -moz-linear-gradient(top, #918f8f 0%,#d2d0d0 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #918f8f 0%,#d2d0d0 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #918f8f 0%, #d2d0d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#918f8f', endColorstr='#d2d0d0',GradientType=0 ); /* IE6-9 */
        cursor: pointer;
    }




.icoButton {
    padding-right: 8px;
}


.pannelloModifica {
    background-color: white;
    box-shadow: 1px 1px 35px 4px #242020;
    -webkit-box-shadow: 1px 1px 35px 4px #242020;
    -moz-box-shadow: 1px 1px 35px 4px #242020;
    -o-box-shadow: 1px 1px 35px 4px #242020;
    padding: 20px;
    border-radius: 4px;
    margin: auto;
}



.pager {
    background-color: #005987;
    font-family: Lato;
    color: White;
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
    height: 28px;
}

    .pager input {
        background-color: white;
        padding: 2px 8px 2px 8px;
        color: #242020;
        cursor: pointer;
        font-family: Lato;
        font-size: 12px;
    }

.current {
    background-color: #e9e9e9;
    color: #242020;
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}


.pointer {
    cursor: pointer;
}

.elencoTabelle {
    /*-webkit-box-shadow: 10px 10px 36px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 36px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 36px 0px rgba(0,0,0,0.75);*/
    background-color: white;
}

    .elencoTabelle table td {
        padding: 5px;
        border:1px solid white;
    }

    .elencoTabelle table tr {
        background-color: white;
    }

        .elencoTabelle table tr:nth-child(even) {
            background-color: rgb(233,233,233);
        }


    .elencoTabelle table tr:hover {
        background-color: rgba(0, 89, 135, 0.20) !important;
        cursor: pointer;
        color: #005987 !important;
    }

.GVIntestazione:hover td, .GVIntestazione2:hover td {
    background-color: #005987 !important;
    color:gainsboro;
}

    .elencoTabelle table td i {
        color: #005987;
        font-size:20px;
    }

    .elencoTabelle table tr:hover span, .elencoTabelle table tr:hover h2 {
        color: #005987 !important;
    }

.rigaSelezionata {
    background-color: #808080 !important;
    cursor: pointer;
    color: white !important;
}

    .rigaSelezionata span {
        color: white !important;
    }




.divAccessi {
    width: 90%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 40px;
}

.panelZoomImg {
    z-index: 9999;
    background-color: white;
    position: fixed;
}

.imgCategorie {
    width: 100%;
}

.boxRicercaLibera {
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    border-radius: 5px 0px 0px 5px;
    width: 45vw;
    height: 40px;
    padding: 0px;
    padding-left: 5px;
    float:left;
}

    .boxRicercaLibera input {
        background-color: transparent;
        font-size: 1.1vw;
        float: left;
        border: 0px;
        height: 40px;
    }
.DivPulsante {
    /*background: #e8e8e8;
    color: #464646;*/
    background: #fb992c;
    color: white;
    width: 50px;
    height: 40px;
    /*border: 1px solid #464646;*/
    margin-left: 0px;
    font-size: 32px;
    float: left;
    padding: 2px;
    text-align: center;
    transition: margin-top 0.3s;
    border-radius: 0px 8px 8px 0px;
    cursor: pointer;
}
#corpo_Cerca {
    width: 24px;
    height: auto;
    margin-top: 6px;
}

.boxRicercaLiberainput {
    width: calc(45vw - 35px);
}

.lente {
    width: 30px !important;
    height: 30px !important;
    margin-top: 2px;
}

.boxRicercaLibera input:focus, .boxRicercaLiberainput:focus {
    outline: none;
}

.boxRicercaLiberainput::placeholder, .boxRicercaLiberainput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cbc8c8;
    opacity: 1; /* Firefox */
    font-size: 16px;
}


#Cerca {
    width: 28px !important;
    height: 28px;
    margin-top: 6px;
}

#corpo_Cerca {
    width: 24px;
    height: auto;
    margin-top: 6px;
}

.alignCenter {
    text-align: center !important;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.margin-left {
    margin-left: 10px;
}

.margin-top {
    margin-top: 10px;
}

.GVIntestazione {
    background-color: #005987 !important;
    color: gainsboro;
    height: auto;
    padding: 5px;
    border: 1px solid #dcdcdc;
}


.errore {
    color: red;
}



.tooltip {
    position: relative;
    display: inline-block;
    color: red;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: red;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }


.oscura {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}


.pnlAdd {
    z-index: 99999;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    width: 500px;
    height: 250px;
    left: calc(50% - 250px);
    top: calc(50% - 125px);
    position: fixed;
    text-align: center;
}

.DropTempo {
    width: 65px;
    padding: 5px !important;
    border: 1px solid #CCCCCC !important;
    background-color: #FFFFFF;
    font-size: 16px !important;
    resize: none !important;
    font-family: 'Lato', sans-serif !important;
    color: #666666 !important;
    height: 40px !important;
    border-radius: 2px !important;
}

.iOrdina {
    color: white !important;
    text-decoration: none;
}


    .divTabButton{
        width:100%;
        height:44px;
        background-color:white;

    }
    .multiSelectR1 {
    background-color: rgb(233,233,233);
}

.multiSelectR2 {
    background-color: white;
}


.multiSelectC label {
    color: #005987 !important;
    font-weight: bold !important;
}

.multiSelectS label {
    color: #005987 !important;
    margin-left: 10px !important;
    font-style: italic;
}

.header {
    height: 60px;
}

.elementi {
    background-color: white;
    width: 100%;
    height: calc(100vh - 120px);
    padding: 20px;
    overflow-y: scroll;
}

.btnHeader {
    float: left;
    width: 370px;
}

.altroHeader {
    float: right;
    margin: 15px 18px 0px 0px;
    width: calc(100% - 400px);
}

.TabButtonON {
    padding: 20px 10px 15px 10px;
    background-color: white;
    color: #005987;
    font-size: 14px;
    width: 120px;
    border: 1px solid white;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 60px;
}

.TabButtonOFF {
    padding: 20px 10px 15px 10px;
    background-color: #CCCCCC;
    color: #383838;
    font-size: 14px;
    width: 120px;
    border: 1px solid white;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 60px;
}

    .TabButtonOFF:hover {
        padding: 20px 10px 15px 10px;
        background-color: white;
        color: #005987;
        font-size: 14px;
        width: 120px;
        border: 1px solid white;
        text-align: center;
        cursor: pointer;
    }

.marginTab {
    margin-right: -4px;
}

/* ############################*/
/* ######## LOGIN #############*/
/* ############################*/
.box_login {
    padding-top: 250px;
    width: 100%;
    height: calc(100vh);
    background: url('../images/sfondo_riservato.jpg') no-repeat center center;
    background-size: cover;
}
.login {
    width: 450px;
    height: 400px;
    margin-left: calc(50% - 225px);
    border-radius:4px;
    background-color:rgba(255,255,255,0.2);
    padding:20px;
}

.login h1{
    font-size: 30px;
    color:white;
}

.divTxtLogin{
    width:400px;
    background-color:white;
    border-radius:4px;
    height:40px;
    border:1px solid #918f8f;
}
.divTxtLogin i {
    color:#005987;
    float:left;
    font-size:24px;
    margin:7px;
}
.InsFormLogin {
    width: 355px;
    padding: 5px !important;
    background-color: #FFFFFF;
    font-size: 16px !important;
    resize: none !important;
    color: #666666 !important;
    height: 38px !important;
    border-radius: 2px !important;
    outline: none !important;
    border:0px !important;
}

    .InsFormLogin:focus {
        outline: none !important;
    }


.InsFormLogin::placeholder {
    color: #cbc8c8;
}

.ImgButtonLogin {
    border-radius: 3px;
    height: 40px;
    color: white !important;
    background-color: #1e6ea8;
    cursor: pointer;
    padding: 11px 15px 11px 15px;
    text-decoration: none;
    background: #005987; /* Old browsers */
    cursor: pointer;
    width:100%;
    display:inline-block;
    text-align:center
}

    .ImgButtonLogin:hover {
        border-radius: 3px;
        color: white !important;
        background-color: #154e77;
        padding: 11px 15px 11px 15px;
        text-decoration: none;
        background: #005987; /* Old browsers */
        background: -moz-linear-gradient(top, #005987 0%, #1e6ea8 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #005987 0%,#1e6ea8 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #005987 0%,#1e6ea8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005987', endColorstr='#1e6ea8',GradientType=0 ); /* IE6-9 */
    }

/* ############################*/
/* ######## FINE LOGIN ########*/
/* ############################*/




/* ############################# */
/* ##### CONFERME E ERRORI ##### */
/* ############################# */
.conferma {
    width: 344px;
    background-color: white;
    height: 50px;
    -webkit-box-shadow: 6px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 3px 5px 0px rgba(0,0,0,0.75);
    border: 1px solid grey;
    position: fixed;
    left: calc(50vw - 112px);
    bottom: 10px;
    z-index: 999999;
}

    .conferma div {
        float: left;
        text-align: center;
        vertical-align: middle;
        height: 48px;
    }

.divConf1 {
    background-color: darkgreen;
    color: white;
    width: 50px;
    font-size: 50px;
    padding-top: 0px;
    font-weight: bold;
    line-height: 0px;
}

    .divConf1 i {
        font-size: 50px;
    }
    .divConf1 p {
        margin-top: 5px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }

.divErr1 {
    background-color: red;
    color: white;
    width: 50px;
    font-size: 50px;
    padding-top: 0px;
    font-weight: bold;
    line-height: 0px;
}

    .divErr1 i {
        font-size: 50px;
    }

.divConf2 {
    font-size: 19px !important;
    width: 242px;
    color: #1a1a1a;
    text-align: center;
    padding-top: 2px;
}

    .divConf2 p {
        margin-top: 5px !important;
        font-size: 14px !important;
        line-height:18px !important;
    }

.divConf3 {
    font-size: 10px;
    width: 242px;
    color: black !important;
    text-align: center;
    padding-top: 10px;
}

.divConf3 p {
    margin-top: 5px !important;
    font-size: 14px !important;
    line-height: 18px !important;
}
.chiudiConferma i {
    font-size: 50px;
}



.chiudiConferma {
    width: 50px;
    color: #1a1a1a;
    font-size: 50px;
    padding-top: 0px;
    font-weight: bold;
    cursor: pointer;
    line-height: 0px;
}
/* ############################# */
/* ### FINE CONFERME E ERRORI ## */
/* ############################# */

/* ############################# */
/* ######### DASHBOARD ########## */
/* ############################# */
.divDashOrdini {
    float: left;
    width: 28%;
    border: 1px solid rgb(147,83,160);
    margin-left: 2.66%;
    margin-right: 2.66%;
    margin-bottom: 30px;
    height: 150px;
    padding: 20px;
    background: rgb(147,83,160); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(147,83,160,1) 50%, rgba(254,252,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(147,83,160,1) 50%,rgba(254,252,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(147,83,160,1) 50%,rgba(254,252,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9353a0', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
}

    .divDashOrdini i {
        color: rgba(147,83,160,1);
    }

.divDashProdotti {
    float: left;
    width: 28%;
    border: 1px solid rgb(33,150,243);
    margin-left: 2.66%;
    margin-right: 2.66%;
    margin-bottom: 30px;
    height: 150px;
    padding: 20px;
    background: rgb(33,150,243); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(33,150,243,1) 50%, rgba(254,252,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(33,150,243,1) 50%,rgba(254,252,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(33,150,243,1) 50%,rgba(254,252,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196f3', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
}

    .divDashProdotti i {
        color: rgb(33,150,243);
    }

.divDashFatturato {
    float: left;
    width: 28%;
    border: 1px solid rgb(61,191,95);
    margin-left: 2.66%;
    margin-right: 2.66%;
    margin-bottom: 30px;
    height: 150px;
    padding: 20px;
    background: rgb(61,191,95); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(61,191,95,1) 50%, rgba(254,252,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(61,191,95,1) 50%,rgba(254,252,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(61,191,95,1) 50%,rgba(254,252,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dbf5f', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
}

    .divDashFatturato i {
        color: rgb(61,191,95);
    }
.divDashClienti {
    float: left;
    width: 28%;
    border: 1px solid rgb(252,164,2);
    margin-left: 2.66%;
    margin-right: 2.66%;
    margin-bottom: 30px;
    height: 150px;
    padding: 20px;
    background: rgb(252,164,2); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(252,164,2,1) 50%, rgba(254,252,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(252,164,2,1) 50%,rgba(254,252,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(252,164,2,1) 50%,rgba(254,252,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca402', endColorstr='#fefcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: white;
}

    .divDashClienti i {
       color: rgb(252,164,2);
    }

.contenutoDash {
    width: calc(100% - 110px);
    margin-right: 10px;
    float: left;
}

    .contenutoDash h2 {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 5px;
        text-align: left;
        font-weight: bold;
    }

    .contenutoDash h1 {
        font-size: 36px;
        margin-top:0px;
        margin-bottom: 5px;
        text-align: left;
        font-weight: bold;
    }

    .contenutoDash h3 {
        font-size: 30px;
        margin-top: 0px;
        margin-bottom: 5px;
        text-align: left;
        font-weight:normal;
        line-height:35px;
    }

.simboloDash {
    background-color: white;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 50px;
    padding: 20px;
    text-align: center;
    float: left;
}
.boxGenerico{
    background-color:white;
    width:49%;
    margin-left:0.5%;
    margin-right:0.5%;
    padding:20px;
    height:auto;
    border: 1px solid #918f8f;
    float:left;
}
.ImgCarrello {
    max-height: 40px;
}
.rigaTopProdotti{
    height:80px !important;
}
.rigaTopProdotti h4{
    margin:0px;
}

.btnIco{
    color:#005987;
    font-size: 20px;
}
/* ############################# */
/* ###### FINE DASHBOARD ######## */
/* ############################# */
/* ############################# */
/* ######### PRODOTTI ########## */
/* ############################# */
.pnlPlupload {
    z-index: 99999;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    width: 340px;
    height: 450px;
    left: calc(50% - 170px);
    top: calc(50% - 225px);
    position: fixed;
    text-align: center;
}
.imgElencoProd{
    max-height:100px;
}
/* ############################# */
/* ###### FINE  PRODOTTI ####### */
/* ############################# */


/* ############################# */
/* #### PANNELLO UTENSILI ###### */
/* ############################# */
.boxUtensile{
    width:22%;
    margin-left:1.5%;
    margin-right:1.5%;
    margin-bottom: 20px;
    min-width: 350px; 
    padding:15px;
    border-radius:10px;
    height:420px;
    font-size:18px;
    float:left;
}
.utensileEsaurito{
    border:2px solid red;
    background-color: rgba(224,0,0,0.2);
}
.utensileSottoscorta {
    border: 2px solid #e0ab00;
    background-color: rgba(224,171,0,0.2);
}
.utensileOk {
    border: 2px solid #666666;
    background-color:white;
}
.boxUtensile table{
    width:100%
}
.boxUtensile h2{
    color:#005987;
    font-size: 18px;
    margin-bottom:10px;
    margin-top:10px;
}
.boxUtensile img{
    max-width:300px;
    max-height:200px;
}
.btnAttivo{
     background-color:#005987;
   width:140px;
    margin:5px;
    border-radius:5px;
    color:white;
    font-size:15px;
    padding:10px;
    display:inline-block;
    cursor:pointer;
}
.btnAttivo:hover{
    background-color:#1e6ea8;
}
.blinking {
    -webkit-animation: blinkAnim 2s infinite; /* Safari 4+ */
    -moz-animation: blinkAnim 2s infinite; /* Fx 5+ */
    -o-animation: blinkAnim 2s infinite; /* Opera 12+ */
    animation: blinkAnim 2s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blinkAnim {
    0%, 49% {
        background-color: #005987;
    }

    50%, 100% {
        background-color: rgb(33,150,243);
    }
}
.btnNonAttivo {    
    background-color: #666666;
    width: 140px;
    margin: 5px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    padding: 10px;
    display: inline-block;
    cursor:not-allowed;
}
/* ############################# */
/* ### FINE PANNELLO UTENSILI ## */
/* ############################# */
@media (min-width: 1280px) and (max-width: 1366px) {
    .box_login {
        padding-top: 150px;
        width: 100%;
        height: calc(100vh - 150px);
    }

    .boxRicercaLibera {
        width: 50.3vw;
    }
    .boxRicercaLibera{
        width:35vw;
    }
    .boxRicercaLiberainput {
        width: calc(35vw - 35px);
    }

    .tbFiltri {
        width: 80px;
        padding: 1px !important;
        font-size: 13px !important;
    }

    .dropOrdine {
        width: 160px;
        font-size: 13px !important;
        padding: 2px !important;
    }

    .iconcina {
        width: 16.6%;
    }
    .boxUtensile{
        min-width:338px;
        padding:8px;
    }
}

@media (min-width: 1366px) and (max-width: 1650px) {
    html, span, p, td, th {
        font-size: 13px !important;
    }
    .boxRicercaLibera {
        width: 35vw;
    }

    .boxRicercaLiberainput {
        width: calc(35vw - 35px);
    }

    .boxUtensile {
        min-width: 338px;
        padding: 8px;
    }
    .titolo {
        font-size: 14px;
        color: #3b3838;
        padding: 5px;
        vertical-align: middle;
        width: 12%;
        font-weight: bold;
    }

    .titolo {
        font-size: 16px;
    }


    .InsForm {
        font-size: 16px !important;
    }

    .InsFormMini {
        font-size: 15px !important;
    }


    .InsArea {
        font-size: 14px;
    }

    .InsForm2 {
        font-size: 14px !important;
    }

    .pager input {
        font-size: 11px;
    }

    .current {
        font-size: 11px;
    }

    .dashModAttivoOk {
        font-size: 13px;
    }

    .dashModAttivoProbl {
        font-size: 13px;
    }

        .dashModAttivoOk h1, .dashModAttivoProbl h1 {
            font-size: 18px;
        }

        .dashModAttivoOk h2, .dashModAttivoProbl h2 {
            font-size: 16px;
        }



        .dashModAttivoOk i, .dashModAttivoProbl i, .dashModDisattivo i {
            font-size: 24px;
        }


    .dashModDisattivo {
        font-size: 13px;
    }

        .dashModDisattivo h1 {
            font-size: 18px;
        }

        .dashModDisattivo h2 {
            font-size: 16px;
        }

    .DropTempo {
        font-size: 13px !important;
    }
    .contenutoDash h3{
        font-size:24px;
    }
}

@media (min-width: 1px) and (max-width: 1365px) {
    html, span, p, td, th {
        font-size: 12px !important;
    }
    .boxUtensile {
        min-width: 338px;
        padding: 8px;
    }
    .titolo {
        font-size: 13px;
        color: #3b3838;
        padding: 5px;
        vertical-align: middle;
        width: 12%;
        font-weight: bold;
    }

    .titolo {
        font-size: 15px;
    }


    .InsForm {
        font-size: 15px !important;
    }

    .InsFormMini {
        font-size: 14px !important;
    }


    .InsArea {
        font-size: 13px;
    }

    .InsForm2 {
        font-size: 13px !important;
    }

    .pager input {
        font-size: 11px;
    }

    .current {
        font-size: 11px;
    }

    .dashModAttivoOk {
        font-size: 12px;
    }

    .dashModAttivoProbl {
        font-size: 12px;
    }

        .dashModAttivoOk h1, .dashModAttivoProbl h1 {
            font-size: 17px;
        }

        .dashModAttivoOk h2, .dashModAttivoProbl h2 {
            font-size: 15px;
        }

        .dashModAttivoOk i, .dashModAttivoProbl i, .dashModDisattivo i {
            font-size: 22px;
        }


    .dashModDisattivo {
        font-size: 1px;
    }

        .dashModDisattivo h1 {
            font-size: 17px;
        }

        .dashModDisattivo h2 {
            font-size: 15px;
        }

    .DropTempo {
        font-size: 12px !important;
    }
    .contenutoDash h3 {
        font-size: 24px;
    }
}
