@charset "UTF-8";
/* CSS Document */

/* SFP SQUAD BLOCKS */
	.sfp-squad-header-wrapper {
		width: 100%; 
		background-color: #030B80;
		background-image: url("../img/stadium-pitch.jpeg");
		background-position: center center;
		background-repeat:no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.sfp-squad-stat-wrapper-background {
		width: 100%; 
		background-color: #030B80;
		background-image: url("../img/stadium-pitch.jpeg");
		background-position: center center;
		background-repeat:no-repeat;
		background-attachment: fixed;
		background-size: cover;
		padding: 80px 0px;
	}
	.sfp-squad-stat-wrapper-transparent {
		width: 100%; 
		background-color: none;
		background-image: url("../none");
		padding: 80px 0px;
	}
	.sfp-squad-stat-wrapper-primary {
		width: 100%; 
		background-color: #030B80;
		background-image: url("../none");
		background-position: center center;
		background-repeat:no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.sfp-squad-stat-wrapper-secondary {
		width: 100%; 
		background-color: #010041;
		background-image: url("../none");
		background-position: center center;
		background-repeat:no-repeat;
		background-attachment: fixed;
		background-size: cover;
		padding: 60px 0px;
	}
	.sfp-squad-stat-wrapper-tertiary {
		width: 100%; 
		background-color: #0D3BFF;
		background-image: url("../none");
		background-position: center center;
		background-repeat:no-repeat;
		background-attachment: fixed;
		background-size: cover;
		padding: 30px 0px;
	}
	.sfp-page-wrap-dark-squad {
		display: flex;		
		flex-direction: column;
		max-width: 950px;
		align-items: center;
		color: #f0e8e3;
		background-color:#0A0B6090; 
		background-image: linear-gradient(to bottom, #00000080 , #00000080 , #00000080 , #0D3BFF80);
		/* overflow:auto;*/ 
		padding: 15px;
		padding-bottom: 0px;
		border-radius: 10px;
		border: 3px solid #6EEAE7;
		margin: 20px 0px;
	}
	.sfp-page-wrap-dark {
		display: flex;
		max-width: 950px;
		align-items: center;
		color: #f0e8e3;
		background-color:#0A0B60; 
		overflow:auto; 
		padding: 15px;
		border-radius: 10px;
		margin: 20px 0px;
		}
	.sfp-page-wrap-light {
		display: flex;
		flex-direction: column;
		max-width: 950px;
	/*    align-items: center;*/
		color: #01000D;
		background-color:#fff; 
		overflow:auto; 
		padding: 15px;
		border-radius: 10px;
		margin: 20px 0px;
		}
	.sfp-page-wrap-transparent-row {
		display: flex;
		flex-direction: row;
		max-width: 950px;
	/*    align-items: center;*/
		color: #fff;
		background-color: none; 
		overflow:auto; 
		padding: 15px;
		border-radius: 10px;
		margin: -10px 0px 20px;
		}
	.sfp-container-squad-header-block {
		display: flex;
		flex-direction: row;
		padding: 20px 0px 0px 40px;
		background-color: none;
	}
	.sfp-container-squad-detail-left {
		display: flex;
		flex-direction: column;
		width: 50%;
		background-color: none;
	}
	.sfp-container-squad-detail-right {
		display: flex;
		flex-direction: column-reverse;
		width: 50%;
		background-color: none;
	}
	.sfp-container-squad-detail-right img {
		width:80%;
	}
	.sfp-container-squad-detail-manager {
		display: none;
		flex-direction: column-reverse;
		width: 50%;
		margin-bottom: 10px;
		/*background-image: linear-gradient(to bottom top, #00000040 , #0D3BFF80);*/
	}
	.sfp-squad-stats-block {
		margin-top:-20px;
		margin-bottom: 40px;
	}
/* SFP SQUAD LOGO */
	.sfp-container-badge-roundel {
		display: none;
		width: 90%;
		flex-direction: row;
		align-items: center;
		background-color: none;
	}
	.sfp-badge-roundel-bar {
		height: 3px;
		border-radius: 3px;
		width: 100%;
		background-color: #6EEAE7;		
	}
	.sfp-badge-roundel {
		width: 250px;
		padding: 10px;
		border-radius: 50%;
		overflow: hidden;
		background-color: none;
	}
/* SFP SQUAD CONTENT */
	.sfp-team-name {
        width: 100%;
		text-align: left;
		text-transform: uppercase;
		font-size: 46px;
		font-weight: 700;
		line-height: 46px;
		letter-spacing: 3px;
		margin: 20px 0px;
		background-color: none;
	}
	.sfp-container-scores-group {
		display: flex;
		align-content: flex-end;
		flex-direction: column;
		margin-bottom: 20px;
		background-color: none;
	}
	.sfp-container-scores {
		display: flex;
		flex-direction: row;
		margin-right: 50px;
		background-color: none;
	}
	.sfp-points-bar-left {
		width:80%;
		margin:10px 10px 0px 0px;
		padding: 4px 20px;
		text-align: left;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 500;
		border: 2px solid #FF01FE;
		background-image: linear-gradient(to bottom right, #050091 , #4A0187);
	}
	.sfp-points-bar-right {
		width:20%;
		margin:10px 10px 0px 0px;
		padding: 4px 20px;
		text-align: center;
		text-transform: lowercase;
		font-size: 20px;
		font-weight: 500;
		border: 2px solid #FF01FE;
		background-image: linear-gradient(to bottom right, #050091 , #0D3BFF);
	}
	.sfp-position-container {
		display: flex;
		align-items: center;
		flex-direction: row;
		background-color: none;
	}
	.sfp-position {
		width: 50%;
		background-color: none;
	}
	.sfp-position-arrow {
		text-align: right;
		width: 50%;
		background-color: none;		
	}
	img.sfp-arrow {
		width: 15px;
	}

@media only screen and (max-width: 920px) {
	.sfp-team-name {
        width: 160%;
		z-index: 1000;
	}
	.sfp-container-squad-detail-left {
		width: 60%;
		padding-bottom: 20px;
	}
.sfp-container-squad-detail-right img {
	width:90%;
	}

}
@media only screen and (max-width: 640px) {
	.sfp-squad-header-wrapper {
		background-image: url("../img/stadium-pitch_mobile.jpg");
	}
	.sfp-page-wrap-dark-squad {
		padding-bottom: 0px;
		}
	.sfp-page-wrap-light {
		padding: 2px;
		}
	.sfp-container-squad-header-block {
		padding: 20px 2px 0px 2px;
	}
	.sfp-container-squad-detail-right {
		display: none;
		width: 100%;
	}
	.sfp-container-squad-detail-manager {
		margin-left: 10px;
		margin-bottom: 0px;
		display: flex;
		width: 40%;
	}
	.sfp-team-name {
        width: 160%;
		text-align: left;
		font-size: 32px;
		line-height: 34px;
		letter-spacing: 3px;
		margin: 0px 0px 30px 0px;
	}
	.sfp-container-scores {
		margin-right: 0px;
	}	
	.sfp-points-bar-left {
		padding: 4px 8px;
		font-size: 15px;
		width: 75%;
		margin: 10px 10px 0px 0px;
	}	
	.sfp-points-bar-right {
		padding: 4px 8px;
		font-size: 15px;
		width: 25%;
		margin: 10px 0px 0px 0px;
	}
	.sfp-container-scores-group {
    	margin-bottom: 0px;
	}
	.sfp-container-badge-roundel {
		display: flex;
	}
	}

/* SFP SQUAD POINTS TABLE */

.uk-table {
    margin-top: 10px!important;
}
.uk-subnav-pill>.uk-active>a {
    background-color: #0A0B60!important;
	border-bottom: 3px solid #FF01FE;
}

.sfp-squad {
	font-size: 17px;
}	
.sfp-squad th {
	text-align: center!important;
	color: #fff;
	background-color: #0A0B60!important;
}	
.sfp-squad td {
	text-align: center!important;
	font-weight: 200;
	font-style: normal;
	text-transform: none;
	padding: 1px!important;
}	
.sfp-squad th+th+th {
	text-align: left!important;
	white-space: nowrap;
}
.sfp-squad td+td+td {
	text-align: left!important;
	white-space: nowrap;
}
.sfp-squad th+th+th+th {
	text-align: center!important;
}	
.sfp-squad td+td+td+td {
	text-align: center!important;
}	
.sfp-squad th+th+th+th+th+th+th+th+th+th+th+th+th {
	color: #FF01FE!important;
}	
.sfp-squad td+td+td+td+td+td+td+td+td+td+td+td+td {
	color: #FF01FE!important;
}	
.sfp-squad tbody>:nth-child(24){
	border-top: #fff solid 10px;
}
/*redundant after <tfoot> tag was added to script*/
table.sfp-squad tr:nth-of-type(24),
table.sfp-squad tr:nth-of-type(26) { 
	text-transform: capitalize;
	background-color: #9190B830!important;
	border-bottom: #fff solid 2px;
}
table.sfp-squad tr:nth-of-type(25),
table.sfp-squad tr:nth-of-type(27) { 
	text-transform: capitalize;
	background-color: #9190B830!important;
	border-bottom: #fff solid 2px;
}

.sfp-squad-date {
	display: flex;
	justify-content: flex-end;
	margin-right: 10%;
	margin-bottom: -25px;
	text-align: center;
	width: 90%;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 16px;
}	
.sfp-month-even {
	background-color: #9190B840;
}
.sfp-month-odd {
	background-color: #9190B820;
}
.sfp-three-weeks {
	width: 16%;
}
.sfp-four-weeks {
	width: 22.5%;
}
.sfp-five-weeks {
	width: 19%;
}
.sfp-bench-sub-tab {
	display: flex;
	justify-content: flex-end;
	margin-right: 10%;
	margin-bottom: -25px;
	text-align: center;
	width: 66%;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 16px;
}	
.sfp-bench {
	width: 20%;
}

/*BENCH TABLE*/
.bench th+th+th+th+th+th {
	color: #FF01FE!important;
}	
.bench td+td+td+td+td+td {
	color: #FF01FE!important;
}	
.bench th+th+th+th+th+th+th {
	color: #fff!important;
}	
.bench td+td+td+td+td+td+td {
	color: #01000D!important;
}	
/*four-week-month*/
.four-week-month th+th+th+th+th+th+th+th+th+th {
	color: #FF01FE!important;
}	
.four-week-month td+td+td+td+td+td+td+td+td+td {
	color: #FF01FE!important;
}	
/*five-week-month*/
.five-week-month th+th+th+th+th+th+th+th+th+th+th {
	color: #FF01FE!important;
}	
.five-week-month td+td+td+td+td+td+td+td+td+td+td {
	color: #FF01FE!important;
}	
/*six-week-month*/
.six-week-month th+th+th+th+th+th+th+th+th+th+th+th {
	color: #FF01FE!important;
}	
.six-week-month td+td+td+td+td+td+td+td+td+td+td+td {
	color: #FF01FE!important;
}	

.sfp-container-totals {
	background-color: none;	
	padding-left: 29.5%;
}

.sfp-squad-totals {
	/*font-family: "PT Sans Narrow", sans-serif;*/
	font-size: 16px;
}
.sfp-squad-totals th {
	color: #01000D!important;
	text-align: right!important;
	white-space: nowrap;
	padding: 1px!important;
	font-size: 16px!important;
}	
.sfp-squad-totals td {
	color: #01000D;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 5px!important;
}	
.sfp-squad-totals td {
	text-align: right;
}	
.sfp-squad-totals th+th {
	text-align: center!important;
}	
.sfp-squad-totals td+td {
	text-align: center;
}	
.sfp-squad-totals th+th+th+th+th+th+th+th+th {
	color: #030B80!important;
	width: 14%;
}	
.sfp-squad-totals td+td+td+td+td+td+td+td+td {
	color: #030B80!important;
}	

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 720px) {
.uk-table th {
	padding: 1px 1px!important;
}
.uk-table td {
	padding: 0px 2px!important;
}
.sfp-squad {
	/*font-family: Sofia Sans Extra Condensed;*/
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 14px;
}	
.sfp-container-totals {
	background-color: none;	
	padding-left: 31%;
	margin-right: -10px;
}
.sfp-squad-totals {
	/*font-family: Sofia Sans Extra Condensed;*/
	font-size: 13px;
}	
.sfp-squad-totals th {
	font-size: 14px!important;
}	
.sfp-squad-totals th+th+th+th+th+th+th+th+th {
	width: 10%;
}	
.sfp-squad-date {
	margin-right: 8%;
	margin-top: -30px;
	margin-bottom: -20px;
	width: 92%;
	font-size: 14px;
}	
.sfp-three-weeks {
	width: 16%;
}
.sfp-four-weeks {
	width: 20%;
}
.sfp-five-weeks {
	width: 17%;
}
.uk-subnav>* {
    padding-left: 10px!important;
}
.highcharts-height {
	height: 400px;
}
}

.uk-accordion-title {
	color: #fff;
	background-color: #9190B8;
	padding-left: 25px!important;
	padding-right: 25px!important;
}
.uk-accordion-content {
	background-color: #fff;
	padding:0px!important;
}
.highcharts-height {
	height: 500px;
}

