body{
        background-color: rgb(93, 157, 189);
}

.contenuto-popup{
    background-color: white;  
    min-width: 900px;
/*    display: none;*/
}

.contenitore-popup{    
    display: none;
}

#contenutoDettagliModelloPopup{
    background-color: white; 
    width: 1100px; 
    height: 900px;
    overflow: auto;
    /*    height: 300px;*/
    /*overflow: auto;*/
}

#contenutoFormRegistrazioneInterventoPopup{
    background-color: white; 
    width: 1300px; 
    /*    height: 300px;*/
    /*overflow: auto;*/
}

#contenutoLibrettoManutenzionePopup{
    background-color: white; 
    width: 1500px; 
    height: 1000px;
    overflow: auto;
    /*    height: 300px;*/
    /*overflow: auto;*/
}

.exit-button-popup {
    border-radius: 18px;
    font-size: 20px;
    font-family: arial;
    padding: 4px 10px 4px 10px;
    background-color: #515c74;  
    color: #f7f8fb;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: -16px;
    top: -19px;
}
.exit-button-popup:hover {
    background-color: #D6DBEA; 
    color: #515c74;
    text-decoration: none;
}

.iconaPiccola{
    width: 80px; height: 80px;
}

.ombraEsterna{
    box-shadow: 3px 5px 10px #D8D8D8;
    border-width: 1px;
    border-style: solid; 
    border-top-color: #DDDDDD;
    border-right-color: #BBBBBB;
    border-bottom-color: #BBBBBB;
    border-left-color: #DDDDDD;
}
.ombraEsterna:hover{
    box-shadow: 3px 5px 10px #4B5C75;
    border-width: 1px;
    border-style: solid; 
    border-top-color: #ABB7C9;
    border-right-color: #7C8FAB;
    border-bottom-color: #7C8FAB;
    border-left-color: #ABB7C9;

    /*    border: 1px solid #7C8FAB;
        transition-property: box-shadow;*/
}

.testoLogin{
    font-size: medium;
    display: inline-block;
}

.maiuscolo{
    text-transform: uppercase;
}

.grassetto{    
    font-weight: bold;
    /*color: red;*/
}

.sottolineato{
    text-decoration: underline;
}

.blue{
    color: #3e648d;
}

.riquadro_dettaglio{
    background-color:#FFFFDD;
    margin-top: 5px;
    margin-bottom: 5px;
}

.impostaLocale>img{
    margin:20px 5px 20px 5px;
}

.contenitore-popup{
    background-color: white;    
    width: 700px; 
}

th h1,h2,h3,h4,h5,h6,h7{
    margin-left: 15px;
    margin-right: 15px;
}

td h1,h2,h3,h4,h5,h6,h7{
    margin-left: 15px;
    margin-right: 15px;
}

.day.old{color: #DDDDDD;}
.day.new{color: #DDDDDD;}


.campo-obbligatorio{
    color: #3e648d;
    font-weight: bold;
}

.sfondo-form{
    background-color: rgba(231,240,245,1);
    margin-top: 5px;
    margin-bottom: 5px;
}

.valore-campo{
    background-color: rgba(231,240,245,1);
    /*   font-size: 1.1em;    */
    /*    text-decoration: underline;*/
    border-bottom: 1px solid;
    height: 19px;
    /*    display: inline-block;*/
}

.valore-etichetta{
    background-color: white; 
    float: left; 
    border-bottom: 1px solid; 
    border-color: #ffffff;
}

.nascondi{
    display: none;
}

.sfondo-campo{
    background-color: rgba(231,240,245,1);
}

.stile-id-intervento{
    color: #002a80;
    font-style: oblique;
}

.prezzo-non-trovato{
    background-color: darksalmon;
}

.grigio{
    color: #CCCCCC;
}

.sfondo-bianco{
    background-color: #F7F7F7;
}
.sfondo-azzurro{
    background-color: #D7F7F7;
}

.sede-non-trovata{
    color: red;
}

.cella-attivita{
    cursor: pointer;
}

.attivita-creata{
    background-color: #ABB7C9;
}

.attivita-notificata{
    background-color: orange;
}

.attivita-in-corso{
    background-color: yellow;
}

.attivita-conclusa{
    background-color:greenyellow;
}

.svolgimento-attivita-creata{
    background-color: #ABB7C9;
}

.svolgimento-attivita-notificata{
    background-color: #00CC00;
}

.svolgimento-attivita-letta{
    background-color: rgba(0, 102, 204, 0.2);
}

.svolgimento-attivita-preparazione{
    background-color: rgba(0, 102, 204, 0.4);
}

.svolgimento-attivita-viaggio_andata{
    background-color: rgba(0, 102, 204, 0.6);
}

.svolgimento-attivita-svolgimento{
    background-color: rgba(0, 102, 204, 0.8);
}

.svolgimento-attivita-viaggio_ritorno{
    background-color: rgba(0, 102, 204, 1.0);
}

.svolgimento-attivita-conclusa{
    background-color: #52da34;
}

.svolgimento-attivita-annullata{
    background-color: #ff0;
}

#contenuto-popup-nuova-attivita{
    background-color: white; 
    width: 700px; 
    /*    height: 300px;*/
    /*overflow: auto;*/
}

.disabilitato{
   display: none;
}

.disabilitato:hover .disabilitato:visited .disabilitato:active .disabilitato:link{
    display: none;
}

.link-sensibile {
    color: black;
    float: right;
    font-size: 40px;
    font-weight: bold;
    opacity: 0.5;
}

.link-sensibile:hover,
.link-sensibile:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 1.0;
}

.id-tabella{
    width: 80px;
}

.pulsante-tabella{
    width: 120px;
}

.traduzione{
    color: red;
}