/* colori */
.alertBlue {
	color: blue;
	display: inline-block;
	vertical-align: middle;
}

.alertGreen{
    color: green;

}

.alertGrey {
    color: grey;
    display: inline-block;
    vertical-align: middle;
}

.anomalie{
background-color: #337ab7;
}

.lavorati{
background-color: #5cb85c;
    
}

#TabellaDati {
	width: 100%
}

/* Loading modal (inizio)*/

.loadingmodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('img/Loading.gif') 
                50% 50%
                no-repeat;
}

body.loading{
    overflow: hidden;   
}

body.loading .loadingmodal {
    display: block;
}


.notemodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    text-align:	center;
    background: rgba( 255, 255, 255, .8 ) 
                no-repeat;
}

body.note{
    overflow: hidden;   
}

body.note .notemodal {
    display: block;
}
/* Loading modal (fine)*/
