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

.etichetta-scheda-risultato-ricerca{
    height: 40px;
}

.riquadro_dettaglio{ /*rinominare _ diventa -*/
    background-color: #ffffcc;
}

.dato-tabella{    
    float: right;
}

.valore-numerico{    
    float: right;
}

.sfondo-form{
    background-color: #e6f9ff;
    padding: 25px 5px 25px 5px;
}

.sfondo-contabilizzazione{
    background-color: #e6ffff;
}

.sfondo-dettagli-interventi-trovati{
    background-color: #e6e6ff;
}

.tabella-contabilizzazioni{
    background-color: white;
}

.rosso{
    color: red;
}

.sfondo-bianco{
    background-color: white;
}

.contenitore-interventi{
    margin-bottom: 10px;
}

.sfondo-dettaglio{
    background-color: #e6f9ff;
}

.sfondo-elenchi-secondari{
    background-color: #e6fff2;
}

.icone-bandiere{
    margin-left: 8px;
    margin-right: 8px;
    display: inline;
}

.ombra-esterna{
    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;
}

.ombra-esterna: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;
}

.pratica-intervento-su-calendario{
    background-color: #e6f2ff !important;
    width: 247px !important;
    min-height: 107px !important;
    margin-top: 5px;
}

.cantiere-su-calendario{
    background-color: #ccffb3 !important;
    width: 247px !important;
    min-height: 107px !important;
    margin-top: 5px;
}

.grassetto{
    font-weight: bolder;
}

.valore-etichetta{
    background-color: white;
    border-bottom: 1px solid;
    border-color: white;
    float: left;
    padding-right: 5px;
}

.valore-campo{
    background-color: rgba(231,240,245,1);
    width: auto; 
    display: block;
    height: 19px;
    padding-left: 5px;
}

.campo-intervento{
    border-bottom: 1px solid;
}

.sottolineato {
    text-decoration: underline;
}

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

.impegno-svolto{
    /*background-color: yellow !important;*/
    background-image: linear-gradient(to right, #99ff99, transparent) !important;
}
.impegno-non-svolto{
    /*background-color: indianred !important;*/
    background-image: linear-gradient(to right, #ffff66, transparent) !important;
}

.nota-spese-evidenziata{
    /*background-color: yellow !important;*/
    background-image: linear-gradient(to right, #ffff66, transparent) !important;
}

.sfondo-pulsanti-risultato-ricerca{
    background-color: #dce5ef;
}