/* Move down content because we have a fixed navbar that is 50px tall */

/* '*************************************************************************************************************************'*/
@font-face {
    font-family: 'Proxima'; /*a name to be used later*/
    src: url('Fonts/Proxima.otf'); /*URL to font*/
}

/* scaricato da google in formato TTF , convertito ONLINE in WOFF (compatibile con tutti i browser ) */
@font-face {
    font-family: 'Montserrat';
    src: url('Fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Montserrat;
    font-size: large;
    margin-left: 0px;
}

    body:after {
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: -1;
        content: url(images/RtiLogoFattura.jpg); /* precarica immagine per stampa fattura, altrimenti la prima volta esce vuota perchÃƒÂ¨ il browser non attende il caricamento immagine*/
    }

.DivPrint {
    display: none;
}

.hidden {
    display: none;
}

.TableAddNew {
    float: right;
    padding: 5px;
}

.SiteMasterHeader {
    padding: 0 2mm;
}

.SiteMasterUser {
    float: right;
    /* font-size: 24pt; */
    color: grey;
    font-weight: 400;
    padding: 5px;
}

.DivDopoTitolo {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: large;
    margin-left: 200px;
    margin-top: 0px;
}




.MyCalendar .ajax__calendar_container {
    border: 1px solid #013b82;
    background-color: white;
    color: black;
    font-family: Montserrat;
}

.GridFooter {
    background: none;
    background-color: antiquewhite !important;
    font-weight: 800 !important;
    height: 2cm !important;
}




.GridContainer {
    overflow: auto;
    width: 100%;
}

    .GridContainer td {
        border: 0px solid #c4c5d4;
    }

    .GridContainer th {
        border: 1px solid #c4c5d4;
    }

    .GridContainer table table td {
        border-style: none;
    }


.rounded_corners {
    border: 1px solid #c4c5d4;
    /* -webkit-border-radius: 8px; */
    -moz-border-radius: 8px;
    /* border-radius: 8px; */
    overflow: hidden;
    box-shadow: 2px 2px 3px lightgrey;
}

    .rounded_corners td {
        border: 0px solid #c4c5d4;
    }

    .rounded_corners th {
        border: 1px solid #c4c5d4;
    }

    .rounded_corners table table td {
        border-style: none;
    }



.MenuWork {
    margin-top: 5px;
    /* background-color: lightblue; */
}

.MenuGestionale {
    margin-top: 5px;
    padding-top: 10px;
}

.GridNoData {
    color: grey;
    font-size: 12pt;
    font-weight: 300;
    padding: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.gridview {
    width: 100%;
    border: 1px solid black;
    background: white;
    text-align: center;
}

    .gridview th {
        text-align: center;
        background: #013b82;
        color: white;
    }

    .gridview .pager {
        text-align: center;
        background: #013b82;
        color: White;
        font-weight: bold;
        border: 1px solid #013b82;
    }

        .gridview .pager a {
            color: #666;
        }

    .gridview a {
        text-decoration: none;
        color: White;
    }

        .gridview a:hover {
            color: Silver;
        }

    .gridview .sortedasc {
        background-color: #336699;
    }

        .gridview .sortedasc a {
            padding-right: 15px;
            background-image: url(../images/up_arrow.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

            .gridview .sortedasc a:hover {
                color: White;
            }

    .gridview .sorteddesc {
        background-color: #336699;
    }

        .gridview .sorteddesc a {
            padding-right: 15px;
            background-image: url(../images/down_arrow.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

            .gridview .sorteddesc a:hover {
                color: White;
            }

    .gridview .alternating {
        background: #d8d8d8;
    }

/*-----------------------------------------------------*/

/*SubGridView------------------------------------------*/
.subgridview {
    width: 80%;
    border: none;
    text-align: left;
    margin: 0px 0px 5px 25px;
    background: whitesmoke;
}

    .subgridview th {
        background: silver;
        color: Black;
    }

.DivProdottiDefault {
    float: left;
    padding: 2px;
    margin-left: 2%;
    margin-right: 2%;
    border-bottom: solid 2px lightgrey;
}

.DivProdottoTessile {
    background-image: url('../images/BackGroundTessile.png');
    background-repeat: no-repeat;
    float: left;
    display: block;
    width: 33%;
    height: 35vh;
    transition: background-color 0.5s;
}




    .DivProdottoTessile:hover {
        background-color: steelblue;
        color: white;
    }


.DivProdottoPubblicita {
    background-image: url('../images/BackGroundPubblicita.png');
    background-repeat: no-repeat;
    float: left;
    display: block;
    width: 33%;
    height: 35vh;
    transition: background-color 0.5s;
}




    .DivProdottoPubblicita:hover {
        background-color: steelblue;
        color: white;
    }

.DivProdottoContabilita {
    background-image: url('../images/BackGroundContabilita.png');
    background-repeat: no-repeat;
    float: left;
    display: block;
    width: 33%;
    height: 35vh;
    transition: background-color 0.5s;
}




    .DivProdottoContabilita:hover {
        background-color: steelblue;
        color: white;
    }

.TableFilter {
    font-size: small;
    padding: 2px;
    margin-left: 30px;
}

.GridAccordionHeader {
    border: none 0px #c1c1c1;
}

    .GridAccordionHeader td {
        padding: 2px;
    }

    /* header */
    .GridAccordionHeader th {
        color: black;
        background: linear-gradient(to bottom, rgba(250,250,250,1), rgba(240,240,240,1)); /* Standard syntax (must be last) */
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
    }
    /* riga pari */
    .GridAccordionHeader tr:nth-child(even) {
        color: black;
        background: linear-gradient(to bottom, rgba(250,250,250,1), rgba(240,240,240,1)); /* Standard syntax (must be last) */
        /* font-family: 'Verdana'; */
        font-weight: 400;
        Font-Size: 8pt;
        Height: 20px;
        border-bottom-width: 0px;
    }


    .GridAccordionHeader tr:nth-child(odd) {
        background: linear-gradient(to bottom, rgba(250,250,250,1), rgba(240,240,240,1)); /* Standard syntax (must be last) */
        color: black;
        /* font-family: 'Verdana'; */
        font-weight: 400;
        Font-Size: 8pt;
        Height: 20px;
    }



    /* link */
    .GridAccordionHeader a {
        color: black;
        background-color: transparent;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
    }



/* CHECKBOX fatta a bottone con descrizione */
.checkbox .btn,
.checkbox-inline .btn {
    margin-top: 2px;
    font-family: 'Calibri';
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: white;
    border-color: #c4c4c4;
    padding: 3px 10px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 2px;
    color: #5b5d66;
    min-width: 8em;
    width: auto;
}

.checkbox label,
.checkbox-inline label {
    text-align: left;
    padding-left: 0.5em;
}

.checkbox .btn:hover {
    background-color: lightsteelblue;
    color: white;
}

/* CHECKBOX fatta a bottone con descrizione */



.FirstRowBig tr:nth-child(2) {
    font-weight: 900;
    background-color: greenyellow !important;
}



.FirstColumn {
}

    .FirstColumn td:first-child {
        width: 5cm;
        background-color: #8dd2ff3d;
        /* border-bottom: 1px solid #0f0e0e; */
        /* max-width: 4cm; */
        /* width: 5cm; */
        position: sticky;
        left: 0px;
        font-weight: 600;
        text-align: right;
    }

    .FirstColumn th:first-child {
        /* min-width: 4cm; */
        /* max-width: 4cm; */
        width: 5cm;
    }

.GridHorizontal {
}

    .GridHorizontal tr {
        display: table-cell;
    }

    .GridHorizontal td:first-child {
        text-align: right;
    }

    .GridHorizontal tr td {
        height: 1cm;
    }

.Grid {
    border: solid 1px #c1c1c1;
    font-weight: normal;
}

    .Grid Caption {
        padding: 15px;
        text-align: left;
    }





    .Grid td {
        padding: 2px;
        border: 1px solid lightgray;
        padding-right: 4px;
    }

    /* header */
    .Grid th {
        color: black;
        background-color: #b4d1ff;
        font-family: 'Montserrat';
        font-weight: bold;
        Font-Size: 10pt;
        Height: 30px;
        border-right: 1px solid white;
        padding-right: 3px;
        min-width: 1.8cm;
    }

    .Grid tr {
        color: black;
        /* font-family: 'consolas'; */
        /* font-weight: 800; */
        Font-Size: 9pt;
        Height: 30px;
        border-bottom-width: 0px;
    }
        /* riga pari */
        .Grid tr:nth-child(even) {
            background-color: white;
        }


        .Grid tr:nth-child(odd) {
            background-color: ghostwhite;
        }



    /* link */
    .Grid a {
        color: black;
        background-color: transparent;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
    }

.GridAccordionHeaderBig {
    /* border: none 0px #c1c1c1; */
}

    .GridAccordionHeaderBig td {
        padding: 2px;
    }

    /* header */
    .GridAccordionHeaderBig th {
        color: black;
        /* background: linear-gradient(to bottom, rgba(250,250,250,1), rgba(240,240,240,1)); */ /* Standard syntax (must be last) */
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
    }
    /* riga pari */
    .GridAccordionHeaderBig tr {
        /* background: linear-gradient(to bottom, rgba(250,250,250,1), rgba(240,240,240,1)); */ /* Standard syntax (must be last) */
        color: black;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 2vw !important;
        text-align: center;
        height: 1cm !important;
    }



    /* link */
    .GridAccordionHeaderBig a {
        color: black;
        background-color: transparent;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 24px;
    }




.Gridpaging {
}

    .Gridpaging a {
        background-color: white;
        padding: 2px 7px;
        text-decoration: none;
        border: 1px solid darkslategrey;
    }

        .Gridpaging a:hover {
            background-color: gainsboro;
            color: darkslategrey;
            border: 1px solid #336699;
        }

    .Gridpaging span {
        background-color: lightblue;
        padding: 2px 7px;
        color: black;
        border: 1px solid #336699;
    }

tr.Gridpaging {
    background: none !important;
}

    tr.Gridpaging tr {
        background: none !important;
    }

    tr.Gridpaging td {
        border: none;
    }

.GridHeaderSmallFont {
    color: black;
    background-color: gainsboro;
    font-family: 'Verdana';
    font-weight: 400;
    Font-Size: 8pt;
    Height: 20px;
}

    .GridHeaderSmallFont td {
        color: black;
        background-color: gainsboro;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 8pt;
        Height: 20px;
    }

    .GridHeaderSmallFont a {
        color: black;
        background-color: gainsboro;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 8pt;
        Height: 20px;
    }

    .GridHeaderSmallFont th {
        color: black;
        background-color: gainsboro;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 8pt;
        Height: 20px;
    }

    .GridHeaderSmallFont tr {
        color: black;
        background-color: gainsboro;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 8pt;
        Height: 20px;
    }

.gridHeader {
    color: black;
    background-color: #c4c5d4;
    font-family: 'Verdana';
    font-weight: 400;
    Font-Size: x-small;
    Height: 20px;
}

    .gridHeader a {
        color: black;
        background-color: #c4c5d4;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: x-small;
        Height: 20px;
    }



.GridCellDate {
    font-family: 'arial narrow';
    font-weight: 400;
    Font-Size: small;
    Height: 16px;
    text-align: center;
}





.GridCellValuta {
    font-family: 'Calibri';
    font-weight: 400;
    Font-Size: 10pt;
    Height: 16px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.LabelValuta {
    font-family: 'Calibri';
    font-weight: 400;
    Font-Size: 10pt;
    Height: 16px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    /* max-width: 1.5cm; */
    padding: 1px !important;
}

    .LabelValuta > input {
        text-align: right;
        width: 100% !important;
    }



.GridCellNota {
    white-space: nowrap;
}

.GridCellCode > span {
    font-family: 'courier';
    font-weight: 900;
    Font-Size: 16pt;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    border: 1px solid grey;
    background-color: #b1deec;
    box-shadow: 2px 2px 4px grey;
    border-radius: 5px;
    height: 1cm;
    line-height: 1cm;
}

.GridCellCode {
}

.GridCellMonth {
    font-family: 'calibri';
    font-weight: 700;
    Font-Size: 14pt;
    text-align: center;
    background-color: #e9ff68;
    /* background: linear-gradient(to bottom, #ccccfe, #ccccff); */ /* Standard syntax (must be last) */
}

.GridCellCheck {
    text-align: center;
}




.box-fisso {
    font-size: 18pt;
    text-align: right;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 95%;
    height: 0px;
    color: #fff;
    padding: 5px;
}

.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    border: 1px solid #124d77;
    background: #007dc1;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

/* The button size */
.file-upload {
    height: 30px;
}

    .file-upload, .file-upload span {
        width: 150px;
    }

        .file-upload input {
            top: 0;
            left: 0;
            margin: 0;
            font-size: 14px;
            font-weight: bold;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong {
            font: normal 14px calibri,sans-serif;
            text-align: center;
            vertical-align: middle;
        }

        .file-upload span {
            top: 0;
            left: 0;
            display: inline-block;
            /* Adjust button text vertical alignment */
            padding-top: 5px;
        }


.RtiTimeReportNote {
    border-bottom: 2px solid #6699ff;
    height: auto;
    display: block;
    overflow-y: unset;
    padding: 5px;
}

.RtiDocumentNote {
    border: 2px double grey;
    height: 10Vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

    .RtiDocumentNote:hover {
        border: 4px double #6699ff;
        height: auto;
        display: block;
        overflow-y: unset;
    }

    .RtiDocumentNote:focus {
        border: 4px double #6699ff;
        height: auto;
        display: block;
        overflow-y: unset;
    }

.MenuLaterale {
    position: fixed;
    padding-top: 10px;
    top: 126px;
    left: 5px;
    width: 173px;
    height: 80vh;
    color: #fff;
    border-right: 2px double lavender;
    overflow-y: auto;
    overflow-x: hidden;
    /* Standard syntax (must be last) */
}

.RtiMenuCaption {
    width: 95%;
    font-family: 'Calibri';
    /* display: inline-block; */
    /* padding: 6px 12px; */
    /* margin-bottom: 0; */
    /* font-size: 12pt; */
    font-weight: normal;
    line-height: 1cm;
    text-align: center;
    /* white-space: nowrap; */
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: slategray;
    border-color: grey;
    /* padding: 4px 20px; */
    /* line-height: 1.33; */
    /* border-radius: 2px; */
    /* color: #5b5d66; */
    text-decoration: none;
    box-shadow: 2px 2px 5px grey;
    height: 1cm;
}


.RtiProdottoCaption {
    font-family: Montserrat;
    display: inline-block;
    margin-bottom: 0;
    font-size: 24pt;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    padding: 20px 26px;
    text-decoration: none;
}

.RtiProdottoDescription {
    font-family: Montserrat;
    padding: 14px 26px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.RtiButtonMenu {
    width: 120px;
    font-family: Montserrat;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 2px;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.428571429;
    /* text-align: center; */
    white-space: nowrap;
    /* vertical-align: middle; */
    cursor: pointer;
    border: 1px solid transparent;
    background-color: white;
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(245,245,245,1)); /* Standard syntax (must be last) */
    /* border-color: #c4c4c4; */
    padding: 4px 16px;
    line-height: 1.53;
    border-radius: 2px;
    color: #5b5d66;
    text-decoration: none;
    font-weight: 700;
}

    .RtiButtonMenu:hover {
        background-color: gainsboro;
        background: linear-gradient(to bottom, rgba(255,0,0,0),gainsboro); /* Standard syntax (must be last) */
    }



.GridGestioneIcona {
    width: 25px;
    font-size: 15px;
    height: 25px;
}


.LoadingIcon {
    position: absolute;
    padding-top: 0.3em;
    width: auto;
    height: 3px;
    -webkit-animation: fadein-LoadingIcon 1.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein-LoadingIcon 1.5s; /* Firefox < 16 */
    -o-animation: fadein-LoadingIcon 1.5s; /* Opera < 12.1 */
    animation: fadein-LoadingIcon 1.5s;
}





.GridTimeReport {
    background-color: gainsboro;
    border: none 0px #c1c1c1;
}

    .GridTimeReport td {
        padding: 2px;
    }

    /* header */
    .GridTimeReport th {
        color: black;
        background-color: gainsboro;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
    }
    /* riga pari */
    .GridTimeReport tr:nth-child(4n+0) {
        color: black;
        background-color: white;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
        border-bottom-width: 0px;
    }

    .GridTimeReport tr:nth-child(4n+1) {
        color: black;
        background-color: white;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
        border-bottom-width: medium;
        border-bottom-color: lightgray;
        border-bottom-style: solid;
    }

    .GridTimeReport tr:nth-child(4n+2) {
        color: black;
        background-color: whitesmoke;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
    }

    .GridTimeReport tr:nth-child(4n+3) {
        color: black;
        background-color: whitesmoke;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
        border-bottom-width: medium;
        border-bottom-color: lightgray;
        border-bottom-style: solid;
    }


    /* link */
    .GridTimeReport a {
        color: black;
        background-color: transparent;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
    }


.GridFtt {
    background-color: white;
    border: none 0px #c1c1c1;
}

    .GridFtt td {
        padding: 5px;
    }

    /* header */
    .GridFtt th {
        color: black;
        background-color: #bde5f7;
        font-family: 'Montserrat';
        font-weight: 700;
        Font-Size: 10pt;
        Height: 1cm;
    }
    /* riga pari */


    .GridFtt tr:nth-child(3n+0) {
        color: black;
        background-color: white;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
        border-bottom-width: medium;
        border-bottom-color: lightgray;
        border-bottom-style: solid;
        border-bottom: none !important;
    }

    .GridFtt tr:nth-child(3n+2) {
        color: black;
        background-color: whitesmoke;
        /* background: linear-gradient(to bottom, rgba(255,0,0,0), rgb(255 255 255)); */ /* Standard syntax (must be last) */
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
    }

    .GridFtt tr:nth-child(3n+1) {
        color: black;
        background-color: white;
        /* background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(240,240,240,1)); */ /* Standard syntax (must be last) */
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
        border-bottom-width: medium;
        border-bottom-color: lightgray;
        border-bottom-style: solid;
    }


    /* link */
    .GridFtt a {
        color: black;
        background-color: transparent;
        font-family: 'Verdana';
        font-weight: 400;
        Font-Size: 10pt;
        Height: 20px;
    }


/*blu .RtiButton {
    font-family: 'Calibri';
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    padding: 3px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 2px;
}*/
.MaskedEditError {
    color: red;
}


.RtiButton {
    /* width: 150px; */
    font-family: 'Calibri';
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: white;
    border-color: #100e0e;
    padding: 4px 16px;
    font-size: 12pt;
    line-height: 1.33;
    border-radius: 2px;
    color: #0e0e0e;
    background-color: #98d1ff !important;
    outline: none;
}

    .RtiButton:hover {
        background-color: gainsboro;
    }

    .RtiButton:focus {
        outline: 1px solid red;
    }

/* .RtiButtonMenu {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    padding: 3px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 2px;
    width: 150px;
}*/


.ReportCorpoFatturaScreen {
    border: 2px solid #d9d8d8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 10px;
    margin-left: 30px;
    vertical-align: middle;
    width: 95%;
    float: left;
    box-shadow: 3px 3px 4px lightgrey;
}

    .ReportCorpoFatturaScreen:empty {
        display: none;
    }


.RtiUltraBoxContainer {
    display: inline-flex;
    padding: 0px;
    vertical-align: middle;
}

.RtiUserDownloadLabel {
    display: inline-block;
    color: black;
    font-size: 10pt;
    border-style: dotted;
    border-color: gray;
    border-width: thin;
    height: 20px;
    text-align: right;
    /* background-color: whitesmoke; */
    width: 10em;
    padding-right: 3px;
    /* padding-top: 3px; */
    vertical-align: middle;
    font-weight: 600;
}

.RtiUserDownloadText {
    color: black;
    font-size: 12pt;
    vertical-align: text-top;
    text-align: left;
    width: 70%;
    /* padding: 20px; */
    padding-right: 3px;
    padding-top: 3px;
    border: 2px solid whitesmoke;
}

.RtiUserDownloadLink {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16pt;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid blue;
    background-color: deepskyblue;
    padding: 4px 16px;
    border-radius: 2px;
    color: white;
}

    .RtiUserDownloadLink:empty {
        display: none;
    }

.DivRtiHeaderLogo {
    background-color: #006699;
    padding: 20px;
    background: linear-gradient(to bottom, #006699, whitesmoke); /* Standard syntax (must be last) */
}


.DivAutentication {
    border: 2px solid #e9e7e7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fbfbfb;
    /* Standard syntax (must be last) */
    margin: 0 auto;
    margin-top: 30px;
    width: 10cm;
    height: 4cm;
    overflow-x: auto;
    text-align: center;
    padding: 3vh;
    box-shadow: 3px 3px 5px #dddddd;
}





.FilterLabelAutentication {
    font-size: large;
    padding-right: 5px;
    width: 100%;
    text-align: right;
}


.ClfDetDatiCliente {
    display: inline-block;
    text-align: left;
    float: left;
    align-content: flex-start;
    clear: left;
    vertical-align: top;
    padding: 10px;
    width: 95%;
    background: linear-gradient(to right, lavender,rgba(248,250,250,1)); /* Standard syntax (must be last) */
}


.FilterGroup {
    display: inline-block;
    /* text-align: left; */
    /* float: left; */
    align-content: flex-start;
    /* clear: left; */
    vertical-align: top;
    padding: 0px;
    padding-left: 20px;
    width: 98%;
    background: linear-gradient(to bottom, lavender,rgba(248,250,250,1)); /* Standard syntax (must be last) */
    border-bottom: 2px double lavender;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}


.FilterLabel {
    font-size: 10pt;
    padding-right: 5px;
    width: auto;
    margin-top: 2px;
    text-align: left;
    float: left;
    /* margin-bottom: 3px; */
}


.FilterLabel2 {
    font-size: 0.7em;
    padding-right: 5px;
    width: auto;
    margin-top: 2px;
    text-align: right;
    min-width: 12em;
    /* margin-bottom: 3px; */
}

.FilterValue {
    font-size: 12pt;
    padding-right: 5px;
    margin-top: 2px;
    height: 24px;
    width: auto;
    text-align: left;
}

.FilterValueDDL {
    font-size: 12pt;
    padding-right: 5px;
    margin-top: 2px;
    height: 28px;
    width: auto;
    text-align: left;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .FilterValueDDL input {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.FilterValueDate {
    font-size: 12pt;
    padding-right: 5px;
    margin-top: 2px;
    height: 24px;
    width: 90px;
    text-align: left;
}



.TextBoxAutentication {
    font-size: large;
    padding: 0px;
    width: 170px;
    Height: 30px;
    text-align: left;
    margin: 5px;
}


.RtiUltraBoxLabel {
    display: inline-block;
    color: black;
    font-size: 11pt;
    border-style: dotted;
    border-color: gray;
    border-width: thin;
    height: 20px;
    vertical-align: middle;
    text-align: right;
    background-color: whitesmoke;
    width: 100px;
    padding-right: 3px;
    padding-top: inherit;
}

.RtiUltraBox {
    color: black;
    border-width: thin;
    border-bottom-style: solid;
    border-color: black;
    font-size: 10pt;
    width: 60px;
    height: 20px;
    vertical-align: middle;
    margin: 0px;
    background-color: white;
}

.RtiUltraBoxDecode {
    color: black;
    border-width: thin;
    border-color: darkgray;
    border-style: solid;
    font-size: 9pt;
    width: 200px;
    height: 20px;
    vertical-align: middle;
    background-color: lightgray;
    margin-left: 5px;
}

.rounded_corners_sito {
    border: 3px solid #c4c5d4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

    .rounded_corners_sito td {
        border: 0px solid #c4c5d4;
    }

    .rounded_corners_sito th {
        border: 1px solid #c4c5d4;
    }

    .rounded_corners_sito table table td {
        border-style: none;
    }


.RtiUltraBoxButton {
    color: black;
    border-width: thin;
    border-color: darkgray;
    border-style: solid;
    font-size: 9pt;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: lightgray;
    margin-left: 0px;
}

.autocomplete_completionListElement {
    color: black;
    background-color: white;
    border: 1px solid buttonshadow;
    cursor: default;
    overflow: auto;
    height: auto;
    text-align: left;
    font-size: 1.0em;
    font-family: Calibri;
    list-style-type: disc;
    width: auto !important;
    max-width: 8cm !important;
    z-index: 10;
}

.autocomplete_highlightedListItem {
    background-color: cadetblue;
    color: whitesmoke;
    padding-bottom: 0.1cm;
    border-bottom: 1px solid blue;
    font-size: 1.0em;
    font-family: Calibri;
    margin-right: 0.2cm;
    margin-top: 0.2cm;
    margin-bottom: 0.1cm;
}

.autocomplete_listItem {
    background-color: white;
    border-bottom: 1px solid blue;
    font-size: 1.0em;
    font-family: Calibri;
    margin-right: 0.2cm;
    margin-top: 0.2cm;
    margin-bottom: 0.1cm;
    padding-bottom: 0.1cm;
}

.DivRtiInfo {
    margin: 30px;
    width: 90%;
    float: left;
}

.DivImageLogoSponsor {
    margin: 10px;
    width: 100px;
    height: 100px;
    border: 3px solid whitesmoke;
    float: right;
}

    .DivImageLogoSponsor img {
        max-width: 100%;
        max-height: 100%;
    }


/* Likol Lee in Google +*/
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.FormCaption {
    width: 99%;
    border: 0px solid #2F4F4F;
    color: GREY;
    background-color: white;
    border-bottom-color: lightblue;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    /* font-size: 22pt; */
    font-weight: 400;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    vertical-align: text-top;
}

.GridCaption {
    /* width: 99%; */
    border: 0px solid #2F4F4F;
    /* color: GREY; */
    /* background-color: white; */
    /* border-top-color: lightblue; */
    border-top-style: solid;
    /* border-top-width: 3px; */
    /* font-size: 18pt; */
    /* font-weight: 400; */
    padding: 10px;
    margin-top: 0px;
    /* margin-bottom: 5px; */
    vertical-align: text-top;
}

.UserNameLabel {
    color: grey;
    font-size: 1em;
    font-weight: 300;
    padding: 10px;
    padding-right: 10px;
    margin-top: 14px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.RtiLogo {
    width: 650px;
}

.accordionHeader {
    font-size: 14pt;
    font-weight: bold;
    padding: 0px;
    /* margin-left: 30px; */
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid #c4c5d4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 0px;
    /* overflow: hidden; */
    padding-top: 5px;
    box-shadow: 2px 2px 3px lightgrey;
    background-color: lightblue;
    overflow: auto;
    /* width: 99%; */
}



#master_content .accordionHeader a {
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: red;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    margin-top: 10px;
    /* margin-left: 30px; */
    /* font-weight: bold; */
    /* background: linear-gradient(to right, rgba(255,0,0,0),lavender); */ /* Standard syntax (must be last) */
    border: 3px solid #c4c5d4;
    /* -webkit-border-Top-left-radius: 8px; */
    /* -webkit-border-top-right-radius: 8px; */
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    /* border-top-left-radius: 8px; */
    /* border-top-right-radius: 8px; */
    /* overflow: hidden; */
}

.Titolo {
    padding: 10px
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
    margin-left: 30px;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
        margin-left: 30px;
    }

.accordionContent {
    /* margin-left: 30px; */
    /* background: linear-gradient(to right, rgba(255,0,0,0),lavender); */ /* Standard syntax (must be last) */
    /* border: 3px solid #c4c5d4; */
    /* border-top: none; */
    /* -webkit-border-bottom-left-radius: 8px; */
    /* -webkit-border-bottom-right-radius: 8px; */
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    /* border-bottom-left-radius: 8px; */
    /* border-bottom-right-radius: 8px; */
    overflow: auto;
}

#accordian {
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
}

.selected_row {
    background-color: #A1DCF2;
}

PanelFiltriHeader {
    border-top: double;
    color: #48728a;
    background-color: white;
    font-size: 14pt;
    cursor: pointer;
    height: 10px;
    padding: 1px;
    padding-left: 10px;
}

PanelFiltriLabel {
    color: black;
    font-family: 'Courier New';
    font-size: 16pt;
}




PanelFiltriImage {
    width: 32px;
    height: 32px;
}

.PanelFiltriBody {
    background-color: white;
    font: normal 11px auto Verdana, Arial;
    border: 1px gray;
    padding: 4px;
    padding-top: 0px;
}

.rounded_corners {
    /* border: 1px solid #c4c5d4; */
    /* -webkit-border-radius: 8px; */
    -moz-border-radius: 8px;
    /* border-radius: 8px; */
    overflow: hidden;
    box-shadow: 2px 2px 3px lightgrey;
}

    .rounded_corners td {
        border: 0px solid #c4c5d4;
    }

    .rounded_corners th {
        border: 1px solid #c4c5d4;
    }

    .rounded_corners table table td {
        border-style: none;
    }




.RepeaterGrid {
}




.DivDopoFiltri {
    float: right;
    width: 99%;
    overflow-x: auto;
}

.ReportFatturaeClienteIva {
    background-color: white;
}

.RtiLogoFattura {
    display: none;
}

.ReportDatiCliente {
    background-color: white;
}

.ReportDatiFattura {
    float: none;
}

.ReportDatiPagamento {
    margin-left: 20px;
    float: left;
    display: inline;
}

.ReportFattura {
    padding-bottom: 20px;
    float: none;
}

.DivRepeater {
    margin: 40px;
}


.DivBottomLine {
    border-bottom: 1px solid grey;
    padding: 1px;
    float: left;
}

    .DivBottomLine:empty {
        display: none;
    }

.fttRowFixedSize {
    background-color: white;
    float: left;
    width: 100%;
    font-family: Calibri;
    font-size: 12pt;
    font-weight: 300;
    border-bottom: 1px solid grey;
    height: auto;
    display: inline;
    overflow-y: hidden;
    overflow-x: hidden;
}

.fttRowAutoSize {
    background-color: white;
    float: left;
    width: 100%;
    font-family: Calibri;
    font-size: 12pt;
    font-weight: 300;
    border-bottom: 1px solid grey;
    height: 10vh;
    display: inline;
    overflow-y: hidden;
    overflow-x: hidden;
}

    .fttRowAutoSize:hover {
        background-color: white;
        border: 4px double #6699ff;
        height: auto;
        display: block;
        overflow-y: unset;
    }

    .fttRowAutoSize:focus {
        background-color: white;
        border: 4px double #6699ff;
        height: auto;
        display: block;
        overflow-y: unset;
    }


.FttNuRig {
    background-color: white;
    float: left;
    width: 30px;
    font-family: Calibri;
    font-size: 18pt;
    font-weight: 900;
    border-bottom: 1px solid grey;
    height: auto;
    padding: 4px 7px;
    overflow-y: unset;
}

.FttRfRig_edit {
    background-color: white;
    float: left;
    width: 80%;
    font-family: Calibri;
    font-size: 12pt;
    font-weight: 300;
    border-bottom: 1px solid grey;
    height: Auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

.FttNmInt {
    background-color: #f4f5b3;
    min-width: 10cm;
    float: right;
}

    .FttNmInt:empty {
        display: none;
    }

.FttRfRig {
    float: left;
    width: 80%;
    font-family: Calibri;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid grey;
    display: block;
}

    .FttRfRig:empty {
        display: none;
    }

.FttDivContainer {
    /* position:relative; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100%;
    min-height: 1.5cm;
}

    .FttDivContainer .FttDivText { /* display: inline-block; */
    }

        .FttDivContainer .FttDivText .FttDivFlTyp {
            display: inline-block;
            font-size: 14pt;
        }

        .FttDivContainer .FttDivText .FttDivDeBud {
            font-size: 14pt;
            font-weight: 800;
            display: inline-block;
            padding-left: 5px;
        }

    .FttDivContainer .FttDivFooter {
        /* position:absolute; */
        bottom: 0;
        margin-left: 1cm;
    }

        .FttDivContainer .FttDivFooter .FttDivOfferta {
            display: inline-block;
        }

        .FttDivContainer .FttDivFooter .FttDivPeriodo {
            float: right;
            margin-right: 1cm;
        }



.OffRfRig {
    float: left;
    width: 80%;
    font-family: Calibri;
    font-size: 12pt;
    font-weight: 300;
    border-bottom: 1px solid grey;
    height: 500px;
    overflow-y: scroll;
}

    .OffRfRig:empty {
        display: none;
    }

.FttVlRig {
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: auto;
    font-family: Calibri;
    font-size: 14pt;
    font-weight: 600;
    border-bottom: 0px solid grey;
}

    .FttVlRig:empty {
        display: none;
    }

.FttRigheHeader {
    float: left;
    font-size: 8pt;
    font-family: verdana;
    font-weight: 600;
    background-color: lavender;
    border: 1px solid grey;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
}



.ReportDatiTotale {
    float: left;
    display: inline;
    width: 100%;
}


.ReportLabel {
    float: left;
    font-size: 8pt;
    font-family: verdana;
    font-weight: 600;
    background-color: white;
    border: 1px solid grey;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
}

.ReportLabelBig {
    vertical-align: middle;
    font-family: Calibri;
    font-size: 12pt;
    font-weight: 600;
    border: 1px solid grey;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}




.ReportLabelBigInLine {
    vertical-align: middle;
    font-family: Calibri;
    font-size: 12pt;
    border: 1px solid grey;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    float: left;
    background-color: white;
    white-space: pre;
}


@media only screen and (max-device-width: 720px) {

    html, body {
        background-color: #FFF;
        font: 16px calibri, verdana, thaoma, georgia;
        color: #000;
        /*text-size-adjust: none;
        -moz-text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;*/
        width: 100%;
        height: 100vh;
    }


    .DivPrint {
        display: none;
    }

    .DivProdottiDefault {
        float: none;
        padding: 2px;
        margin-left: 2px;
        margin-right: 2px;
        margin-top: 2%;
        align-content: center;
        border-bottom: solid 2px lightgrey;
    }



    .DivProdottoTessile {
        background-image: url('../images/BackGroundTessile.png');
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        float: none;
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        transition: background-color 0.5s;
    }




        .DivProdottoTessile:hover {
            background-color: steelblue;
            color: white;
        }


    .DivProdottoPubblicita {
        background-image: url('../images/BackGroundPubblicita.png');
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        float: none;
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        transition: background-color 0.5s;
    }




        .DivProdottoPubblicita:hover {
            background-color: steelblue;
            color: white;
        }

    .DivProdottoContabilita {
        background-image: url('../images/BackGroundContabilita.png');
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        float: none;
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        transition: background-color 0.5s;
    }




        .DivProdottoContabilita:hover {
            background-color: steelblue;
            color: white;
        }

    .RtiProdottoCaption {
        font-family: Proxima, Calibri,'Open Sans', sans-serif;
        display: inline-block;
        margin-bottom: 0;
        font-size: 50pt;
        font-weight: 700;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        padding: 20px 26px;
        text-decoration: none;
    }

    .RtiProdottoDescription {
        font-family: 'Open Sans', sans-serif;
        padding: 14px 26px;
        margin-bottom: 0;
        font-size: 35px;
        font-weight: 500;
        text-align: left;
        vertical-align: middle;
        cursor: pointer;
        text-decoration: none;
    }

    .SiteMasterHeader {
        background-color: #006699;
        padding: 0px;
        width: 100%;
    }

    .SiteMasterUser {
        float: right;
        font-size: 40pt;
        color: grey;
        font-weight: 400;
        padding: 5px;
    }

    .MenuLaterale {
        top: 150px;
        left: 3px;
        width: 240px;
        height: 50vh;
        color: #fff;
        overflow-y: scroll;
    }

    .MenuWork {
        margin-top: 5px;
    }

    .MenuGestionale {
        margin-top: 5px;
        padding-top: 10px;
    }

    .RtiMenuCaption {
        width: 90%;
        font-family: 'Calibri';
        display: inline-block;
        padding: 6px 12px;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 3px solid grey;
        background-color: lavender;
        border-color: #c4c4c4;
        padding: 10px 56px;
        border-radius: 8px;
        color: #5b5d66;
        font-size: 35pt;
        text-decoration: none;
    }

    .GridContainer {
        font-size: 1.8em;
    }


    .RtiButtonMenu {
        width: 300px;
        font-family: 'Calibri';
        display: inline-block;
        padding: 6px 12px;
        margin-right: 20px;
        margin-bottom: 6px;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border: 3px solid grey;
        background-color: lavender;
        border-color: #c4c4c4;
        padding: 10px 56px;
        border-radius: 8px;
        color: #5b5d66;
        font-size: 35pt;
        text-decoration: none;
    }

        .RtiButtonMenu:hover {
            background-color: gainsboro;
        }

    .FormCaption {
        width: 98%;
        border: 0px solid #2F4F4F;
        color: grey;
        border-bottom-color: lightblue;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        font-family: calibri, Arial, Sans-Serif;
        font-size: 40pt;
        font-weight: 400;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 0px;
        vertical-align: text-top;
    }

    .GridCaption {
        width: 98%;
        border: 0px solid #2F4F4F;
        color: grey;
        border-bottom-color: lightblue;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        font-family: calibri, Arial, Sans-Serif;
        font-size: 40pt;
        font-weight: 400;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        vertical-align: text-top;
    }

    .hidden {
        display: none;
    }

    .TableAddNew {
        float: right;
        padding-top: 5px;
    }

    .DivDopoTitolo {
        padding-top: 0px;
        padding-bottom: 0px;
        font-family: Calibri;
        font-size: large;
        margin-left: 10px;
        margin-top: 20px;
    }

    .DivAutentication {
        border: 2px solid #808080;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
        background-color: whitesmoke;
        margin: 0 auto;
        margin-top: 30px;
        width: 90%;
        height: 400px;
        overflow-x: auto;
        text-align: center;
        padding: 20px;
        margin-bottom: 4%;
    }

    .FilterLabelAutentication {
        font-family: verdana;
        font-size: 50px;
        padding: 0px;
        width: 30%;
        text-align: right;
    }

    .TextBoxAutentication {
        font-family: verdana;
        font-size: 50px;
        padding: 10px;
        width: 90%;
        height: 100px;
        text-align: left;
        border-width: 3px;
        border-color: grey;
    }








    .RtiLogo {
        display: none;
    }

    .RtiButton {
        width: auto;
        font-family: 'Calibri';
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 3px solid transparent;
        background-color: lightsteelblue;
        border-color: steelblue;
        padding: 20px 56px;
        font-size: 40pt;
        line-height: 1.33;
        border-radius: 2px;
        color: #5b5d66;
    }

        .RtiButton:hover {
            background-color: gainsboro;
        }

    .MenuLaterale {
        position: relative;
        top: 17px;
        left: 3px;
        width: 100%;
        height: 90px;
        color: #fff;
    }

        .MenuLaterale:hover {
            height: auto;
        }

    .GridAccordionHeaderBig {
        border: none 0px #c1c1c1;
    }

        .GridAccordionHeaderBig td {
            padding: 10px;
        }

        /* header */
        .GridAccordionHeaderBig th {
            color: black;
            background: linear-gradient(to bottom, rgba(250,250,250,1), rgba(240,240,240,1)); /* Standard syntax (must be last) */
            font-family: 'Verdana';
            font-weight: 400;
            Font-Size: 10pt;
            Height: 20px;
        }
        /* riga pari */
        .GridAccordionHeaderBig tr {
            background: linear-gradient(to bottom, rgba(250,250,250,1), rgba(240,240,240,1)); /* Standard syntax (must be last) */
            color: black;
            font-family: 'Verdana';
            font-weight: 400;
            Font-Size: 50px;
            text-align: center;
            height: 30px;
        }



        /* link */
        .GridAccordionHeaderBig a {
            color: black;
            background-color: transparent;
            font-family: 'Verdana';
            font-weight: 400;
            Font-Size: 40px;
        }


    .Grid {
        background-color: gainsboro;
        border: none 0px #c1c1c1;
        font-weight: normal;
    }

        .Grid input,
        select,
        textarea {
            font-size: 25pt;
        }

        .Grid  input[type=checkbox] {
            transform: scale(1.5);
        }

        .Grid .DescrizioneCliente {
            max-width: 7em !important;
            overflow-x: hidden;
        }

        .Grid td {
            padding: 2px;
            font-size: 25pt;
        }

        /* header */
        .Grid th {
            color: black;
            background-color: gainsboro;
            font-family: 'Verdana';
            font-weight: 700;
            Font-Size: 20pt;
            Height: 20px;
            padding: 1vh 3vw 1vh 3vw;
            min-width: 2.7cm;
        }
        /* riga pari */
        .Grid tr:nth-child(even) {
            color: black;
            background-color: white;
            /* font-family: 'Verdana'; */
            font-weight: 400;
            Font-Size: 20pt;
            Height: 20px;
            border-bottom-width: 0px;
        }


        .Grid tr:nth-child(odd) {
            color: black;
            background-color: whitesmoke;
            /* font-family: 'Verdana'; */
            font-weight: 400;
            Font-Size: 20pt;
            Height: 20px;
        }

        .Grid td:first-child {
            min-width: 8cm;
            background-color: #c2e4fa94;
            /* border-bottom: 1px solid #0f0e0e; */
        }


        /* link */
        .Grid a {
            color: black;
            background-color: transparent;
            font-family: 'Verdana';
            font-weight: 400;
            Font-Size: 20pt;
            Height: 20px;
        }




    .GridTimeReport {
        background-color: gainsboro;
        border: none 0px #c1c1c1;
        Font-Size: 20pt;
        font-family: 'Verdana';
        font-weight: 400;
    }

        .GridTimeReport td {
            padding: 2px;
        }

        /* header */
        .GridTimeReport th {
            color: black;
            background-color: gainsboro;
            Font-Size: 20pt;
            Height: 20px;
        }
        /* riga pari */
        .GridTimeReport tr:nth-child(4n+0) {
            color: black;
            background-color: white;
            Height: 20px;
            Font-Size: 20pt;
            border-bottom-width: 0px;
        }

        .GridTimeReport tr:nth-child(4n+1) {
            color: black;
            background-color: white;
            Font-Size: 20pt;
            Height: 20px;
            border-bottom-width: medium;
            border-bottom-color: lightgray;
            border-bottom-style: solid;
        }

        .GridTimeReport tr:nth-child(4n+2) {
            color: black;
            background-color: whitesmoke;
            Font-Size: 20pt;
            Height: 20px;
        }

        .GridTimeReport tr:nth-child(4n+3) {
            color: black;
            background-color: whitesmoke;
            Font-Size: 20pt;
            Height: 20px;
            border-bottom-width: medium;
            border-bottom-color: lightgray;
            border-bottom-style: solid;
        }


        /* link */
        .GridTimeReport a {
            color: black;
            background-color: transparent;
            Font-Size: 20pt;
            Height: 20px;
        }


    .GridFtt {
        background-color: gainsboro;
        border: none 0px #c1c1c1;
    }

        .GridFtt td {
            padding: 5px;
        }

            .GridFtt td > input, .GridFtt td > select {
                font-size: 1cm;
                min-width: 3cm !important;
            }

        /* header */
        .GridFtt th {
            color: black;
            background-color: gainsboro;
            font-family: 'Verdana';
            font-weight: 400;
            Font-Size: 20pt;
            Height: 20px;
        }
        /* riga pari */
        .GridFtt tr:nth-child(4n+0) {
            color: black;
            background-color: white;
            font-family: 'Verdana';
            font-weight: 400;
            Font-Size: 20pt;
            Height: 20px;
            border-bottom-width: 0px;
        }

        .GridFtt tr:nth-child(4n+1) {
            color: black;
            background-color: white;
            font-family: 'Verdana';
            font-weight: 400;
            Font-Size: 20pt;
            Height: 20px;
            border-bottom-width: medium;
            border-bottom-color: lightgray;
            border-bottom-style: solid;
        }

        .GridFtt tr:nth-child(4n+2) {
            color: black;
            background-color: whitesmoke;
            font-family: 'Verdana';
            font-weight: 400;
            Font-Size: 20pt;
            Height: 20px;
        }

        .GridFtt tr:nth-child(4n+3) {
            color: black;
            background-color: whitesmoke;
            font-family: 'Verdana';
            font-weight: 400;
            Font-Size: 20pt;
            Height: 20px;
            border-bottom-width: medium;
            border-bottom-color: lightgray;
            border-bottom-style: solid;
        }


        /* link */
        .GridFtt a {
            color: black;
            background-color: transparent;
            font-family: 'Verdana';
            font-weight: 400;
            Font-Size: 20pt;
            Height: 20px;
        }

    .GridCellDate > span {
        font-weight: 400;
        Font-Size: 5vw;
        text-align: center;
        width: 100%;
        text-wrap: avoid;
    }

    .GridCellCode > span {
        Font-Size: 6VW;
    }

    .GridCellMonth {
        Font-Size: 3vw;
    }


    .GridCellValuta {
        font-family: 'Calibri';
        font-weight: 400;
        Font-Size: 20pt;
        Height: 20px;
        text-align: center;
        white-space: nowrap;
    }

    .TableFilter {
        font-family: Calibri;
        font-size: large;
        padding: 2px;
        margin-left: 0px;
        display: flex;
    }

    .GridGestioneIcona {
        width: 2cm;
        font-size: 15px;
        height: 2cm;
    }

    .LoadingIcon {
        width: 100px;
        height: 100px;
    }

    .accordionHeader {
        background-color: none;
        font-family: Calibri, Arial, Sans-Serif;
        font-size: 40px;
        font-weight: bold;
        padding: 20px;
        margin-left: 30px;
        margin-top: 5px;
        cursor: pointer;
        border: 3px solid #c4c5d4;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
        margin-left: 0px;
        padding: 10px 0px 10px 0px;
    }



    .accordionHeaderSelected {
        /* padding: 20px; */
        font-size: 40px;
        /* margin-top: 10px; */
        /* margin-left: 30px; */
        /* font-weight: bold; */
        /* background: linear-gradient(to right, rgba(255,0,0,0),lavender); */ /* Standard syntax (must be last) */
        /* border: 3px solid #c4c5d4; */
        /* -webkit-border-Top-left-radius: 8px; */
        /* -webkit-border-top-right-radius: 8px; */
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        /* border-top-left-radius: 8px; */
        /* border-top-right-radius: 8px; */
        overflow: hidden;
        background-color: #daf2fc;
        margin-left: 0px;
    }

    .accordionContent {
        margin-left: 0px;
        background: linear-gradient(to right, rgba(255,0,0,0),lavender); /* Standard syntax (must be last) */
        border: 3px solid #c4c5d4;
        border-top: none;
        -webkit-border-bottom-left-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-bottomleft: 8px;
        -moz-border-radius-bottomright: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        overflow: hidden;
    }

    .ReportCorpoFatturaScreen {
        /*border: 2px solid gray;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 2px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 10px;
        margin-left: 30px;
        vertical-align: middle;
        width: 95%;
        float: left;
        height: 40VH;*/
    }

        .ReportCorpoFatturaScreen:empty {
            display: none;
        }

    .FttRfRig {
        float: left;
        width: 80%;
        font-family: Calibri;
        font-size: 30px;
        font-weight: 300;
        border-bottom: 1px solid grey;
        height: auto;
        max-height: 300px;
        overflow-y: scroll;
    }

        .FttRfRig:empty {
            display: none;
        }




    .FttVlRig {
        padding-bottom: 0px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        width: auto;
        font-family: Calibri;
        font-size: 30px;
        font-weight: 600;
        border-bottom: 0px solid grey;
    }

        .FttVlRig:empty {
            display: none;
        }


    .OffVlRig {
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        width: 150px;
        font-family: Calibri;
        font-size: 30px;
        font-weight: 300;
        border-bottom: 1px solid grey;
        height: auto;
        max-height: 300px;
    }

        .OffVlRig:empty {
            display: none;
        }

    .FilterGroup {
        display: block;
        width: 99%;
        text-align: left;
        float: left;
        height: auto;
        align-content: flex-start;
    }


    .FilterLabel {
        font-family: verdana;
        font-size: 25pt;
        padding-right: 5px;
        padding-top: 10px;
        width: auto;
        text-align: left;
        float: left;
        margin-bottom: 10px;
    }

    .FilterLabel2 {
        font-size: 25pt;
    }

    .FilterValue {
        font-family: Calibri;
        font-size: 35px;
        padding-right: 5px;
        height: 55px;
        font-weight: 600;
        width: auto;
        text-align: left;
        border: 3px solid;
    }

        .FilterValue input {
            top: 20px;
            width: 50px;
            height: 50px;
        }

    .FilterValueDDL {
        font-family: Calibri;
        font-size: 35px;
        font-weight: 600;
        padding-right: 5px;
        height: 55px;
        width: auto;
        text-align: left;
        border: 3px solid;
        background-color: white;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .FilterValueDDL input {
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            background-color: white;
        }





    /*checkbox dialog filtro*/

    .checkbox .btn,
    .checkbox-inline .btn {
        margin-top: 2px;
        font-family: 'Calibri';
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        background-color: white;
        border-color: #c4c4c4;
        padding: 13px 20px;
        font-size: 35px;
        font-weight: 600;
        height: 55px;
        line-height: 1.33;
        border-radius: 2px;
        color: #5b5d66;
        min-width: 8em;
        width: auto;
    }

    .checkbox label,
    .checkbox-inline label {
        text-align: left;
        padding-left: 0.5em;
    }

    .checkbox .btn:hover {
        background-color: lightsteelblue;
        color: white;
    }

    .checkbox input {
        transform: scale(3);
    }

    .FilterValueDate {
        font-family: Calibri;
        font-size: 35px;
        font-weight: 600;
        padding-right: 5px;
        height: 55px;
        width: 200px;
        text-align: left;
        border: 3px solid;
    }

    .MyCalendar {
        background-color: #e2e2e2;
        border: solid 1px #cccccc;
        font-family: Calibri;
        font-size: 25pt;
        width: 400px !important;
        height: 240px !important;
    }

        .MyCalendar .ajax__calendar_container {
            background-color: #e2e2e2;
            border: solid 1px #cccccc;
            font-family: Calibri;
            font-size: 25pt;
            left: 5% !important;
            width: 390px !important;
        }

        .MyCalendar .ajax__calendar_header {
            background-color: #ffffff;
            margin-bottom: 4px;
            font-family: Calibri;
            font-size: 25pt;
            height: 50px;
            width: 390px !important;
        }

        .MyCalendar .ajax__calendar_title,
        .MyCalendar .ajax__calendar_next,
        .MyCalendar .ajax__calendar_prev {
            color: #004080;
            padding-top: 3px;
            font-size: 25pt;
        }

        .MyCalendar .ajax__calendar_body {
            background-color: #e9e9e9;
            border: solid 1px #cccccc;
            width: 390px !important;
            height: 240px;
        }

        .MyCalendar .ajax__calendar_dayname {
            text-align: center;
            font-weight: bold;
            margin-bottom: 4px;
            margin-top: 2px;
        }

        .MyCalendar .ajax__calendar_day {
            text-align: center;
            font-family: Calibri;
            font-size: 25pt;
            padding: 10px;
            width: 30px;
        }

        .MyCalendar .ajax__calendar_hover .ajax__calendar_day,
        .MyCalendar .ajax__calendar_hover .ajax__calendar_month,
        .MyCalendar .ajax__calendar_hover .ajax__calendar_year,
        .MyCalendar .ajax__calendar_active {
            color: #004080;
            font-weight: bold;
            background-color: #ffffff;
            font-family: Calibri;
            font-size: 25pt;
        }

        .MyCalendar .ajax__calendar_today {
            font-weight: bold;
            font-family: Calibri;
            font-size: 15pt;
        }

        .MyCalendar .ajax__calendar_other,
        .MyCalendar .ajax__calendar_hover .ajax__calendar_today,
        .MyCalendar .ajax__calendar_hover .ajax__calendar_title {
            color: #bbbbbb;
            font-family: Calibri;
            font-size: 25pt;
        }
}
