/* Add Google WebFonts */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);



*{margin: 0px; padding: 0px;-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;}


.obbligatorio {
    border-color: #dd0000;
}

.field_module.obbligatorio,
.field_note.obbligatorio {
	border: 1px solid red;
background-color: #ff00001a;
}

label.obbligatorio,
label.obbligatorio a {
    color: red;
}

.alert {
    margin: 10px auto;
    color: #E00;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.alert.ok {
    background: rgb(0 128 0 / 51%);
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    border: 2px solid green;
    font-size: 13px;
}

.alert.ko {
    background: rgb(255 0 0 / 51%);
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    border: 2px solid red;
    font-size: 13px;
}

html, body {
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	height: 100%;
	width: 100%;
}

strong  {
font-weight:700;
}

div.wrapper{
	min-height: 100%;
	margin: 0px auto;
	position: relative;
}

h1 {
color:black;
}

 .content  h2 {
  text-transform: inherit;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
  position:relative;
  width:100%;
  top:-15px;
  margin-top:0px;
  color: #333;
  }

  .content  .footer h2 {
  text-transform: inherit;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
  position:relative;
  width:100%;
  top:-15px;
  margin-top:0px;
  color: #333;
  }
.content h1 {
color:black;
text-transform:uppercase;
font-size:20px;
font-weight:normal;
  margin-bottom: 20px;
}

.content h1 strong {
color: #666;
font-weight:normal;
margin:10px;
}

.content ul {
  
  margin-top: 30px;
  margin-bottom: 30px;
}

.content ul li {
  margin-bottom: 15px;
  list-style-image: url(../img/bullet.png);
  list-style-position: inside;
  font-size: 15px;
   color: #666666;
}

.content ul.documenti li {
  margin-bottom: 15px;
  list-style-image: url(../img/foglio.png);
  list-style-position: inside;
  font-size: 15px;
   color: #666666;
}

.content ul.riepilogo.cartelle li {
  list-style-image: none;
  list-style-type: none;
  padding:5px;
  padding-left:30px;
  background: url(../img/documenti.png) no-repeat;
}





p  {
color: #666666;
font-size:14px;
line-height:20px;
}
img {
border: none;
}


a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

::selection {
    background: #DEDEDE; /* Safari */
}
::-moz-selection {
    background: #DEDEDE; /* Firefox */
}

input:focus {
 outline:none;
}

.cento {
width:100% !important;
}


.btn {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	border: 1px solid #4e4e4e;
	padding:5px;
	text-transform: uppercase;
	cursor: pointer;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
	text-align:center;
	margin:0px;
	font-size: 14px;
  background-color: transparent;
	}
	
	.btn a {
	color: #4e4e4e;
	
	}
.btn:hover {
text-decoration: none;
background-color: #4e4e4e;
color:#fff;
}	


.btn.big {

}



.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.clear {
	clear: both;
}




div.header{
  /*natale

    background-image: url(../img/bg_ladisa.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-bottom: 20px; 
    z-index: 999;
    position: relative;
    height: auto;
    clear: both;


  */
  z-index: 999;
  position: relative;
  height: auto;
  clear: both;
	}

div.content{
padding-bottom:1000px;
height:auto;
overflow: auto;
clear: both;  /*da togliere poi*/
}


div.footer{
	width: 100%;
	height: 1000px;
	position: absolute;
	bottom: 0px;
	background-color: #e6e6e6;

}


/*module*/


.modulo {
width: 640px;
margin-top:20px;
border-spacing: 0px 10px;
}

.modulo tr td {
padding:5px;
}

.modulo tr th {
background: #e6e6e6;
color: #427fc1;
padding: 10px;
text-align: center;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
text-transform: uppercase;

}

.select_module {
	position: relative;
	width: 400px;
	padding: 5px;
	margin: 0px;
	background-color: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Droid Sans', sans-serif;
	margin-bottom: 20px;
}

.field_module {
	float: left;
  position: relative;
  height: 35px !important;
  border: 1px solid #e3e3e3;
  background: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0;
  width: 100%;
  overflow: auto;
  padding-right: 10;
  padding-left: 10px;
  color: #333;
  font-weight: 400;
  font-family: 'Droid Sans', sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
}



.field_note {
  border: 1px solid #e3e3e3;
  background: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  height: 200px !important;
  overflow: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #666;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;

	
}
.label_check a {
	color: #666;
	text-decoration: underline;

}

.label_check input {
position: relative;
float: left;
margin-right:5px;
top:2px;

}

.label_module {
	float: left;
	position: relative;
	text-transform:uppercase;
	font-size: 14px;
	color: #4e4e4e;
	font-family: 'Droid Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}


.alert {
color: #7E7E7E;
line-height: 20px;
font-size: 11px;
}

.campo_form {
width: 50%;
padding-bottom: 0.5em;
position: relative;
float: left;
padding-right: 1em;
}

.pathway {
position: relative;
width: 70%;
width: -webkit-calc(100% - 370px);
width: -moz-calc(100% - 370px);
width: calc(100% - 370px);
font-size: 13px;

	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
}

.pathway a {
margin-left: 5px;
margin-right: 5px;
}

.pathway a:hover {
margin-left: 5px;
margin-right: 5px;
}


.sx {
position:relative;
float:left;
width:65%;
}

.dx {
position:relative;
float:right;
width:35%;
}

.content .corpo .sx {
width:31%;
}

.content .corpo .sx .ladisaascolta img {
  position: relative;
  float: left;
  width: 100%;
  margin-right: 0px;
}


.content .corpo  .dx {
width:65%;
}

.menu {
position:relative;
clear:both;
width:100%;
}

hr {
border-top: 1px solid #ccc;
border-left: none;
height: 1px;
width: 100%;
border-right: none;
border-bottom: none;
margin-top: 1em;
margin-bottom: 1em;
position: relative;
clear: both;
}

.cerca {
  float: right;
  padding: 5px;
  position: relative;
  background-color: white;
  width: 220px;
  border: 1px solid #dadada;
  top:20px;
}

.newsletter {
  float: right;
  padding: 5px;
  position: relative;
  background-color: white;
  width: 100%;
  border: 1px solid #ccc;
}

.cerca input[type="text"], 
.newsletter input[type="text"] {
  border: none;
  background-color: transparent;
  width: 98%;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  color: #000;
  font-size: 12px;
}

.cerca input[type="image"],
.newsletter input[type="image"] {
position: relative;
width:16px;
top:2px;
}

.logo  {
position: relative;
float:left;
}

.footer .box  {
position: relative;
float:left;
width:33%;
}

.topmenu {
padding:10px;
border-bottom:1px solid #dadada;
margin-bottom:20px;
}

.topmenu ul {
list-style-type: none;
}

.topmenu .dx ul {
position:relative;
float:right;
}

.topmenu .dx ul li {
margin-right:3px;
}

.topmenu .dx ul li a {
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
border:1px solid white;
}

.topmenu .dx ul li a.select, .topmenu .dx ul li a:hover {
border:1px solid black;
color:black;
}

.topmenu ul li {
position:relative;
float:left;
margin-right:10px;
font-size:12px;
}

.topmenu ul li a {
color: #666666;
}

.topmenu ul li a:hover {
text-decoration:none;
color:black;
}

.topmenu .dx  {
text-align:right;
}



.topmenu .dx.cinquanta, .topmenu .sx.cinquanta  {
width: auto !important;
  text-align: left;
}


.areariservata  {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  float: right;
  padding-left: 31px;
}


.areariservata img  {
  position: absolute;
  left: 6px;
  top: -2px;
}

.areariservata a  {
color:black;
}

.areariservata a:hover  {
text-decoration:none;
}

.logo img  {
margin-bottom:20px;
  /*  natale
  margin-bottom: 30px;*/
}

.content .sx, .content .dx {
margin-bottom:30px;
margin-top:30px;
}

.content .sx {
    width: 63%;
}

.content .sx p, .content .dx p {
  margin-bottom: 10px;
}

.content .sx .btn, .content .dx .btn {
  margin-top: 10px;
  position: relative;
  float: left;
  }
  



.areariservata_box {
  background: #e6e6e6;
  height:auto;
  overflow:auto;
  padding-bottom:15px;
  width:100%;
}


.slideshow_home .areariservata_box {
  height:293px;
  overflow: hidden;
}

.areariservata_box h1,
.areariservata_box h2 {
  color: #2e2e2e;
  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  border-bottom: 1px solid white;
  background: #eaebea;
  background: -moz-linear-gradient(top, #eaebea 0%, #c0c2c1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaebea), color-stop(100%,#c0c2c1));
  background: -webkit-linear-gradient(top, #eaebea 0%,#c0c2c1 100%);
  background: -o-linear-gradient(top, #eaebea 0%,#c0c2c1 100%);
  background: -ms-linear-gradient(top, #eaebea 0%,#c0c2c1 100%);
  background: linear-gradient(to bottom, #eaebea 0%,#c0c2c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaebea', endColorstr='#c0c2c1',GradientType=0 );
  text-transform: uppercase;
  text-shadow: 0 1px 0 white;
  text-align: center;
  margin-bottom:0px;
}

.sx .areariservata_box h1 {
/*	background:white;
	color: black;

  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  border-bottom: 1px solid white;

  text-transform: uppercase;
  text-shadow: none;
  text-align: left;
  margin-bottom:0px;*/
}

.areariservata_box .label_module {
	width: 20%;
    width: -webkit-calc(30% - 30px);
    width: -moz-calc(30% - 30px);
    width: calc(30% - 30px);
	margin:15px;
	margin-bottom:0px;
	}
	
	.areariservata_box .field_module {
		width: 60%;
        width: -webkit-calc(70% - 30px);
        width: -moz-calc(70% - 30px);
        width: calc(70% - 30px);
	margin:15px;
	box-shadow:none;
	border:none;
	border-radius:none;
	margin-bottom:0px;
	}
	
		.areariservata_box p {
		width: 98%;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
	margin:15px;
	margin-top:0px;
	margin-bottom:0px !important;
	text-align:right;
position:relative;
clear:both;
color:#4e4e4e;
	}
	
.areariservata_box p  a {
color:#4e4e4e;
	}
	
	
	.content .dx  .areariservata_box .btn {
 margin-bottom:5px;
}
.areariservata_box p  a:hover {
text-decoration:underline;
	}
	
	
	.btn.big, .sx .ladisaascolta .btn {
  display: block;
  clear: both;
  width: 90%;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 15px;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cifre {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  clear: both;
  color: #666;
  height: auto;
  overflow: auto;

}

.cifre strong {
color: black;
}

.cifre div{
position:relative;
float:left;
margin-bottom:10px;
}

.cifre div img {
  position: relative;
  float: left;
  margin-top: -6px;
  margin-right: 5px;
  margin-left: 20px;
}


.cinquanta    {
width:49% !important;
}
.certificazioni, .formazione, .analisi, .customer  {
position:relative;
float:left;
border: 1px solid #dadada;
padding:13px;
text-transform:uppercase;
width:48%;
width:-webkit-calc(50% - 10px);
width:-moz-calc(50% - 10px);
width:calc(50% - 10px);
  height: 153px;
text-align:center;
  text-shadow: 0 1px 0 white;
  font-size:15px;
  -moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}

.certificazioni:hover, .formazione:hover, .analisi:hover, .customer:hover  {
cursor:pointer;
background-color: #dadada;
color: #666;
-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}


.ascolta_banner, .chebonta_banner  {
position:relative;
float:left;
border: 1px solid #dadada;
padding:13px;
text-transform:uppercase;
width:48%;
width:-webkit-calc(50% - 10px);
width:-moz-calc(50% - 10px);
width:calc(50% - 10px);
  height: 315px;
text-align:center;
  text-shadow: 0 1px 0 white;
  font-size:15px;
  -moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
cursor:pointer;
}

.ascolta_banner:hover, .chebonta_banner:hover  {
border: 1px solid #4e4e4e;
}

.ascolta_banner   {
margin-right:20px;
}

.chebonta_banner   {

}


.ascolta_banner div.img, .chebonta_banner  div.img  {
    height:190px ; width: 100%; display:table;
    margin-bottom:40px;
}

.ascolta_banner div.img div, .chebonta_banner div.img div  {
display:table-cell;vertical-align:middle;text-align:center;
}

.ascolta_banner div.img img, .chebonta_banner div.img img  {
max-width:100%;
max-height:190px;
}

.certificazioni img, .formazione img, .analisi img, .customer img  {
  margin-bottom: 20px;
  margin-top: 5px;
}



.certificazioni  {
margin-bottom:20px;
}

.formazione  {
margin-bottom:20px;
float:right;
}

.analisi  {

}

.customer  {
float:right;
}

.ladisaascolta {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  clear: both;
  color: #666;
  height: auto;
  overflow: auto;

}

.content .sx .ladisaascolta h1 {
text-align:center;
}

.content .sx .ladisaascolta  {
  border: 1px solid #dadada;
  padding:10px;
}

.ladisaascolta img {
position:relative;
float:left;
width:25%; 
margin-right:15px;

}

.ladisaascolta p {
line-height:24px;
margin-top:20px;

}

.pathway {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666;
    clear: both;
}

.corpo .pathway {

padding-top:0px;
margin-top:0px;
}

.corpo hr {
border-top:1px dashed #cfcfcf;
width:100%;
position:relative;
clear:both;
margin-top:30px;
margin-bottom:10px;
border-left: none;
border-right: none;
border-bottom: none;
height:1px;
}
.social {
background-color: #f7f7f7;
height: auto;
overflow:auto;
}

.social iframe, .social .fb_iframe_widget {
width:100% !important;
}

.newsletter_box h1 {
color: #9e9e9e;
text-shadow: 0 1px 0 white;
background: url(../img/mail.png) no-repeat left top;
padding-left:35px;
padding-bottom:5px;
margin-bottom:5px;
}

.newsletter {
  width: 90%;
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
padding:11px;
position:relative; 
float:left;
 margin-top: 10px;
 border:none;
}

.newsletter_box .btn {
float: right !important;
 
}

.footer .box ul   {
  margin-bottom: 30px;
  margin-top: 0px;
}

.footer .box ul li  {
list-style: none; 
margin-bottom:5px;
font-size:13px;
}

.footer .box ul li a  {
color: #666;
}

.dati   {
padding:15px;

-moz-border-radius: 2px;
border-radius: 2px;
text-align:center;
margin-bottom:0px;
width: 50%;
    float: left;
}

.content .footer h2  {
        margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.dati p  {
font-size:13px;
line-height:16px;
margin-bottom:15px;
}

.dati p a {
color: #666666;
text-decoration:underline;
}

.dati p a:hover {
color: black;
}


.dati img.logo_footer, .dati table  {
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.dati table tr td  {
    text-align: center;
    padding: 10px 5px;
}

.credits  {
font-size: 13px;
color: #000;
text-align: center;
border-top: 1px solid #CCC;
padding: 15px;
width: 100%;
clear: both;
background-color: #e6e6e6;
}


.credits .container  {
position:relative;
}



.intempra  {
position:absolute;
right:0px;
top:-4px;
}

.articolo_home img  {
width:25%;
position:relative;
float:left;
margin-right:20px;
}

 .sx .box_news, .sx .areariservata_box {
margin-bottom:20px;

}


ul.riepilogo {
  margin-bottom: 30px;

}

ul.riepilogo li {
  margin-bottom: 15px;
  list-style-image: url(../img/bullet_big.png);
  list-style-position: inside;
  font-size: 15px;
}

ul.riepilogo li a {
  color: #666666;
}

.corpo .ladisaascolta {
  border-top: 1px solid #dadada;
  border-bottom: none;
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom:0px;
}

.content .corpo .sx, .content .corpo  .dx {
  margin-bottom: 10px;
  margin-top: 30px;
}

.content .box_news h1 {
  margin-bottom: 0px;
}

.corpo .dx .camera_wrap {
  margin-bottom: 20px;
}

.corpo .dx p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}


.news {
  position: relative;
  float: left;
  height: 123px;
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 20px;
  max-height:123px;
  overflow:hidden;
    width: 100%;
  }
  
 .stampa  .news {
  position: relative;
  float: left;
  height: auto;
  clear: both;
  margin-bottom: 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom:none;
  line-height: 20px;
  max-height: 123px;
  overflow: hidden;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
  
 .news  .box_img {
	 border: 1px solid #f0f0f0;
  height: 100px;
  width: 150px;
  display: table;
  position: relative;
  float: left;
  background-color: white;
  margin-right: 10px;
  background-image: url(../img/img_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom:20px;
}

 .news   .box_img div img {
  max-height: 100px;
  max-width: 150px;
}

 .news  a {
  color: #666666;
}

 .news  a:hover {
  color: black;
  text-decoration:none;
}

 .news span {
  color: black;
  text-transform: uppercase;
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

 .articolo_img img {
  width:100%;
  margin-bottom:20px;
}

.pdf  {
	position: relative;
  float: left;
  margin-right: 15px;
  width: 42px;
  }


.alimentazione  {
  cursor: pointer;
  margin-bottom: 20px;
  color: #2e2e2e;
  font-size: 17px;
  font-weight: normal;
  padding: 25px 15px;
  border: 1px solid #dadada;
  text-transform: uppercase;
  text-shadow: 0 1px 0 white;
  text-align: left;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 88px;
  background-image: url(../images/giornale.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  -moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}


.alimentazione:hover  {
  background-color:  #dadada;
  -moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}

#ctl00_lb_messaggio  {
  font-size: 13px;
  margin-left: 20px;
  margin-right: 20px;
  color: rgb(202, 0, 0);
  text-shadow: 1px 0px white;
}

.content ul.stelle_legenda li {
    list-style-type:none;
  margin-bottom: 15px;
  list-style-image: none;
  list-style-position: inside;
  background-repeat:no-repeat;
  font-size: 15px;
  color: #666666;
  background-position: left center;
  padding-top:3px;
  padding-bottom:3px;

}

.content .video  {
  border-top: 1px solid #dadada;
 /* border-bottom: 1px solid #dadada;*/
  padding: 20px 0px;
  margin: 20px 0px;
}

.video_meta{

width:50%;
float:left;
}

.video_meta p{

    padding:5px;
}




.content .video h1 {
      color: black;
  text-transform: inherit;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;

}
.corpo .dx .video p {
  font-size: 14px;
  line-height: inherit;
  margin-bottom: 0px;
}

.content .video iframe  {
    width:100% !important;
    height:280px !important;
    margin-top: 10px;
}

.areadipendenti {
      color: black;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0px;
}


.areadipendenti a:hover {
text-decoration:none;
}


.areariservata_box #lb_messaggio {
    position: relative;
    font-weight: 600;
    color: #E00000;
    font-size: 12px;
    top: -10px;
    width: 100%;
    margin: 0px 17px;
    text-transform: uppercase;
}

.pag_datarpt_paginazione {
    margin-top:10px;
    float:left;
    margin-bottom:10px;
    bottom:10px;
}

.pag_datarpt_paginazione.selected a{
    background-color:#ccc;
    color:#fff !important;
}