@charset "utf-8";
/* CSS Document */


/***************** FORM DI RICERCA GENERICO *******************/

.FormRicerca_Box {
	font-size: 16px;
	vertical-align: middle;
	
	border-bottom-color: #68687d;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #68687d;
	border-top-style: solid;
	border-top-width: 1px;
    border-right-color: #68687d;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #68687d;
	border-left-style: solid;
	border-left-width: 1px;
}

.FormRicerca_Pad {
    padding: /*sopra=*/5px /*destra=*/5px /*sotto=*/5px /*sinistra=*/15px;
}


/***************** FORM DI RICERCA nel catalogo *******************/
div#FormRicercaCatalogo_Box {
    
	font-size: 12px;
	color: #68687d;
	font-weight: bold;
	vertical-align: middle;
	height: 40px;
	width: 700px;
	
	border-bottom-color: #68687d;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #68687d;
	border-top-style: solid;
	border-top-width: 1px;
    border-right-color: #68687d;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #68687d;
	border-left-style: solid;
	border-left-width: 1px;
}

div#FormRicercaCatalogo_Pad {
    padding: /*sopra=*/7px /*destra=*/5px /*sotto=*/5px /*sinistra=*/15px;
}

/***************** FORM GENERICO CON LE TABELLE *******************/
.FormTitle{
	font-size: 1.1em;
	color: #004A99;
	border-radius: 8px 8px 0px 0px;
	height: 25px;
	padding: 12px 10px 5px 10px;
}
.NewFormTitle{
	font-size: 1.1rem;
	color: #022363;
	font-weight: bold;	
	height: 25px;
	padding: 1%;
	margin-top: 30px;
	width: 45%;
	float: left;
}
.NewButton{    
	width: 48%;	
	float: right;
	padding: 1%;
	text-align: right;	
	margin-top: 30px;
}


.Form {
	font-size: 1rem;
	font-weight: normal;
	min-height: 34px;
	vertical-align: middle;
	padding: 20px 10px 20px 10px;
	background-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
    border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-radius: 15px;
}

/********FORMATTAZIONE INPUT ********/
input[type="text"]:focus, input[type="password"]:focus { outline: none; }


.FormRow_Pad {
    padding: /*sopra=*/8px /*destra=*/15px /*sotto=*/6px /*sinistra=*/15px;
}

.Form2 {
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	line-height: 35px;
	background-color: #FFFFFF;
}

.Form_TitoloParagrafo {
    font-size: 12px;
	font-weight: bold;
	color: #0D3D69;
	text-align: center;
	line-height: 35px;
	padding: 10px 0px 5px 0px;
}

/********FORMATTAZIONE RISULTATI ********/
.SeparazioneRisultato {
	background-color: #EEEEEE;
	width: 99%;
	height: 1px;
}

@media screen and (max-width: 767px) {
	.Separazione {
		display: none;
	}
	
	.SeparazioneMobile {
		border-bottom: #999 1px dashed;
		min-height: 180px;
		padding: 15px;		
	}
}

@media screen and (min-width: 768px) {
	.Separazione {
		border-bottom: #999 1px dashed;
	}
	
	.SeparazioneMobile {
	  display: none;
	}
}

/*////////////////////////FORM DIV////////////////////////////*/

.InFormResult_Box{
  width: 100%;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  color: #717477;
  border-top: #CCCCCC solid 1px ;
  clear: both;
}

.InFormResult_Pad{
  padding: 20px 20px 20px 20px;
}


.InForm_Box{
  width: 100%;
  font-size: 16px;
  vertical-align: top;
  color: #717477;
  border: #CCCCCC solid 1px;
}

/************* BOTTONI **************/
.BottonLink{
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	background-color: #004A99; /*Blu*/
	border: none;
	padding: 8px 15px;
	font-family: Arial, Helvetica, sans-serif; 
	-webkit-transition: color .5s linear, background-color .5s ease-in-out;
	-moz-transition: color .5s linear, background-color .5s ease-in-out;
	-o-transition: color .5s linear, background-color .5s ease-in-out;
	transition: color .5s linear, background-color .5s ease-in-out;
}

.BottonLink:hover{  
  font-weight: italic;
  background-color:#FFF; 
  color: #3AA497;
  border-left: #004A99 1px solid;
  border-bottom: #004A99 1px solid;
}

.BottonLink:disabled{  
  font-weight: italic;
  color: #CCC;
  border-right: #CCC 2px solid;
  border-bottom: #CCC 2px solid;
}



.ButtonLinkEvidence{
  color: #FFF;
  border: #FF0000 1px solid;
  border-radius: 5px;  
  font-weight: normal;  
  background-color:#FF0000; 
  padding: 6px 15px;
}

.ButtonLink{
  color: #004A99;
  border: #CCC 1px solid;
  border-radius: 5px;  
  font-weight: normal;  
  background-color:#EFEFEF; 
  padding: 6px 15px;
}

.ButtonLink:hover{  
  font-weight: italic;
  background-color:#FFF; 
  color: #3AA497;
  border-left: #004A99 1px solid;
  border-bottom: #004A99 1px solid;
}

.ButtonLink:disabled{  
  font-weight: italic;
  color: #CCC;
  border-right: #CCC 2px solid;
  border-bottom: #CCC 2px solid;
}

.Botton{
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	background-color: #004A99; /*Blu*/
	border: none;
	padding: 9px 15px;
	font-family: Arial, Helvetica, sans-serif; 
	-webkit-transition: color .5s linear, background-color .5s ease-in-out;
	-moz-transition: color .5s linear, background-color .5s ease-in-out;
	-o-transition: color .5s linear, background-color .5s ease-in-out;
	transition: color .5s linear, background-color .5s ease-in-out;

	font-family: 'Questrial';
	src: url('/StyleSheet/Questrial-Regular.ttf') format('woff2');
	font-weight: normal;
	font-display: swap;
}

.Botton:hover{  
  font-weight: italic;
  background-color:#FFF; 
  color: #3AA497;
  border-left: #004A99 1px solid;
  border-bottom: #004A99 1px solid;
}

.Botton:disabled{  
  font-weight: italic;
  color: #CCC;
  border-right: #CCC 2px solid;
  border-bottom: #CCC 2px solid;
}

.InForm_Pad{
  padding: 2% 5% 5% 5%;
}


.InFormTitle{
  font-size: 1.2em;
  padding: 20px;
  text-align: center;
  vertical-align: top;
  color: #004A99;
}

.button-transparent,
.button-transparent:focus,
.button-transparent:active,
.button-transparent:visited {
    background: transparent !important; /* Forza trasparenza */
    border: none !important;             /* Nessun bordo */
    padding: 0;
    margin: 0;
    cursor: pointer;
    min-width: 20px;
    outline: none;
    box-shadow: none !important;         /* Rimuove eventuale ombra focus */
}

.button-transparent img {
    display: block;            /* Evita spazi indesiderati */
}

.button-transparent.active {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}


/***************** FORM CONTATTO *******************/
div#Form_Box{
   font-size: 1rem;
	font-weight: normal;
	min-height: 34px;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
    border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-radius: 15px;	
}

div#Form_Pad{  
	padding: /*sopra=*/5px /*destra=*/30px /*sotto=*/5px /*sinistra=*/50px;
}

div#ContactForm_Box{
    margin-right: auto;
    margin-left: auto;    
	font-size: 1em;
	font-weight: normal;
	text-align: left;	
}

div#ContactForm_Pad{  
	padding: /*sopra=*/50px /*destra=*/30px /*sotto=*/50px /*sinistra=*/30px;
}



/****************** Form di registrazione clienti ********************/
.FormRegistrazione {
	width: 700px;
	font-size: 11px;
	font-weight: normal;
	
	
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
}

.Form2Registrazione {
	width: 700px;
	font-size: 11px;
	font-weight: normal;
}	
	
/***************** PAGINE DI DETTAGLIO DELLADMIN *******************/
.AdminDetailRow_LX{
    width: 20%;  
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	padding: /*sopra=*/5px /*destra=*/15px /*sotto=*/5px /*sinistra=*/0px;
	float: left;
}

.AdminDetailRow_RX{
	font-size: 14px;
	padding: /*sopra=*/5px /*destra=*/30px /*sotto=*/5px /*sinistra=*/0px;
	float: left;	
}



@media screen and (min-width: 768px) {

	.AdminEditRow_label{
		width: 15%;  
		font-size: 14px;
		font-weight: normal;
		text-align: right;
		padding: /*sopra=*/10px /*destra=*/10px /*sotto=*/15px /*sinistra=*/0px;
		float: left;
	}
	.AdminEditRow_field{
		width: 30%;
		text-align: left;
		font-size: 14px;
		padding: /*sopra=*/10px /*destra=*/10px /*sotto=*/15px /*sinistra=*/0px;
		float: left;	
	}
	
	.AdminEditRow_longfield{
		width: 75%;
		font-size: 14px;
		text-align: left;
		padding: /*sopra=*/10px /*destra=*/30px /*sotto=*/15px /*sinistra=*/0px;
		float: left;	
	}
}

@media screen and (max-width: 768px) {
	
	div#Form_Pad{  
		padding: /*sopra=*/5px /*destra=*/5px /*sotto=*/5px /*sinistra=*/25px;
	}

	.AdminEditRow_label{
		font-size: 14px;
		font-weight: normal;
		text-align: left;
		padding: /*sopra=*/10px /*destra=*/10px /*sotto=*/0px /*sinistra=*/0px;
	}
	.AdminEditRow_field{
		text-align: left;
		font-size: 14px;
		padding: /*sopra=*/10px /*destra=*/10px /*sotto=*/15px /*sinistra=*/0px;
	}
	
	.AdminEditRow_longfield{
		font-size: 14px;
		text-align: left;
		padding: /*sopra=*/10px /*destra=*/10px /*sotto=*/15px /*sinistra=*/0px;
		width: 90%;
        overflow: hidden;
	}
}

/*************RISULTATI DI RICERCA RESPONSIVE ********************/

@media screen and (min-width: 768px) {

	.AdminResultRow_label{
		font-size: 1em;
		color: #000;
		font-weight: bold;
		text-align: left;
		background-color: #ccc;
		float: left;
		margin-top: 25px;
		padding: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-radius: 5px;
	}
	.AdminResultRow_field{
		font-size: 1em;
		font-weight: normal;
		padding: 0;
		float: left;
	}
	.AdminResultRow_field_Pad{
	  padding-right: 10px;
	  padding-bottom: 10px;
	  padding-top: 10px;
	}
}

@media screen and (max-width: 767px) {

	.AdminResultRow_label{
	    display: none;
	}
	.AdminResultRow_field{
		font-size: 1em;
		font-weight: normal;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
	.AdminResultRow_field_Pad{
	  padding-right: 20px;
	  padding-bottom: 2px;
	  padding-top: 2px;
	  padding-left: 20px;
	}	
}


@media screen and (min-width: 768px) {
  .searchInput{
    float:left;
	width: 25%;  
	text-align: left;
  }
}

@media screen and (max-width: 767px) {
   .searchInput{
	width: 100%;  
  }
}

/********* Stampa dei report con caratteri minimi ***********/
.Report_ResultColumn {
    background-color: #68687d;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	padding: 2px 2px 2px;
}

.Report_ResultRow{
	font-size: 9px;
	padding: 3px 10px 3px 5px;
	vertical-align: top;	
}
.Report_Nota{
  font-size: 9px;
  color: #CCC;
  font-style: italic;
}

.Report_Info{
  font-size: 12px;
}



/*************** Formattazione degli input ******************/
input[type=text], [type=email], [type=password], [type=number], [type=time], [type=date], [type=datetime-local], select {
    padding: 9px 5px;
	font-size: 1rem;
    margin: 8px 0;
	color: #004A99; /*Blu*/
	font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* select, [type=time], [type=date], [type=datetime-local] {
	select, [type=time], [type=date], [type=datetime-local] {
    padding: 9px 5px;
	margin: 7px 0 8px 0;
	max-width: 200px;
	overflow: hidden;
	overflow-wrap: break-word;
} */

input[type=submit]:disabled {
    background-color: #A2A3A3;
	color: #000000;
}

input[type="image"] {
	border: none;
	outline: none;
}
  

textarea{	
	font-size: 1rem;
    color: #004A99; /*Blu*/
    padding: 6px 20px;
    margin: 8px 0;
    border: 1px #CCC solid;
	border-radius: 10px;
}

.MobileResultRow{
  border: #92C248 1px solid;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.HiddenDiv{
 background-color:#EFEFEF; display: none; text-align: left; border:1px solid #ccc; padding:15px; border-radius:10px;
}

.EvidenceDiv{
  background-color:#EFEFEF; text-align: left; border:1px solid #ccc; padding:15px; border-radius:10px;
}

/**************** BOTTONI NUOVI 
BottoneArancio 
BottoneVerde
BottoneBiancoEArancio
BottoneBiancoEVerde
******************/

.BottoneBlu {
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	background-color: #004A99; /*Blu*/
	border: none;
	padding: 9px 15px;
	font-family: Arial, Helvetica, sans-serif; 
	-webkit-transition: color .5s linear, background-color .5s ease-in-out;
	-moz-transition: color .5s linear, background-color .5s ease-in-out;
	-o-transition: color .5s linear, background-color .5s ease-in-out;
	transition: color .5s linear, background-color .5s ease-in-out;

	font-family: 'Questrial';
	src: url('/StyleSheet/Questrial-Regular.ttf') format('woff2');
	font-weight: normal;
	font-display: swap;
}
.BottoneBlu:hover {
	background-color: #3AA497; /*verde*/
	color: #fff;

	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}


.BottoneVerde {
	border-radius: 5px;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	background-color: #3AA497;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 15px;
	-webkit-transition: color .5s linear, background-color .5s ease-in-out;
	-moz-transition: color .5s linear, background-color .5s ease-in-out;
	-o-transition: color .5s linear, background-color .5s ease-in-out;
	transition: color .5s linear, background-color .5s ease-in-out;

	font-family: 'Questrial';
	src: url('/StyleSheet/Questrial-Regular.ttf') format('woff2');
	font-weight: normal;
	font-display: swap;
}
.BottoneVerde:hover {
	background-color: #004A99; /*Blu*/
	color: #FFF;
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}


/*DIV*/
#allergeni input[type="checkbox"]{
  display:none;
  height:0;
  width:0;
}

#allergeni input[type="checkbox"]:checked+label img{
  -webkit-filter:inherit;
  -moz-filter:inherit;
  filter:inherit;
}

#allergeni img{
  width: 25px;
}
#allergeni span:hover b:before{display:none;}


/*********TABELLA RESPONSIVE **********/

.RespTable{
	width: 100%;
	border-collapse: collapse;
}

.RespTable td,.RespTable th{
  padding:5px 5px;
  border:1px solid #ddd;
  text-align: left;
  font-size:14px;
}

.RespTable th{
	background-color: var(--bg01);
	color:#ffffff;
}

.RespTable tbody tr:nth-child(even){
	background-color: #E5E5E5;
}

/*parte responsiveness*/

@media(max-width: 768px){
	.RespTable thead{
		display: none;
	}

	.RespTable, .RespTable tbody, .RespTable tr, .RespTable td{
		display: block;
	}
	.RespTable tr{
		margin-bottom:15px;
	}
	.RespTable td{
		text-align: right;
		padding-left: 10px;
		position: relative;
	}
	.RespTable td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 30%;
		padding-left:15px;
		font-size:15px;
		font-weight: bold;
		text-align: left;
	}
}

.MyModal{
	display: none; 
	background-color: rgba(51, 51, 51, 0.9);
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	overflow-y: auto; /* Aggiunge lo scroll verticale */
	cursor: pointer; /* Indica che si può cliccare */
  }
  
  .MyModalForm{
	width: 100%;
	background-color: #FFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	opacity: 1;
	padding: 1%;
	border-radius: 10px;
	max-height: 80vh; /* Definisce l'altezza massima del contenuto */
	overflow-y: auto; /* Aggiunge lo scroll verticale */
	cursor: default; /* Il form non chiude al click */
  }

/* .MyModal{
	display: none; 
	background-color: #333;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: 20;
  }
  .MyModalForm{
	  width: 100%;
	  background-color: #FFF;
	  position: relative;
	  margin-right: auto;
	  margin-left: auto;
	  width: 80%;
	  opacity: 1;
	  padding: 1%;
	  border-radius: 10px;
	} */

	/***************** FORM GENERICO CON LE TABELLE *******************/
.MyFormTitle{
	font-size: 1.1rem;
	color: #022363;	
	height: 23px;
	padding: 1%;
	margin-top: 30px;
	width: 48%;
	float: left;
}
.NewButton{    
	width: 48%;	
	float: right;
	padding: 1%;
	text-align: right;	
	margin-top: 30px;
}

.MyForm {
    width: 95%;
	font-size: 15px;
	font-weight: normal;
	min-height: 34px;
	vertical-align: middle;
	padding: 2%;
	border: #A3A3A3 solid 1px;	
	border-radius: 5px;
	margin-bottom: 20px;
}

.TableForm {
    width: 100%;
	font-size: 15px;
	font-weight: normal;
	min-height: 34px;
	vertical-align: middle;
	padding: 2%;
	border: #A3A3A3 solid 1px;	
	border-radius: 5px;
	margin-bottom: 20px;
	background-color: #EEE; 
}

/*********FILTRO PER LA RICERCA*************/

.delete-button {
	background-image: url('/StyleSheet/img/delete_button.svg');
	background-size: 15px 15px;
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	border: none;
	padding: 0;
	cursor: pointer;
  }

/* BOTTONI DI PAGAMENTO*/
  .payment-methods {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .payment-method {
	margin: 20px;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 250px;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  
  .payment-method img {
	height: 100px;
	margin: 10px;
  }
  
  .payment-method h2 {
	font-size: 18px;
	margin: 10px;
  }
  
  .stripe-button, .bonifico-button, .contanti-button {
	background-color: #4CAF50;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
  }
  
  .stripe-button:hover, .bonifico-button:hover, .contanti-button:hover {
	background-color: #3e8e41;
  }

  
@media screen and (min-width: 767px) {
	.ArchiveFormCol{
		width: 30%;
	}	
}

.RespTable1{
	width: 100%;
	border-collapse: collapse;
}

.RespTable1 td,.RespTable1 th{
  padding:5px 5px;
  border:1px solid #ddd;
  text-align: left;
  font-size:14px;
}

.RespTable1 th{
	background-color: var(--bg01);
	color:#ffffff;
}

.RespTable1tbody tr:nth-child(even){
	background-color: #E5E5E5;
}

/* SUGGESTION BOX*/
/* Contenitore principale della suggestion box */
.suggestion-box {
  width: 100%;                /* stessa larghezza dell'input */
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-height: 250px;
  overflow-y: auto;           /* scroll se troppi risultati */
  z-index: 1000;
  display: none;              /* default nascosto */
}

/* Elementi della lista */
.suggestion-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.suggestion-box li {
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.suggestion-box li:hover {
  background: #f5f5f5;
}

/* Evidenziazione del suggerimento attivo (es. frecce su/giù) */
.suggestion-box li.active {
  background: #e0e0e0;
  font-weight: bold;
}

/* Bottone indietro*/
.back-button {
    margin: 10px 0;
}
.btn-indietro {
    display: inline-block;
    padding: 6px 12px;
    background: #3AA497;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
	cursor: pointer;
}
.btn-indietro:hover {
    background: #004A99;
}

/* Legenda Colori - Generale (Task, Pagamenti, Pagamenti Programmati) */
.task-legend {
    margin: 2px 0 5px 0;
    padding: 0;
    font-size: 0.85em;
    display: flex;
    justify-content: space-between;
}

.task-legend-group {
    display: flex;
    align-items: center;
}

.task-legend-color {
    display: inline-block;
    width: 15px;
    height: 12px;
    border: 1px solid #999;
    margin-right: 3px;
    vertical-align: middle;
}

/* Colori Task */
.task-legend-color.completato {
    background-color: #90EE90;
}

.task-legend-color.rimandato {
    background-color: #ADD8E6;
}

.task-legend-color.annullato {
    background-color: #F0E68C;
}

/* Colori Pagamenti */
.task-legend-color.confermato {
    background-color: #90EE90;
}

.task-legend-color.daconfermare {
    background-color: #F0E68C;
}

/* Colori Pagamenti Programmati */
.task-legend-color.preventivo {
    background-color: #F0E68C;
}

.task-legend-color.fatturato {
    background-color: #ADD8E6;
}

/* Icone colorate Task */
.task-legend-icon {
    font-weight: bold;
    margin: 0 3px;
}

.task-legend-icon.recupero {
    color: orange;
}

.task-legend-icon.scadenza {
    color: green;
}

.task-legend-icon.programmati {
    color: #AAAAAA;
}

.task-legend-icon.promemoria {
    color: red;
}