/* -------------reset----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
/* -------------reset----------------*/

body {
	font-family: 'Roboto', sans-serif;
}

div.head { 
	height: 120px;
	top: 0px;
	position: fixed;
	width: 100%;
	border-bottom: solid 3px #e8e8e8;
	background-color: white;
	z-index: 10000; 
}

div.center {
	margin-top: 120px ;
	margin-right: 220px;
	padding-top: 20px;
}

div.center_without_right {
	margin-top: 120px ;
	padding-top: 20px;
	height: 100%;
}

div.right {
	width: 200px;
	top: 120px;
	position: fixed;
	right: 15px;
	height: 100%;
	border-left: solid 3px #e8e8e8;
}

div.action {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e8e8e8;
}

div.loading {
	text-align: center;
	color: #F60;
}

div.login {
	border: solid #999 1px; 
	padding: 30px; 
	width: 330px; 
	margin: auto; 
}

div.menu_azioni {
	padding-bottom: 10px;
}

div.title { 
	top: 80px;
	position: fixed;
	width: 100%;
}

div.totali_left {
	width: 70%; 
	float: left; 
	border-bottom: solid 1px #e8e8e8;
	padding-top: 5px; 
	padding-bottom: 10px; 
}

div.totali_right {
	width: 30%; 
	float: left; 
	text-align: right;
	font-weight: bold;
	border-bottom: solid 1px #e8e8e8;
	padding-top: 5px; 
	padding-bottom: 10px; 
}