body{

	font-family: 'Montserrat', sans-serif;	
	
}

/* *** */

header.box-navigation{
	
	width: 980px;
	margin: 40px auto 0;
	position: relative;
	text-align: center;
	
}

header.box-navigation h1{
	
	display: inline-block;
	font-size: 30px;
	float: left;
	
}

header.box-navigation h1 a{
	
	color: #000 !important;
	text-decoration: none !important;
	
}

header.box-navigation a.datepicker{
	
	position: relative;
	display: inline-block;
	color: rgb(126, 131, 146) !important;
	top: -16px;
	
}

/* *** */

ul.calendarnavigation{
	
	display: inline-block;
	margin: 0 40px 40px 20px;
	text-align: center;
	padding: 0;
	
}

ul.calendarnavigation li{
	
	display: inline-block;
	margin: 0 6px;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	
}

ul.calendarnavigation li:last-of-type{
	
	margin-right: 0;
	
}

ul.calendarnavigation li a{
	
	color: rgb(126, 131, 146) !important;
	text-decoration: none !important;
	
}

ul.calendarnavigation li a span{
	
	font-size: 9px;
	display: block;
	margin-bottom: 4px;
	
}

ul.calendarnavigation li a span.day{
	
	font-size: 14px;
	
}

ul.calendarnavigation li a span.month-name-abbr{
	
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
	
}

ul.calendarnavigation li a.active{
	
	color: rgb(118, 169, 99) !important;
	
}

ul.calendarnavigation li a.active span.month-name-abbr{
	
	border-bottom-color: rgb(118, 169, 99) !important;
	
}

ul.calendarnavigation li a.today{
	
	color: rgb(241, 76, 69) !important;
	
}

/* *** */

main.content{

	display: block;
	width: 980px;
	margin: 0 auto;
	position: relative;
	clear: both;
	
}

main.content.who a,
main.content.privacy a{
	
	color: rgb(118, 169, 99) !important;
	text-decoration: none !important;
	
}

/* *** */

address.vcard{

	font-style: normal;
	margin-top: 2rem;
	
}

address.vcard span{

	display: block;
	
}

address.vcard span.org{

	font-weight: bolder;
	
}

/* *** */

table.turn{

	width: 980px;
	margin: 0 auto;
	font-size: 12px;
	border: 1px solid rgb(229, 230, 233);
	border-collapse: collapse;
	
}

table.turn tr{
	
	border: 1px solid rgb(229, 230, 233);
	
}

table.turn tr[data-match-url]{
	
	cursor: pointer;
	
}

table.turn tr:hover td{
	
	background-color: rgb(250, 250, 250) !important;
	transition: all 0.5s ease-in-out;
	
}

table.turn tr.cycleLeague td{
	
	padding: 10px 10px 10px 40px;
	background-color: rgb(250, 250, 250) !important;
	background-repeat: no-repeat;
	background-position: center left 10px !important;
	background-size: 22px;
	border-top: 4px solid rgb(229, 230, 233);
	font-weight: bolder;
	
}

table.turn tr.cycleLeague td.serie-a{
	
	background-image: url('../images/badges/serie-a.png');
	
}

table.turn tr.cycleLeague td.serie-b{
	
	background-image: url('../images/badges/serie-b.png');
	
}

table.turn tr.cycleLeague td.serie-c{
	
	background-image: url('../images/badges/serie-c.png');
	
}

table.turn tr.cycleLeague td.serie-d{
	
	background-image: url('../images/badges/serie-d.png');
	
}

table.turn tr.cycleLeague td.premier-league{
	
	background-image: url('../images/badges/premier-league.png');
	
}

table.turn tr.cycleLeague td.bundesliga{
	
	background-image: url('../images/badges/bundesliga.png');
	
}

table.turn tr.cycleLeague td.ligue-1{
	
	background-image: url('../images/badges/ligue1.png');
	
}

table.turn tr.cycleLeague td.liga{
	
	background-image: url('../images/badges/laliga.png');
	
}

table.turn td.kickoff{
	
	text-align: center;
	padding: 10px;
	width: 40px;
	
}

table.turn td.timer{
	
	text-align: center;
	padding: 10px;
	width: 60px;
	color: #c00 !important;
	
}

table.turn td.aside{
	
	text-align: center;
	padding: 10px;
	width: 60px;
	font-weight: bolder;
	
}

table.turn td.clubHome{
	
	text-align: right;
	padding: 10px;
	padding-right: 30px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 22px;
	width: 410px;
	
}

table.turn td.clubVisitors{

	text-align: left;
	padding: 10px;
	padding-left: 30px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 22px;
	width: 410px;
	
}

/* *** */

div.bs-callout-danger{
	
	width: 800px;
	margin: 0 auto;
	text-align: center;
	
}

/* *** */

footer{
	
	width: 980px;
	margin: 40px auto 0;
	position: relative;
	text-align: center;
	font-size: 14px;
	
}

footer p.links a{
	
	font-size: 13px;
	color: rgb(118, 169, 99) !important;
	text-decoration: none !important;
	display: inline-block;
	margin: auto 3px;
	
}

footer p.links a::after{
	
	content: '-';
	margin-left: 5px;
	
}

footer p.links a:last-child::after{
	
	content: '';
	margin-left: 0;
	
}

footer p.links.privacy a{
	
	display: inline-block;
	
}

footer p.version {
	
	font-size: 11px;
	
}

/* *** */

aside.hidden{

	display: none;
	visibility: hidden;
	height: 0;
	
}

/* *** */

section#match-panel{

	text-align: center;
	margin-bottom: 2rem;
	
}

section#match-panel h2{

	font-size: 1.4rem;
	
}

section#match-panel h2 small{
	
	display: block;
	font-size: 0.9rem;
	color: rgb(126, 131, 146);
	font-weight: normal;
	margin-top: 0.4rem;
	
}

section#match-panel h2 small:first-of-type{
	
	margin-top: 1rem;
	
}

section#match-panel div#panel-box-score{
	
}

section#match-panel div#panel-box-score img{
	
	height: 4rem;
	width: auto;
	vertical-align: middle;
	
}

section#match-panel div#panel-box-score span{
	
	display: inline-block;
	font-weight: bolder;
	font-size: 1.4rem;
	position: relative;
	vertical-align: top;
	width: 10rem;
	
}

section#match-panel div#panel-box-score span.score{
	
	width: 10rem;
	height: 4rem;
	
}

section#match-panel div#panel-box-score span em{
	
	position: relative;
	display: block;
	font-style: normal;
	top: 1rem
	
}

section#match-panel div#panel-box-score span small{
	
	position: relative;
	display: block;
	font-size: 0.8rem;
	color: rgb(126, 131, 146);
	font-weight: normal;
	top: 1rem;
	
}

section#match-panel div#panel-box-score span.score small{
	
	color: #c00;
	
}

section#match-panel div#panel-box-score ul{
	
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
	font-weight: normal;
	margin-top: 1rem;
	
}

/* *** */

.qc-cmp-persistent-link{

	display: none !important;
	
}

/* *** */

a.subLeague,
a.ranking{
	
	color: #000 !important;
	text-decoration: none;
	
}

a.subLeague:hover,
a.ranking:hover{
	
	text-decoration: underline;
	
}

a.ranking{
	
	float: right;
	
}

/* *** */

table.leaguetable {

	border-collapse: collapse;
	font-size: 0.9rem;
	width: 100%;
	margin: 2rem auto;

}

table.leaguetable caption {

}

table.leaguetable caption h2 {

}

table.leaguetable caption h2 small {

	display: block;
	font-weight: normal;

}

table.leaguetable th {
	
	padding: 0.6rem;
	border: 1px solid #eee;
	
}

table.leaguetable th[data-sort]{
    
	cursor: pointer;
	
}

table.leaguetable th[data-sort] abbr{
    
	cursor: pointer;
	text-decoration: none;
	
}

table.leaguetable th[data-sort] abbr:after{
    
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	
	font-variant: normal;
	text-transform: none;

	line-height: 1em;

	margin-left: .2em;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: '\f0dc';
	
}

table.leaguetable th[data-sort].sorting-asc abbr:after{
	
	content: '\f0de';
	
}

table.leaguetable th[data-sort].sorting-desc abbr:after{
	
	content: '\f0dd';
	
}

table.leaguetable tr td {
	
	border: 1px solid #eee;
	text-align: center;
	padding: 0.6rem;
	
}

table.leaguetable th abbr i {
    font-size: 12px;
}

table.leaguetable td.name {
    text-align: left;
    padding-left: 29px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    /* text-transform: uppercase; */
}

table.leaguetable td.name a {
    color: #000;
}

table.leaguetable td.name span.handicap {
    color: red;
    font-size: 16px;
    line-height: 16px;
}

table.leaguetable td.name span.plus {
    color: green;
    font-size: 16px;
    line-height: 16px;
}

table.leaguetable td:nth-child(3) a {
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

table.leaguetable tfoot td.league-table-notes {
    border: 0;
}

table.leaguetable tfoot ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 10px 0;
    width: 100%;
    text-align: center;
    clear: both;
}

table.leaguetable tfoot ul li {
    display: inline;
    padding: 1px;
}

table.leaguetable tfoot ul li .squared {
    border: 1px solid #ccc;
    width: 10px;
    height: 10px;
    line-height: 12px;
    margin-right: 5px;
    display: inline-block;
}

/* *** */

nav#main-menu{
	
	
}

nav#main-menu ul{
	
	list-style: none;
	margin: 0 0 0.2rem;
	padding: 0;
	
}

nav#main-menu ul li{
	
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0 0 0.2rem;
	min-width: 8rem;
	text-align: center;
	border-bottom: 3px solid transparent;
	
}

nav#main-menu ul li a{
	
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #aaa !important;
	text-decoration: none;
	font-weight: 600;
	
}

nav#main-menu ul li.active{
	
	border-bottom-color: rgb(118, 169, 99) !important;
	
}

nav#main-menu ul li.active a{
	
	color: rgb(118, 169, 99) !important;
	
}

/* *** */

body.versus td{
	
	background-color: #f4faf6 !important;
	
}

body.versus span.box-versus{
	
	background-color: #f4faf6 !important;
	padding: 1rem;
	display: block;
	max-width: 20rem;
	margin: 2rem auto 0;
	
}

body.versus span.box-versus strong{
	
	display: block;
	font-size: 2rem;
	
}

/* *** */

footer aside.aams{
	
	width: 40rem;
	margin: 2rem auto;
	font-size: 0.8rem;
	position: relative;
	
}

footer aside.aams span.icons{
	
	margin-left: 1rem;
	position: relative;
	top: 2px;
	
}

footer aside.aams img{
	
	margin-left: 6px;
	
}