/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:300);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Lato:700);
@import url(https://fonts.googleapis.com/css?family=Lato:300italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:700italic);
@import url(struttura.css);
@import url(font-awesome.min.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family:"Lato", Helvetica, sans-serif;
	line-height: 1;
	background: #ffffff; /* Old browsers */

	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(58%,#f4f4f4)); /* Chrome,Safari4+ */
}
a {
	color: #16A085;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: 0.25s linear;
	transition: 0.25s linear;
}
a:hover {
	color: #1ABC9C;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px #999999;
	margin-bottom: 1em;
}
table td {
	border: solid 1px #999999;
	padding: 0.2em;
}
table.text10, .text10 {
	font-size:0.8em;
}
strong, .bold {
	font-weight:bold;
}
em {
	font-style:italic;
}
.center {
	text-align: center;
}
.apice {
	font-size: 0.7em;
	vertical-align: super;
}
.pedice {
	font-size: 0.7em;
	vertical-align: sub;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-both {
	clear: both;
}
/* stile impaginazione principale */
#container {
	width: 100%;
	position:relative;
}
#top {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:100;
	height:50px;
	overflow: hidden;
	width: 100%;
	background: #34495e;
}
#topMenu {
	width: 1000px;
	margin:0 auto;
	display:block;
}
#topMenucontainer {
	margin:0.6em 1em;
}
.top-menu-element {
	display:block;
	text-decoration: none;
	color:#ffffff;
	padding: 5px 10px 5px 10px;
	font-size: 1.5em;
}

#mainContent {
	width: 1000px;
	margin: 0 auto;
	padding-top: 90px;
	padding-left: 20px;
	background-color: #FFF;
}
#headerLogo {
	padding-bottom: 40px;
}
#logoSnpa {
	margin-left: 100px;
}

/* menu aree */
#menuAreeContainer {
	padding-bottom:1em;
}
.menu-aree-item {
	padding-top: 50px;
	padding-bottom: 6px;
	width: 180px;
	margin-right:19px;
	border-radius: 5px
}
.menu_ultimo {
	width: 180px !important;
	margin-right:0 !important;
}
.menu-aree-link {
	padding:10px;
	background-color: #eff0f2;
}
.menu-aree-link a {
	font-size: 0.9em;
	font-weight: 400;
	display: block;
	color: #34495e;
	text-decoration: none;
	margin-bottom: 0.2em;
}
.menu-aree-link a:hover {
	color: #2ECC71;
}
.menu-acqua {
	background: url(../media/images/new_menu_acqua.png) 50% 6px no-repeat;
	background-color:#1ABC9C;
}
.menu-acqua .menu-aree-link a:hover {
	color: #1ABC9C;
}
.menu-aria {
	background: url(../media/images/new_menu_aria.png) 50% 6px no-repeat;
	background-color:#3498DB;
}
.menu-aria .menu-aree-link a:hover {
	color: #3498DB;
}
.menu-suolo {
	background: url(../media/images/new_menu_suolo.png) 50% 6px no-repeat;
	background-color:#2ECC71;
}
.menu-suolo .menu-aree-link a:hover {
	color: #2ECC71;
}
.menu-af {
	background: url(../media/images/new_menu_af.png) 50% 6px no-repeat;
	background-color:#E67E22;
}
.menu-af .menu-aree-link a:hover {
	color: #E67E22;
}
.menu-at {
	background: url(../media/images/new_menu_at.png) 50% 6px no-repeat;
	background-color:#F1C40F;
}
.menu-at .menu-aree-link a:hover {
	color: #F1C40F;
}
.banner-home {
	margin-bottom: 50px;
}
/* page */
#colonna {
	width: 225px;
	padding: 40px 25px 40px 50px;
} 
#contenuto {
	width:675px;
	padding:40px 25px 40px 0;
}
#contenuto h2, .singleColumn h2 {
	font-family: 'lato', Helvetica, Arial, sans-serif;
	color: #34495e;
	font-size: 1.6em;
 	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-bottom: 1.6em;
}
#contenuto h4 {
	font-family: 'lato', Helvetica, Arial, sans-serif;
	color: #34495e;
	font-size: 1.2em;
 	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-bottom: 1.2em;
}
#contenuto p {
	margin-bottom: 2em;
	line-height:1.5em;
	font-size: 1.05em;
	color: #34495e;
	-webkit-font-smoothing: subpixel-antialiased;
}
#contenuto .didascalia {
	font-size: 0.8em;
	text-align: center;
	font-style:italic;
	margin: 0em 0.5em 1em;
	color: #7F8C8D;
}
#contenuto .polaroid {
	border: solid 4px white;
	box-shadow: 1px 1px 3px #333;
}
#contenuto a {
	color: #27AE60;
	text-decoration:none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: 0.25s linear;
	transition: 0.25s linear;
}
#contenuto a:hover {
	color: #2ECC71;
}
#contenuto ul, #contenuto ol {
	margin-bottom: 2em;
}
#contenuto ul li {
	color: #34495e;
	margin-bottom: 0.7em;
	line-height:1.5em;
	list-style-type: disc;
	font-size: 1.05em;
	margin-left: 2em;
}
#contenuto ol li  {
	color: #34495e;
	margin-bottom: 0.7em;
	line-height:1.5em;
	font-size: 1.05em;
	margin-left: 2em;
	list-style-type: decimal;
}
#contenuto ol li.alpha {
	color: #34495e;
	margin-bottom: 0.7em;
	line-height:1.5em;
	font-size: 1.05em;
	margin-left: 2em;
	list-style-type: lower-alpha;
}
#contenuto ol li ol{
	margin-left: 4em;
}
#contenuto ul li ul{
	margin-left: 4em;
}
#contenuto ul ul li{
	margin-left: 4em;
	list-style-type: none;
}
#contenuto .fotoNews {
	margin-bottom: 10px;
	width: 675px;
	height: auto;
}
#shareLink {
	margin-top: 3em;
	margin-bottom:3em;
}
.singleColumn {
	width: 900px !important;
	padding: 20px 50px !important;
}
.singleColumn iframe {
	display:block; 
	width:100%; 
	border:none; 
	height: 450px;
}
.news-content h4{
	font-size: 1.2em;
	margin-bottom: 2em;
	color: #34495e;
	font-weight: 700;
}
/* footer */
#footer {
	width:1000px;
	margin: 0 auto;
}
#footer h2 {
	font-size: 1.3em;
	font-weight:bold;
	text-align: center;
	padding: 1em;
	border-bottom: dashed 1px #34495e;
	color:#34495e;
}
#footerContainer {
	padding: 1em 0;
}
#footerCopy {
	color:#999999;
	font-size: 0.8em;
	width: 500px;
}
#credits {
	color:#999999;
	font-size: 0.8em;
	width: 500px;
	text-align: right;
}
#credits a {
	color:#999999;
	text-decoration:none;
}
#credits a:hover {
	color: #0970B3;
}

.footerSocialLink {
	text-align:center;
	padding: 10px;
}
/* box menu */
.box-menu {
	margin-bottom: 3em;
}
.box-menu h2 {
	font-size: 1.3em;
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
	color:#7F8C8D;
	border-bottom: dashed 1px #7F8C8D;
	font-weight: 700;
	-webkit-font-smoothing: subpixel-antialiased;
}

.box-menu a {
  	color: #2980B9;
  	font-family:"Lato" Helvetica, sans-serif;
  	font-weight: 400;
  	font-size: 1em;
  	line-height: 1em;
  	padding: 0.4em 0.4em 0.4em 0.8em;
  	display:block;
  	margin-bottom: 0.3em;
  	text-decoration: none;
  	border: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: 0.25s linear;
	transition: 0.25s linear;
}
 
.box-menu a:hover {
	color: #3498DB;
}

.box-menu a:active { 
}

.box-menu a.menu_off {
	display: none;
}

/* index news */

.news {
	margin-bottom: 4em;
}
.news-data {
	color: #999 !important;
	text-align: right;
	font-size: 0.8em;
}
header h5 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #34495e;
	font-weight: 300;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #eff0f2;
	border-radius: 5px;
}
/* index box banner */ 
.box-banner {
	padding: 0.8em;
	color: #34495e;
	margin-bottom: 1em;
	background: #eff0f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box-banner p {
	font-size: 0.9em;
	margin-bottom: 2.3em;
	text-align: center;
}
.box-banner h4 {
	font-size:1.2em;
	margin-bottom: 0.3em;
	line-height:1.1em;
	font-weight:bold;
	text-align: center;
}
.box-banner h4.box-balnea-title {
	font-size: 0.9em;
	color: #ffffff;
}
.box-banner h4.box-cem-title {
	font-size: 0.9em;
}
a.box-link {
	text-decoration: none;
	text-align: center;
	display:block;
	margin-bottom: 0.3em;
}
.box-relative {
	position:relative;
}
.box-badge {
	position: absolute;
	top: -10px;
	right:-20px;
	z-index: 9;
}
.box-icon {
	width: 90px;
	margin-left: 60px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.box-icon-balnea {
	margin: 20px auto;
}
.box-balnea {
	background-image: url(../media/images/banner_bal_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
}
/*
	questionario 
*/
#questionario_sgi {
	margin-top: 3em;
	margin-bottom: 2em;
}
.box_domanda {
	margin-top: 1em;
}
.box_domanda p.domanda {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	background-color: #E0E0E0;
	padding: 1em;
}
.box_domanda p.radio_group {
	padding: 0.5em 2em;
}
.box_domanda p.radio_group label input {
	margin-right: 0.5em;
}
#submitForm {
	text-align: center;
	padding: 1em;
	border-top: solid 1px #00892D;
}
#submitForm input {
	font-size: 1em;
}
#d2_altro {
	display: none;
	margin-left: 2em;
}
#d2_altro input {
	font-size: 1em;
	width: 400px;
	padding: 0.3em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#quest_opzionale_container {
	position: relative;
}
.form_success {
	font-size: 1.5em;
	margin-bottom: 2em;
	text-align: center;
	color: green;
}
.form_error {
	font-size: 1.5em;
	margin-bottom: 2em;
	text-align: center;
	color: red;
}
#qo_commento {
	width: 900px;
	font-size: 1em;
	color: #666;
	padding: 0.3em;
	margin-bottom: 1em;
}
span.char_counter {
	position: absolute;
	right: -10px;
	top: 3px;
	font-size: 0.8em;
	color: grey;
}
#modulo_dati_personali {
	float: left;
	width: 500px;
	margin: 1em 0 1.5em 0;
}
#modulo_dati_personali label {
	width: 120px;
	float: left;
	padding-top: 8px;
}
#modulo_dati_personali input {
	float: left;
	width: 320px !important;
	margin-left: 38px;
	font-size: 1em;
	color:#666666;
	padding: 0.3em;
	margin-bottom: 0.5em;
}
/*
	abc dell'ecologia
*/
span.abc {
	font-size: 1.2em;
	font-style:italic;
}
article.abc_eco_article {
	margin-bottom: 1em;
}
div.abc_article_content {
	background-color: #e0e0e0;
	border-radius: 10px;
	padding: 1em 1em 0.1em;
	margin-bottom: 1em;
}
div.abc_article_content h5 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.3em;
}
div.abc_article_content p {
	font-style: italic;
	font-size: 0.8em;
}
/*
	pubblicazioni
*/
div.arta_epub {
	background: #e0e0e0 url(../media/images/pubblicazione_bg.png) 590px bottom no-repeat;
	border-radius: 10px;
	padding: 1em 1em 1.5em;
	margin-bottom: 1em;
}
div.arta_epub_data {
	text-align: right;
	font-size: 0.6em;
	color: #999;
}

/*
	breadcrumbs
*/
p.breadcrumbs {
	font-size: 0.75em !important;
	margin-bottom: 3em !important;
	background: #eff0f2;
	padding: 1em;
	border-radius: 5px;
}
/*
	lastmod
*/
p.lastmod {
	font-size: 0.75em !important;
	margin-bottom: 3em !important;
	background: #eff0f2;
	padding: 1em;
	border-radius: 5px;
	text-align: right;
	color: #7f8c8d !important;
}
/*
	standard btn
*/
.btn {
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  text-decoration: none;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.btn > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg.btn > [class^="fui-"] {
  top: 2px;
}
.btn-default {
  color: #ffffff;
  background-color: #bdc3c7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
}
.btn-primary {
  color: #ffffff;
  background-color: #1abc9c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #16a085;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1abc9c;
}
.btn-hg {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 6px;
}
.btn-lg {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
}
.btn-sm {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}
.btn-xs {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.083;
  border-radius: 3px;
}
.btn-tip {
  font-weight: 300;
  padding-left: 10px;
  font-size: 92%;
}
.btn-block {
  white-space: normal;
}
.btn-full {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}
.btn-balnea {
	width: 60px !important;
	margin: 10px 4px;
	display: block;
	float: left;
	text-align: center;
}
/*
	pollini
*/
table.tab_pollini {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
	margin-bottom: 30px;
}
table.tab_pollini td, table.tab_pollini th {
	padding: 5px;
	border: solid 1px #2C3E50;
}
table.tab_pollini td.result {
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}
table.tab_pollini td.allergene, table.tab_pollini th.allergene {
	width: 200px;
	background: #ECF0F1;
	font-weight: 400;
	color: #7F8C8D;
	vertical-align: top;
	padding-top: 10px;
}
table.tab_pollini td.non_rilevata {
	background: #95A5A6;
}
table.tab_pollini td.assente {
	background: #FFFFFF;
}
table.tab_pollini td.bassa {
	background: #F1C40F;
}
table.tab_pollini td.media {
	background: #E67E22;
}
table.tab_pollini td.alta {
	background: #E74C3C;
}
table.tab_pollini td.tendenza {
	text-align: center;
}
table.tab_legenda td {
	width: 20%;
	text-align: center;
}
/****** Amministrazione trasparente **********/
article.articolo-concorso {
	border-bottom: solid 3px #BDC3C7;
	margin-bottom: 30px;
}
article.last {
	border-bottom: none !important;
}
p.concorso-title {
	font-style: italic;
	font-size: 1.4em !important;
}
p.concorso-data-mod {
	font-size: 0.9em !important;
	font-weight: 300;
	text-align: right;	
}
.concorso-page-link {
	text-align: center;
	font-size: 0.9em !important;
	font-weight: 300;
}
.table_scroll_container {
	width: 675px;
	overflow-x: scroll;
	margin-bottom: 40px;
}
table.consulenti_new_table {
	font-size: 0.8em!important;
}
table.standard-data-table {
	border: solid 1px #95A5A6;
	font-size: 0.95em;
	color: #34495e;
	font-weight: 300;
}
table.standard-data-table th {
	border: solid 1px #95A5A6;
	padding: 0.6em;
	text-align: left;
	font-weight: 400;
}
table.standard-data-table th.th-center {
	text-align: center!important;
}
table.standard-data-table td {
	border: solid 1px #95A5A6;
	padding: 0.5em;
	vertical-align: top;
}
table.standard-data-table tr.even {
	background-color: #ECF0F1;
}
/*** bandi di gara e contratti ***/
#bc_gare_container article {
	padding: 0.5em;
	border-bottom: solid 1px #95A5A6;
	margin-bottom: 1.5em
}
#bc_gare_container article p {
	margin-bottom: 1em;
}
#bc_gare_container article h1 {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #34495e;
	font-weight: 300;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #eff0f2;
	border-radius: 5px;
}
#bc_gare_container article .bc_gara_label {
	font-weight: bold;
}

#bc_gare_loading {
	background: url(../media/icon/loading.gif) left no-repeat;
	padding: 10px 10px 10px 40px;
	width: 170px;
	margin: 0 auto;
	color: #808080;
}
#bc_gare_full {
	color: #808080;
	padding: 10px;
	width: 310px;
	margin: 0 auto;
}
h6.bc_gara_id {
	font-size: 0.8em;
	text-align: right ;
	margin-bottom: 1em;
	color:#ccc;
	font-weight: normal ;
}
.bc_files_datapub {
	font-size: 0.8em;
}
#fake {
}
/*** stili affidamenti diretti ***/
div.atto {
	padding: 1em 0;
}
div.atto p {
	margin-bottom: 0.8em!important;
	color: #34495e;
}
p.atto-tipo {
	background: #eff0f2;
	font-size: 0.8em!important;
	padding: 1em!important;
	margin-bottom: 1em;
}
p.atto-oggetto{
	padding: 10px 15px 5px!important;
	line-height: 1.5em!important;
	font-weight: 300!important;
	margin-bottom: 1em;
	font-size: 0.9em!important;
}
p.atto-pub {
	padding: 0 15px;
	font-size: 0.8em;
	color: #77797c;
	font-weight: 300;
}
p.atto-elenco-all {
	padding: 0 15px!important;
	font-size: 0.8em!important;
	color: #77797c!important;
	font-weight: 300!important;
	font-size: 0.9em!important;
}
ul.atti-list {
	padding: 5px 15px!important;
	font-size: 0.8em!important;
	color:#77797c!important;
	margin-bottom: 0 !important;
}
li.atti-file {
	padding-left: 20px!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	margin-left:20px!important;
	margin-bottom: 10px!important;
	list-style:none !important;
}
li.atti-file a, p.link a {
	text-decoration:none!important;
}
p.link {
	margin-bottom: 2em!important;
	line-height:1.5em!important;
	font-size: 1.05em!important;
	color: #34495e!important;
	-webkit-font-smoothing: subpixel-antialiased!important;
}
/* stili indexbanner */
.indexBanner {
	padding:20px 10px;
	border: solid 1px #7F8C8D;
	margin-bottom: 50px;
	display:block;
	border-radius: 5px;
	background-color: #eff0f2;
}
.indexBanner h1 {
	font-size: 1.6em;
	color: #34495e;
}