@charset "utf-8";
/* CSS Document */
legend {
	color: #23b1e1; !important;
}
.fc .fc-bg-event {
	margin: 2px;
	cursor: default !important;
}
.fc-event {
	margin: 5px 15px;
	border-collapse: separate;
	border: 2px solid #fff;
}

.bg-secondary-company {
	wwidth: 30px;
}
.bg-secondary-user {
	width: 30px;
}
.bg-match {
	border-collapse: separate;
	border: 2px solid #0F0 !important;
}
.bg-match-altri {
	border-collapse: separate;
	border: 2px solid #000 !important;
}
.leftbar-user-name {
	margin-left: 0 !important;
}



.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.larg_80 {
	/*width: 30%;*/
	text-align: left;
	font-size: 90%;
}
.col_4 {
	width: 100%;
	/*background-color:#EEE;*/
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;/*border: 1px solid #EEE;*/
}
.col_4 img {
	width: 100%;
	max-width: 150px;
}
.col_4 .img_h, .col_4 .testo_h {
	min-height: 150px;
	width: 50%;
	float: left;/*border: solid 1px #EEE;*/
}
@media only screen and (min-width: 769px) {
.col_4 {
	width: 50%;
	float: left;
}
}


@media print
{
body * { visibility: hidden; }
div.stampa * { visibility: visible; }
div.stampa h1 {font-size: 130%}
div.stampa h2 {font-size: 110%}
}