/*Per rendere più specifici alcuni stili che potrebbero sovrascrivere o essere sovrascritti da quello di default ho inserito questo foglio di stile in cui è possibile trasferire lo stile voluto semplicemente rendendolo specifico utilizzando al classe .ict che deve essere presente in tutti gli elementi dell'html

es:
HTML
<input id="nome" name="nome" class="ict dati_post form-control">

CSS
.ict.form-control {
..lo stile da dare...
}*/


/* ============================
	GENERALI 
   ============================ */

body {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-style: normal;	
	font-size: 14px;
	color: #000;
	/*background-image: url('../img/bg.jpg');*/
	background-position: top center;
	background-size:cover;
	background-repeat: repeat-y; 
/*	background-color:#7eb82d;*/
/*	background-color:#1e3d85;*/
}
.row {
	margin-left:0px;
	margin-right:0px;
}

h1, h2, h4 {
	color: #000;
	font-family: 'Raleway';
}

a {
	text-decoration: none;
	color: #000;
}


.a:hover {
	color: #cf003e;
	text-decoration:underline;
}



.text-red {
	color:#cf003e;
}


.logo {
	margin-bottom: -80px !important;
	position:sticky;
	top: 0;
	z-index: 999;
}



/* ============================
	MENU
   ============================ */

   .skip-to-main-content-link {
   	position: absolute;
   	left: -9999px;
   	z-index: 999;
   	padding: 1em;
   	background-color: black;
   	color: white;
   	opacity: 0;
   }

   .skip-to-main-content-link:focus {
   	left: 50%;
   	transform: translateX(-50%);
   	opacity: 1;
   }


#attiva_menu {
   	max-width: 30px; 
   	margin:10px 25px;
   	cursor: pointer;
   }

   #menu {
   	background-color:#fdcf00;
	/*linear-gradient(180deg,rgba(0,0,0,.5) 17.71%,transparent);*/
   	/*border-bottom: 4px solid #ffffff;
   	box-shadow: 0px 5px 5px rgba(0,0,0,.2);
   	z-index: 2000;
   	position: relative;*/
   }

   #menu_list li {
   	list-style-type: none;
   	float: left;
   	padding-left: 2%;
   	padding-right: 2%;
   }

   #menu_list li a {
   	display: block;
   	text-align: center;
   	text-decoration: none;
   	padding: 5px 10px;
   	color: #000;
	font-weight:bold;   
   	font-size: 21px;
   }



   @media (max-width: 991px) {
   	#menu_list li {
   		float: none; 		
   	}
   	#menu_list li a {
   		text-align: right;
   	}
	   
	.mt-n7 {
  	margin-top: -2.5rem !important;
	}
	   
   }


   @media (max-width: 1199px) {

   	#menu_list {
   		margin-left: 45px;	
   	}
   }

   @media (max-width:991px) {

   	#menu_list {
   		margin-left: -20px;	
		
   	}
	   
	.mt-n7 {
  	margin-top: -2.5rem !important;
	}
	   
   }

   #menu_list li a:hover, #menu_list li a.active {
   	text-decoration: none !important;
   	color: #697277;
   }



.navbar-brand {
padding-top: 0px !important;
padding-bottom: 0px !important;

	
}



   @media (max-width: 575px) {
	   
	   
	label {
   		font-size: .80rem;
   	}
	   
	   	   .logo {
	margin-bottom: -16px !important;
	position:relative;
	z-index: 999;
		
	}
	   
	   
	.mt-n2 {
	  margin-top: -5.5rem !important;
	}


	.mt-n7 {
		  margin-top: -5.5rem !important;
	}
	

   }



   #menu_list li a:hover, #menu_list li a.active {
   	text-decoration: underline !important;
   	color: #697277;
   }



.modal-body {
	background-color: #115740;
}

/* ============================
	FORM
   ============================ */

  /* .sfondo {
   	background-color: rgba(255, 255, 255, 0.85);
   	border-radius: 20px;
   	box-shadow: 0px 6px 8px rgba(0, 0, 0, .4);
   }
*/

	 .sfondo {
   	background-color: #fff;
   	border-radius: 20px;
   
   }


#errore {
	color: #ac182d;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
   .form-control, .form-select {
   	height: 45px;
   	border-radius: 5px;
   	border: 1px solid #115740;
   	color: #000000;
   }

   .form-group {
   	margin-bottom: 15px;
   }

label[for=reg], label[for=tratt_dati]  {
	display: block;
}

   label a {
   	color: inherit;
   	text-decoration: underline;
   }

   small.small {
   	font-size: 10px;
   	line-height: 9px;
   }

   
.button {
	/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
	background: #e74827;
	color: #fff;
	border-radius:8px;
	border: 0px solid transparent;	
  	font-weight: bold;
	font-size: 1.5rem;
	padding: .25rem 2rem;
	width: max-content;
	max-width: 300px;
	-webkit-box-shadow: 2px 4px 8px 1px #000000; 
	box-shadow: 2px 4px 8px 1px #000;
	text-decoration: none;
	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
	box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
}




.ocr_btn {
   /*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
	background: #fedd00;
	color: #000;
	border-radius:8px;
	border: 0px solid transparent;	
  	font-weight: bold;
	font-size: 1.25rem;
	padding: .25rem 2rem;
	width: max-content;
	max-width: 250px;
	-webkit-box-shadow: 2px 4px 8px 1px #000000; 
	box-shadow: 2px 4px 8px 1px #000;
	text-decoration: none;
	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
	box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
}




.ocr_btn:hover {
	color: #fedd00;
	background: #000;
}




.partecipa_btn {
   /*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
	background: #ffffff;
	color: #1e3e83;;
	border-radius:8px;
	border: 0px solid transparent;	
  	font-weight: bold;
	font-size: 1.25rem;
	padding: 1.25rem 2rem;
	width: max-content;
	max-width: 300px;
	-webkit-box-shadow: 2px 4px 8px 1px #000000; 
	box-shadow: 2px 4px 8px 1px #000;
	text-decoration: none;
	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
	box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
}


.button:hover {
	color: #e74827;
	background: #fff;
}


.ocr_btn:hover {
	color: #fedd00;
	background: #000;
}


.partecipa_btn:hover {
	color: #1e3e83;
	background: #f0e52b;
}





@media (max-width:375px) {

	
	.button {
	/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
	background: #e74827; 
	color: #fff;
	border-radius:8px;
	border: 0px solid transparent;	
  	font-weight: bold;
	font-size: 1.5rem;
	padding: .25rem 2rem;
	width: max-content;
	max-width: 300px;
	-webkit-box-shadow: 2px 4px 8px 1px #000000; 
	box-shadow: 2px 4px 8px 1px #000;
	text-decoration: none;
	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
	box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
}


	.button:hover {
		color: #e74827;
		background: #fff;
	}

		.button {
		font-size: 1rem;
	}
	
/*	.logo {
	margin-bottom: -4px !important;
	position:relative;
	z-index: 999;
	min-width:6rem;

}*/
	
	
.logo {
	margin-bottom: -16px !important;
	position:relative;
	z-index: 999;
		
	}
	
		.long-and-truncated {
		  margin: 0 5px;
		  flex: 1;
		  min-width: 0;
		}


		.long-and-truncated span {
		  display: block;
		  -webkit-line-clamp: 3;
		  text-overflow: ellipsis;
		  overflow: hidden;
		  display: -webkit-box;
		  -webkit-box-orient: vertical;
		  word-wrap: break-word;
		}
	
	
	 	#menu_list li a {
   		/*text-align: left;*/
		font-size: 17px;
   	}
	

		.mt-n2 {
		  margin-top: -4.5rem !important;
		}
	
		.mt-n7 {
		  margin-top: -4.5rem !important;
		}

	
	}
	
		.navbar-brand {
	padding-top: 0px !important;
	padding-bottom: 0px !important;

	
	}
	

/*		
	#menu_list li {
   		float: none; 		
   	}
   	#menu_list li a {
   		text-align: left;
		font-size: 17px;
   	}
	
*/
	

  

.modal-body {
	background-color: #fff;
}


/* ============================
	FOOTER
   ============================ */
   footer {
   	font-family: 'Raleway';
   	font-size: 0.8rem;
   	background-color: #f5f5f5;
   }

   footer p {
   	color:#000;
   	font-family: 'Raleway';
   	font-weight: normal;
   	font-style: normal;
   	font-size: 0.8rem;
   	text-align: center;	
   }

   footer p a {
	font-family: 'Raleway';
   	color:#3d2b30;
   	text-decoration:underline;
   	font-weight: 700;
   }


/* =========================
	COOKIE BAR
	======================= */

	.cc-window {
		font-size: .85rem !important;
		line-height: 1.2em !important;
	}

	@media (max-width:767px) {
		
	.cc-window {
			font-size: .75rem !important;
			line-height: 1.1em !important;
	}
		
		
	.mt-n2 {
	  margin-top: -5.5rem !important;
	}


	.mt-n7 {
		  margin-top: -2.5rem !important;
	}
			.button {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #e74827;
			color: #fff;
			border-radius:8px;
			border: 0px solid transparent;	
			font-weight: bold;
			font-size: 1.5rem;
			padding: .25rem 2rem;
			width: max-content;
			max-width: 300px;
			-webkit-box-shadow: 2px 4px 8px 1px #000000; 
			box-shadow: 2px 4px 8px 1px #000;
			text-decoration: none;
			/*
			-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
			box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
		}


			.button:hover {
				color: #e74827;
				background: #fff;
			}

				.button {
				font-size: 1rem;
			}
		
		
		.ocr_btn {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #fedd00;
			color: #000;
			border-radius:8px;
			border: 0px solid transparent;	
			font-weight: bold;
			font-size: 1.5rem;
			padding: .25rem 2rem;
			width: max-content;
			max-width: 300px;
			-webkit-box-shadow: 2px 4px 8px 1px #000000; 
			box-shadow: 2px 4px 8px 1px #000;
			text-decoration: none;
			/*
			-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
			box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
		}



		.ocr_btn:hover {
			color:#fedd00;
			background: #000;
		}
	
	
		.ocr_btn {
				font-size: 1rem;
			}
	
		
	}


   small.small {
   	font-size: 10px;
   	line-height: 9px;
   }





   .brown{
   	background-color: #442e31;

   }



   .red-shar {
   	background-color: #cf003e;
  
   }



   .verde {
   	background-color: #98cfd0;
   	
   }


   .beige {
   	background-color: #e8d7cb;
   	
   }



   .giallo {
   	background-color: #fdcf00;
   	
   }

   .arancio {
   	background-color: #e74827;
   	
   }


	.mt-n2 {
	  margin-top: -3.5rem !important;
	}


	.mt-n7 {
		  margin-top: -9.5rem !important;
	}




   @media (max-width: 991px) {
   	#menu_list li {
   		float: none; 		
   	}
   	#menu_list li a {
   		text-align: right;
   	}
	   
	.mt-n7 {
  	margin-top: -2.5rem !important;
	}
	   	
	   .button {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #e74827;
			color: #fff;
			border-radius:8px;
			border: 0px solid transparent;	
			font-weight: bold;
			font-size: 1.5rem;
			padding: .25rem 2rem;
			width: max-content;
			max-width: 300px;
			-webkit-box-shadow: 2px 4px 8px 1px #000000; 
			box-shadow: 2px 4px 8px 1px #000;
			text-decoration: none;
			/*
			-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
			box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
		}


			.button:hover {
				color: #e74827;
				background: #fff;
			}

				.button {
				font-size: 1rem;
			}
	   
	   	.ocr_btn {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #fedd00;
			color: #000;
			border-radius:8px;
			border: 0px solid transparent;	
			font-weight: bold;
			font-size: 1.5rem;
			padding: .25rem 2rem;
			width: max-content;
			max-width: 300px;
			-webkit-box-shadow: 2px 4px 8px 1px #000000; 
			box-shadow: 2px 4px 8px 1px #000;
			text-decoration: none;
			/*
			-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
			box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
		}



		.ocr_btn:hover {
			color:#fedd00;
			background: #000;
		}
	
	
		.ocr_btn {
				font-size: 1rem;
			}
	
	   
   }


   @media (max-width: 575px) {
	   
	   
	      	label {
   		font-size: .80rem;
   	}
	   
	   	   .logo {
	margin-bottom: -16px !important;
	position:relative;
	z-index: 999;
		
	}
	   
	   
	.mt-n2 {
	  margin-top: -3.5rem !important;
	}


	.mt-n7 {
		  margin-top: -3.5rem !important;
	}
	   
	   	.button {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #e74827;
			color: #fff;
			border-radius:8px;
			border: 0px solid transparent;	
			font-weight: bold;
			font-size: 1.5rem;
			padding: .25rem 2rem;
			width: max-content;
			max-width: 300px;
			-webkit-box-shadow: 2px 4px 8px 1px #000000; 
			box-shadow: 2px 4px 8px 1px #000;
			text-decoration: none;
			/*
			-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
			box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
		}


			.button:hover {
				color: #e74827;
				background: #fff;
			}

				.button {
				font-size: 1rem;
			}
	   
	   
	   	.ocr_btn {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #fedd00;
			color: #000;
			border-radius:8px;
			border: 0px solid transparent;	
			font-weight: bold;
			font-size: 1.5rem;
			padding: .25rem 2rem;
			width: max-content;
			max-width: 300px;
			-webkit-box-shadow: 2px 4px 8px 1px #000000; 
			box-shadow: 2px 4px 8px 1px #000;
			text-decoration: none;
			/*
			-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
			box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
		}



		.ocr_btn:hover {
			color:#fedd00;
			background: #000;
		}
	
	
		.ocr_btn {
				font-size: 1rem;
			}
	
	   
	

   }



@media (max-width:375px) {

		.mt-n2 {
		  margin-top: -2.5rem !important;
		}

	
	
		.mt-n7 {
		  margin-top: -3.5rem !important;
		}
	
	
		.button {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #e74827;
			color: #fff;
			border-radius:8px;
			border: 0px solid transparent;	
			font-weight: bold;
			font-size: 1.5rem;
			padding: .25rem 2rem;
			width: max-content;
			max-width: 300px;
			-webkit-box-shadow: 2px 4px 8px 1px #000000; 
			box-shadow: 2px 4px 8px 1px #000;
			text-decoration: none;
			/*
			-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
			box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
		}


			.button:hover {
				color: #e74827;
				background: #fff;
			}

				.button {
				font-size: 1rem;
			}
	
	
		.ocr_btn {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #fedd00;
			color: #000;
			border-radius:8px;
			border: 0px solid transparent;	
			font-weight: bold;
			font-size: 1.5rem;
			padding: .25rem 2rem;
			width: max-content;
			max-width: 300px;
			-webkit-box-shadow: 2px 4px 8px 1px #000000; 
			box-shadow: 2px 4px 8px 1px #000;
			text-decoration: none;
			/*
			-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
			box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
		}



		.ocr_btn:hover {
			color:#fedd00;
			background: #000;
		}
	
	
		.ocr_btn {
				font-size: 1rem;
			}
	
	
	}



a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: underline;
  font-weight: bold;
}

a:link { 
	color: #1d1d1b; 
	background-color: transparent; 
	text-decoration: none;  
	font-weight: bold;
}

/*a:visited { color: blue; background-color: transparent; text-decoration: none; }*/

a:hover { 
	color:#3f3f3c; 
	background-color: transparent; 
	text-decoration: underline;  
	font-weight: bold; }

a:active { 
	color: grey; 
	background-color: transparent; 
	text-decoration: underline;  
	font-weight: bold; }


a_contatti {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: underline;
}



a_contatti:link { 
	color: #1d1d1b;
	background-color: transparent; 
	text-decoration: none; 
}

/*a:visited { color: blue; background-color: transparent; text-decoration: none; }*/

a:hover { 
	color: #3f3f3c; 
	background-color: transparent; 
	text-decoration: underline; 
}

a:active { 
	color: grey; 
	background-color: transparent; 
	text-decoration: underline; 
}


dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0rem;
}

.border-primary {
  opacity:100% !important;
  border-color:#283580!important;
}

.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color:inherit;
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
  font-size: 16px;
}


