.testoTitoli{
	color: #000000;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:26px;
	text-align:center;
}

.testoDescrittivo{
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:26px;
	text-align:justify;
}


a:link { color: #000000; } 
a:visited { color: #000033; } 
a:hover { color:#05a4ff; } 
a:active { color: #BBDEFF; } 

.error {color: #FF0000;}
.submit {
  background-color: #5ea0db; /* colore di sfondo    */
  border: 2px solid #385d8a; /* bordo dell'elemento */
  color: #000000;               /* colore del testo    */
  font-weight: bold;         /* testo in grassetto  */
  padding: 0;                /* padding             */
  height: 30px;              /* altezza             */
  width: 160px;               /* larghezza           */
}


	/* ************************ TABELLA FORMATTATA PER STILE SITO RITTER ************************* */
	/* ************************ TABELLA FORMATTATA PER STILE SITO RITTER ************************* */
	/* ************************ TABELLA FORMATTATA PER STILE SITO RITTER ************************* */		
	.RitterTable{		
		border: none;
		border-color:transparent;
		border-collapse: collapse;	
		display:inline-table;
		color: #000000;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		text-align: left;			
	}

	.RitterTable th:nth-child(even){
		border:2px solid #ffffff;
		background-color: #4f81bc;
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
		padding: 0.3em;
		width:50%;
	}

	.RitterTable th:nth-child(odd){
		border:2px solid #ffffff;
		background-color: #4f81bc;
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
		padding: 0.3em;
		width:50%;		
	}

	/*padding:7px; border:#4e95f4 1px solid;*/
	.RitterTable td{ 		
	    border:2px solid #ffffff;
		padding: 0.3em;		
	}
	
	/* provide some minimal visual accomodation for IE8 and below */
	.RitterTable tr{
		background: #b8d1f3;
	}
	/*  Define the background color for all the ODD background rows  */
	.RitterTable tr:nth-child(odd){ 
		background: #eaedf4;
	}
	/*  Define the background color for all the EVEN background rows  */
	.RitterTable tr:nth-child(even){
		background: #d1d8e8;
	} 

body {
	vertical-align:top;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
    height: 100%;
    width: 100%;
    position: absolute;	
	overflow:auto;
	padding-bottom: 25px;
}

.page-footer{
	background-image:url(../f/IMM/miniLowerBanner.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	vertical-align:top;	    
	width:100%;
	background-color:transparent;
	border-color:transparent;
	border:none;
	text-align:center;
    
    position: fixed;
    height: 25px;
    bottom: 0;
    width: 100%;
}

.page-header{
	background-image:url(../f/IMM/miniLowerBanner.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	vertical-align:top;	    
	width:100%;
	background-color:transparent;
	border-color:transparent;
	border:none;
	text-align:center;
    }

.lineaHeader{
	background-image:url(../f/IMM/upperBanner.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	vertical-align:top;	    
	width:100%;	
	background-color:transparent;
	border-color:transparent;
	border:none;
	text-align:center;
}

.container-fluid{ 
    height: 100%;
    width: 100%;
}

.navbar-default{
	vertical-align:top;	    
	text-align:center;
	background-color:transparent;
	border-color:#FFFFFF;
	border:none;
}


.navbar-brand,
.navbar-nav li a {
	text-align:center;
	padding-top: 3px;
	margin-top: 3px;
	margin-right:0px;
	margin-left:0px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.nav a{
	color:black !important;
    font-size: 1.1em !important;
    }

.navbar-default .navbar-nav > li > a {
	color:Black !important;	
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {

	color:#CAE4F7!important;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {	
	background-color:#7AC5E5; 
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #CAE4F7;
}

.navbar-toggle .icon-bar {
    background-color: #CAE4F7;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color:  #BCDBF3;
}

.navbar-default .navbar-toggle {
	border-color: #567DFB;
	background-color:  #8EBEF8;
}


html, 
body {
height: 100%;
margin: 0;
}
.full-page {
height: 100%;
width: 100%;
background: #FFFFFF;
posistion: relative;

}


.central-block {
height: 100px;
width: 100%;
background: #323836;
color: #FFF;
margin-top: auto;
margin-bottom: auto;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}


.btn-primary, .btn-primary:active, .btn-primary:visited {

    -moz-box-shadow: inset 0px 0px 3px 0px #5ea0db;
    -webkit-box-shadow: inset 0px 0px 3px 0px #5ea0db;
    box-shadow: inset 0px 0px 3px 0px #5ea0db;
	background-color: #5ea0db;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #385d8a;
    display: inline-block;
    cursor: pointer;
    color: #000000 !important;
    font-family: Arial;
    font-size: 14px;
    font-weight:400;
    padding: 6px 13px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #000000;
	width:150px;
	height:50px;
}

.btn-primary:hover{
    -moz-box-shadow: inset 0px 0px 3px 0px #5ea0db;
    -webkit-box-shadow: inset 0px 0px 3px 0px #5ea0db;
    box-shadow: inset 0px 0px 3px 0px #5ea0db;
	background-color: #cbddf2 !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #385d8a;
    display: inline-block;
    cursor: pointer;
    color: #000000 !important;
    font-family: Arial;
    font-size: 14px;
    font-weight:400;
    padding: 6px 13px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #000000;
	width:150px;
	height:50px;
}

.tabellaFrame{
	width:100%;		
	}

.dropbtn {
  background-color:transparent;
  border: none;  
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #f1f1f1;
  min-width: 160px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
 }

.dropdown-content a:hover {background-color: #cbddf2;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #cbddf2;}

