.fileUp {
    font-size: 10pt;
    font-style: italic;
    font-family: Calibri;
    color: #3E64FF;
}

.fileUp:hover {
    cursor: pointer;
    background-color: whitesmoke
}

.divGestione {
    text-align: left;
    background-color: #D4D4D4;
    padding: 3px;
}

.divNumElementi {
    text-align: left;
    padding: 5px;
}

.divCerca {
    text-align: left;
    background-color: #D4D4D4;
    padding: 5px;
}

input[type='checkbox1']:after {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #E9E9E9;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid silver;
    transition: 0.5s ease;
    cursor: pointer;
}

input[type='checkbox1']:checked:after {
    background-image: url('/Immagini/Loghi/CSSChecked.png');
}

.modalBackground {
    background-color: rgba(128, 128, 128, 0.9);
}


.modalPopup {
    background-color: #FFFFFF;
    width: 300px;
    border: 1px solid #3E64FF;
    border-radius: 0px;
    padding: 0px;
}

.modalPopup .header {
    background-color: #3E64FF;
    color: White;
    text-align: left;
    font-weight: bold;
    font-size: 12pt;
    padding: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modalPopup .body {
    min-height: 200px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.modalPopup .footer {
    padding: 6px;
}

.modalPopup .yes, .modalPopup .no {
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

.modalPopup .yes {
    background-color: #2FBDF1;
    border: 1px solid #0DA9D0;
}

.modalPopup .no {
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}

.panelVis {
    background-color: #FFFFFF;
    border: 1px solid #3E64FF;
    padding: 0px
}

.panelVis .header {
    background-color: #3E64FF;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 5px;
}

.panelVis .cercaDiv {
    background-color: white;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: left;
    font-size: 10pt;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3E64FF;
    padding-left: 5px;
}

.panelVis .normalDiv {
    background-color: white;
    height: 10px;
    color: White;
    text-align: left;
    font-size: 10pt;
    padding-left: 5px;
}

.Initial {
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    background: url("/Immagini/Loghi/InitialImage1.png") no-repeat right top;
    color: Silver;
    font-weight: bold;
}

    .Initial:hover {
        color: white;
        background: url("/Immagini/Loghi/InitialImageSelHover.png") no-repeat right top;
        font-weight: bold;
    }

.Clicked {
    float: left;
    display: block;
    background: url("/Immagini/Loghi/InitialImageSel.png") no-repeat right top;
    padding: 4px 18px 4px 18px;
    color: White;
    font-weight: bold;
}

.Last {
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    background: url("/Immagini/Loghi/SelectedButton1.png") no-repeat right top;
    color: Silver;
    font-weight: bold;
}

    .Last:hover {
        color: white;
        background: url("/Immagini/Loghi/SelectedButtonSelHover.png") no-repeat right top;
        font-weight: bold;
    }

.ClickedLast {
    float: left;
    display: block;
    background: url("/Immagini/Loghi/SelectedButtonSel.png") no-repeat right top;
    padding: 4px 18px 4px 18px;
    color: White;
    font-weight: bold;
}

.btn {
    height: 20px;
    width: 80px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12pt Calibri;
    color: White;
    padding: 1px 20px;
    border: solid 1px Gray;
    border-radius: 2px;
    background: #669900;
}

.btn:hover {
    background-color: Green;
    color: White
}

.btn1 {
    height: 21px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 10pt Calibri;
    color: Black;
    padding: 1px 20px;
    border: solid 1px Gray;
    border-radius: 3px;
    background: #E9E9E9;
}

.btn:hover {
    background-color: #D4D4D4;
    color: Black
}

.btnLogin {
    height: 16px;
    width: 89px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 10pt Calibri;
    color: White;
    border: solid 1px #3E64FF;
    border-radius: 3px;
    background: #3E64FF;
}

.btnLogin:hover {
    background-color: #E84F1C;
    color: White;
    border: solid 1px #E84F1C
}

.btnOff {
    height: 20px;
    width: 80px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12pt Calibri;
    color: White;
    padding: 1px 20px;
    border: solid 1px Gray;
    border-radius: 2px;
    background: Red;
}

.btnOff:hover {
    background-color: #CC0000;
    color: White
}

.eco-btn {
    background-color: white;
    color: #0d6efd;
    border: 2px solid #0d6efd;
    border-radius: 0; /* No rounding by default */
    padding: 0.5rem 1rem;
    font-weight: bold;
}

.eco-btn:hover {
    background-color: #0d6efd;
    color: white;
}

.style33 {
    width: 12px;
    height: 24px;
}

.style34 {
    width: 101px;
}

.textL {
    outline: none;
    font: 10pt Calibri;
    color: Black;
    padding: 3px 3px 3px 3px;
    border: solid 1px silver;
    border-radius: 0px;
}

.textL:hover {
    box-shadow: 0px 0px 5px #61C5FA;
}

.textL:focus {
    box-shadow: 0px 0px 5px #61C5FA;
}

.text {
    height: 24px;
    outline: none;
    font: 10pt Calibri;
    color: Black;
    padding: 0px 3px 0px 3px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-color: Silver;
    border-bottom-width: 1px;
    border-radius: 0px;
}

.text:hover {
    background-color: whitesmoke;
}

.text:focus {
    background-color: whitesmoke;
}

.textLogin {
    height: 24px;
    outline: none;
    font: 10pt Calibri;
    color: Black;
    padding: 0px 3px 0px 3px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-bottom-color: Silver;
    border-bottom-width: 0px;
    border-radius: 0px;
}

.textLogin:hover {
    box-shadow: 0px 0px 5px #61C5FA;
}

.textLogin:focus {
    box-shadow: 0px 0px 5px #61C5FA;
}

.textGrid {
    height: 20px;
    outline: none;
    font: 10pt Calibri;
    color: Black;
    padding: 0px 3px 0px 3px;
    border: none 1px Silver;
    border-radius: 0px;
}

.textGrid:hover {
    box-shadow: 0px 0px 5px #61C5FA;
}

.textGrid:focus {
    box-shadow: 0px 0px 5px #61C5FA;
}

.ddl {
    overflow: auto;
    height: 25px;
    outline: none;
    font: 10pt Calibri;
    color: Black;
    padding: 0px 0px 0px 0px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-color: Silver;
    border-bottom-width: 1px;
    border-radius: 0px;
}

.ddl:hover {
    background-color: whitesmoke;
}

.ddl:focus {
    background-color: whitesmoke;
}

.ddlGrid {
    overflow: auto;
    height: 20px;
    outline: none;
    font: 10pt Calibri;
    color: Black;
    padding: 0px 3px 0px 3px;
    border: none 1px Silver;
    border-radius: 0px;
}

.ddlGrid:hover {
    box-shadow: 0px 0px 3px #61C5FA;
}

.ddlGrid:focus {
    box-shadow: 0px 0px 3px #61C5FA;
}

.btn1 {
    height: 21px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 10pt Calibri;
    color: Black;
    padding: 1px 20px;
    border: solid 1px Gray;
    border-radius: 3px;
    background: #E9E9E9;
}

.btn1:hover {
    background-color: #D4D4D4;
    color: Black
}

.btnDisponibileCSS {
    padding: 3px;
    padding-right: 5px;
    background-image: url('/Immagini/Loghi/btnCSS/DisponibileCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    height: 45px;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #E9E9E9;
    border-radius: 6px;
    background-color: white;
}

.btnDisponibileCSS:hover {
    border: solid 1px Silver;
    background-color: #E9E9E9;
    color: Black;
    background-image: url('/Immagini/Loghi/btnCSS/DisponibileCSSh.png');
}

.btnChiudiGrandeCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/ChiudiCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnChiudiGrandeCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/ChiudiCSSh.png');
}

html, body {
    background: none !important;
}

#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: silver;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=80);
    opacity: 0.80;
    -moz-opacity: 0.80;
}

#theprogress {
    background-color: #D3BB9C;
    width: 110px;
    height: 24px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    margin-bottom: 0px;
    z-index: 99;
}

#modalprogress {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -55px;
    color: white;
    z-index: 99;
}

body > #modalprogress {
    position: fixed;
    z-index: 99;
}

.btnStampaCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/StampaCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnStampaCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/StampaCSSh.png');
}

.btnMailCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/MailCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnMailCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/MailCSSh.png');
}

.btnMailBiancoCSS {
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/MailCSS_bianco.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: none;
    border-radius: 3px;
    background-color: white;
}

.btnMailBiancoCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/MailCSSh.png');
}

.btnChiudiBiancoCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/ChiudiCSS_bianco.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px white;
    border-radius: 3px;
    background-color: white;
}

.btnChiudiBiancoCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/ChiudiCSSh.png');
}

.btnCercaPiccoloCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/CercaCSS_bianco.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px white;
    border-radius: 3px;
    background-color: white;
}

.btnCercaPiccoloCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/CercaCSSh.png');
}

.btnCercaCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/CercaCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnCercaCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/CercaCSSh.png');
}

.btnAnnullaPiccoloCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/AnnullaCSS_bianco.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px white;
    border-radius: 3px;
    background-color: white;
}

.btnAnnullaPiccoloCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/AnnullaCSSh.png');
}

.btnSalvaCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/SalvaCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnSalvaCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/SalvaCSSh.png');
}

.btnSalvaBiancoCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/SalvaCSS_bianco.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px white;
    border-radius: 3px;
    background-color: white;
}

.btnSalvaBiancoCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/SalvaCSSh.png');
}

.btnNuovoCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/NuovoCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnNuovoCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/NuovoCSSh.png');
}

.btnSQLCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/StrumentiCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnSQLCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/StrumentiCSSh.png');
}

.btnEsciCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/IndietroCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnEsciCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/IndietroCSSh.png');
}

.btnAggiornaCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/AggiornaCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnAggiornaCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/AggiornaCSSh.png');
}

.btnVisualizzaPiccoloCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/CercaCSS_bianco.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px white;
    border-radius: 3px;
    background-color: white;
}

.btnVisualizzaPiccoloCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/CercaCSSh.png');
}

.btnVisualizzaCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/CercaCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnVisualizzaCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/CercaCSSh.png');
}

.btnTrovaCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/CercaCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnTrovaCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/CercaCSSh.png');
}

.btnAnnullaCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/AnnullaCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnAnnullaCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/AnnullaCSSh.png');
}

.btnXlsCSS {
    padding: 3px;
    padding-left: 22px;
    background-image: url('/Immagini/CSS/Pulsanti/ExcelCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnXlsCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/ExcelCSSh.png');
}

.btnStrumentiCSS {
    padding: 3px;
    padding-left: 22px;
    background-image: url('/Immagini/CSS/Pulsanti/ImpostazioniCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnStrumentiCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/ImpostazioniCSSh.png');
}

.btnRentriCSS {
    padding: 3px;
    padding-left: 26px;
    background-image: url('/Immagini/CSS/Pulsanti/RentriCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnRentriCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/RentriCSSh.png');
}

.btnAdminPiccoloCSS {
    padding: 2px;
    padding-left: 21px;
    background-image: url('/Immagini/CSS/Pulsanti/ImpostazioniCSS_bianco.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px white;
    border-radius: 3px;
    background-color: white;
}

.btnAdminPiccoloCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/ImpostazioniCSSh.png');
}

.btnLayOutPiccoloCSS {
    padding: 2px;
    padding-left: 21px;
    background-image: url('/Immagini/CSS/Pulsanti/ImpostazioniCSS_bianco.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px white;
    border-radius: 3px;
    background-color: white;
}

.btnLayOutPiccoloCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/ImpostazioniCSSh.png');
}

.btnLogoffCSS {
    padding: 2px;
    padding-left: 19px;
    background-image: url('/Immagini/CSS/Pulsanti/LogoffNeroCSS_bianco.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px white;
    border-radius: 3px;
    background-color: white;
}

.btnLogoffCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/LogoffNeroCSSh.png');
}

.btnLogoutPiccoloCSS {
    padding-right: 5px;
    background-image: url('/Immagini/Loghi/btnCSS/LogoutPiccoloCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px white;
    border-radius: 3.5px;
    background-color: white;
}

.btnLogoutPiccoloCSS:hover {
    background-color: #D4D4D4;
    color: Black;
    border: solid 1px Silver;
    border-radius: 3px;
    background-image: url('/Immagini/Loghi/btnCSS/LogoutPiccoloCSSh.png');
}

.btnEliminaCSS {
    padding: 3px;
    padding-left: 20px;
    background-image: url('/Immagini/CSS/Pulsanti/EliminaCSS.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px #D4D4D4;
    border-radius: 3px;
    background-color: #D4D4D4;
}

.btnEliminaCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/EliminaCSSh.png');
}

body {
    font-family: Calibri;
    font-size: 10pt;
}

.GridPager a, .GridPager span {
    display: block;
    height: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #3E64FF;
    color: white;
    border: 1px solid #3E64FF;
}

body {
    font-family: Calibri;
    font-size: 10pt;
}

.HoverPopup {
    background-color: #D4D4D4;
    border: solid;
    border-color: silver;
    border-width: 1px;
    color: black;
    padding: 5px;
    border-radius: 3px;
    display: none;
}

.myButtonSysteam {
    border-radius:12px;
}

.myButtonSysteam:hover {
    border-radius: 12px;
    box-shadow: 5px 10px 10px 10px rgba(0.35, 0, 0, 0.35);
}

.wasteCSS {
    height: 535px;
    width: 370px;
    background-image: url('/Immagini/Loghi/Systeam/SysteamWasteDisponibile.png');
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    border-radius: 12px;
    border: solid 1px white;
    background-color: white;
}

.wasteCSS:hover {
    box-shadow: 5px 10px 10px 10px rgba(0.35, 0, 0, 0.35);
    background-image: url('/Immagini/Loghi/Systeam/SysteamWasteDisponibileHover.png');
}

.maintenanceCSS {
    height: 535px;
    width: 370px;
    background-image: url('/Immagini/Loghi/Systeam/SysteamMaintenanceDisponibile.png');
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    border-radius: 12px;
    border: solid 1px white;
    background-color: white;
}

.maintenanceCSS:hover {
    box-shadow: 5px 10px 10px 10px rgba(0.35, 0, 0, 0.35);
    background-image: url('/Immagini/Loghi/Systeam/SysteamMaintenanceDisponibileHover.png');
}

.profilesCSS {
    height: 535px;
    width: 370px;
    background-image: url('/Immagini/Loghi/Systeam/SysteamProfilesDisponibile.png');
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    border-radius: 12px;
    border: solid 1px white;
    background-color: white;
}

.profilesCSS:hover {
    box-shadow: 5px 10px 10px 10px rgba(0.35, 0, 0, 0.35);
    background-image: url('/Immagini/Loghi/Systeam/SysteamProfilesDisponibileHover.png');
}

.archivesCSS {
    height: 535px;
    width: 370px;
    background-image: url('/Immagini/Loghi/Systeam/SysteamArchivesDisponibile.png');
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    border-radius: 12px;
    border: solid 1px white;
    background-color: white;
}

.archivesCSS:hover {
    box-shadow: 5px 10px 10px 10px rgba(0.35, 0, 0, 0.35);
    background-image: url('/Immagini/Loghi/Systeam/SysteamArchivesDisponibileHover.png');
}

.checksCSS {
    height: 535px;
    width: 370px;
    background-image: url('/Immagini/Loghi/Systeam/SysteamChecksDisponibile.png');
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    border-radius: 12px;
    border: solid 1px white;
    background-color: white;
}

.checksCSS:hover {
    box-shadow: 5px 10px 10px 10px rgba(0.35, 0, 0, 0.35);
    background-image: url('/Immagini/Loghi/Systeam/SysteamChecksDisponibileHover.png');
}

.labsCSS {
    height: 535px;
    width: 370px;
    background-image: url('/Immagini/Loghi/Systeam/SysteamLabsDisponibile.png');
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    border-radius: 12px;
    border: solid 1px white;
    background-color: white;
}

.labsCSS:hover {
    box-shadow: 5px 10px 10px 10px rgba(0.35, 0, 0, 0.35);
    background-image: url('/Immagini/Loghi/Systeam/SysteamLabsDisponibileHover.png');
}

.buildingCSS {
    height: 535px;
    width: 370px;
    background-image: url('/Immagini/Loghi/Systeam/SysteamBuildingDisponibile.png');
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    border-radius: 12px;
    border: solid 1px white;
    background-color: white;
}

.buildingCSS:hover {
    box-shadow: 5px 10px 10px 10px rgba(0.35, 0, 0, 0.35);
    background-image: url('/Immagini/Loghi/Systeam/SysteamBuildingDisponibileHover.png');
}

.myButtonHover:hover {
    box-shadow: 2px 2px 2px 2px rgba(0.35, 0, 0, 0.35);
}

.MenuTab {
    padding: 5px;
    color: Black;
}

.MenuTab:hover {
    color: Black;
    background-color: #D4D4D4;
}

.MenuTabLight {
    color: black;
}

.MenuTabLight:hover {
    color: #3E64FF;
}

.btnTestActive {
    background-color: yellow;
    font-weight: bold;
}

.btnTestDeactivated {
    background-color: #D4D4D4;
}

.dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; /* 🔧 This aligns it with text */
}

.dot-gray {
    background-color: darkgray;
}

.dot-red {
    background-color: red;
}

.db_dump_failed {
    background-color: lightcoral;
}

.db_dump_success {
    background-color: lightgreen;
}

.iconOcchiolinoAperto {
    padding-left: 20px;
    background-image: url('/Immagini/CSS/GridView/MostraPassword.png');
    background-position: left;
    background-repeat: no-repeat;
}

.iconOcchiolinoChiuso {
    padding-left: 20px;
    background-image: url('/Immagini/CSS/GridView/NascondiPassword.png');
    background-position: left;
    background-repeat: no-repeat;
}

.btnCambiaPasswordPiccoloCSS {
    padding: 2px;
    padding-left: 21px;
    background-image: url('/Immagini/CSS/Pulsanti/PersoneSpostaCSS_bianco.png');
    background-position: left;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    text-align: right;
    font: 10pt Calibri;
    color: Black;
    border: solid 1px white;
    border-radius: 3px;
    background-color: white;
}
.btnCambiaPasswordPiccoloCSS:hover {
    border: solid 1px silver;
    background-color: whitesmoke;
    color: Black;
    background-image: url('/Immagini/CSS/Pulsanti/PersoneSpostaCSSh.png');
}