/* here you can put your own css to customize and override the theme */

.non_prenotato {
	
	position: absolute; 
	margin-top:-8px; 
	background: #f00; 
	width:5px; 
	height:89px; 
	margin-left: -8px;
	
}

.provvisorio {
	
	position: absolute; 
	margin-top:-8px; 
	background: #090; 
	width:5px; 
	height:89px; 
	margin-left: -8px;
	
}

.attesa_conferma {
	
	position: absolute; 
	margin-top:-8px; 
	background: #999; 
	width:5px; 
	height:89px; 
	margin-left: -8px;
	
}

.non_prenotato_pic {
	
	position: absolute; 
	margin-top:-8px; 
	background: #f00; 
	width:5px; 
	height:35px; 
	margin-left: -8px;
	
}

.provvisorio_pic {
	
	position: absolute; 
	margin-top:-8px; 
	background: #090; 
	width:5px; 
	height:35px; 
	margin-left: -8px;
	
}

.attesa_conferma_pic {
	
	position: absolute; 
	margin-top:-8px; 
	background: #999; 
	width:5px; 
	height:35px; 
	margin-left: -8px;
	
}

.scaricato {
	
	position: absolute; 
	margin-top:-8px; 
	background: #999; 
	width:5px; 
	height:89px; 
	margin-left: -8px;
	
}

.pulsante_fornitori a{
	
	background-color:#8ea94c;
	
}
.pulsante_fornitori a:hover {
	background-color:#8ea94c !important;	
}

.pulsante_prenota_scarichi a{
	
	background-color:#9e4c8a;
	
}
.pulsante_prenota_scarichi a:hover {
	background-color:#9e4c8a !important;	
}
