
.dxgv {
    padding: 5px !important;
}

.dxgvADT tbody {
    font-size: 13px;
    border: solid 3px #97cbfc;
    display: block;
    border-radius: 5px;
    /*width: calc(100% - 10px);*/
    width: 100%;
}

.dxgvADT td {
    color: #1f71a0;
}

.dxgvADDC td {
    font-weight: normal !important;
}

.dxgvADCC {
    font-weight: bold !important;
    text-align: right;
    color: #1f71a0 !important;
}

/*cella del detail*/
.dxgvADCC, .dxgvADDC {
    border-bottom: solid 1px #dddddd;
}

.dxgvADCC {
    border-right: solid 1px #dddddd;
}

.pannello_servizi {
    background-color: #FFFFFF;
    border: 2px solid #e9e4e4;
    border-radius: 6px;
    -moz-border-radius: 6px; /* firefox */
    -webkit-border-radius: 6px; /* safari, chrome */
    padding: 5px;
    width: 90%;
    font-weight: bold;
}


    .pannello_servizi a {
        color: blue;
        font-family: Verdana;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
    }

.container {
    margin: 5px auto;
    border-radius: 5px;
    background-color: #f0f0f0;
    padding: 10px;
    padding-bottom: 20px;
    border: solid 2px #98ccfd;
    width: 95%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #1f71a0;
}

.biancoCenterHead {
    text-align: center;
    margin: 7px;
    border-bottom: solid 2px #9bcdfd;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1c6a9a;
    padding: 4px;
}


@media screen and (max-width: 1000px) {
    .container {
        font-size: 12px;
        text-align: justify;
        margin-left: 5px;
        padding: 3px;
    }
}


.NewInput {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border: solid 2px #e1e1e1;
    padding: 7px;
    color: #165caa;
    background-color: #f0f0f0;
    width: 98%;
    cursor: pointer;
    border-radius: 3px;
    box-sizing: border-box;
}

.InsEsame {
    font-size: 13px;
    border: none;
    background-color: #c8e2fc;
    padding: 7px; /* spazio a sinistra per l'immagine */
    width: 220px;
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif !important;
}

.InsEsame:hover {
    background-color: #74b6f2; /* colore pił scuro */
    color: white !important;
    cursor: pointer;
}

.InsEsameSost {
    font-size: 13px;
    background-color: #eae6e6;
    border: none;
    padding: 7px; /* padding sinistro aumentato per ospitare immagine */
    width: 220px;
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif !important;
}

.InsEsameSost:hover {
    background-color: #bcbcbc; /* grigio pił scuro */
    color: white;
    cursor: pointer;
}


.grid {
    margin: 0 auto;
}

.SiCell {
    display: none;
}

.NoCell {
    display: block;
}

@media screen and (max-width: 700px) {
    .OrdGriglia td {
        display: table;
        padding: 4px;
    }

    .SiCell {
        display: block;
    }

    .NoCell {
        display: none;
    }

    #ctl00_cp1_gdE_DXHeadersRow0 {
        display: none;
    }
}
