.exif td{
	font-size:12px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;
}


#spinner{
	position: absolute !important;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 50px;
	border-radius: 10px;
	text-align:center;
	
}

.list-posta li{
	display: block;
	text-align:left;
	
}

.list-posta li a{
	color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size:13px;
	border-bottom: 1px solid #ddd;
}
.list-posta li a span{
	font-weight:bold;
}
table.riepilogo {
	border-spacing: 2px;
	width:80%;
}

.riepilogo th {
width:150px;
background-color: #E3E3E3;
padding:8px;

}
.riepilogo td {
border: solid 1px #e9eaed;
font-weight:bold;
font-size:12px;
padding:8px;

}

.label_white{
	color:#000000 !important;
	font-size:14px;
	display: block;
	text-align:left !important;
	margin-bottom: 10px;
}

#div_gear{
	position: fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background-color:#ffffff;
	width:150px;
	height:150px;
	    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
	    
	    
}

.gear-container{
	position: absolute;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%);
	text-align:center;
}

.gear-text{
	margin-top: 10px;
	font-size:12px;
}
.form-control_ex {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control3 {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}