body{
	margin:0 auto;
}
.navbar{
   opacity:0;
   margin:0px 5px;
}
#pag{
	text-align:center;
	height:100%;
	width:100%;
	margin:0 auto;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #7CA7C9 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #7CA7C9 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #7CA7C9 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #7CA7C9));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #7CA7C9 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #7CA7C9 100%);
}

hr{
	height:2px;
	background: #000;
}

.menu{
	/*float:left;
	display:inline;*/
 	font-size: 16px;
   font-weight: bolder;
}
.menu li{
	margin-top:20px;
	margin-left:0px;
}

.reparto{
	border:3px double #1d76c4;
	padding:2px;
	text-transform: uppercase;	
}

.dati{
	background-color: #7CA7C9 !important;
}

.table tr:nth-child(odd) td{
	background-color: #dfdfdf;
}

.table{
	width:50% !important;
	margin:0 auto;
}
.table-bordered{
	border: 4px double #dfdfdf !important;
}
.table-striped td{
	/*width:10%;*/
	white-space: nowrap;
}
.table-striped td input{
	width:100%;
}

.table2{
	width:100% !important;
	margin:0 auto;
	border:1px solid #7ca7c9;
	white-space:nowrap;
}
.table2 td, .table2 th{
	text-align:center;
	white-space:nowrap;
	border:2px solid #808080 !important;	
}
.table2 th{
	background-color: #fff;
}
.table2 tr:nth-child(odd) td{
	background-color: #808080;
}

#loader{
	position: relative;
	z-index: 9999999;
}

#formcli{display:none;}

.box{
	float:left;
	display:inline;
	position:relative;
	left:5%;
	margin-right:-5%;
	border:1px solid #dfdfdf;
	background:rgba(0,0,0,0.16);
	padding:4px;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

#tortatot{
	position: absolute;
	top: 47%;
	left: 48%;
	width:50%;
	overflow:hidden;
}

div.dt-container{
	margin: 0px auto;
	width: 60% !important;
}

table.dataTable{
	width:100% !important;
}