/*
	ADMIN
*/
.centered{
	text-align: center;
}
.rightAlign{
	text-align: right;
}
.bold{
	font-weight: bold;
}
.currency{
	text-align: right;
}
.grayed{
	color: #777;
}
.hint{
	font-style: italic;
	color: #777;
}
.editForm > div > div{
	margin-bottom: 10px;
}
.editForm label{
	line-height: 28px;
}
.editFormx .col-md-4{
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid red;
	
}

/*
	SPECIFIC
*/
.adminHeader{
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	line-height: 28px;
}
.adminCell{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dfdfdf;
}
.logo{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
	new...
*/
.importo{
	text-align: right;
/*	font-size: 18px;*/
/*	font-weight: bold;*/
	white-space:nowrap;
/*	color: #468;*/
}
.valore{
}
.calcolato{
	color: #abc;
}
.rivalsa{
	color: #a2a;
}
.rivalsa small{
	color: #faf;
	font-size: 14px;
}
.iva{
	color: #833;
}
.iva small{
	color: #caa;
	font-size: 14px;
}

.ritenuta{
	color: #264;
}
.ritenuta small{
	color: #acb;
	font-size: 14px;
}