body {
	font-family: Helvetica, Arial, sans;
	font-size: 13px;
}

a {
	
}

p{ 
	margin-left: 10px;
        font-weight: bold;
	height: 20px;	
}
h1{
       text-indent:14px;
       font-size:16px;
  
}
legend{
	padding-left: 10px;

}
fieldset{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select{
	font-size: 14px;
}
input[type=text] {
	width: 70px;
}

input[type=button] {
	font-size: 24px;
}

#header{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 72px;
	width: 1024px;
}
a.logout {
	display: block;
	float: right;
}
#contenitore{
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	width: 1024px;
	color: black;
	font-family: Helvetica, Arial, sans;
	font-size: 14px;
}

#grafici {
	padding-top: 24px;
}

#img{
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
 
}
#box1{
	overflow: auto;
}
#periodo{
	padding: 12px;	
	text-align: center;
}
#box2{
        background: #34a02c;
	width: 1024px;
	height: 200px;
}
#box3,
#box4{
        background: #34a02c none;
	overflow: auto;
	padding: 12px;
}
#giorno{
        margin-left: 30px;
	float: left;
	overflow: auto;
        width: 170px;
}
#data{

	float: left;
	padding-left: 10px;
}
#data a {
        
       text-decoration: none;
       color: black;

        
}
#invio{
	width: 1024px;
	height: 30px;	
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #82AA42;
}
#grafico{
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	width: 1024px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #82AA42;
	border-right-color: #82AA42;
	border-bottom-color: #82AA42;
	border-left-color: #82AA42;
}
.chart-container {
	padding-bottom: 48px;
	page-break-inside: avoid;
}

.chart-container h3 {
	padding: 0;
	margin: 0;
}

#bottoni{
        float: right;
        padding-right: 20px;
	background: #34a02c none;
}

