/* CSS Document */
.dropdown-item:hover{color:#17324d;text-decoration:underline;background-color:#e6ecf2;}


    .dropbtn {
      background-color: #000080;
      color: white;
      padding: 0px;
      font-size: 16px;
      border: none;
      cursor: pointer;
      height: 100%;
      vertical-align: middle;
      }

    .dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #ffffff;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }

    .dropdown-content a {
      color: #ffffff;
      background-color: #000080;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }

    .dropdown-content a:hover {background-color: #1E90FF}

    .dropdown:hover .dropdown-content {
      display: block;
    }

    .dropdown:hover .dropbtn {
      background-color: #000080;
    }
    
    .dropdown-item {
      font-size: 16px;
      text-transform: none;
      text-align: left;
    }

    .dropdown-item:a{text-transform: none;}
        
    .dropdown-toggle {
      min-width: 160px;
    }
    .style1
    {
       text-align: left;
    }
    .style2
    {
       text-align: center;
    }
    .style13_1
    {
        font-size: medium;
        color: #000099;
    }
    
    #container-map{width: 100%; height:500px;top:10px; left:0;position: relative;	}
    #map-canvas{width: 100%; height:100%; position:relative; z-index:10; top: 0px; left: 0px;} 
    
    
/* CSS Document */

 html, body 
          {margin: 0;
          padding: 0;
          height: 100%;
          font-family: 'open sans';}  
      .all{margin: 3px 7px 3px 7px;}
      .logo{text-align:center;}     
      .clearboth{
           display :block;
           clear:both;} 
      .corpo{
           min-width:240px;
           max-width:900px;
           margin-left:auto;
           margin-right:auto;
           position:relative;
           padding: 0;}         
      .flex {max-width: 100%}
    .loading
      {
        font-family: Arial;
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 100px;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 999;
      }
    .modal
      {
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        z-index: 99;
        -moz-opacity: 0.8;
        min-height: 10%;
        width: 10%;
      }
      #Menu
      {
        width: 180px;		/* larghezza del sito; impostare a 100% per un sito largo tutta la pagina del browser */
        margin: 0 auto;
        text-align: left;
      }
        .spazio {width: 30px;}
        .UnderLine
        {
          text-decoration: underline;
        }
        .style11
        {
            font-size: large;
            color: #003399;
        }
        .style12
        {
            font-size: small;
            color: #003399;
        }  
        .style13
        {
            font-size: 100%;
            color: #003399;
            font-family: Open Sans;
        }
        .style14
        {
            font-size: medium;
            color: Green;
        }               
        .style18
        {
            width: 100%;
        }
        .style24
        {
            width: 681px;
            font-weight: bold;
            color: #003399;
            font-size: x-large;
            text-align: left;
            background-color: #FFFFFF;
        }
        .style25
        {
            font-size: medium;
            color: #CC3300;
            font-weight: bold;
        }
        .style25_1
        {
            font-size: medium;
            color: #000000;
            font-weight: bold;
        } 
        .style32
        {
            font-size: 12pt;
            color: #003399;
            font-family: Verdana;
        } 
        .style32a
        {
            font-size: 12pt;
            color: #003399;
            font-family: Verdana;
        } 
        .style34
        {
            font-size: 120%; 
            color: #003399; 
            font-family: Verdana; 
            font-weight: bold;
        } 
        .style35
        {
            font-size: 12pt;
            color: #003399;
            font-family: Verdana;
            text-align: right;
        }
    .style36
    {
        font-size: 120%;
        color: #003399;
        font-family: Verdana;
        font-weight: bold;
        text-decoration: underline;
    }        
        .linea {
            border: 0.5px solid white;
            width: 50%;
            margin: auto;
            margin-top: 5%;
            margin-bottom: 5%;
        }
        .styleTesto
        {
            font-size: medium;
            font-family: Open Sans;
            color: #003399;
        }
        .styleTesto_1
        {
            font-size: medium;
            font-family: Open Sans;
            color: #000000;
            border-style: None;
        }
        .styleTesto_2
        {
            font-size: medium;
            font-family: Open Sans;
            color: #000000;
            background-color: #d3d3d3;
            border-style: None;
        }        
        .styleTestoLabel
        {
            font-size: medium;
            font-family: Open Sans;
            color: #003399;
            border-style: None;
        }     
        .styleBox
        {
            font-size: medium;
            font-family: Open Sans;
            color: #000000;
            border-style: solid;
            border-width: 1px; 
            height: 100%;
            text-decoration: none;
        }
        .styleTesto_BoldRosso
        {
            font-size: medium;
            font-family: Open Sans;
            color: #FF0000;
            font-weight: bold;
        }          
        hr 
        {
             display: block;
             position: relative;
             padding: 0;
             margin: 8px auto;
             height: 0;
             width: 100%;
             max-height: 0;
             font-size: 1px;
             line-height: 0;
             clear: both;
             border: none;
             border-top: 2px solid #000080;
             border-bottom: 2px solid #000080;
        } 
        
/* Struttura menu */
.nav
{
    width: 80%;
    margin: 0 auto;
	padding: 0;
	border-top: 1px solid black;
	background: #00008b;
    height: 33px;
    position: absolute;
    left: 10%;
    list-style:none;
    padding: 0;
}
.nav ul
    {
	margin: 0;
	padding: 0;
	list-style-type: none;
    }
.nav li
    {
	width:200px;
	float:left;
	margin: 0;
	padding: 0;
	border-right: 1px solid black;
	color:red;
    }
.nav a
    {
	display: block;
	padding: 5px;
	color: white;
	text-decoration: none;
    }
