//
// Evidenziazione Celle
//

.custom-summary-style {
    text-align: left;
}

// Rosso
.col-cella-rossa {
  background-color:#ff693b;
}

.table tbody tr > td.col-cella-rossa {
  background-color: #ff693b !important;
}

.table thead tr > th.col-cella-rossa {
  background-color: #ff693b !important;
}

// Verde
.col-cella-verde {
  background-color:#79eb4b;
}

.table tbody tr > td.col-cella-verde {
  background-color: #79eb4b !important;
}

.table thead tr > th.col-cella-verde {
  background-color: #79eb4b !important;
}


// Classi per display select2 configtrasparenza
.menu-indent-elemento-1 {
	font-size: 95% !important; 
	font-weight: bold;
}

.menu-indent-gruppo-1 {
	font-size: 95% !important; 
	font-weight: bold;
	font-style: italic;	 
}

.menu-indent-elemento-2 {
	font-size: 95% !important; 
	font-weight: bold;
	margin-left: 20px;
}

.menu-indent-gruppo-2 {
	font-size: 95% !important; 
	margin-left: 20px;
	font-weight: bold;
	font-style: italic;	 
}

.menu-indent-elemento-3 {
	font-size: 95% !important; 
	font-weight: bold;
	margin-left: 40px;
}

.menu-indent-gruppo-3 {
	font-size: 95% !important; 
	margin-left: 40px;
	font-weight: bold;
	font-style: italic;	 
}

.allegato-documento {
	width:100%;
	padding: 0px 0px 10px 0px;	
}

.icona-allegato-documento {
	text-align: center;
}

.testo-allegato-documento {
	text-align: center;
	font-size: 80%; 
	font-weight: bold;
}

