﻿/*blu: #019CDF;
giallo: #F7C005;
grigio: #606060;*/

body {
  background: url(./images/home.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  body {
    background-image: url(./images/home_mobile.jpg);
  }
}

html, body {
    height: 100%;
}


#fondo{
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}

grid
{
}
gridHeader
{
    color: #019CDF;
    text-align:center;
    font-weight:bold;
}
.gridHeader a
{
    color: #019CDF;
    text-align:center;
}

div.logo {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0px
}

.fotoFondoHome{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 100%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0px;
}

.fotoCorveglia{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25% 0%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: table-cell;
    height: 420px;
    padding: 0px;
    float: left;
}

div.immagineFondo{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
  width: 100%;
  display: block;
}

div.testoInDiv{
  padding: 20px;
  width: 70%;
  margin: 0 auto;
  text-align: left;  
  font-family: 'Arvo', serif;
  font-size: 16px;
  background: rgba(0,0,0,0.5);
  line-height: 2;
  color: white;
 
}
.testoInDiv h1{
  text-align: center; 
  color: white;
  font-weight: bold;
  font-size: 2.5em;
}
.testoInDiv h2{
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
}
.testoInDiv a{
  color: #F7C005;
  font-weight: bold;
  padding: 0px;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
    div.testoInDiv {
        width: 95%;
        padding: 10px;
        }
}

.testoInDiv40{
  padding: 20px;
  width: 40%;
  margin: 0 auto;
  text-align: left;  
  font-family: 'Arvo', serif;
  font-size: 16px;
  background: rgba(0,0,0,0.5);
  line-height: 2;
  color: white;
 
}
.testoInDiv40 h1{
  text-align: center; 
  color: white;
  font-weight: bold;
  font-size: 2.5em;
}
@media screen and (max-width: 600px) {
    .testoInDiv40 {
        width: 90%;
        padding: 10px;
        }
}

div.testoNeroInDiv{
  padding-top: 10px;
  padding-bottom: 10px;
  width: 70%;
  margin: 0 auto;
  text-align: left;  
  font-family: 'Arvo', serif;
  font-size: 14px;
  background: White;
  line-height: 1.2;
  color: black;
  
}
@media screen and (max-width: 900px) {
    div.testoNeroInDiv {
        width: 90%;
        padding: 10px;
        }
}

.testoNeroInDiv h1{
  color: #019CDF;
  font-weight: bold;
  font-size: 2.5em;
  text-align: center;
}
.testoNeroInDiv h2{
  color: #019CDF;
  font-weight: bold;
  font-size: 1.75em;
  text-align: center;
}
.testoNeroInDiv a{
  color: Black;
  font-weight: bold;
  text-decoration: none;
}
.testoNeroInDiv a:hover{
  color: #054af7;
}


div.testoRossoInDiv{
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: left;  
  font-family: 'Arvo', serif;
  font-size: 16px;
  background: White;
  line-height: 1.5;
  color: red;
}
.testoRossoInDiv h1{
  color: red;
  font-weight: bold;
  font-size: 2.5em;
  text-align: left;
}
.testoRossoInDiv h2{
  color: red;
  font-weight: bold;
  font-size: 1.75em;
  text-align: left;
}
.testoRossoInDiv a{
  color: #019CDF;
  font-weight: bold;
  text-decoration: none;
}
.testoRossoInDiv a:hover{
  color: #0521f7;
}

.table{
    display:table;
    width:100%;
    table-layout:fixed;
    border-spacing: 5px;
    border-collapse: separate;
    vertical-align: top;
    margin: 0 auto;
}
.table_cell{
    display:table-cell;
    padding: 10px;
    vertical-align: top;
    text-align: center;
    color: Black;
    border: 1px solid black;
    vertical-align: middle;
}
.table_cell h2{
  color: #019CDF;
  vertical-align: top;
  font-size: 1.5em;
}
.table_cell a{
  color: #019CDF;
  font-size: 16px;
  font-weight: bold;
  padding-left: 0px;
}

#finestra{
  width: 100%;
  height: 500px;
  padding-top: 50px;
}

tr.border_bottom td {
  border-bottom: 1px solid #333333;
}

#finestraBianca{
  width: 100%;
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
}

.fasciaBlu{
  width: 100%;
  background-color: #019CDF;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
}
.fasciaBlu h1 {
  font-family: 'Arvo', serif;
  font-size: 20px;
  text-align: center;
  color: #F7C005;
  padding:4px 0px;
  margin:0px 
}
.fasciaBlu h2 {
  font-family: 'Arvo', serif;
  font-size: 18px;
  font-weight:bold;
  color: #FFFFFF;
  padding: 5px 0px;
  margin:0px;
}

.news{
  width: 100%;
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Arvo', serif;
}
.news h1{
  font-size: 30px;
  font-weight: bold;
  color: #606060;
}

.distanzialeblu{
  padding: 0px;
  width: 70%;
  margin: 0 auto;
  text-align: center;  
  font-family: 'Arvo', serif;
  font-size: 20px;
  background-color: #019CDF;

}
@media screen and (max-width: 600px) {
    .distanzialeblu  {
        width: 90%;
        }
}
.distanzialeblu h1{
  color: #F7C005;
  font-weight: bold;
/*  letter-spacing: 0.15em;*/
  font-size: 1.8em;
}


div.distanzialeGiallo{
  padding: 0px;
  width: 70%;
  margin: 0 auto;
  text-align: center;  
  font-family: 'Arvo', serif;
  font-size: 20px;
  background-color: #F7C005;
 
}
.distanzialeGiallo h1{
  color: #019CDF;
  font-weight: bold;
/*  letter-spacing: 0.15em;*/
  font-size: 1.8em;
}

.FontTrafilettoHome{
  font-family: 'Arvo', serif;
  font-size: 30px;
  font-weight:bold;
  color: #606060;
  padding: 10px;
}

.spazio2{
  width: 100%;
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
}

div.Social {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 30px
}

.tableCentered{
  margin: 0 auto;
  padding: 35px
}
.tableCentered td{
  padding-left: 45px;
  padding-right: 45px;
}

.divTabella3{
    width:32%;
    float:left;
    padding-top: 35px;
    padding-bottom: 35px;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .divTabella3  {
        float: none; 
        width: 100%;
        }
}
.divTabella2, .divTabella2R{
    width:50%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}
.divTabella2{
    float:left;
}
.divTabella2R{
    float:right;
}
@media screen and (max-width: 600px) {
    .divTabella2, .divTabella2R  {
        float: none; 
        width: 100%;
        }
}

.p1{
  font-family: 'Arvo', serif;
  font-size: 15px;
  font-weight:bold;
  color: #FFFFFF;
}
.p2{
  font-family: 'Arvo', serif;
  font-size: 18px;
  font-weight:bold;
  color: #FFFFFF;
  padding: 0px
}

aImg {

}
.aImg:link
{


}
.aImg:visited
{

}
.aImg:hover {
  opacity: 0.9;
  cursor: pointer;  
}

.fotoHome{
  width: 100%;
  height: auto;
  display: block;
}
.fotoHome:hover{
  cursor: pointer;
}

.container{
  padding: 1em 0;
  float: left;
  width: 100%;
}
@media screen and (max-width: 1600px){
  .container{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 2400px){
  .container{
    width: 66.6666%;
  }
}

.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  margin: auto;
  overflow: hidden;
  background: rgba(0,0,0,0.85);
}

.content .content-overlay {
  background: rgba(0,0,0,0.85);
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
  cursor: pointer;
}

.content-details{
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-family: 'Arvo', serif;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  background: rgba(247, 192, 5, 0.85); 
  opacity: 1;
  cursor: pointer;
}

.content-details h1{
  color: #019CDF;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}

.content-details p{
  color: White;
  font-size: 1.3em;
  font-weight: bold;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.barramenu {
  overflow: hidden;
  background-color: #F7C005;
  text-align: center; 
  width: 100%;
}
.barramenu a 
{
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: 60px;     
  color: #FFFFFF;
  text-decoration: none;
  font-weight:bold;
  font-size: 20px;
  font-family: 'Arvo', serif;
  padding-left: 20px;
}
.barramenu a:link
{
	color: #FFFFFF;
	font-weight:bold;
}
.barramenu a:visited {
	color: #FFFFFF;
	font-weight:bold;
}
.barramenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}

.dropdown{
  float: left;
  overflow: hidden;
  text-align: left;
}
.dropdown-content{
  display: none;
  position: absolute;
  background-color: #019CDF;
  min-width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: left;

}
.dropdown-content a {
  color: white;
  padding: 5px;
  text-decoration: none;
  display: block;
  font-size: 0.9em;
}
.dropdown-content a:hover {
  background-color: #32B2E5;
  text-decoration: none;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.barramenu .icon{
 display: none;
}
.barramenu ul {
  list-style-type: none;
  overflow: hidden;
  margin:auto;
  display:inline-block;
}
.barramenu li {
  float: left;
}



/*per schermi da 1000 a 1220*/
@media screen and (min-width: 1001px) and (max-width: 1220px) {
  .barramenu li:not(:nth-of-type(-n+5)) {
    display: none;
  }
  .barramenu a.icon {
    float: right;
    display: block;
  }
  .barramenu ul {
    display: block;
  }
}

/*per schermi da 800 a 1000*/
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .barramenu li:not(:nth-of-type(-n+4)) {
    display: none;
  }
  .barramenu a.icon {
    float: right;
    display: block;
  }
  .barramenu ul {
    display: block;
  }
}

/*per schermi da 600 a 800*/
@media screen and (min-width: 601px) and (max-width: 800px) {
  .barramenu li:not(:nth-of-type(-n+3)) {
    display: none;
  }
  .barramenu a.icon {
    float: right;
    display: block;
  }
  .barramenu ul {
    display: block;
  }
}

/*per schermi da 600px*/
@media screen and (max-width: 600px) {
  .barramenu li:not(:nth-child(1)), .dropdown {
    display: none;
  }
  .barramenu a.icon {
    float: right;
    display: block;
  }
  .barramenu ul {
    display: block;
  }
}

@media screen and (max-width: 1220px) {
  .barramenu.responsive {position: relative;}
  .barramenu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .barramenu.responsive li {
    float: none;
    display: block;
    text-align: left;
  }
  .barramenu.responsive .dropdown {float: none;}
  .barramenu.responsive .dropdown-content {position: relative;}
  .barramenu.responsive .dropdown {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.strisciaGialla{
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #F7C005;
  color: White;
  width: 100%;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  font-size: 18px;
  font-family: 'Arvo', serif;
  margin: 0 auto;
}
.strisciaGialla h1{
  color: White;
  font-weight: bold;
  font-size: 1.5em;
}
.strisciaGialla h2{
  color: #019cdf;
  font-weight: bold;
  font-size: 1.5em;
}

.divisoreBlu{
  border-bottom: 5px solid #019CDF;
  position: relative;
  padding: 10px;
  width: 70%;
  height: 5px;
  margin: 0 auto;
  line-height: 1.5;
}

/* SLIDESHOW IMAGE */

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  border: 0;
   position: relative;
   width:100%;
   text-align: center;
   margin: 0 auto;
     
}
mySlides img{
height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.mySlidesV {
  display: none;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  
}
.mySlidesV iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

  
/* Next & previous buttons */
.prev, .next, .nextM, .prevM {
  cursor: pointer;
  top: 50%;
  color: white;
  font-weight: bold;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 5px;
  user-select: none;
  width: 5%;
  text-align: center;
}

.nextM, .prevM {
  position: absolute;
  width: 7.5%;
}
.next, .prev {
  position: relative;
  width: 5%;
}

/* Position the "next button" to the right */
.next, .nextM {
  float:right;
}
.nextM {
    right:0px;
}
.prev, .prevM{
  float: left;
}
.prevM {
    
}
@media screen and (max-width: 600px) {
    .nextM {
        
    }
    .prevM {
        
    }
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover, .prevM:hover, .nextM:hover {
  background-color: rgba(110,110,110,0.6);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 0.2s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*POPUP IMMAGINE*/
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  overflow: auto;
}
@media screen and (max-width: 600px) {
    .modal {
        padding-top: 50px;
        }
}

/* Modal Content */
.modal-content {
  /*position: relative;*/
  margin: 0 auto;
  padding: 0px;
  /*max-width: 100%;
  max-height: 100%;*/
  overflow: auto;
  width: 90%;
  height:auto;
  vertical-align: middle;
}
/*per schermi da 1000 a 1220*/
@media screen and (min-width: 1001px) and (max-width: 1220px) {
  .modal-content {
        max-width: 1170px;
        }
}

/*per schermi da 800 a 1000*/
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .modal-content {
        max-width: 950px;
        }
}

/*per schermi da 600 a 800*/
@media screen and (min-width: 601px) and (max-width: 800px) {
  .modal-content {
        max-width: 750px;
        }
}
/*per schermi max 600*/
@media screen and (max-width: 600px) {
    .modal-content {
        max-width: 550px;
        }
}

/* The Close Button */
.close,
.closeB {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;  
  text-decoration: none;
  z-index: 1002;
}

.close {
  color: white;
}

.close:hover,
.close:focus,
.close:visited {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.closeB {
  color: black;
}

.closeB:hover,
.closeB:focus,
.closeB:visited {
  color:#019CDF;
  text-decoration: none;
  cursor: pointer;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.Immagine{
  display:block;
  width:100%;
  height:auto
}
.Immagine:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer
}

.button {
  background-color: #019CDF;
  border: none;
  color: White;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 2px 2px;
  border-radius: 20px;
}

.button:hover{
  background-color: White;
  color: Black;
  cursor: pointer;
}

.etichettaFoto{
  background-color: #019CDF;
  color: white;
}

.messaggio{
  padding-top: 10px;
  padding-bottom: 10px;
  width: 60%;
  margin: 0 auto;
  text-align: center;  
  font-family: 'Arvo', serif;
  font-size: 18px;
  background: White;
  line-height: 1.5;
  color: black;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  border-radius: 35px;
}
.messaggio h1{
  color: #019CDF;
  font-weight: bold;
  font-size: 2.5em;
}
.messaggio h2{
  color: #019CDF;
  font-weight: bold;
  font-size: 1.8em;
}
.messaggio td{
    display:table-cell;
    width:100%;
    vertical-align: bottom;
    text-align: left;
    color: #019CDF;
}
@media screen and (max-width: 600px) {
    .messaggio {
        width: 96%;
        }
}

.textBox {
  font-family: 'Arvo', serif;
  text-align: left;
  font-size: 15px;
  color: Black;
  background-color: #FFFFFF;
  border: 1px solid #019CDF;
  border-radius: 10px;
}
.textBoxSmallGV {
  font-family: 'Arvo', serif;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #019CDF;
  width:60px;
}
.textBoxMediumGV {
  font-family: 'Arvo', serif;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #019CDF;
  width:150px;
}
.textBoxLargeGV {
  font-family: 'Arvo', serif;
  text-align: left;
  font-size: 14px;
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #019CDF;
  width:230px;
}
.textBoxmRinnoviH {
  font-family: 'Arvo', serif;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: White ;
  background-color: #019CDF;
  border: none;
  
}
.textBoxmRinnoviHRed {
  font-family: 'Arvo', serif;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: White ;
  background-color: Red;
  border: none;
  
}
.textBoxmRinnovi {
  font-family: 'Arvo', serif;
  text-align: left;
  font-size: 14px;
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #019CDF;
  width:95%;
}
.textBoxmRinnoviGrigio {
  font-family: 'Arvo', serif;
  text-align: left;
  font-size: 14px;
  color: #333333;
  background-color: #d2d2d2;
  border: none;
  width:95%;
}

.labelRinnovi {
  font-family: 'Arvo', serif;
  text-align: left;
  font-size: 14px;
  color: #333333;
  background-color: #FFFFFF;
  border: none;
  width:95%;
}
.labelRinnoviGrigio {
  font-family: 'Arvo', serif;
  text-align: left;
  font-size: 14px;
  color: #333333;
  background-color: #d2d2d2;
  border: none;
  width:95%;
}
.labelRinnoviGrigioCentrato {
  font-family: 'Arvo', serif;
  text-align:center;
  font-size: 14px;
  color: #333333;
  background-color: #d2d2d2;
  border: none;
  width:97%;
}
.labelStatisticheBiancaBordoGrigio {
  font-family: 'Arvo', serif;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #d2d2d2;
  width:97%;
}


.textBoxSmall {
  font-family: 'Arvo', serif;
  text-align: left;
  font-size: 15px;
  color: Black;
  background-color: #FFFFFF;
  border: 1px solid #019CDF;
  width:65px;
}
.textBoxMedium {
  font-family: 'Arvo', serif;
  text-align: left;
  font-size: 15px;
  color: Black;
  background-color: #FFFFFF;
  border: 1px solid #019CDF;
  width:200px;
}
.textBoxMediumLow {
  font-family: 'Arvo', serif;
  text-align: left;
  font-size: 15px;
  color: Black;
  background-color: #FFFFFF;
  border: 1px solid #019CDF;
  width:100px;
}
.textBoxLarge {
  font-family: 'Arvo', serif;
  text-align: left;
  font-size: 15px;
  color: Black;
  background-color: #FFFFFF;
  border: 1px solid #019CDF;
  width:250px;
}
.textBoxVeryLarge {
  font-family: 'Arvo', serif;
  text-align: left;
  font-size: 15px;
  color: Black;
  background-color: #FFFFFF;
  border: 1px solid #019CDF;
  width:90%;
}
.boxComandoRinnovo {
  border-bottom: 1px solid #019CDF;
  border-left: 1px solid #019CDF;
  border-right: 1px solid #019CDF;
  text-align:center;
}

#divHome{
  text-align: center;
  margin-top: 50px;
  width: 45%;
  padding: 20px;
  margin: 0 auto;
  font-family: 'Arvo', serif;
  font-size: 16px;
  background: rgba(0,0,0,0.5);
  line-height: 2;
  color: white;
  opacity:0;
  transition:3s;
  border-radius: 40px;
}
@media screen and (max-width: 600px) {
    #divHome {
        width: 90%;
        padding: 10px;
        }
}

.rTable {
   display: table;
   width: 70%;
   text-align: center;
   margin: 0 auto;
}
@media screen and (max-width: 600px) {
    .rTable {
        width: 100%;
        }
}
.rTableRow {
   display: table-row;
   text-align: center;
}
.rTableHeading {
   display: table-header-group;
   background-color: #ddd;
}
.rTableCell {
   display: table-cell;
   float: left;
   width: 30%;
   vertical-align: middle;
   text-align: center;
   padding: 1.5%;
}

.rTableCell2 {
   display: table-cell;
   float: left;
   width: 45%;
   vertical-align: middle;
   text-align: center;
   padding: 1%;
}
@media screen and (max-width: 600px) {
    .rTableCell2 {
        float: none;
        width: 90%;
    }
}
.rTableCell5 {
   display: table-cell;
   float: left;
   width: 15%;
   vertical-align: middle;
   text-align: center;
   padding: 2%;
}
.rTableBody {
   display: table-row-group;
}
.ModalPanel
{
   height: 100%;
   width: 100%;
   background-color: White;
   text-align: center;
   overflow:auto;  
}

.greencheck{
    width:4%;
    padding-right:1%;
    height: auto;
    display: table-cell;
    vertical-align: top;
}

.imgSingola
{
    width: 65%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .imgSingola {
        width: 90%;
    }
}
.divImgSingola
{
    display: table-cell;
    width:95%;
    padding-bottom:10px;
    
}
.captcha{
    padding: 1px; 
    margin: 0 auto;
    width: 260px;
    height: 80px; 
    display: table-row;
}

.login
{
    margin: 0 auto;
    font-size:1em;   
    text-align:center;
}
.tabellaASPX
{
    margin: 0 auto;
    width: 70%;
}
.tabellaRinnovi
{
    margin: 0 auto;
    table-layout: fixed;
    float:left;
    width:100%;
}
.tabellaRinnovi td:nth-child(1) {
    width: 8%;
    overflow:hidden;
}
.tabellaRinnovi td:nth-child(2) {
    width: 11.5%;
    overflow:hidden;
}
.tabellaRinnovi td:nth-child(3) {
    width: 11.5%;
    overflow:hidden;
}
.tabellaRinnovi td:nth-child(4) {
    width: 11.5%;
    overflow:hidden;
}
.tabellaRinnovi td:nth-child(5) {
    width: 11.5%;
    overflow:hidden;
}
.tabellaRinnovi td:nth-child(6) {
    width: 11.5%;
    overflow:hidden;
}
.tabellaRinnovi td:nth-child(7) {
    width: 11.5%;
    overflow:hidden;
}
.tabellaRinnovi td:nth-child(8) {
    width: 11.5%;
    overflow:hidden;
}
.tabellaRinnovi td:nth-child(9) {
    width: 11.5%;
    overflow:hidden;
}

.bordoTopBlu
{
    border-top-color: #019CDF;
    border-top-style:solid;
    border-top-width: thin;
}
.bordoBottomBlu
{
    border-bottom-color: #019CDF;
    border-bottom-style:solid;
    border-bottom-width: thin;
}
.tabellaASPX100
{
    margin: 0 auto;
    width: 100%;
}
.tabellaASPX_colSx
{
    text-align:right;
    width: 30%;
}
.tabellaASPX_colDx
{
    text-align:left;
    width: 70%;
}
.autocomplete_completionListElement
{
    margin : 0px!important ;
    background-color : #d2d2d2 ;
    color : windowtext ;
    border : buttonshadow ;
    border-width : 1px ;
    border-style : solid ;
    cursor : 'default' ;
    overflow : auto ;
    font-family: 'Arvo', serif;
    text-align : left ;
    list-style-type : none ;
    }
    .autocomplete_completionListElement:hover 
    {
        cursor:pointer;
    }
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
   {
    background-color: #019CDF ;
    color: black ;
    padding: 1px ;
    }
.autocomplete_highlightedListItem:hover 
    {
        cursor:pointer;
    }
    /* AutoComplete item */
.autocomplete_listItem
    {
    color : windowtext ;
    padding : 1px ;
   }
   .autocomplete_listItem:hover 
    {
        cursor:pointer;
    }

.province
{
    
}
.province:hover {
  transform: scale(1.1);
  cursor: pointer;  
}