@charset "utf-8";
html, body{
    height: 100%;
}
body, p, ul, ol, li, form, input, label, button, h1, h2, h3{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #FFF;
	background-image: url(../img/pattern.png);
	background-attachment:fixed;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.row-no-margin {
	margin-left: 0px;
	margin-right: 0px;
}

#altezzacentrale{
	height: calc(100% - 113px); /* 51 (titolo) + 10 (margin sopra) + 10 (margin sotto) + 32 (footer) + 10 (margin footer)*/
}
#cellamappa{
	min-height: 100%;
	width: 58%;
	padding-top: 30px;
}
#cellamodulo{
	height: 100%;
}
#cellamodulo form{
	height: calc(100% - 40px);
}
#scorrevole{
	overflow: auto;
	height: calc(100% - 68px);
}
	
#titolo {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: rgba(53,126,189,0.7);
	overflow: hidden;
}

#titolo h1{
	text-align: center;
	font-size: 28px;
	text-shadow: 0px 0px 4px #333;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left: 0;
}
#titolo h1 a:link, #titolo h1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#titolo h1 a:hover{
	opacity: 0.8;
}
#topbar{
	float: right;
	width: 300px;
	height: 31px;
	margin-top: -31px;
	margin-right: 20px;
	overflow: hidden;
}
#topbar ul{
	list-style-type: none;
}
#topbar ul li a:link, #topbar ul li a:visited{
	display: block;
	float: right;
	font-size:17px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#topbar ul li a:hover{
	text-decoration: none;
	text-shadow: 0 0 5px #1F1F1F;
}

svg{
	border: 1px solid #357ebd;
	-webkit-box-shadow: 0 0 5px 0 #ADADAD;
	-moz-box-shadow: 0 0 5px 0 #ADADAD;
	-o-box-shadow: 0 0 5px 0 #ADADAD;
	-ms-box-shadow: 0 0 5px 0 #ADADAD;
	box-shadow: 0 0 5px 0 #ADADAD;
}
#mappacesenatico{
	margin:0px;
}
#mappacesenatico svg path, #mappacesenatico svg polygon{
	-webkit-transition:.6s all;
	-moz-transition:.6s all;
	-o-transition:.6s all;
	-ms-transition:.6s all;
	transition:.3s all;
	fill: transparent;
}
#mappacesenatico svg path:hover, #mappacesenatico svg polygon:hover{
	fill: rgba(225, 0, 0, 0.4);
	stroke: red;
	stroke-width: 1;
}
#mappacesenatico svg path.grey:hover, #mappacesenatico svg polygon.grey:hover{
	fill: rgba(0, 0, 0, 0.2);
	stroke: #333333;
	stroke-width: 1;
}
.sottotitolo {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 18px;
}
.mostra{
	text-align: center;
	background-color: rgba(53, 126, 189, 0.2);
	border: 1px dotted #357ebd;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 8px;
}
.mostra input{
    vertical-align: -2px;
	margin-left:6px;
}
#cellamodulo ul{
	padding-top:15px;
	margin-left:0px;
	margin-bottom:0px;
	padding-left:0px;
	list-style-type: none;
}
#cellamodulo li{	
	margin-left:0px;
	padding-left:10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom:20px;
	width:98%;
	margin-bottom: 15px;
}
#cellamodulo li#gt{
	border-bottom-style:none;
	width:auto;
}
#cellamodulo label#gt{
	margin-bottom: 8px;
}
#cellamodulo li#testo{
	border-bottom-style:none;
	margin-bottom:0px;
}
.inlinea{
	float:left;
	margin-right:24px;
}
.etichetta{
	margin-bottom: 8px;
}
.no-grassetto {
	font-weight: normal;
}

#cellabottonisx{
	padding-left:0px;
	padding-right:3px;
}
#cellabottonidx{
	padding-right:0px;
	padding-left:3px;
}
#scorrevole{
	margin-bottom:0px;
	padding-bottom:0px;
	background-color: rgba(255, 255, 255, 0.4);
	font-size:14px;
}
.altezzaform{
	height: 24px;
}
#blu {
	background-color: #357ebd;
	color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#blu:hover{
	letter-spacing: 1px;
	text-shadow: 0 0 5px #1F1F1F;
}

#cellamodulo input#annodopo{
	margin-left: 23px;
}
#footer {
	background-color: rgba(51, 51, 51, 0.9);
	text-align: center;
	color: #FFF;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 32px;
}
#footer a:link, #footer a:visited {
	color: #64b7ff;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#footer a:hover {
	color: #FFF;
}
#container {
    min-height: 100%;
    height: 100%;
    margin: 0 auto -42px; /*come altezza footer+margin-top*/
}