@CHARSET "ISO-8859-1";
.profilePhoto {
	border-radius: 100%;
	cursor: pointer;
	margin: 10px;
	width: 100px;
	border: 1px solid #eee;
}
.profilePhoto-min {
	border-radius: 100%;
	cursor: pointer;
	margin: 10px;
	width: 40px;
	border: 1px solid #eee;
}
#profile-img-timeline {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#profile-img-timeline img {
	border-radius: 100%;
	cursor: pointer;
	margin: 10px;
	width: 120px;
	border: 1px solid #eee;
}
.label-yellow {
    background-color: #E8D833;
}
.label-gray {
    background-color: #CECECE;
}
A.logo-NavBar {
	padding: 5px 10px !important;
}
A.logo-NavBar img {
	height: 46px !important;
    margin-top: 0 !important;
}
A.ClienteBloccato {
	color: red;
}
A.ClienteSbloccato {
	color: green;
}
SPAN.ChangeStatoCliente {
	cursor: pointer;
}
SPAN.ChangeStatoClienteZC {
	cursor: pointer;
}