.extenbutton {
	width: 274px;
	height: 74px;
	position: relative;
	margin: 0;
	padding: 0;
}
.copyright {
	clear:both
}
.presenceBusy {
	background-image: url("rosso.gif");
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-size: 75px 48px;
	width: 78px;
	height: 48px;
	margin-left: 28px;
	margin-top: 5px;
}
.presenceNormal {
	background-image: url("verde.gif");
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-size: 75px 48px;
	width: 78px;
	height: 48px;
	margin-left: 28px;
	margin-top: 5px;
}
.presencePause {
	background-image: url("giallo.gif");
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-size: 75px 48px;
	width: 78px;
	height: 48px;
	margin-left: 28px;
	margin-top: 5px;
}
.presenceOffline {
	background-image: url("grigio.gif");
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-size: 75px 48px;
	width: 78px;
	height: 48px;
	margin-left: 28px;
	margin-top: 5px;
}
.labelname {
	padding-top: 14px;
	padding-left: 4px;
	height: 1.6em;
	float: left;
	/*width: 65%;*/
}
.selected {
	border: 2px solid #36c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #09f;
	-webkit-box-shadow: 2px 2px 3px #09f;
	box-shadow: 2px 2px 3px #09f;
}
body {
	font-family: sans-serif;
	margin: 0px;
}
div.cartomante {
	position: relative;
	width: calc(50% - 18px);
	height: 150px;
	float: left;
	padding: 4px;
	margin: 4px;
	border: 1px solid #dddddd;
	-webkit-transition: all .3s;
	border-radius: 70px 5px 5px 70px;
}
div.cartomante.onecol {
	width: calc(100% - 14px);
}
div.cartomante:hover {
	background-color: #eeeeee;
	cursor: default;
}
div.sx {
	width: 150px;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
}
div.dx {
	width: 130px;
	height: 100%;
	float:left;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
div.cartomante img {
	width: 134px;
	height: 134px;
	float: left;
	margin: 0;
	padding: 0;
	border-radius: 67px;
}
.labelnome {
	font-size: 22px;
	margin: 0px 5px 5px 10px;
	float:left;
}
.under360 .labelnome {
	font-size: 15px;
}
.labelnome span.cart {
	font-size: 14px;
	font-style: italic;
	line-height: 10px;
}
.cartcodice {
	font-weight: 200;
	font-size: 14px;
	margin: 5px 0px;
	float: right;
	text-align: right;
	max-width: 47px;
}
.under360 .cartcodice {
	font-size: 12px;
	margin: 3px 0px;
	max-width: 40px;
}
.cartcod {
	font-weight: 400;
	font-size: 18px;
}
div.rating-inline {
	height: 13px;
	width: 70px;
}
.under360 div.rating-inline {
	margin-top: 4px;
}
.rating-inline i.rating-star {
	float: left;
	height: 15px;
	width: 14px;
	background: url(rating-stars.png) no-repeat;
}
.cartintro {
	font-size: 12px;
	line-height: 12px;
	margin: 53px 2px 2px 144px;
	width: calc(100% - 144px);
}
.cartinfo {
	font-size: 12px;
	line-height: 12px;
	margin: 35px 2px 2px 144px;
	width: calc(100% - 144px);
}
.under360 .cartintro {
	margin: 48px 2px 2px 144px;
}
.btncart {
	position: absolute;
/*	width: 83px; */
	width: 120px;
	height: 50px;
	text-align: center;
	/*bottom: 30px;*/
	bottom: -10px;
	right: 5px;
	/*border-radius: 4px;*/
	color: transparent;
	padding: 5px 5px;
}
.under360 .btncart {
	bottom: 10px;
}
.btn-busy {
	/*border solid 2px #ff0000;
	background-color: #ff0000;*/
	background-image: url("rosso.png");
	background-repeat: no-repeat;
	background-size:contain;
}
.btn-free {
	/*border solid 2px #6ab165;
	background-color: #6ab165;*/
	background-image: url("verde.png");
	background-repeat: no-repeat;
	background-size:contain;
}

.btn-free-popup {
	border solid 2px #6ab165;
	background-color: #6ab165;
}

.btn-pause {
	/*border solid 2px #ff9900;
	background-color: #ff9900;*/
	background-image: url("giallo.png");
	background-repeat: no-repeat;
	background-size:contain;
}
.btn-offline {
	/*	border solid 2px #666666;
	background-color: #666666; */
	background-image: url("grigio.png");
	background-repeat: no-repeat;
	background-size:contain;
}
.btn-free-popup:hover {
	border solid 2px #3fafd4;
	background-color: #3fafd4;
}
.btn-call {
	text-align: center;
	border-radius: 4px;
	padding: 5px 10px;
}
.btn-call a {
	color: #ffffff;
	font-size: x-large;
	font-weight: 700;
	text-decoration: none;
}
.span-call {
	margin: 3px 0px 10px 0px;
	text-align: center;
	font-size: x-small;
}
.span-call img {
	width: 12px;
	height: 12px;
}
.modal-dialog {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modal-dialog:target {
	opacity:1;
	pointer-events: auto;
}
.modal-dialog > div {
	width: 210px;
	height: 315px;
	position: relative;
	margin: 0px auto;
	top: 125px;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
	background: #e36159;
	color: #fff !important;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 300px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.closeD {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.closeD:hover {
	background: #00d9ff;
}
.cell {
	width: calc(100% - 20px);
}
