.container {
    width: 95%;
	font-size: 0.8em;
}
#header { max-height: 200px;}
table.top {
	width: 95%;
	align: center;
	border: 0px; 
	background-color: #CCCCCC;
	border-collapse: collapse;
    border-spacing: 0px;
	margin-left:auto; 
    margin-right:auto;
	
}
table.topstat {
	width: 95%;
	min-width: 1280px;
	align: center;
	border: 0px; 
	background-color: #CCCCCC;
	border-collapse: collapse;
    border-spacing: 0px;
	margin-left:auto; 
    margin-right:auto;
	table-layout: fixed;
}
table.leagues {
	width: 600px;
	min-width: 600px;
	align: center;
	border: 0px; 
	background-color: #CCCCCC;
	border-collapse: collapse;
    border-spacing: 0px;
	margin-left:auto; 
    margin-right:auto;
	table-layout: fixed;
}
table.leagues td {text-align: center;vertical-align: middle; white-space: nowrap;}
table.top th {text-align: center;}
table.topstat th {text-align: center; white-space: nowrap;}
#tbStat table, #tbStat td, #tbStat th {
  border: 1px solid black;
  white-space: nowrap;
}

.ten {
	background-color: #fff !important;
	height: 5px !important;
}
td.data {
text-align: center;
}

.data30 {
	background-color:black;
	color: yellow;
	font-weight: bold;
}
.data15 {
	background-color:black;
	color: orange;
	font-weight: bold;
}
.data0 {
	background-color:black;
	color: red;
	font-weight: bold;
}
th.nome {
width: 150px;
}
td.nome {
width: 150px;
}
th.nomestat {
width: 180px;
font-weight: bold;

}
th.partitastat {
width: 300px;
font-weight: bold;

}
td.nomestat {
width: 150px;
font-weight: bold;
text-align: left;
}

td.q {
color: white;
background-color: #0055a6;
}
td.number {
width: 20px;
padding: 0 !important;
}

table.top tr:nth-child(even) {background: #CCC}
table.top tr:nth-child(odd) {background: #FFF}
a {
  text-decoration: none;
  color: black;
}
table.topstat tr:nth-child(even) {background: #CCC}
table.topstat tr:nth-child(odd) {background: #FFF}
a {
  text-decoration: none;
  color: black;
}
th.topleft {
	border-top: 2px solid blue !important;
	border-left: 2px solid blue !important;
}
#wpadminbar #wp-admin-bar-atleti #menu-icon .ab-icon:before {
   	content: url(../img/atleti.png);
	top: 5px;
	}
 
/*sostituire il valore \f000 con il
corrispondente valore dalla lista sotto*/
 
.icon-plus:before {
    content: url(../img/b_plus.png);
	top: 5px;
	float:right
	}
.sortable th {
    cursor: pointer;
}
.bold {
	font-weight: bold;
}
svg > g > g:last-child { pointer-events: none }

ul.ga_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 50px;
  border: 1px solid #e7e7e7;
  background-color: #f3f3f3; 
}
.ga_menu li {
  float: left;
  font-weight: bold;
}

.ga_menu li a {
  display: block;
  color: #666;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.ga_menu li a:hover:not(.active) {
  background-color: #ddd;
}

.ga_menu li a.active {
  color: white;
  background-color: #04AA6D;
}
select{
    font-weight: bold;
}
label{
	margin-bottom:0px;
    vertical-align:middle;
}
#media.leagues {
	display: inline-block;
    margin: 0 auto;
	position: relative;
	vertical-align:middle;
	}
/*PAGINATION*/
.impagina {
	list-style-type: none;
	padding: 10px 0;
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin: auto;
	
}
.impagina li {
	box-sizing: border-box;
	padding-right: 10px;
}
.impagina li a {
	box-sizing: border-box;
	background-color: #e2e6e6;
	padding: 4px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #616872;
	/*border-radius: 4px;*/
}
.impagina li a:hover {
	background-color: #d4dada;
}
.impagina .next a, .impagina .prev a {
	text-transform: uppercase;
	font-size: 12px;
}
.impagina .currentpage a {
	background-color: #04AA6D;
	color: #fff;
}
.impagina .currentpage a:hover {
	background-color: #518acb;
}
#dashboard_right_now .ga_count_stat a:before,
#dashboard_right_now .ga_count_stat span:before {
	content: "\f185";
}