/* CSS classifiche INDICE SPORTIVITA' */


#txSpiegaT{
	margin: 60px 0 90px 0;
}

#finto{
	position:relative;
	float: left;
	height: 2000px;
	width: 100%;
}

.l24MenuGruppo{ 
	font-weight: bold;
	}
.l24MenuLista li.l24MenuGruppo:before{
    content: "";
    width: 10px;
    height: 10px;
    position: relative;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: red;
    top: 4px;
    left: -5px;
}
.selGrande {
    position: relative;
    width: 50%;
    height: 100%;
    margin-right: 2.5%;
    min-width: 240px;
}

.l24MenuNormale{ 
	padding-left: 15px !important;
	}

.l24MenuGruppo0:before{
	background-color: #FF3814 !important;
}
.l24MenuGruppo1:before{
	background-color: #ff761a !important;
}
.l24MenuGruppo2:before{
	background-color: #d841ca !important;
}
.l24MenuGruppo3:before{
	background-color: #680032 !important;
}
.l24MenuGruppo4:before{
	background-color: #3ed6ff !important;
}
.l24MenuGruppo5:before{
	background-color: #999276 !important;
}
.l24MenuGruppo6:before{
	background-color: #78cc17 !important;
}



p {
    margin: 0px;
    font-weight: 400;
    font-size: 12pt;
    line-height: 20px;
}


h2 {
	font-family: "soleSansReg";
	margin-top: 3px;
	margin-bottom: 5px;
	line-height: 1;
	font-size: 32px;
}


table {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0px;
	border-spacing: 0px;
	font-weight: 400;
	font-size: 8pt;
	text-align: right;
}


th, td {
	border-bottom: 1px solid rgba(250, 250, 250, 0.2);
	vertical-align: center;
	padding: 0 3px 0 3px;
}

td {
	font-size: 14px;
	line-height: 20px;
}


th {
	background-color: #0095da;
    	text-transform: uppercase;
    	height: 30px;
    	vertical-align: top;
    	padding: 5px 3px 5px 3px;
	color:white;
}

em {
	font-style:normal;
	}

.p275 tr:hover {
	background-color: #FF3814;
	color: #fff;
}

.p1 tr:hover {
	background-color: rgba(174,176,179,0.2);
}

.p8 tr:hover {
	background-color: #d841ca;
	color: #fff;
}

.p15 tr:hover {
	background-color: #680032;
	color: #fff;
}

.p22 tr:hover {
	background-color: #3ed6ff;
	color: #fff;
}

.p29 tr:hover {
	background-color: #999276;
	color: #fff;
}

.p36 tr:hover {
	background-color: #78cc17;
	color: #fff;
}

/* --------------- CLASSI --------------- */

.testaTAB {
	height: 150px;
	border-top: 1px solid #000;
	padding-top: 10px;
}

.destra {
	text-align: right;
}

.sinistra {
	text-align: left;
}

.pos {
	/* 
		color: #fff;
	*/
	background-color: rgba(174,176,179,0.2);
	text-align: right;
	font-weight: 700;

}

.pos-275 {
	background-color: #FF3814;
	text-align: right;
	font-weight: 700;
	color: #fff;
}

.pos-1 {
	background-color: #ff761a;
	text-align: right;
	font-weight: 700;
	color: #fff;
}

.pos-8 {
	background-color: #d841ca;
	text-align: right;
	font-weight: 700;
	color: #fff;
}

.pos-15 {
	background-color: #680032;
	text-align: right;
	font-weight: 700;
	color: #fff;
}

.pos-22 {
	background-color: #3ed6ff;
	text-align: right;
	font-weight: 700;
	color: #fff;
}

.pos-29 {
	background-color: #999276;
	text-align: right;
	font-weight: 700;
	color: #fff;
}

.pos-36 {
	background-color: #78cc17;
	text-align: right;
	font-weight: 700;
	color: #fff;
}

.negativo {
	font-weight: 700;
	color: #E91818;
}

.positivo {
	font-weight: 700;
	color: #00a892;
}


/* --------------- MENU FISSO TABELLE --------------- */

.elementoSticky {
	z-index: 9999;
	position: relative;
	top:0;
	width: 100%;
	background-color: none;
}

#selSocialMb{
	display:none;
}



/* --------------- LAYOUT --------------- */

* {
    box-sizing: border-box;
}

[class*="grid-item"] {
    float: left;
    padding: 20px;
}

.grid-container {
  width: 1140px;
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

.grid-item {
  width: 100%;
  margin: 20px 0 0 0px;
  padding: 10px;
}

body:after{
	display:none;
	}
#conteni{
	width:1180px;
}
#l24MenuCnt{
	width:auto !important;
}
.btStondato {
	width: 280px;
    position: relative !important;
    /* top: -40px; */
    margin: 50px 0 40px;
}

.l24centrato{
	left: 50%;
	transform: translateX(-50%);
	}

@media only screen and (max-width: 1199px) {
	#conteni{
		width:1008px;
	}
	
    [class*="grid-container"] {
	width: 932px;
	grid-template-columns: 33% 34% 33%;
    }

	td{
		overflow:auto;
		text-overflow:inherit;
		white-space:normal;
		font-size:14px;
		padding: 4px 7px;
		}
	
	tbody .sinistra{
		font-size: 16px;
		font-weight: bold;
		}
}

@media only screen and (max-width: 1007px) {
	th, td {
    padding-left: 6px;
    padding-right: 6px;
	}

    [class*="grid-container"] {
    width: 695px;
	grid-template-columns: 50% 50%;
    }
	#bloccoMenu, #l24Menu {
		display: block !important;
	}
	.selPiccolo {
		width: 12.375%;}
		
}
	


@media only screen and (max-width: 480px) {
	#storicoLegenda {
		width: 92%;
	}
	.pIntroT .titolo0 {
    font-size: 49px;
    font-weight: bold;
    line-height: 48px;
    position: relative;
    margin-top: 30px;
    float: left;
	}
    [class*="grid-container"] {
	width: 280px;
	grid-template-columns: auto;
    }	
	#l24MenuCnt {
		padding: 0;
		}
	.selGrande {
		position: relative;
		width: auto;
		height: 100%;
		margin-right: 0;
		min-width: 255px;
		}	
	.fa{
		padding: 6px;
		font-size: 12px!important;
		width: 25px;
		text-align: center;
		text-decoration: none;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background-color: #3c230f;
		}
	#selSocialMb{
		display:block;
	}
	#selSocial{
		display:none;
	}
	#selSocialMb.selPiccolo {
		position: relative;
		/* position: relative; */
		width: 100%;
		height: auto;
		top: -30px;
		text-align: center;
	}
	.divSocial {
		cursor: pointer;
		width: auto;
		position: relative;
		top: 6px;
		right: 0;
		text-align: center;
		color: #fff;
	}
	.btStondato {
		width: 280px;
		position: relative !important;
		top: -45px;
	}
	
	.menuFisso .selGrande{
		position: relative;
		width: calc(100% - 50px);
		height: 100%;
		margin-right: 0;
		}
	.l24MenuTornaSu {
		margin-left: 8px;
	}
}