/***************************
Add your custom styles below
****************************/




/***************************
H1 Purtroppo modificato dal css originario da 4em a 3.200
****************************/

.h1 {
  font-size: 3.100em;
}




/***************************
Cambiamento font sulle voci di menu (ora diventato Montserrat)
****************************

.menu > li {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 11px;
}

.menu > li ul {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	font-size: 10px;
}

.multi-column .multi-column__title {
 font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}
*/

/***************************
Ingrandimento logo
****************************/

/*.nav-bar {
  height: 80px;
  max-height: 80px;
  line-height: 82px;
}
*/
.nav-bar .logo {
  max-height: 98%;
}

/*.nav-bar .nav-module {
height: 80px;
}*/


/*.utility-bar:not(.hidden) + .nav-bar + .nav-mobile-toggle {
  top: 80px;
}*/
/***************************
Ingrandimento testo top headline
****************************/

.type--fine-print {
  font-size: 0.7000em;
  color: #232323;
  opacity: .9;
  
}

.social-list li {
  opacity: .5;

}

/***************************
barra top piu piccola
****************************/

.utility-bar {
  padding-top: 0.1125em;
  padding-bottom: 0.1125em;
  padding-right: 0.800em;
  padding-left: 0.800em;
}


/***************************
interlinea testo grande sotto h3
****************************/

.lead {
  font-size: 1.4375em;
  line-height: 1.4200em;
}


/***************************
Cambio colore da grigetto #f8f8f8 a crema #fbfbf9
****************************/
body {
  background: #fbfbf9;
}
.bg--site {
  background: #fbfbf9;
}
.nav-bar.nav--fixed:not(.bg--dark):not(.bg--primary):not(.bg--white) {
  background: #f8f8f5;
}
body.theme--boxed section:not(.bg--white):not(.bg--dark):not(.bg--secondary):not(.bg--dark):not(.bg--primary):not(.section--overlap) {
  background: #fbfbf9;
}
.bg--white input[type='text'],
.bg--white input[type='address'],
.bg--white input[type='url'],
.bg--white input[type='password'],
.bg--white input[type='email'],
.bg--white input[type="search"] {
  background: #fbfbf9;
}


/***************************
Cambio colore background secondario da grigetto più scuro #f4f4f4 a crema scuro #f4f4f1
****************************/
.bg--secondary {
  background: #f4f4f1;
}

/***************************
Nuovo colore background secondario third crema scuro #dcdcd2
****************************/

.bg--third {
  background: #dcdcd2;
}

.bg--third p,
.bg--third span,
.bg--third ul,
.bg--third a:not(.btn) {
  color: #fff;
}

.bg--third h1,
.bg--third h2,
.bg--third h3,
.bg--third h4,
.bg--third h5,
.bg--third h6,
.bg--third i {
  color: #fff;
}

/***************************
HR presonalizzato
****************************/

hr.style11 {
	height: 6px;
	border: 0;
	background: url(../img/hr-11.png) repeat-x 0 0;
}


/***************************
Nuovo color dark (bluette scuro) ex #232323 - probabilmente inutile, ho dovuto cambiarlo sul theme-deepred.css :-(
****************************/

.color--dark {
  color: #393945 !important;
}

.bg--dark {
  background: #003333 !important;
}

/***************************
Nuovo colore per bottone TOP ex ##3d3d3d
****************************/
.top-link { 
  background: #555566;
}


/***************************
Nuovo colore testi normali da #767676 a più scuro #525252
****************************/

body {
  color: #2e2e2e;

}

/***************************
Formattazione testo e capitoletto
****************************/


.capitoletto {
    font-size: 1.1500em;
	line-height: 1.6000em;
	margin-bottom: 1.1304347826087em;
	color: #343434;
}

p { margin-bottom: 0.05em;
}

/***************************
Formattazione menu secondario sidebar
****************************/


.link-list li:nth-child(even) {
  background: none;
}

.link-list li a {
  font-size: 0.9em;
  line-height: 1.5em;
  padding-top: 0.50625em;
  padding-bottom: 0.50625em;
  padding-right: 0em;
  padding-left: 0em;
  font-style: normal;
  opacity: .6;
  border-bottom: 1px solid #ebebeb;
}
.link-list li a:before {
  content: none;
  opacity: .6;
  margin-right: 0;
}
.link-list li a:hover {
  opacity: 1;
}

.link-list a.current {
  color: #37585f !important;
  opacity: .8;
}





.link-list > li ul {
  font-size: 0.9em;
  line-height: 0.9em;
  padding-top: 0.100em;
  padding-bottom: 0.100em;
  padding-right: 0em;
  padding-left: 0.3em;
  font-style: normal;
  opacity: .8;
}

.link-list > li > ul a {
  padding: 0 0.6em 0.6em 0.6em;
}
.menu > li > ul li:last-child > a {
  padding-bottom: 0;
}
.link-list > li:hover > ul,
.link-list > li > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}





/***************************
menu principale rosso acceso per current
****************************/
.menu > li a.current {
  color: #ea1c1c;
/*  opacity: .8;*/
}

/***************************
Allineamento immagini
****************************/
.alignleft { float: left; padding: 15px 15px 15px 0; }
.alignright { float: right; padding: 15px 0 15px 15px; }



.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
}

.no-gutters-img {
  margin-right: 0;
 padding-right: 0;
}


.img-thumbnail {
  padding: 5px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  }


.thumb {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


/** Timeline verticale **/
.timeline-iframe {
  width: 100%;
  min-height: 50.0000em;
  border: none;
}
@media all and (max-width: 767px) {
  .timeline-iframe {
    min-height: 540px;
  }
}

/** Timeline orizzontale **/
.htimeline-iframe {
  width: 100%;
  min-height: 50.0000em;
  border: none;
}
@media all and (max-width: 767px) {
  .htimeline-iframe {
    min-height: 600px;
  }
}



/***************************
Spaziatura elementi widget della sidebar
****************************/

.sidebar .sidebar__widget:not(:last-child) {
  margin-bottom: 9.25em;

}


/**Immagini footer 4  max-height: da 2.03125em a... + aggiunta opacity **/
.footer-4 .logo {
  max-height: 4.000em;
  margin-bottom: 1.21875em;
  opacity: .4;
  padding-top: 1.0000em;
  
}



 
 /**! 14. Accordions **/

.accordion li .accordion__title {

   background: #f4f4f1;
 }
.accordion li:last-child .accordion__title {
  border-bottom: 1px solid #f4f4f1;
}

.accordion li.active .accordion__title {
  background: #c7181a;
  border-bottom: 1px solid #f4f4f1;
}

 
  /**spaziatura tra blocchi di elementi nella sidebar **/
 
.sidebar__widget:not(:last-child) {
  margin-bottom: 3.25em;
 
  }



.note {
  /*height: 65px;*/
  font-family: 'Roboto Slab', sans-serif;
  font-weight:400;
 
}
/*.note li {
  position: relative;
}
*/

ol:not(.note) {
  list-style: none;
}

.note > ol {
list-style-type: decimal;
}

.note > li {
  /*position: relative;
  float: left;*/
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 19px;
  /*text-transform: uppercase;*/
 
}
.note > li > a {
  padding: 0 1.3em;
  height: 100%;
  display: inline-block;
}



sup > a {
	text-decoration:none
	}
	
	
/***************************
Menu a tendina LUOGHI
****************************/


.menuluoghi > li ul {
    /*font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;*/
	font-size: 10px;
}


/*ul:not(.menuluoghi):not(.slides):not(.accordion):not(.tabs):not(.tabs-content),
ol:not(.menuluoghi):not(.slides):not(.accordion):not(.tabs):not(.tabs-content) {
  line-height: 2.34375em;
}*/


.menuluoghi {
  height: 65px;
}
.menuluoghi li {
  position: relative;
}
.menuluoghi > li {
  position: relative;
  float: left;
  font-weight: 400;
  letter-spacing: 0px;
  /*font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;*/
  font-size: 14px;
  text-transform:uppercase;
 
}
.menuluoghi > li > a {
  padding: 0 1.3em;
  height: 100%;
  display: inline-block;
  text-decoration:none;
}
.menuluoghi > li:first-child > a {
  padding-left: 0;

}
.menuluoghi > li:last-child a {
  padding-right: 0;

}
.nav-bar.bg--white .menuluoghi > li > a {
  color: #767676;
}
.nav-bar.bg--dark .menuluoghi > li > a {
  color: #fff;
}
.menuluoghi> li ul {
	left: 0;
	margin: 0;
	line-height: 1.625em !important;
	padding: 1em 0;
	background: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 25em;
	float: left;
	background-color: #ffffff;  
	text-decoration:none;
}
.menuluoghi > li > ul a {
  padding: 0 1em 1.625em 1em;
  display: inline-block;
}
.menuluoghi > li > ul li:last-child > a {
  padding-bottom: 0;
}
.menuluoghi > li:hover > ul,
.menuluoghi > li > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.menuluoghi > li:hover .multi-column ul {
  position: relative !important;
  visibility: visible !important;
  opacity: 1 !important;
   
}
.menuluoghi > li > ul:not(.multi-column) ul {
  top: 0;
  left: 100%;
}


.menuluoghi li a + span.label {
  right: 26px;
  top: 0;
  max-height: 20px;
  line-height: 20px;
}


.pos-right-closed {
  right: 25% !important;
}


/***************************
Allineamento corretto menu chiuso smartphone e tablet
****************************/
@media all and (max-width: 767px) {
  .utility-bar:not(.hidden) + .nav-bar + .nav-mobile-toggle {
    top: 80px;
  }

}

/***************************
Documenti
****************************/
.bot-plus {
	margin-bottom: 3.5em !important;
}
.tabs li.active {
	background: #e7e7e7 !important;
	padding: 0.5em !important;	
}
select.ui-datepicker-month, select.ui-datepicker-year {
 border-radius: 7px !important;
 padding: 3px !important;
}

/***************************
Documenti_ris
****************************/
.res {
	padding-top: 3em !important;
	padding-bottom: 2em !important;
}
.centra {
	text-align: center !important;	
}
.destra {
	float: right !important;
	font-size: 60% !important;
}

/***************************
Documento adm
****************************/

.box_adm {
	font-variant: small-caps !important; 
	margin: 50px !important; 
	padding: 20px !important; 
	border: 1px solid gray !important;
}

/***************************
Documento arc
****************************/

.nob {
	background-image: none !important ;
}
.albero {
	/*background-image: url(../img/arrow.png);
  	background-repeat: no-repeat !important;
  	background-position: 1em bottom !important;
	padding-bottom: 50px !important;*/
}
.albero1 {
	margin-left: 1em !important;
	/*background-image: url(../img/arrow.png);
  	background-repeat: no-repeat !important;
  	background-position: 1.5em bottom !important;
	padding-bottom: 50px !important;*/
}
.albero2 {
	margin-left: 1.5em !important;
	/*background-image: url(../img/arrow.png);
  	background-repeat: no-repeat !important;
  	background-position: 2em bottom !important;
	padding-bottom: 50px !important;*/
}
.albero3 {
	margin-left: 2em !important;
	/*background-image: url(../img/arrow.png);
  	background-repeat: no-repeat !important;
  	background-position: 2.5em bottom !important;
	padding-bottom: 50px !important;*/
}
.albero4 {
	margin-left: 2.5em !important;
	/*background-image: url(../img/arrow.png);
  	background-repeat: no-repeat !important;
  	background-position: 3em bottom !important;
	padding-bottom: 50px !important;*/
}
.albero5 {
	margin-left: 3em !important;
	/*background-image: url(../img/arrow.png);
  	background-repeat: no-repeat !important;
  	background-position: 3.5em bottom !important;
	padding-bottom: 50px !important;*/
}
.albero6 {
	margin-left: 3.5em !important;
	/*background-image: url(../img/arrow.png);
  	background-repeat: no-repeat !important;
  	background-position: 4em bottom !important;
	padding-bottom: 50px !important;*/
}
.albero7 {
	margin-left: 4em !important;
	/*background-image: url(../img/arrow.png);
  	background-repeat: no-repeat !important;
  	background-position: 4.5em bottom !important;
	padding-bottom: 50px !important;*/
}
.albero8 {
	margin-left: 4.5em !important;
	/*background-image: url(../img/arrow.png);
  	background-repeat: no-repeat !important;
  	background-position: 5em bottom !important;
	padding-bottom: 50px !important;*/
}
.albero9 {
	margin-left: 5em !important;
	/*background-image: url(../img/arrow.png);
  	background-repeat: no-repeat !important;
  	background-position: 5.5em bottom !important;
	padding-bottom: 50px !important;*/
}

/***************************
Documento ric arc
****************************/

#l1, #l2, #l3, #l4, #l5, #l6, #l7, #l8, #altri, .docno {
	display: none;
}

#l1 {
	margin-left: 0.5em !important;
}

#l2 {
	margin-left: 1em !important;
}

#l3 {
	margin-left: 1.5em !important;
}

#l4 {
	margin-left: 2em !important;
}

#l5 {
	margin-left: 2.5em !important;
}

#l6 {
	margin-left: 3em !important;
}

#l7 {
	margin-left: 3.5em !important;
}

#l8 {
	margin-left: 4em !important;
}

.bot-plus-arc {
	margin-bottom: 1.75em !important;
}

.doc_label, .int_label {
	font-size: 0.8em; 
	margin-bottom: 0.5em; 
	font-weight:bold; 
	border-left: 4px solid #066; 
	padding-left: 5px; 
	line-height:0.8em;
}

.doc_campo, .int_campo {
	padding-left:10px;
	padding-bottom: 17px;
}

/*
.int_label {
    font-size: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
	border-left: 4px solid #066;
	padding-left: 5px;
}

.int_campo {
	margin-bottom: 0.3em;
	padding-left: 5px;
	padding-bottom: 17px;
}
*/

.myhr {
	margin: 1.125em 0;
}

.pselluog {
	font-size:16px; 
	/*font-family: Montserrat, sans-serif; */
	text-transform:uppercase; 
	letter-spacing: 0.8px;	
}

.luoghilist a {
	 line-height: 1.94375em;
	display: compact;
	padding: 0.30625em;
	font-style: normal;
	font-size: 18px;
	opacity: .9;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	text-decoration: none;
	
}
.luoghilist a:before {
	content: '\203A';
	opacity: .5;
	margin-right: 0.700em;
}
.luoghilist a:hover {
	opacity: .5;
	text-decoration: none;
}

.luoghilistint {
	padding-left: 1.5em !important;
	font-size: 0.9em !important;
	color: rgb(35, 35, 35) !important;
	opacity: .9 !important;
	text-decoration: none;
	line-height: 1.625em !important;
}

.pmb04 {
		margin-bottom: 0.4em !important;
	}




/**! 13. Accordions Luoghi **/
.acc li .acc__title,
.acc li .acc__content,
.acc li .acc__content * {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.acc li .acc__title {
  cursor: pointer;
  padding: 0.46428571em 0.92857143em;
  border: 1px solid #ececec;
  border-bottom: none;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.acc li:last-child .acc__title {
  border-bottom: 1px solid #ececec;
}
.acc li .acc__content {
  opacity: 0;
  visibility: hidden;
  /*max-height: 0;*/
  line-height: 1.3em;
}
.acc li .acc__content > * {
  display: none;
}
.acc li .acc__content > *:first-child {
  padding-top: 0;
}
.acc li .acc__content > *:last-child {
  padding-bottom: 0;
}
.acc li.active .acc__title {
  background: #4a90e2;
  border-bottom: 1px solid #ececec;
}
.acc li.active .acc__content {
  opacity: 1;
  visibility: visible;
  /*max-height: 500px;*/
}
.acc li.active .acc__content > * {
  display: inline-block;
}


/*! -- Stack Accordions -- */
.acc .acc__title {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  opacity: .8;
  margin-bottom: 0em;
  line-height: 1.99999em;
}
.acc .acc__title:hover {
  opacity: 1;
}
.acc .acc__title:before {
  font-family: "pillar-interface";
  content: '\203A';
  margin-right: 6px;
  color: #252525;
}
.acc .acc__title span {
  display: inline-block;
}
.acc li.active {
  margin-bottom: 0.01em;
}
.acc li.active .acc__title {
  opacity: 1;
}
.acc li.active .acc__title:before {
  content: '\203A';
}
.acc li.active .acc__content {
  animation: fadeUp .5s ease forwards;
  -webkit-animation: fadeUp .5s ease forwards;
}
.acc-1 li.active .acc__title {
  border-color: #4a90e2;
}
.acc-1 li.active .acc__title span {
  color: #fff;
}
.acc-1 li.active .acc__title:before {
  color: #fff;
}
.acc-1 li .acc__title {
  border-radius: 6px;
  border-bottom: 1px solid #ECECEC;
}
.acc-2 li .acc__title {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ECECEC;
  padding-left: 0;
}
.acc-2 li.active .acc__title {
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.bg--dark .acc-2 li .acc__title,
.imagebg:not(.image--light) .acc-2 li .acc__title,
.bg--primary .acc-2 li .acc__title,
.bg--dark .acc-1 li .acc__title,
.imagebg:not(.image--light) .acc-1 li .acc__title,
.bg--primary .acc-1 li .acc__title {
  border-color: #4b4b4b;
}
.bg--dark .acc-2 li .acc__title:before,
.imagebg:not(.image--light) .acc-2 li .acc__title:before,
.bg--primary .acc-2 li .acc__title:before,
.bg--dark .acc-1 li .acc__title:before,
.imagebg:not(.image--light) .acc-1 li .acc__title:before,
.bg--primary .acc-1 li .acc__title:before {
  color: #fff;
}
.imagebg:not(.image--light) .acc li .acc__title,
.bg--primary .acc li .acc__title {
  border-color: rgba(255, 255, 255, 0.3);
}

.newlistacc {
	padding-left: 1.1em; 
	font-size: 0.9em; 
	color: rgb(35, 35, 35); 
	opacity: .8;
}

select {
	 margin-top: 0.8125em;
}

.cbox {
	 margin-top: 2em !important;
	 padding-top: 0.8125em !important;
	 -webkit-appearance: checkbox !important;
}

.more {
	box-sizing: border-box;
	color: rgb(82, 82, 82);
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto Slab", "Montserrat", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	opacity: .8;
}
.more::before {
	content: '\203A';
	margin-right: 6px;
}

more:hover {
	opacity: .5;
	text-decoration: none;
}

.mybio {
	font-size: 85%;
	font-style: italic;
	opacity: .8;
}

.doclink {
	padding-left: 2em;
	font-weight: 700;
}

.btn.btn--primary {
  border-color: #006699 !important;
}
.btn.btn--primary:hover {
  border-color: #0099cc !important;
}
.btn.btn--success {
  background: #64b671;
  border-color: #64b671;
}
.btn.btn--success:hover {
  border-color: #75be81;
}
.btn.btn--success .btn__text {
  color: #fff;
}

.btn--primary,
.btn--primary:visited {
  background: #006699;
  border-color: #006699;
}

.btn--primary:hover {
  background: #0099cc;
}

.ui-menu-item-wrapper {
	text-align: left;
}

.preloader {

   position: absolute;
   top: 130px;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('../images/loading.gif');
   background-repeat: no-repeat; 
   background-color: #FFF;
   background-position: center;

}

#testata_logo {
	cursor: pointer;
}

.foot_sup {
	text-align: center;  
	background: rgb(135, 155, 157); 
	padding: 2em 0 0 0;  
	color: rgb(245, 245, 245);
	font-style: italic; 
	font-size: 12px;
}

.foot_inf {
	text-align: center;  
	background: rgb(78, 103, 110); 
	padding: 2em 0; 
	color: rgb(245, 245, 245);
}

.foot_inf a, .foot_inf a:hover {
	color: #fff !important;
}

.foot_sup a, .foot_sup a:hover {
	color: #fff !important;
}

.mySocial {
	font-size: 1.05em !important;
	border-top: 1px solid rgb(96, 126, 134);
	padding-top: 1em;
}

.mySocial-ico {
	font-size: 1.05em !important;
	padding-top: 1em;
}

.myAvv {
	font-size: 0.85em !important;
}

.numberCircle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 2px;    
    background: #3b5e62;
    border: 2px solid #666;
    color: #e7e7e7;
    text-align: center;    
    font-size: 8pt;
				}

table.tablesorter {
	border-collapse:separate !important;
}

.noun {
	text-decoration: none;
}

.tidi {
	cursor: pointer;
	font-size: 8pt;
}

.icodocu {
	font-size: 20px;
}

#dipendenze, #funzione, #internati, #nazione, #regione, #provincia {
	font-size: 11px;
	}

	.ol-popup-content { 
	font-size: 13px;
	}

.theInp
{
	-webkit-appearance: checkbox !important;
	margin-top: -3px;
  /* Double-sized Checkboxes 
  /*-ms-transform: scale(0.7); /* IE */
  /*-moz-transform: scale(0.7); /* FF */
  /*-webkit-transform: scale(0.7); /* Safari and Chrome */
  /*-o-transform: scale(0.7); /* Opera */
  /*transform: scale(0.7);
	border-radius: 5px !important;*/

}

div.ol-zoom {
	top: .5em !important;
	left: 98% !important;
}

.show {
	color: #fff;
	font-variant: small-caps;
}

.inf {
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
}

.tal {
	text-align: left !important;
	padding-left: 3px;
}

table.note p {
	font-size: 11px !important; 
	line-height: 12px !important;
	text-align: left !important;
}