.WithStatus span[data-stato="0"]:after{
	content : "Da fare";
}
.WithStatus span[data-stato="1"]:after{
	content : "In lavorazione";
}
.WithStatus span[data-stato="30"]:after{
	content : "Riaperta";
}
.WithStatus span[data-stato="2"]:after,
.WithStatus span[data-stato="50"]:after{
	content : "Completata";
}
.WithStatus span[data-stato="99"]:after{
	content : "Eliminata";
}
.WithStatus span[data-stato="31"]:after{
	content : "Spostata";
}
.WithStatus span[data-stato="1"]{
	background-color: #ff5e00;
}
.WithStatus span[data-stato="30"],
.WithStatus span[data-stato="31"]{
	background-color: #0094FF;
}
.WithStatus span[data-stato="2"],
.WithStatus span[data-stato="50"]{
	background-color: #009900;
}
.WithStatus span[data-stato="99"]{
	background-color: #990000;
}
