/* ============================
	FONT
   ============================ */

@charset "utf-8";
/* CSS Document */

/* pt-sans-narrow-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-narrow-v18-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/pt-sans-narrow-v18-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-narrow-v18-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/pt-sans-narrow-v18-latin_latin-ext-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/pt-sans-narrow-v18-latin_latin-ext-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/pt-sans-narrow-v18-latin_latin-ext-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}
/* pt-sans-narrow-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-narrow-v18-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/pt-sans-narrow-v18-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-narrow-v18-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/pt-sans-narrow-v18-latin_latin-ext-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/pt-sans-narrow-v18-latin_latin-ext-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/pt-sans-narrow-v18-latin_latin-ext-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}


/* ============================
	GENERALI 
   ============================ */

body {
	font-family: 'PT Sans Narrow';
	font-weight: normal;
	font-style: normal;	
	font-size: 14px;
	color: #333333;
}
.row {
	margin-left:0px;
	margin-right:0px;
}

h1, h2 {
	color: #000;
}

a {
	text-decoration: none;
}

.text-red {
	color:#ac182d;
}
.bg_yellow {
	background-color: #ffcb00;
}
.bg_yellow_light {
		background-color: #ffe993;
}
/* ============================
	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: #ffffff;
  border-top: 6px solid #ffcb00
   }

   #menu_list li {
   	list-style-type: none;
   	float: left;
   }

   #menu_list li a {
   	display: block;
   	text-align: center;
   	text-decoration: none;
   	padding: 5px 10px;
   	color: #666;
	font-weight: bold;   
   	font-size: 16px;
   }


   @media (max-width: 991px) {
   	#menu_list li {
   		float: none; 		
   	}
   	#menu_list li a {
   		text-align: right;
   	}
   }


   @media (max-width: 1199px) {

   	#menu_list {
   		margin-left: 45px;	
   	}
   }

   @media (max-width:991px) {

   	#menu_list {
   		margin-left: 0px;	
   	}
   }

   #menu_list li a:hover, #menu_list li a.active {
   	text-decoration: none !important;
   	color: #000;
   }

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */

   .sfondo {
   	 background-color: #ffe993;
	overflow: hidden;
   }
#errore {
	color: #ac182d;
	font-weight: bold;
	font-size: 24px;
}
   .form-control, .form-select {
   	border-radius: 5px;
   	border: 1px solid #000;
   	color: #000000;
	background-color: #ffcb00;
   }

   .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-color: #ffcb00;
		border-color: transparent;
		color: #191919 !important;
		min-width: 9.375rem;
}

.button_dark {
	background-color: #191919;
	border-color: transparent;
	color: #ffcb00 !important;
	min-width: 9.375rem;
	font-size: 24px;
}

.modal-body {
	background-color: #4D7BBC;
}


/* ============================
	FOOTER
   ============================ */
   footer {
   	font-family: 'PT Sans Narrow';
   	font-size: 0.8rem;
   	background-color: #ffe993;
   }

   footer p {
   	color:#333333;
   	font-family: 'PT Sans Narrow';
   	font-weight: normal;
   	font-style: normal;
   	font-size: 0.8rem;
   	text-align: center;	
   }

   footer p a {
   	color:#333333;
   	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;
		}
	}

/* =========================
	 OCR LOADING
	======================= */

#ocr_loading, #ocr_loading > .modal-dialog, #ocr_loading > .modal-dialog > .modal-content, #ocr_loading > .modal-dialog > .modal-content > .modal-body {
	background-color: transparent !important;
} 


