﻿@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: #005987;
    z-index: 10;
    position: relative;
}

    .logo img {
        width: 150px;
        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;
}

.TableformCompatto {
    width: 100%;
}

    .TableformCompatto td {
        height:25px;
    }
    .TableformCompatto fieldset {
        padding: 0px 10px 10px 10px;
        margin-bottom: 5px;
    }

.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;
}



.box_login {
    padding-top: 250px;
    width: 100%;
    height: calc(100vh);
    background: url('../images/sfondo_riservato.jpg') no-repeat center center;
    background-size: cover;
}

.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;
}

.login {
    width: 400px !important;
}


.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;
        height:auto !important;
    }

    .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;
    }
.sottoTabella th{
    background-color: rgba(0, 89, 135, 0.68) !important;
    color:white;
    font-weight:300 !important;
}

.sottoTabella td {
    background-color:white !important;
    color: #666666;
    border-bottom: 1px solid #005987 !important;

}
    .GVIntestazione:hover td, .GVIntestazione2:hover td {
    background-color: #005987 !important;
    color: gainsboro;
}

    .elencoTabelle table td i {
        color: #005987;
    }

    .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;
    }


.lenRicercaAnagrafica {
    width: 50px;
    height: 34px;
    float: left;
    background-color: #f19627;
    color: white;
    padding: 5px 15px 8px 15px;
    border-radius: 5px 0px 0px 5px;
}

    .lenRicercaAnagrafica i {
        font-size: 24px;
    }


.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: calc(100vw - 1350px);
    height: 40px;
    padding: 0px;
    padding-left: 5px;
    float: left;
}

    .boxRicercaLibera input {
        background-color: transparent;
        font-size: 1.1vw;
        float: left;
        border: 0px;
        height: 40px;
		width: 100%;
    }
.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(40vw - 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;
}
.alignRight {
    text-align: right !important;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.margin-left {
    margin-left: 10px;
}

.margin-left3X {
    margin-left: 30px;
}

.margin-top {
    margin-top: 10px;
}

.GVIntestazione {
    background-color: #005987 !important;
    color: gainsboro;
    height: auto;
    padding: 5px;
    border: 1px solid #dcdcdc;
}


.errore {
    color: red;
}



.tooltipInfo {
    position: relative;
    display: inline-block;
    color: #005987;
    font-size:20px;
    cursor:pointer;
       margin-top:7px;
       margin-left:10px;
}

    .tooltipInfo .tooltiptext {
        visibility: hidden;
        width: 220px;
        background-color: #005987;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top:30px;
        left:-100px;
    }
        .tooltipInfo .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #005987 transparent;
        }

    .tooltipInfo:hover .tooltiptext, .tooltipInfo:hover .tooltiptext::after {
        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;
    -webkit-box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.45);
}

.pnlContatto {
    z-index: 99;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    width: 800px;
    height: 650px;
    left: calc(50% - 400px);
    top: calc(50% - 325px);
    position: fixed;
    text-align: center;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.53);
    box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.53);
}


.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;
}


/* ########################### */
/* ##### INIZIO CAMPAGNE ##### */
/* ########################### */
.header{
    height:60px;
}
.elementi{
    background-color:white;
    width:100%;
    height: calc(100vh - 120px);
    padding:20px;
    overflow-y:scroll;
}
.btnHeader{
    float:left;
    /*width:450px;*/ /* TAB TUTTI, ATTIVI, DISISCRITTI, CLIENTI */
}
.altroHeader{
    float:right;
    margin:15px 18px 0px 0px;
    /*'width:calc(100% - 434px);*/
}
.TabButtonON {
    padding: 15px 5px 15px 5px;
    background-color: white;
    color: #005987;
    font-size: 14px;
    width: 130px;
    border: 1px solid white;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 50px;
}
.TabButtonOFF {
    padding: 15px 5px 15px 5px;
    background-color: #CCCCCC;
    color: #383838;
    font-size: 14px;
    width: 130px;
    border: 1px solid white;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 50px;
}
    .TabButtonOFF:hover {
        padding: 15px 5px 15px 5px;
        background-color: white;
        color: #005987;
        font-size: 14px;
        width: 130px;
        border: 1px solid white;
        text-align: center;
        cursor: pointer;
    }
    .marginTab{
        margin-right:-4px;
    }
.nonInviata i{
    font-size:18px;
    color:rgb(252,164,2) !important;
}
.Inviata i {
    font-size: 18px;
    color: rgb(61,191,95) !important;
}
.nomeCampagna{
    font-size:16px;
    font-weight: bold;
    margin:0px;
}
.numCampagna{
    font-size:14px;
}
.inviataCampagna{
    font-size:14px;
    color:#808080;
}
.comandiVeloci{
    color: #1e6ea8;
    font-size:14px;
}
.comandiVeloci:hover{
    text-decoration:underline;
}
.comandiVelociDisabled {
    color: #808080;
    font-size: 14px;
}
.boxAnteprima{
    width:800px;
    margin-left: calc(50% - 400px);
}
.reportSX{
    width:350px;
    float:left;
}
.reportDX{
    width: calc(100% - 350px);
    float:left;
}
.addGallery{
    color:white;
}
.addGallery:hover{
    color:gainsboro;
}
.singleImg {
    width: 90px;
    height: 90px;
    cursor: grab;
    float: left;
    position: relative;
    background-color: white;
    border-radius: 2px;
    padding: 2px;
    text-align: center;
    margin: 2px;
}
    .singleImg div {
        text-align: center;
        position: absolute;
        bottom: 2%;
        left: 0%;
        font-size:10px;
        width:100%;
    }
    .singleImg img {
        position: absolute;
        max-width: 86px;
        max-height: 46px;
        cursor: grab;
        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%);
        border-radius:2px;
    }
.delGallery {
    position:absolute;
    top:1.5%;
    right:2%;
    font-size:14px;
    color:red;
}
.delGallery2 {
  
    font-size: 14px;
    color: red ;
}
.delGallery:hover, .delGallery2:hover{
    color:#005987;
}
.galleriaImmagini{
    width:320px;
    height:600px;
    overflow-y:scroll;
    background-color:#005987;
    padding:9px;
}
.galleriaImmagini h3{
    color:white;
    font-size:16px;
    margin-bottom:10px;
}
/* ########################### */
/* ###### FINE CAMPAGNE ###### */
/* ########################### */
/* ########################### */
/* ###### INIZIO CONTATTI ###### */
/* ########################### */
.pulsantiAzioni {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pulsanteAzione{
    border:1px solid #918f8f;
    border-radius:5px;
    padding: 5px 10px 5px 10px;
    color:#666666;
}
.pulsanteAzione:hover {
    border: 1px solid #005987;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    color: #005987;
}


/* ########################### */
/* ###### FINE CONTATTI ###### */
/* ########################### */
/* ########################### */
/* ###### INIZIO LISTE ###### */
/* ########################### */


.btnAzione{
font-size: 16px;
color:#005987;
}
.btnAzione:hover {
    color: #1e6ea8;
}

/* ########################### */
/* ###### FINE LISTE ###### */
/* ########################### */

/* ############################# */
/* ##### 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: 24%;
    border: 1px solid rgb(147,83,160);
    margin-left: 0.5%;
    margin-right: 0.5%;
    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: 24%;
    border: 1px solid rgb(33,150,243);
    margin-left: 0.5%;
    margin-right: 0.5%;
    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: 24%;
    border: 1px solid rgb(61,191,95);
    margin-left: 0.5%;
    margin-right: 0.5%;
    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: 24%;
    border: 1px solid rgb(252,164,2);
    margin-left: 0.5%;
    margin-right: 0.5%;
    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% - 80px);
    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: 23px;
        margin-top: 0px;
        margin-bottom: 5px;
        text-align: left;
        font-weight:normal;
    }

.simboloDash {
    background-color: white;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    font-size: 35px;
    padding: 15px;
    text-align: center;
    float: left;
    margin-top: 20px;
}
.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;
}
/* ############################# */
/* ###### FINE DASHBOARD ######## */
/* ############################# */


/* ############################# */
/* ###### DOCUMENTI ######## */
/* ############################# */
.intestazioneDoc{
    width:100%;
    height:80px;
    border:1px solid #918f8f;
    border-bottom:0px;
    padding:20px;

}
.pulsantiDoc {
    width: 250px;
    float: left;
    height: calc(100% - 80px);
    border: 1px solid #918f8f;
    border-right: 0px;
    overflow-y:scroll;
}
.pulsanteDoc {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #918f8f;
    color: #918f8f;
   display:inline-block;
}
.pulsanteDocSelected {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #918f8f;
    color: #005987;
    display: inline-block;
}
.contenutoDoc {
    width: calc(100% - 250px);
    float: left;
    height: 100%;
    border: 1px solid #918f8f;
    height: calc(100% - 80px);
    overflow-y:scroll;
}
.singleEvent {
    float: left;
    padding: 10px;
    text-align: center;
    /*height: 150px;
    position: relative;*/
    width: 100%;
    border-bottom:1px solid gainsboro;
}
    .singleEvent table:hover td {
        background-color: rgba(0,89,135,0.2);
    }

.singleEvent img {
    max-height:40px;
}
.singleDoc{
    float:left;
    padding:10px;
    text-align:center;
    height:150px;
    position:relative;
    width:12.5%;
}
    .singleDoc img {
        position: absolute;
        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%);
        max-height:50px;
    }
    .singleDoc p {
        margin-top:90px;
        font-size:14px;
        font-weight:bold;
        color:#005987;
    }
    .singleDoc p span{
        color: #918f8f;
        font-weight:normal;
        font-size:12px;
    }
.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;
}


.contenutoDocCli{
    width:800px;
    height:600px;
    padding:15px;
    position:fixed;
    top: calc(50% - 300px);
    left: calc(50% - 400px);

}
    .contenutoDocCli .TableGallery td {
        border: 0px transparent !important;
        border-bottom: 1px solid gainsboro !important;
        padding-top: 10px;
        color:#918f8f;
        font-size:12px;
    }

.contenutoDocCli .GVIntestazione th{
    padding:3px;
    text-align:center;
}
    .contenutoDocCli .GVIntestazione th a, .contenutoDocCli .GVIntestazione th {
        color: white !important;
    }

    .contenutoDocCli .GVIntestazione th a:hover{
       color:gainsboro !important;
    }
    .contenutoDocCli .TableGallery td img {
        float:left;
        max-width:40px;
        margin-right:5px;
    }
    .contenutoDocCli .TableGallery td p {
        float: left;
        padding-top:14px;
        font-size: 14px !important;
    }
    .contenutoDocCli .TableGallery td {
        font-size: 14px !important;
    }

    .contenutoDocCli .boxRicercaLibera, .contenutoDocCli .boxRicercaLiberainput {
        width: 300px;
    }
    /* ############################# */
    /* ###### FINE DOCUMENTI ######## */
    /* ############################# */
    /* ############################ */
    /* ######## ordini ########### */
    /* ############################# */
    .headerOrdini {
        height: 50px;
        width: 100%;
        /*background-color:rgba(0, 89, 135, 0.35);*/
        /*border-bottom:10px solid #005987;*/
        background-color: #005987;
        border-top: 1px solid white;
    }

.elementi2 {
    background-color: white;
    width: 100%;
    height: calc(100vh - 170px);
    padding: 20px;
    overflow-y: scroll;
}
.TabButtonOrdON {
    padding: 15px 5px 15px 5px;
    background-color: #f2f2f2;
    color: #005987;
    font-size: 14px;
    width: 130px;
    border-top: 0px solid white;
    border-right: 1px solid white;
    border-bottom: 0px solid #005987;
    border-left: 1px solid white;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 50px;
}



.TabButtonOrdOFF {
    padding: 15px 5px 15px 5px;
    background-color: #464646;
    color: white;
    font-size: 14px;
    width: 130px;
    border-top: 0px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 50px;
}

    .TabButtonOrdOFF:hover {
        padding: 15px 5px 15px 5px;
        background-color: #f2f2f2;
        color: #005987;
        font-size: 14px;
        width: 130px;
        border-top: 0px solid white;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        border-left: 1px solid white;
        text-align: center;
        cursor: pointer;
    }
.statoOrdine {
    width: 200px;
    float: right;
    padding: 5px;
    font-size: 20px;
    color: #005987;
    background-color: white;
    display: inline-flex;
    -webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.5);
    margin-left:20px;
}
.statoOrdine img{
    height:25px;
}
.divPlupDocs{
    padding:20px;
    max-width:340px;
}
/* ####################### */
/* ###### FINE ORDINI #####*/
/* ############################# */

/* ############################ */
/* ######## PREVENTIVI ########### */
/* ############################# */
.pnlFirma {
    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;
    z-index: 9000;
    position: fixed;
    top: calc(50% - 190px);
    width: 800px;
    height: 380px;
    left: calc(50% - 400px);
}

/* ############################ */
/* ####### FINE PREVENTIVI #### */
/* ############################# */


@media (min-width: 1280px) and (max-width: 1366px) {
    .box_login {
        padding-top: 150px;
        width: 100%;
        height: calc(100vh - 150px);
    }

    .boxRicercaLibera {
        width: 40vw;
    }

    .boxRicercaLiberainput {
        width: calc(40vw - 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%;
    }
}

@media (min-width: 1366px) and (max-width: 1650px) {
    html, span, p, td, th {
        font-size: 13px !important;
    }

    .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;
    }
}

@media (min-width: 1px) and (max-width: 1365px) {
    html, span, p, td, th {
        font-size: 12px !important;
    }

    .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;
    }
}
