/******************************** General ********************************/
html {
	background: url(../images/layout/tbl-background-2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 100% Arial;
	color: black;
	line-height: 140%;
	font-size: medium;
	text-align: left;
	/* background: #ececec; */
}

#Page {
	min-height: 100%;
	height: 100%;
	width: 100%;
	/* min-width: 1221px; */
	position: relative;
	margin: 0 auto;
}

body > #Page {
	height: auto;
}

#Limit, #Lastmatch, #Last5match, nav[role="navigation"], #Login, #Table, #Injury, #Absence, #TopPts, #TopGoal, #TopAsst, #TopGolmani, #TopSide {
	cursor: default;
}

table tr > .roundB, .side-link {
    
}

table .roundBl {
	-webkit-border-radius: 0 0 0 14px;
	border-radius: 0 0 0 14px;
}

table .roundBr {
	-webkit-border-radius: 0 0 14px 0;
	border-radius: 0 0 14px 0;
}

div.clear {
	clear: both;
}

p.alert {
	color: #c40020;
	text-shadow: 0 1px 0 silver;
	font-weight: bold;
	width: 100%;
	text-align: center;	
}

/******************************** ADMIN ********************************/

a.admin {
	padding: 0 5px;
}

.admin img {
	text-decoration: none;
	padding: 0 5px 0 0;
	margin: 0 0 -4px 0;
}

a.pAdmin {
	position: absolute;
	z-index: 5;
	margin: -22px 0 0 203px;
	padding: 4px 7px;
	height: 13px;
	border-left: 1px solid black;
}

a.pAdmin:hover, button[type=submit].pAdmin:hover {
	background: rgba(217,165,33,1)  repeat;
}


button[type=submit].pAdmin {
	position: absolute;
	z-index: 5;
	margin: -23px 0 0 173px;
	padding: 5px 7px;
	height: 23px;
	border: none;
	background: transparent;
	cursor: pointer;
	border-left: 1px solid black;
	-webkit-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
}


a.cAdmin {
	position: absolute;
	z-index: 5;
	margin: 0px 0px 0 0;
	right: 7px;
	padding: 9px 11px;
	height: 13px;
	-webkit-border-radius: 0 0 0 15px;
	border-radius: 0 0 0 15px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	background: rgba(0,100,0,0.8);
}


div.lAdmin {
	position: absolute;
    z-index: 5;
    margin: -83px 0 0 691px;
    padding: 9px 11px;
    height: 13px;
}

div.lAdmin > form > button[type=submit] {
	 z-index: 5;
	 margin: 0px 0 14px 0;
	 padding: 9px 10px;
	 height: 29px;
	 width: 29px;
	 border: none;
	 cursor: pointer;
	 box-shadow: 0 0 10px 0 black;
	 background: transparent;
	 -webkit-border-radius: 10px 0 0 10px;
	 border-radius: 10px 0 0 10px;
}

div.lAdmin > form > button[type=submit]:hover {
    background: rgba(0,100,0,0.8);
}

a.bAdmin {
	position: absolute;
	z-index: 5;
	/* margin-top: -168px; */
	right: -41px;
	padding: 9px 8px;
	height: 10px;
	/* -webkit-box-shadow: 0px -3px 10px -3px black; */
	/* box-shadow: 0px -3px 10px -3px black; */
	background: #e1e7e4 repeat;
	transition: all 0.25s ease;
}

a.cAdmin img, a.bAdmin img {
	width: 13px;
	border: 0;
}

a.cAdmin:hover {
	background: rgba(0,32,76,0.8);
}

a.bAdmin:hover {
	background: rgba(217,165,33,1)  repeat;
	transition: all 0.25s ease;
}

div.lAdmin {
    position: absolute;
    z-index: 5;
    margin: -1% 0 0 0;
    right: 0;
    padding: 0;
}

div.lAdmin > a {
    padding: 9px 5px 5px 10px;
    box-shadow: 0 0 10px 0 black;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    display: block;
    margin: 0 0 20px 0;
}

div.lAdmin > a.red:hover {
    background: rgba(100,0,0,0.8);
}

div.lAdmin > a.orange:hover {
    background: rgba(229,149,0,0.8);
}

form.limit input {
  height: 16px;
  width: 196px;
  padding: 5px 2px;
  margin: -4px -2px;
  border: none;
  text-align: center;
  background: rgba(217,165,33,0.6);
}


form.member select {
	background: transparent;
	border: 1px solid gray;
	margin: 4px 0;
}

/******************************** HEADLINES ********************************/


#headlink-h1 {
	/* display: none; */
	/* position: absolute; */
	/* left: 50%; */
	/* transform: translate(-50%, 0); */
	padding: 13px 0 0 150px;
}

#headlink-h1 a {
	font-size: 120%;
	line-height: 125%;
	font-family: Work Sans;
	color: #b30000;
	text-shadow: 2px 2px 5px white;
	text-decoration: none;
	font-size: larger;
}

h2 {
	color: #b30000;
	margin: 0 auto;
	width: 97%;
	padding: 1% 1%;
	background: #fdfdfd;
	line-height: 120%;
	font-size: x-large;
	transition: all 0.25s ease;
	font-family: Work Sans;
}

h2 a {
	color: hsla(51, 100%, 19%, 1);
	/* text-shadow: 0 1px 0 black; */
}

h2 a:hover {
	text-decoration: none;
}

h3 {
	color: black;
	width: 100%;
	font-size: normal;
	margin: 0;
	padding: 0;
}


h4  {
	color: #011458;
	border-bottom: 2px solid #0158a5;
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	line-height: 180%;
	font-size: large;
}

hr {
	margin: 20px 0;
	height: 2px;
	background-color: #0158a5;
	border: 0px;
}



/******************************** HEADER ********************************/

#TopTeams {
	width: 100%;
	min-height: 64px;
	background: #fdfdfd;
	z-index: 2;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.Teams {
	background: #000000;
	width: 100%;
}

#Teams div.teams-scroll {
	margin: 0 auto;
    max-width: 1184px;
    padding: 9px 0 0px 0;
}

ul.teams {
	margin: 0 auto;
	padding: 0px 0 0 4px;
	height: 25px;
	text-align: center;
}

.teams-rel-pos {
    margin: 0 auto;
    position: relative;
    width: 1194px;
}

#teams-scroll {
    margin: 0 auto;
    position: relative;
    width: 1194px;
    height: 25px;
    overflow: hidden;
}

#teams-scroll-cont {
    
}

#teams-scroll_h_left::after {
  /*float:right;*/
  margin: -20px 0 0 -29px;
  position: absolute;
  content: "<";
}

#teams-scroll_h_right::after {
  /*float:right;*/
  margin: -20px 0 0 1200px;
  position: absolute;
  content: ">";
}

#teams-scroll_h_left:after, #teams-scroll_h_right:after {
  color: white;
	display: block;
	padding: 0px 7px;	
  background-color: rgba(0,170,0,0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,170,0,0.9)), to(rgba(0,100,0,0.9)));
	background: -moz-linear-gradient(top, rgba(0,170,0,0.9), rgba(0,100,0,0.9));
	background: -o-linear-gradient(top, rgba(0,170,0,0.9), rgba(0,100,0,0.9));
	color: white;
	text-shadow: 0 1px 0 black;
  border-radius: 7px;
}

#teams-scroll_h_left:hover:after, #teams-scroll_h_right:hover:after {
  color: gold;
}

ul.teams >li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 -4px;
}

ul.teams > li > a > img, #HeadLinks > a > img, #HeadLinksRight > a > img {
	 max-width: 34px;
	 border: 0;
}


ul.teams > li > a, #HeadLinks > a, #HeadLinksRight > a, #LeagueSelect a {
    height: 100%;
    padding: 3px 3px 0 3px;
    display: inline-block;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, black 50%);
    transition: background-position 0.2s ease-in-out, color .2s ease-in-out;
}

ul.teams > li > a > img {
    opacity: .5;
    transition: opacity 0.2s ease-in-out;
}

#HeadLinks > a:hover, #HeadLinksRight > a:hover, #HeadLinksRight > a.active, #LeagueSelect a:hover, #LeagueSelect a.selected {
    background-position: 0 100%;
    color: white;
}

ul.teams > li > a:hover > img {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

#TopTeams a {
	text-decoration: none;
	color: black;
	display: block;
	/* margin: 0 20px; */
	/* font-weight: bold; */
}

#TopTeams hr {
	margin: 0;
}

#TopTeams > div img {
	margin: 0 0 -5px 0;
	max-height: 30px;
}

#TopTeams div.last-teams-center {
	margin: 0 auto;
	/* max-width: 1184px; */
	max-height: 83px;
	padding: 5px 0 8px 0;
	text-align: center;
}

#TopTeams ul {
	margin: 0px 0 0 0;
	padding: 0;
	text-align: center;
}

#TopTeams div.match-item {
	display: inline-block;
	position: relative;
	list-style-type: none;
	margin: 0 -4px 0 0;
	padding: 0 19px;
}

#TopTeams div.last-teams {
	padding: 10px;
	/* max-width: 108px; */
	font-size: unset;
}

#TopTeams div.match-item:first-child {
	border-left: 1px solid silver;
}

#TopTeams div.match-item {
	border-right: 1px solid silver;
}


#TopTeams div.away-team, #TopTeams div.home-team {
	height: 25px;
	margin: 0;
	/* border-bottom: 1px solid gray; */
	display: block;
}

#TopTeams div.home-team {
	font-size: x-large;
}

#TopTeams div.away-team {
	font-size: smaller;
}


#TopTeams span.home-logo, #TopTeams span.away-logo {display: inline-block;}

#TopTeams span.home-name, #TopTeams span.away-name {display: inline-block;padding: 10px 16px;}

#TopTeams span.home-name::after, #TopTeams span.away-name::after {
	/* top: 50%; */
	/* z-index: 100; */
	content: " ";
	/* right: -12px; */
	/* margin-top: -7px; */
	/* border: 6px solid; */
	/* position: absolute; */
	/* border-color: transparent transparent transparent #ececec; */
}

#TopTeams span.home-scor, #TopTeams span.away-scor {display: inline-block;}

#TopTeams span.home-scor, #TopTeams span.away-scor, #TopTeams span.match-pp {

}

#TopTeams span.match-pp {
	display: block;
  	width: 20px;
  	height: 50px;
  	margin-left: 118px;
  	position: absolute;
}

#TopTeams > div a.last-link {
	display: none;
	position: absolute;
	background: #0158a5;
	margin: -4px 0 0 0;
	padding: 13px 10px 20px 10px;
}

#TopTeams > div a.last-link:hover {
	background: #000000;
	color: beige;
}



#TopTeams > div a.last-link:hover::after {
  	border-color: transparent transparent transparent #19487d;
}


#Logo {
	width: 100%;
	text-align: center;
}

#Header {
	margin: 0 auto;
	width: 100%;
	max-width: 1224px;
	padding: 0;
	min-height: 115px;
	position: relative;
}

#Header > select {
	position: absolute;
	width: 150px;
	margin-top: 5px;
	left: 0;
	padding: 3px 5px;
	background: #fdfdfd;
}

#HeadLinks, #HeadLinksRight, #Leagues, #LeagueSelect {
	position: absolute;
	padding: 2px;
}

#LeagueSelect {
	margin: 0px;
	padding-top: 0px;
	/*min-width: 95px;*/
	z-index: 0;
}

.ligove-logo {
	margin: 0 0 0 0;
	float: left;
}

.ligove-logo img {
	height: 140px;
}

.ligove-logo a > img {
	display: inline-block;
	vertical-align: middle;
}

.ligove-logo a > h1 {
	padding-left: 15px;
	display: inline-block;
	vertical-align: middle;
	color: #b30000;
	text-shadow: 0px 3px 4px white;
	font-size: xxx-large;
}


#HeadLinks {
	float: right;
	right: 117px;
	padding-top: 0px;
	min-width: 95px;
	z-index: 0;
}

#HeadLinksRight {
	right: 0;
	top: 0;
	padding-top: 0px;
	min-width: 95px;
	z-index: 0;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	padding: 0px;
	border-bottom: 3px solid black;
	background: white;
}

#Leagues {
	margin: -24px 0 0 950px;
	padding-top: 8px;
}

#HeadLinks a, #HeadLinksRight a, #HeadLinksRight span, #Leagues a, #LeagueSelect a  {
	color: black;
	font-weight:  bold;
	font-size: larger;
	text-decoration: none;
	padding: 8px;
}

div#Limit > span, div#Last5match > span, div#Injury > span {
	display: block;
	padding: 2px 15px;
	/* font-weight: bold; */
	font-family: Work Sans;
	background-color: #0158a5;
	background: #0158a5 repeat;
	border-bottom: 3px solid #0158a5;
	color: whitesmoke;
	/* text-shadow: 0 1px 0 black; */
	text-align: center;
}

#Injury {
}

#Limit {
	display: block;
	background-color: rgba(250,250,250,1);
	width: 49%;
	margin: 0 0 2% 0;
	float: left;
	height: 50px;
	vertical-align: bottom;
	border-bottom: 3px solid #0158a5;
	transition: all 0.25s ease;
	overflow: hidden;
}

#Limit:hover {
	/* -webkit-box-shadow: 0px 0px 10px 0px #1a2653; */
	/* box-shadow: 0px 0px 10px 0px #1a2653; */
	/* transition: all 0.25s ease; */
}

/******************************** HOME PAGE ********************************/

#HeadNews {
	width: 100%;
	margin: 0;
	display: inline-block;
	height: 418px;
	vertical-align: top;
	overflow: hidden;
}

#HeadNews > .home-panel .box-header {
	overflow-x: hidden;
	white-space: nowrap;
	color: white;
}

#HeadNews > .home-panel .box-header a {
	color: white;
	text-decoration: underline;
}

#HeadNews > .home-panel .box-header a:hover {
	text-decoration: none;
}

#HeadNews > .home-panel .box-content {
	min-height: 195px;
	color: black;
}

#Lastmatch {
	width: 48.5%;
	height: 325px;
	margin: 0;
	display: inline-block;
}

#Lastmatch div.newest-match {
	width: 100%;
	height: 254px;
	padding: 15px 0 0 0;
	/* background: #e1e7e4 repeat; */
}

#Lastmatch > .home-panel,
#HeadNews > .home-panel {
	width: 100%;
	margin: 0;
	display: block;
	vertical-align: top;
	/* background: #000000; */
	transition: all 0.25s ease;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#Lastmatch > .home-panel:hover,
#HeadNews > .home-panel:hover {
	/* -webkit-box-shadow: 0px 2px 10px 0px #1a2653; */
	/* box-shadow: 0px 2px 10px 0px #1a2653; */
	/* transition: all 0.25s ease; */
}

#Lastmatch div.home-team {
	text-align: center;
	display: inline-block;
	margin: 35px 0 0 0;
	width: 27%;
	height: 156px;
}

#Lastmatch div.away-team {
	display: inline-block;
	text-align: center;
	margin: 0 0 0 0;
	width: 27%;
	height: 156px;
}

#Lastmatch span.home-name, #Lastmatch span.away-name {
	text-align: center; 
	display: block;
	font-size: x-large; 
	font-weight: bold; 
	color: black; 
	margin: 10px 0px 20px 0;
}

#Lastmatch span.home-goal, #Lastmatch span.away-goal {
	text-align: center;
	font-size: xx-large;
	display: block;
	font-weight: bold;
	color: #2365b0;
	padding: 20px 0 0 0;
	text-shadow: 0 0 2px #000;
}

#Lastmatch div.head-match {
	margin: 30px 0 0 0;
	padding: 0;
	width: 44%;
	display: inline-block;
}

#Lastmatch span.shoot-peri, #Lastmatch span.first-star,
#Lastmatch span.secon-star, #Lastmatch span.third-star {
	text-align: center;
	display: inline-block;
	/* border-bottom: 3px solid #0158a5; */
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ae9d+0,f5f5f5+10,f5f5f5+90,b4ae9d+100 */
	/* background: #B4B9B6; */ /* Old browsers */
	 /* FF3.6-15 */
	 /* Chrome10-25,Safari5.1-6 */
	 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 /* IE6-9 */
	min-height: 18px;
	width: 100%;
	padding: 10px 0;
	color: #0158a5;
	font-weight: bold;
}

#Lastmatch div.head-link {
	clear: both;
	text-align: center;
	height: 30px;
	padding: 0;
	margin: 142px 0 0 610px;
	position: absolute;
	z-index: 1;
}

#Lastmatch div span.pp-show {
	text-align: center;
	font-size: x-large;
	display: block;
	font-weight: bold;
	color: #2365b0;
	text-shadow: 0 0 2px #000;
	padding: 5px 0 0 0;
	height: 18px;
}

#Lastmatch div.head-link a {
	color: black;
	display: block;
	font-weight: bold;
	background: #b4ae9d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0YWU5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2I0YWU5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #b4ae9d 0%, #b4ae9d 10%, #f5f5f5 30%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b4ae9d), color-stop(10%,#b4ae9d), color-stop(30%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #b4ae9d 0%,#b4ae9d 10%,#f5f5f5 30%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #b4ae9d 0%,#b4ae9d 10%,#f5f5f5 30%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #b4ae9d 0%,#b4ae9d 10%,#f5f5f5 30%); /* IE10+ */
	background: linear-gradient(to right,  #b4ae9d 0%,#b4ae9d 10%,#f5f5f5 30%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ae9d', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-8 */
   -webkit-box-shadow: 0 0 21px 0 black;
	box-shadow: 0 0 21px 0 black;
	-webkit-border-radius: 0 0 14px 14px;
	border-radius: 0 14px 14px 0;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px 10px 7px 10px;
}

#Lastmatch div.head-link a:hover {
	background: #b4ae9d; /* Old browsers */
	color: white;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0YWU5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2I0YWU5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #b4ae9d 0%, #b4ae9d 10%, #2365b0 30%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b4ae9d), color-stop(10%,#b4ae9d), color-stop(30%,#2365b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #b4ae9d 0%,#b4ae9d 10%,#2365b0 30%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #b4ae9d 0%,#b4ae9d 10%,#2365b0 30%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #b4ae9d 0%,#b4ae9d 10%,#2365b0 30%); /* IE10+ */
	background: linear-gradient(to right,  #b4ae9d 0%,#b4ae9d 10%,#2365b0 30%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ae9d', endColorstr='#b8860b',GradientType=1 ); /* IE6-8 */
	text-decoration: none;	
}


#Last5match {
	background-color: rgba(250,250,250,1);
	margin: 0 0 0 25px;
	display: inline-table;
	vertical-align: bottom;
}

#Injury {
	display: block;
	background-color: rgba(250,250,250,1);
	margin: 0 0 2% 0%; /* 0px 0px 29px 89px */
	width: 100%;
	max-height: 50px;
	/* float: left; */
	vertical-align: bottom;
	border-bottom: 3px solid #0158a5;
	transition: all 0.25s ease;
	overflow: hidden;
}

#Injury:hover {
	/*-webkit-box-shadow: 0px 0px 10px 0px #1a2653;
	box-shadow: 0px 0px 10px 0px #1a2653;
	transition: all 0.25s ease;*/
}

#Injury table {
	width: 100%;
	/* min-height: 104px; */
	text-align: center;
}

#LeftSide > .home-panel {
	background: #fdfdfd;
	transition: all 0.25s ease;
}

#LeftSide > .one-by-one {
	margin: 0% 0 3% 0;
	width: 100%;
	display: block;
}

#LeftSide > .side-by-side {
	margin-bottom: 3%;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

#LeftSide > .triple-side {
	margin-bottom: 3%;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

#LeftSide > .right-side {
	margin-left: 3%;
}

#LeftSide > .right-side-3 {
	margin-left: 4%;
}

#LeftSide > .home-panel a {
	color: black;
	text-decoration: none;
}

#LeftSide > .home-panel > .box-footer a {
	color: gold;
	text-decoration: underline;
}

#LeftSide > .home-panel > .box-footer a:hover {
	text-decoration: none;
}


#LeftSide > .home-panel:hover {
	/* -webkit-box-shadow: 0px 2px 10px 0px #1a2653; */
	/* box-shadow: 0px 2px 10px 0px #1a2653; */
	/* transition: all 0.25s ease; */
}

/******************************** MENU ********************************/

div.menu-btn {
    display: none;
    padding: 0;
    margin-top: 30px;
    position: relative;
    width: 100%;
    text-align: left;
    background: #b30000;
    border-bottom: 3px solid #000000;
}

div.menu-btn > span {
	display: block;
	padding: 15px 15px;
	color: #e4e4e4;
	font-size: larger;
	font-weight: bold;
	text-align: right;
	font-family: Work sans;
	text-decoration: none;
	margin: 0;
}

div.menu-btn > span img {
	height: 16px;
	vertical-align: middle;
	margin-right: 1%;
}

nav[role="navigation"] > ul > li.menu-space-left {
    margin-left: 55px;
}

nav[role="navigation"] > ul > li.menu-space-right {
	margin-right: 55px;
}

nav[role="navigation"] {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	text-align: center;
	background: #003e7e;
	display: block;
	border-bottom: 3px solid #000000;
}

nav[role="navigation-gm"] {
	padding: 0;
	margin-top: 1.5%;
	position: relative;
	width: 100%;
	text-align: left;
	background: #fdfdfd;
	display: block;
	border-bottom: 3px solid #b30000;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

nav[role="navigation"] > ul, 
nav[role="navigation-gm"] > ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: right;
	font-size: medium;
	font-weight: bold;
	max-width: 1224px;
	width: 95%;
}

nav[role="navigation"] > ul > li,
nav[role="navigation-gm"] > ul > li {
	margin: 0 -4px 0 0;
	padding: 0;
	display: inline-block;
}

nav[role="navigation"] > ul > li > select option {
	padding: 10px 15px;
	margin: 10px;
	color: black;
	text-shadow: 0 1px 0 silver;
	/* font-weight: bold; */
}

nav[role="navigation"] > ul > li > a, nav[role="navigation"] > ul > li > select, 
nav[role="navigation-gm"] > ul > li > a {
	display: block;
	padding: 15px 12px;
	color: white;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	/* transition: all 0.3s ease-in-out; */
	font-family: Work Sans;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, transparent 50%, #000000 50%);
	transition: background-position 0.2s ease-in-out, 
    color .2s ease-in-out;
}

nav[role="navigation-gm"] > ul > li > a {
	color: black;
	background-image: linear-gradient(to bottom, transparent 50%, #b30000 50%);
}

nav[role="navigation"] > ul > li > select {
 	background: transparent;
 	border: 0;
}

nav[role="navigation"] > ul > li > select:hover {
 	border: 0;
}

nav[role="navigation"] > ul > li > a:hover,
nav[role="navigation"] > ul > li > select:hover, 
nav[role="navigation"] > ul > li > a.active,
nav[role="navigation-gm"] > ul > li > a:hover,
nav[role="navigation-gm"] > ul > li > a.active { /* Old browsers */
    color: white;
    background-position: 0 100%;
}


a.active {}


/******************************** TOP SIDE ********************************/

#TopSide {
    max-width: 100vw;
    margin: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
}

#TopSide:hover {
	/* -webkit-box-shadow: 0px 0px 10px 0px #19487d; */
	/* box-shadow: 0px 0px 10px 0px #1a2653; */
	/* transition: all 0.25s ease; */
}

#TopSide > span.head {
	display: block;
	padding: 2px 5px;
	text-align: center;
	font-weight: bold;
	color: beige;
	text-shadow: 0 1px 0 #19487d;
	background-color: rgba(119,98,73,0.9);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(35,101,176,0.9)), to(rgba(25,72,125,0.9)));
	background: -moz-linear-gradient(top, rgba(222,184,135,0.9), rgba(119,98,73,0.9));
	background: -o-linear-gradient(top, rgba(222,184,135,0.9), rgba(119,98,73,0.9));
	/* border-bottom: 1px solid rgba(222,184,135,0.7); */
}

#TopSide > span.head a {
	color: beige;
	padding: 4px 2px;
}

#TopSide > span.head a:hover {
	color: darkgoldenrod;
}

#TopSide > .ActLoginTopPad {
	padding: 8px 15px;
	background: #000000;
	color: #dcddde;
	overflow: hidden;
	font-weight: bold;
	/* white-space: nowrap; */
	text-align: center;
}

#TopSide > .ActLoginTopPad a {
   color: #e1e7e4;
}

#TopSide > .ActLoginTopPad a:hover {
   text-decoration: none;
}

#TopSide .act-member-top {
	display: inline-block;
}

/******************************** LEFT SIDE ********************************/

#LeftSide {
    margin: 2% 0% 0 0;
    width: 100%;
    display: inline-block;
}

#LeftSidePage {
	position: relative;
	margin: 0% 0 0 0;
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

#RightSidePage > .box {
	margin: 0 0 15% 0;
	position: relative;
}

#Login, #Table, #Absence {
	margin: 0;
	background: url(../images/layout/background-text.jpg);
	position: relative;
	width: 200px;
}

#Table img {
	max-width: 200px !important;
	height: auto;
}

#LeftSide > div > span {
	display: block;
	padding: 2px 5px;
	text-align: center;
	font-weight: bold;
	color: beige;
	text-shadow: 0 1px 0 #19487d;
	background-color: rgba(119,98,73,0.9);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(35,101,176,0.9)), to(rgba(25,72,125,0.9)));
	background: -moz-linear-gradient(top, rgba(222,184,135,0.9), rgba(119,98,73,0.9));
	background: -o-linear-gradient(top, rgba(222,184,135,0.9), rgba(119,98,73,0.9));
	border-bottom: 1px solid rgba(222,184,135,0.7);
	/*
	background-color: rgba(196,0,32,0.9);
   background: -webkit-gradient(linear, left top, left bottom, from(rgba(196,0,32,0.9)), to(rgba(117,0,20,0.9)));
	background: -moz-linear-gradient(top, rgba(196,0,32,0.9), rgba(117,0,20,0.9));
	background: -o-linear-gradient(top, rgba(196,0,32,0.9), rgba(117,0,20,0.9));
	border-bottom: 1px solid rgba(196,0,32,0.7);
	*/
}

#LeftSide table tr.light:hover td, #LeftSide table tr.dark:hover td {
	background: transparent;

}


.chat-rel-pos {
    position: relative;
    width: 100%;
    height: 659px;
    overflow: hidden;
}

div#chat-scroll {
    width: 100%;
    margin: 0;
    position: relative;
}

div#chat-scroll-cont {
    
}

div#chat-scroll-cont .panel-datetime {
	font-size: x-small;
}

#chat-scroll_up::after, #chat-scroll_down::after {
  width: 100%;
  position: absolute;
  text-align: center;
  color: white;
  padding: 3px 0px;
  background-color: rgba(0,170,0,1);
  background: rgba(0,170,0,1) repeat;
  background: -moz-linear-gradient(top, rgba(0,170,0,1), rgba(0,100,0,1));
  background: -o-linear-gradient(top, rgba(0,170,0,1), rgba(0,100,0,1));
  text-align: center;
  text-shadow: 0 1px 0 black;
  cursor: pointer;
}

#chat-scroll_up::after {
  margin: -24px 0 0 0;
  content: "Nahoru";
}

#chat-scroll_down::after {
  margin: 612px 0 0 0;
  content: "Dolu";
}

#chat-scroll_down:hover:after, #chat-scroll_up:hover:after {
	color: #ffa500;
}

.side-link {
	    text-align: center;
	    background-color: rgba(0,0,0,1);
	    background: -webkit-gradient(linear, left top, left bottom, from(rgba(70,70,70,1)), to(rgba(0,0,0,1)));
	    background: -moz-linear-gradient(top, rgba(70,70,70,1), rgba(0,0,0,1));
	    background: -o-linear-gradient(top, rgba(100,100,100,1), rgba(0,0,0,1));
	    border-right: 1px solid rgba(104,0,178,0.7);
	    border-left: 1px solid rgba(104,0,178,0.7);
	    color: white;
	    text-shadow: 0 1px 0 black;
	    display:  block;
	    padding: 3px 0;
	    font-weight: bold;
}

.rotate-180 {
	transform: rotate(180deg);
	display: inline-block;
}

/******************************** CONTENT ********************************/

#ContentTest {
	width: 716px;
	min-height: 909px;
	margin: 0 0 25px 25px;
	padding: 15px;
	background: url(../images/layout/background-text.jpg);
	float: left;
}

#Content {
	margin: 1.5% auto 0 auto;
	padding: 0px 0 115px 0;
	max-width: 1224px;
	width: 95%;
	position: relative;
	/* background-color: rgba(255,255,255,0.5); */
}

#Content img {
	max-width: 100% !important;
	min-width: 13px !important;
	/* height: auto !important; */
}

#Content img.ImgNewsHead {
	float: left;
    margin: 0 10px 10px 0;
    max-width: 100px !important;
}

#Content a:hover {
	text-decoration: none;
}

ul.team-list-item {
    margin: 0;
    padding: 0;
}

ul.team-list-item > li {
	margin: 1.5% 0.75% 0 0.75%;
	width: 18.2%;
	letter-spacing: 1px;
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0 0 10px 0 transparent;
	transition: all 0.4s ease;
	list-style: none;
}

div.box {
	background: #fdfdfd; /* #e1e7e4 */
	margin: 0% auto 3% auto;
	width: 99%;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	/* border-left: 3px solid #b30000; */
}

div.box:hover {
	/* -webkit-box-shadow: 0px 2px 10px 0px #1a2653; */
	/* box-shadow: 0px 2px 10px 0px #1a2653; */
	/* transition: all 0.25s ease; */
}

#HeadNews .box-header,
#Lastmatch .box-header,
#RightSidePage .box-header {
	display: block;
	padding: 1% 2%;
	width: 96%;
	font-weight: bold;
	font-size: large;
	color: #0158a5;
	background: #fdfdfd;
	font-family: Work Sans;
}

#LeftSide .box-header,
#RightSide .box-header,
#LeftSidePage .box-header {
	display: block;
	padding: 2% 2%;
	margin: 0 0 2% 0;
	width: 96%;
	font-family: Work Sans;
	font-size: x-large;
	color: #011458;
}

#HeadNews .box-content, #Lastmatch .box-content, #LeftSidePage .box-content {
	display: block;
	padding: 0.5% 1%;
	width: 98%;
	overflow-x: auto;
	position: relative;
}

#LeftSide .box-content, #RightSide .box-content, #RightSidePage .box-content {
	display: block;
	padding: 0;
	width: 100%;
	text-align: center;
}

.box-link {
	padding: 4% 0;
	display: block;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, transparent 50%, #0158a5 50%);
	transition: 
	background-position .2s ease-in-out, 
    color .2s ease-in-out;
	transition: all 0.3s ease;
}

.box-link:hover {
    transition: all 0.3s ease;
    background-position: 0 100%;
}

#HeadNews .box-footer,
#Lastmatch .box-footer,
#RightSidePage .box-footer {
	/* width: 96%; */
	padding: 0 2% 0.5% 2%;
	color: black;
	font-weight: bold;
	display: block;
	text-align: center;
	border-bottom: 3px solid #0158a5;
}

#LeftSide .box-footer,
#RightSide .box-footer,
#LeftSidePage .box-footer {
	width: 96%;
	padding: 0 2% 0.5% 2%;
	color: black;
	font-weight: bold;
	/* border-bottom: 3px solid #0158a5; */
	display: block;
	text-align: center;
}

.big-text {
    font-weight: bold;
    font-size: large;
    /* text-shadow: 0 1px 0 black; */
    display: block;
    padding: 3% 0;
}


div.box-footer > a {
	color: #0c619c;
	padding: 1% 0;
	/* display: inline-block; */
}

div.box-footer a:hover {
	text-decoration: none;
}

div.box-footer > span {
	padding: 1% 0;
	display: block;
}

.gm-team-position {
    position: absolute; 
    right: 20px;
}


ul.last-match-home {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	cursor: default;
}

ul.last-match-home li {
	margin: 0 1% 2% 1%;
	width: 30.5%;
	letter-spacing: 1px;
	display: flex;
	flex-flow: row wrap;
	vertical-align: middle;
	border: 2px solid #b30000;
	background: #fdfdfd;
	transition: all 0.25s ease;
	list-style: none;
}

ul.last-match-home li > div {
	width: 94%;
	padding: 1.5% 3%;
}

ul.last-match-home li > div p {
	margin: 0;
}

ul.last-match-home li > div p.home-name,
ul.last-match-home li > div p.away-name {
	width: 100%;
	padding: 2% 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-large;
}

ul.last-match-home li > div p.home-name {
    text-align: left;
}

ul.last-match-home li > div p.away-name {
    text-align: right;
}

ul.last-match-home li > div p.home-logo,
ul.last-match-home li > div p.away-logo,
ul.last-match-home li > div p.scoreboard {
	width: 32%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

ul.last-match-home li > div .home-score,
ul.last-match-home li > div .away-score,
ul.last-match-home li > div .double-score {
	font-weight: bold;
	font-size: xx-large;
}


/******************************** ACCORDION ********************************/

#accordion {
	 margin: 0 auto;
	 text-align: center;
}
    
.title {
	-webkit-box-shadow: 0px 0px 10px 0px #1a2653;
	-moz-box-shadow: 0px 0px 10px 0px #1a2653;
	box-shadow: 0px 0px 10px 0px #1a2653;
	color: black;
	transition: all 0.25s ease;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	margin: 2% 7px 2% 7px;
	font-weight: bold;
	cursor: pointer;
}
    
.title > h3 {
	 padding: 6px 8px;
	 color: black;
	 font-size: medium;
	 transition: all 0.25s ease;
}
    
.title:hover {
    text-decoration: none;
    background: #0158a5 repeat;
    box-shadow: 0px 0px 10px 0px #1a2653;
    font-weight: bold;
    transition: all 0.25s ease;
}

.title:hover >h3 {
	color: #e1e7e4;
	transition: all 0.25s ease;
	text-shadow: 0 1px 0px transparent;
}

/******************************** NOVINKY ********************************/

.news-headline {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 192px;
  /* border: 1px solid red; */
}

.direction-row {
	flex-direction: row;
}

.direction-column {
	flex-direction: column;
}

.news-headline > div {
  flex: 28%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  /* border: 1px solid black; */
  background: #fdfdfd;
  min-height: 100%;
  -webkit-box-shadow: chocolate;
}

.news-headline > div a {
  display: block;
  position: relative;
  height: 100%;
  color: black;
  text-decoration: none;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, #000000 50%);
  transition: background-position 0.2s ease-in-out, color .2s ease-in-out;
}

.news-headline > div a:hover {
    color: #e1e7e4;
    background-position: 0 100%;  
}

.news-headline > div a > span.nadpis {
  display: block;
  padding: 2%;
  font-family: Work Sans;
  font-size: large;
  font-weight: bold;
  text-align: left;
  color: #0158a5;
  transition: color .2s ease-in-out;
}

.news-headline > div a:hover > span.nadpis {
    color: goldenrod;
    transition: color .2s ease-in-out;
}

.news-headline > div a > span.logo {
    display: block;
    padding: 1% 2%;
    max-height: 106px;
    overflow: hidden;
}

.news-headline > div a > span.logo > img {
  display: inline-flex;
  vertical-align: top;
  max-height: 100px;
}

.news-headline > div a > span.paticka {
  color: silver;
  background: #000000;
  display: block;
  width: 96%;
  padding: 1% 2%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.direction-row > div.pos-1 {
  flex: 0 1 49%;
  margin: 0 2% 2% 0;
}

.direction-row > div.pos-2 {
  margin: 0 0 2% 0%;
}

.direction-row > div.pos-3 {
  flex: 28%;
  margin: 0 2% 2% 0%;
}

.direction-row > div.pos-4 {
  margin: 0 0% 2% 0;
}


.direction-row > div.pos-5 {
  margin: 0 0 2% 2%;
}


.direction-column > div.pos-1 {
  flex: 0 1 100%;
  width: 60%;
  margin: 0 2% 0 0;
}

.direction-column > div.pos-2 {
  margin: 0 0 1% 0;
  width: 38%;
}

.direction-column > div.pos-3 {
  margin: 1% 0 0 0;
  width: 38%;
}

div.pos-1 > a > span.text-field {
  max-height: 30%;
}

div.pos-2 > a > span.text-field,
div.pos-3 > a > span.text-field {
  height: 50%;
}

/******************************** RIGHT SIDE ********************************/


#RightSide {
	margin: -0.8% 0 0 0;
	width: 23%;
	display: inline-block;
	vertical-align: top;
	float: right;
}

#RightSide > .home-panel {
	width: 97%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #fdfdfd;
	margin: 8.5% 0 0 3%;
	transition: all 0.25s ease;
}

#RightSide > .home-panel:hover {
	/* -webkit-box-shadow: 0px 2px 10px 0px #1a2653; */
	/* box-shadow: 0px 2px 10px 0px #1a2653; */
	/* transition: all 0.25s ease; */
}

#LeftSide .home-table {
	display: inline-block;
    padding: 2% 1%;
    width: 21.6%;
    text-align: center;
    position: relative;
}

#LeftSide .home-table > .image-logo {
	display: block;
	position: relative;
	z-index: 2;
	padding: 0 0 7px 0;
}

#LeftSide .home-table > .image-logo-2 {
	display: block;
	position: absolute;
	margin: 4px 0 0 12%;
	z-index: 1;
}

#LeftSide .home-table > .image-logo img {
    max-height: 75px !important;
}

#LeftSide .home-table > .image-logo-2 img {
    max-height: 35px !important;
}

#LeftSide .home-table > .nick-name {display: block;font-size: large;padding: 0 0 7px 0;}

#LeftSide .home-table > .pts {display: block;font-size: large;}

#LeftSide .home-table > .position {font-size: x-large;display: block;font-weight: bold;color: #2365b0;padding: 0 0 7px 0;/* text-shadow: 0 0 2px #000; */}


#RightSidePage {
	margin: 0 0 0 2.5%;
	width: 20%;
	display: inline-block;
	vertical-align: top;
	float: right;
}

#TopPts, #TopGoal, #TopAsst, #TopGolmani {
	margin-bottom: 25px;
	background: white;
}


ul.login {
	width: 100%;
	text-align: left;
	margin: 0.5em 0;
	padding: 0;
	border-top: 1px solid #0158a5;
}

ul.login li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.login > form li span {
	display: block;
	padding: 4px 0;
	text-align: center;
}

ul.login li a {
	font-size: 115%;
	padding: 0.5em 3%;
	border-bottom: 1px solid #0158a5;
	text-decoration: none;
	color: black;
	display: block;
	font-family: Work Sans;
	background-size: 200% 99%;
	background-image: linear-gradient(to right, transparent 50%, #0158a5 50%);
	transition: background-position 0.3s ease-in-out, color .3s ease-in-out;
}

ul.login li a:hover {
	background-position: -100% 0;
	color: whitesmoke;
}

#IncMsg {
	display: block;
}

#IncMsgP {
	display: none;
}

.NewMessages {
	color:crimson; 
	font-weight:bold;
}

/******************************** PROGRES BAR ********************************/

div.BarAll {
    display: block;
    width: 100%;
    padding: 0;
    height: 25px;
    background: rgba(50,50,50,1);
    text-align: center;
    cursor: default;
    color: white;
}

div.BarAll span {
    margin-top: 4px;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: small;
}

div.BarDone {
    -webkit-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,0.5);
    box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,0.5);
}


/******************************** PAGINATION ********************************/

#pager {
	text-align: center;
	margin: 3% 0 0 0;
	font-size: small;
}

#pager a {
	text-decoration: none;
}

.pagingCell, .points, .currentPage {
	color: black;
	padding: 4px 12px 4px 12px;
	margin: 0px 4px 10px 4px;
	text-align:center;
	text-decoration:none;
	display: inline-block;
	border: 1px solid #6b0000;
	transition: all 0.25s ease;
}

.points {
	-webkit-box-shadow: 0 0 6px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 0 6px 0 rgba(255,255,255,0.5);
	box-shadow: 0 0 6px 0 rgba(255,255,255,0.5);
	color: rgba(98, 98, 98, 1);
	text-decoration: none;
	background: rgba(140, 140, 140, 0.2);
}

.pagingCell:hover {
	color: #e1e7e4;
	text-decoration: none;
	background: #b30000;
	box-shadow: 0px 0px 10px 0px #6b0000;
	font-weight: bold;
	transition: all 0.25s ease;
}

.currentPage {
	color: #e1e7e4;
	text-decoration: none;
	background: #b30000;
	box-shadow: 0px 0px 10px 0px #6b0000;
	font-weight: bold;
	transition: all 0.25s ease;
}

/******************************** NAVIGATION ********************************/


.BackLink {
	text-decoration: none;
	display: inline-block;
	padding: 6px 8px;
	color: black;
	text-align: center;
	margin: 0 auto 20px auto;
	/* box-shadow: 0 0 6px 0 black; */
	font-weight: bold;
}       
div.BackDiv {
	width: 100%;
	text-align: center;
	margin: 10px auto 20px auto;
	/* border-bottom: 2px solid #0158a5; */
}
        
div.BackDiv span {
	margin-right: 10px;
}
        
div.BackDiv h2 {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,213,0,0.4);
}
       
div.BackDiv a {
	margin: 0 -2px;
	padding: 15px 25px;
	border-bottom: 3px solid silver;
}
        
.BackLink:hover, div.BackDiv a.active {
	/* color: beige; */
	text-decoration: none;
	background: rgb(179 0 0 / 30%);
	border-bottom: 3px solid #b30000;
	/* box-shadow: 0px 0px 5px 0px #b30000; */
	/* font-weight: bold; */
	transition: all 0.25s ease;
}
                
.aR {
	text-align: right;
}
        
.aL {
	text-align: left;
}

select.inj {
    padding: 5px 8px;
    margin: 15px 0 20px 0;
    border: 0px;
    color: black;
    background: transparent;
    font-size: small;
    text-align: center;
    box-shadow: 0 0 6px 0 black;   
}

select.inj:hover {
    cursor: pointer;
    background: rgba(0,107,206,0.2) repeat;
}

select.inj option {
    background: rgba(250,250,250,1);
	 background: -webkit-gradient(linear, left top, left bottom, from(rgba(250,250,250,1)), to(rgba(140,140,140,1)));
	 background: -moz-linear-gradient(top, rgba(250,250,250,1), rgba(140,140,140,1));
	 background: -o-linear-gradient(top, rgba(250,250,250,1), rgba(140,140,140,1));
    color: black;
}

/******************************** FORMS ********************************/

form input.button {
    border: 0;
    padding: 6px 8px;
    background-color: rgba(0,0,0,0.0);
    color: black;
    font-size: small;
    font-family: tahoma;
    text-align: center;
    box-shadow: 0 0 6px 0 black;    
}

form input.green:hover {
    background: rgba(0,100,0,1);
    background: rgba(0,170,0,1) repeat;
    box-shadow: 0 0 6px 0 black;
    text-shadow: 0 1px 0px black;
    color: white;
    cursor: pointer;
}

form input.red:hover {
    background: rgba(130,0,0,1);
    background: repeat rgba(130,0,0,1);
    box-shadow: 0 0 6px 0 black;
    text-shadow: 0 1px 0px black;
    color: white;
    cursor: pointer;
}




/******************************** ROZPIS ********************************/

table td.dark, table td.DoneAll, td.DoneWin, td.DoneLose, td.DoneDraw {
	border-left: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

/******************************** DIV TABLES ********************************/

.resp-table {
	width: 100%;
	display: table;
}

.table-row {
	display: table-row;
}

.table-caption {
	display: table-caption;
	text-align: center;
}

.table-header {
	display: table-header-group;
	font-weight: bold;
}

.table-header-cell {
	display: table-cell;
	text-align: justify;
}

.table-body {
	display: table-row-group;
}


.table-body-cell{
	display: table-cell;
}

.table-footer {
	display: table-footer-group;
}

.table-footer-cell{
	display: table-cell;
	text-align: justify;
}

/******************************** TABLES BG ********************************/

table th a {
	color: gold;
	padding: 4px 2px;
}


table th a:hover, .side-link:hover {
	color: black;
	text-decoration: none;
}

table th {
	background: #f6f5f3;
	color: #232323;
	padding: 4px 2px;
	border-bottom: 1px solid #232323;
}

table {
	font-size: small;
	border-spacing: 0px;
	border-collapse: separate;
}

table tr.thAll th {
	/* color: #e1e7e4; */
	padding: 4px 2px;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

table tr.thAll th a {
	color: #0158a5;
}

table td {
	padding: 4px 4px;
}

table td a {
    cursor: pointer;
    color: black;
    /*text-shadow: 0 1px 0 silver;*/
}

table tr:hover a {
    cursor: pointer;
    color: white;
    /*text-shadow: 0 1px 0 silver;*/
}

table td a:hover {
	text-decoration: none;
}

.SortBackground, table.AllStats tr:hover td a, table.legenda tr:hover td a,
table.standings tr:hover td a, table.AllMatches tr:hover td a,
table.gamestat tr:hover td a {
	color: #d71e0a;
}

.SortBackground, table.AllStats tr:hover td a:hover, table.legenda tr:hover td a:hover,
table.standings tr:hover td a:hover, table.AllMatches tr:hover td a:hover,
table.gamestat tr:hover td a:hover {
	color: #d71e0a;
}

.SortBackground, table.AllStats tr:hover td, table.legenda tr:hover td,
table.standings tr:hover td, table.AllMatches tr:hover td,
table.gamestat tr:hover td {
    background: #D2D2D2; /* 0,115,153 */
    color: black; /* ffd500 */
    cursor: default;
    /*-webkit-box-shadow: 0px 0px 5px 1px #007399;
    -moz-box-shadow: 0px 0px 5px 1px #007399;
    box-shadow: 0px 0px 5px 1px #007399;*/
    /*-webkit-box-shadow: 0px 0px 5px 1px #664320;
    -moz-box-shadow: 0px 0px 5px 1px #664320;
    box-shadow: 0px 0px 5px 1px #664320;*/
    border-bottom FONT-WEIGHT: 100;
}


table.AllMatches tr:hover td.WinColor, table.AllMatches tr:hover td.LoseColor,
table.AllMatches tr:hover td.LoseOtColor, table.AllMatches tr:hover td.Neutral {
    /* background-color: rgba(119,98,73,0.4); */ /* 007399 */
    color: #000; /* ffd500 */
    cursor: default;
    /*-webkit-box-shadow: 0px 0px 5px 1px #007399;
    -moz-box-shadow: 0px 0px 5px 1px #007399;
    box-shadow: 0px 0px 5px 1px #007399;*/
    /*-webkit-box-shadow: 0px 0px 5px 1px #664320;
    -moz-box-shadow: 0px 0px 5px 1px #664320;
    box-shadow: 0px 0px 5px 1px #664320;*/
}

table tr.dark, table td.dark, ul.login > li.dark {
     background: white;
     color: black;
}

table tr.light, table td.light, ul.login > li.light {
    /* background-color: white; */
    background: white;
    color: black;
}

table tr.light:hover td, table tr.dark:hover td {
	/* background-color: #D2D2D2; */
	background-color: black;
	color: white;
}

.standings-2-main tr td:nth-child(2) > a {
	color: white;
}

.standings-2-main tr:hover td.fix-col:after {
    border-bottom: 37px solid black;
}

table.AllMatches tr.dark td, table.AllStats tr.dark td, table.standings tr.dark td, 
table.legenda tr.dark td {
	border-bottom: 1px solid #d2d2d2;
}

table.AllMatches tr.light td, table.AllStats tr.light td, table.standings tr.light td ,
table.legenda tr.light td {
	border-bottom: 1px solid #d2d2d2;
}
/*
table tr.thAll {
	 background-color: rgba(0,76,102,0.7);
	 background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,176,202,0.7)), to(rgba(0,76,132,0.7)));
	 background: -moz-linear-gradient(top, rgba(0,176,202,0.7), rgba(0,76,132,0.7));
	 background: -o-linear-gradient(top, rgba(0,176,202,0.7), rgba(0,76,132,0.7));
    border-right: 1px solid rgba(0,132,132,0.7);
    border-left: 1px solid rgba(0,132,132,0.7);
    color: black;
    text-align: left;
}
*/
table tr.thAll, table tr.thCht {
	background: #0158a5 repeat;
	/* background: -webkit-gradient(linear, left top, left bottom, from(rgba(250,250,250,1)), to(rgba(140,140,140,1))); */
	background: -moz-linear-gradient(top, rgba(250,250,250,1), rgba(140,140,140,1));
	background: -o-linear-gradient(top, rgba(250,250,250,1), rgba(140,140,140,1));
	border-right: 1px solid rgba(0,132,132,0.7);
	border-left: 1px solid rgba(0,132,132,0.7);
	color: black;
	text-align: left;
}

table tr.thEst {
    background-color: rgba(250,0,0,0.9); /* 196,18,48,0.9 */
    background: -moz-linear-gradient(top, rgba(200,0,0,0.9), rgba(130,0,0,0.9));
    background: rgba(130,0,0,1) repeat;
    color: white;
    text-shadow: 0 1px 0 black;
}

table tr.thWst {
    background-color: rgba(0,62,126,0.7);
    background: #0158a5 repeat;
    color: white;
    text-shadow: 0 1px 0 black;
}


table tr.thBot, td.tdBlack {
    background-color: #d71e0a;
    background: black;
    border-right: 1px solid rgba(104,0,178,0.7);
    border-left: 1px solid rgba(104,0,178,0.7);
    color: white;
}


table.AllStats tr td {
	border-bottom: solid 1px #d2d2d2;
}

table.AllStats tr th {
	/* border-left: 1px solid rgba(161,161,161,0.7); */
}

table.AllStats tr td.rline {
	border-right: 1px solid rgba(161,161,161,0.7);
}

table.AllStats tr th.rline {
	border-right: 1px solid rgba(161,161,161,0.7);
}

/******************************** STANDING TABLES ********************************/

table.standings {
    color: #000;
    margin: 0 auto;
    cursor: default;
    min-width: 710px;
    background-repeat: no-repeat;
    background-position: center 35px;
}

table.standings tr th, table.standings tr td.poradi {
    /*color: #805300;*/
    font-size: small;
    /*font-weight: bold;*/
    text-align: center;
}

table.standings tr td { 
    font-size: small; 
    line-height: 19px;
    text-align: left;
    padding: 1px 8px;
    border-left: 1px solid rgba(161,161,161,0.7);
}

table.standings .rline {
    border-right: 1px solid rgba(161,161,161,0.7);
    font-weight: bold;
}

table.standings tr td > img {
    float: left;
    margin-top: 3px;
}

table.standings tr td.cent {
    text-align: center;
}

table.standings tr td.eastern {
    -webkit-border-radius: first-value-of(8px) first-value-of(8px);
    -moz-border-radius: 8px / 8px;
    border-radius: 8px;
    background-color: #c41230;
    background-image: -webkit-linear-gradient(left top,#c41230 0,#a50f28 25%,#c41230 50%,#a50f28 75%,#c41230 100%);
    background-image: linear-gradient(to right bottom,#c41230 0,#a50f28 25%,#c41230 50%,#a50f28 75%,#c41230 100%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-size: 6px 6px;
    background-size: 6px 6px;
    -webkit-box-shadow: 0px 0px 3px 0px white;
    -moz-box-shadow: 0px 0px 3px 0px white;
    box-shadow: 0px 0px 3px 0px white;
    height: 35px;
    border: 0;
}

table.standings tr td.western {
    -webkit-border-radius: first-value-of(8px) first-value-of(8px);
    -moz-border-radius: 8px / 8px;
    border-radius: 8px;
    background-color: #003e7e;
    background-image: -webkit-linear-gradient(left top,#003e7e 0,#002d5c 25%,#003e7e 50%,#002d5c 75%,#003e7e 100%);
    background-image: linear-gradient(to right bottom,#003e7e 0,#002d5c 25%,#003e7e 50%,#002d5c 75%,#003e7e 100%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-size: 6px 6px;
    background-size: 6px 6px;
    -webkit-box-shadow: 0px 0px 3px 0px silver;
    -moz-box-shadow: 0px 0px 3px 0px silver;
    box-shadow: 0px 0px 3px 0px silver;
    height: 35px;
    border: 0;
}

table.standings tr td.eastern > img, table.standings tr td.western > img  {
    margin: 0;
}

table.standings tr th.space { 
    height: 2px;
    border: 0px;
}

.standings-2 {
	max-width: 950px;
	overflow: scroll;
	overflow-x: auto;
	overflow-y: auto;
	position: relative;
	margin: 0 auto;
	/* border-left: solid 1px #D2D2D2; */
	/* background: #f2f3f5; */
}


.standings-2-main td, .standings-2-main th {
	min-width: auto;
	white-space: nowrap;
	text-align: center;
	border-bottom: solid 1px #D2D2D2;
}


.standings-2-main td.fix-col {
    background: whitesmoke !important;
    color: black !important;
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    text-align: left;
    left: 0;
    text-shadow: 0px 0px 5px #f7f7f7;
    padding: 7px 10px;
    min-width: 194px;
}


.standings-2-main td.fix-col span.logo {
    width: 35px;
    height: 16px;
}

.standings-2-main td.fix-col span.poradi {
    position: absolute;
    z-index: 5;
    /* left: -11px; */
    min-width: 27px;
    text-align: center;
    background: #932f2f;
    color: white;
}

.standings-2-main td.fix-col span {
    z-index: 1;
    left: 0;
    top: 0px;
    position: absolute;
    padding: 7px 10px;
}

.standings-2-main td.fix-col span.logo {
    background-position: 0px 2px;
    background-size: 35px;
    padding: 10px 0;
    left: 54px;
}

.standings-2-main td.fix-col span.playoff_postup::after,
.standings-2-main td.fix-col span.predkolo_postup::after {
	position: absolute;
	left: 44px;
	top: 10px;
	/* content: " "; */
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
}

.standings-2-main td.fix-col span.playoff_postup::after {
}

.standings-2-main td.fix-col span.predkolo_postup::after {
	border-color: transparent transparent transparent #08436d;
}

.standings-2-main td.fix-col a.nazev {
    width: 35px;
    /* border: 1px solid red; */
    margin-left: 93px;
    padding: 7px 10px;
    text-transform: uppercase;
    color: black;
}

.standings-2-main td.fix-col a.playoff_postup {
    color: #704343;
    font-weight: bold;
}

.standings-2-main td.fix-col a.predkolo_postup {
    color: #08436d;
    font-weight: bold;
}

.standings-2-main td.fix-col img {
    width: 24px;
}

img.standings-logo {
	height: 50px !important;
	width: auto !important;
	top: -37px;
	left: 143px;
	position: absolute;
	z-index: 1000;
}
  
.standings-2-main {
    /* border-right: solid 1px #D2D2D2; */
    font: normal 20px Arial, sans-serif;
    border-collapse: separate;
    border-spacing: 0 0px;
}

.standings-2-main .thBot th {
    background-color: #fdfdfd;
    color: #373a3f;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.standings-2-main .thBot th.fix-col {
	z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.standings-2-main tbody td {
    border-bottom: solid 5px white;
    border-right: 5px solid white;
    color: white;
    position: relative;
}

.standings-2-main tbody td:last-of-type {
    border-right: 0px solid transparent;
}

.standings-2-main tr > td {
    color: white;
}

.standings-2-main tr.light > td {
    background: #932f2f;
}

.standings-2-main tr.dark > td {
    background: #7a4848;
}

.standings-2-main tbody td.bold {
    font-weight: bold;
    background: black;
}

.standings-2-main tbody tr:hover td.bold {
    color: gold;
}



.standings-2-main tbody tr:hover td.rline:after {
    border-top: 37px solid black;
}


.standings-2-main tbody td.playoff_postup {
    background: #a61808;
}

.standings-2-main tbody td.predkolo_postup {
    background: #08436d;
}

.standings-2-main tbody th {
    border-bottom: 0;
    color: white;
    background-color: #333;
    padding: 15px 14px;
}

.standings-2-main th.space {
    position: relative;  
    text-align: left;
}


.standings-2 .table-name-normal {
	visibility: visible;
	display: contents;
}

.standings-2 .table-name-mobile {
	visibility: hidden;
	display: none;
}

/******************************** PLAY-OFF ********************************/

table.playoff {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

table.playoff td {
	padding: 3px;
	font-size: small;
	font-weight: normal;
	cursor: default;
}
               
table.playoff td.norm {
	background: rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px 0 #000;
	box-shadow: 0 0 6px 0 #000;           
}
        
table.playoff td.semi {
	-webkit-box-shadow: 0 0 6px 0 #000;
	box-shadow: 0 0 6px 0 #000;      
}
        
table.playoff td.est {
	background-color: rgba(126,0,32,0.9);
	background: rgba(196,0,0,1) repeat;
	-webkit-box-shadow: 0 0 6px 0 #000;
	box-shadow: 0 0 6px 0 #000;
	color: white;
	text-shadow: 0 1px 0 black;
}
        
table.playoff td.wst {
	-webkit-box-shadow: 0 0 6px 0 #000;
	box-shadow: 0 0 6px 0 #000;
	background-color: rgba(0,62,126,0.9);
    background: rgba(0,62,196,0.9) repeat;
	
	color: white;
	text-shadow: 0 1px 0 black;
}
        
table.playoff td.winsc {
	background: rgba(255,215,0,0.9);
	background: repeat rgba(255,215,0,0.9);
	-webkit-box-shadow: 0 0 6px 0 #000;
	box-shadow: 0 0 6px 0 #000;
}
        
table.playoff td.link {
	padding: 0;
	vertical-align: top;
}
        
table.playoff td.link a {
	text-decoration: none;
	display: block;
	padding: 3px;
	color: black;
	box-shadow: 0 0 6px #000;
}
        
table.playoff td.link a:hover, td.DoneAll, td.DoneWin, tr.thGamestat {
   background-color: rgba(0,170,0,0.9);
   background: rgba(0,170,0,1) repeat;
   color: white;
   text-shadow: 0 1px 0 black;
}

table.playoff td.DoneDraw {
	background: rgba(255,215,0,0.9) repeat;
	color: black;
	text-shadow: 0 1px 0 white;
}

table.playoff td.DoneLose {
	background: rgba(196,18,48,1) repeat;
	color: white;
	text-shadow: 0 1px 0 black;
}

table.playoff td.DoneLose a, table.playoff td.DoneWin a  {
	color: white;
	text-shadow: 0 1px 0 black;
}


/******************************** ALL STATS ********************************/

table.AllStats tr td, table.AllStats tr th {
    /* font-weight: bold; */
    /* font-size: x-small; */
}

.WinColor {
	font-weight: bold;	
	color: rgba(0,120,0,1);
}

.LoseColor {
	font-weight: bold;
	color: rgba(120,0,0,1);
}

.LoseOtColor {
	font-weight: bold;
	color: rgba(120,120,0,1);
}

table.AllMatches tr td.Neutral {
	color: rgba(0,0,0,0.9);
}


table.AllStats td.poradi, table.AllStats th.poradi {
    text-align: center; 
    font-size: x-small; 
 }
 
table.AllStats td.TdName {
    width: 140px; 
    text-align: left;
}

table.legenda {
	margin: 20px auto 20px auto;
}

table.legenda th, table.legenda td {
    font-size: x-small;
    font-weight: bold;
}

.skr {
    text-align: right;
    padding-left: 10px;
}

.exp {
    text-align: left;
    padding-right: 10px;
}

/******************************** LAST 5 CIRCLES ********************************/

p.Win5, p.Lose5, p.Draw5, p.Empty5 {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0px 1px 6px 1px white;
	margin: 0px 2px;
}

span.title5 {
    padding: 4px 8px;
    color: black;
    white-space: nowrap;
    position: absolute;
    z-index: 0;
    margin: -43px 0px 0 -16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    text-shadow: 0 1px 0 #deb887;
    font-weight: bold;
    background-image: -moz-linear-gradient(top, #deb887, #776249);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #777777));
    background-image: -webkit-linear-gradient(top, #deb887, #776249);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s ease;
}

span.title5::before {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 7.5px 0 7.5px;
	border-color: #776249 transparent transparent transparent;
	position: absolute;
	margin: 20px 0 0 1px;
}

p.Win5:hover span.title5,
p.Lose5:hover span.title5,
p.Draw5:hover span.title5 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.25s, opacity 0.25s ease;
}

p.Win5 {
	background-image: -moz-radial-gradient(center, ellipse cover, rgba(101, 201, 0, 0.7) 0%, rgba(75, 150, 0, 0.7) 100%);
	background-image: -webkit-radial-gradient(center, ellipse cover, rgba(101, 201, 0, 0.7) 0%, rgba(75, 150, 0, 0.7) 100%);
	background-image: radial-gradient(ellipse at center, ellipse cover, rgba(101, 201, 0, 0.7) 0%, rgba(75, 150, 0, 0.7) 100%);
}

p.Lose5 {
	background-image: -moz-radial-gradient(center, ellipse cover, rgba(201, 0, 0, 0.7) 0%, rgba(150, 0, 0, 0.7) 100%);
	background-image: -webkit-radial-gradient(center, ellipse cover, rgba(201, 0, 0, 0.7) 0%, rgba(150, 0, 0, 0.7) 100%);
	background-image: radial-gradient(ellipse at center, ellipse cover, rgba(201, 0, 0, 0.7) 0%, rgba(150, 0, 0, 0.7) 100%);
}

p.Draw5 {
	background-image: -moz-radial-gradient(center, ellipse cover, rgba(252, 196, 0, 0.7) 0%, rgba(201, 158, 0, 0.7) 100%);
	background-image: -webkit-radial-gradient(center, ellipse cover, rgba(252, 196, 0, 0.7) 0%, rgba(201, 158, 0, 0.7) 100%);
	background-image: radial-gradient(ellipse at center, ellipse cover, rgba(252, 196, 0, 0.7) 0%, rgba(201, 158, 0, 0.7) 100%);
}

p.Empty5 {
	background: transparent;
}


/******************************** CHAT, COMMENTS ********************************/

table.comments {
	color: black;
	width: 100%;
	margin: 0 0 12px 0;
	text-align: left;
	font-size: small;
	font-weight: normal;
	cursor: default;
}

table.comments {
	/* border-bottom: 1px solid gray; */
}

table.comments tr.thAll th {
	border-top: 1px solid gray;
}

table.comments td, table.comments tr.thAll th {
	/* border-left: 1px solid gray; */
	/* border-right: 1px solid gray; */
}

table.comments img {
	height: 14px;
	margin: -2px 0 -3px 0;
}

table.comments textarea {
	width: 99%;
	margin: 0 auto;
	font-size: 12px;
	border: 1px solid gray;
	color: black;
	background-color: transparent;
}

table.comments input {
	border: 0;
	padding: 5px 10px;
	background: rgba(250,250,250,0);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.8);
	text-shadow: 0 1px 0px #ddd;
	color: black;
	transition: all 0.25s ease;
}

table.comments input:hover {
	background: #0158a5;
	background: #0158a5 repeat;
	/*box-shadow: 0 0 6px 0 rgba(255,255,255,0.8);*/
	text-shadow: 0 1px 0px black;
	color: white;
	cursor: pointer;
	transition: all 0.25s ease;
}

table.comments th img {
	margin: -2px -2px;
	padding: 0 3px;
}

table.comments tr.dark {
     background-color: #B4B9B6;
     /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(220,220,220,0.7)), to(rgba(170,170,170,0.7))); */
     background: -moz-linear-gradient(top, rgba(220,220,220,1), rgba(150,150,150,1));
     background: -o-linear-gradient(top, rgba(220,220,220,1), rgba(150,150,150,1));
}

table.comments tr.light {
    background-color: #e1e7e4;
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(185,185,185,0.7)), to(rgba(255,255,255,0.7))); */
    background: -moz-linear-gradient(top, rgba(185,185,185,1), rgba(200,200,200,1));
    background: -o-linear-gradient(top, rgba(185,185,185,1), rgba(255,255,255,1));
}

table.comments tr.dark td, table.comments tr.light td {
     padding: 10px 7px;
     word-wrap: break-word;
}


/******************************** CALENDAR ********************************/

div.calendar {	
	width: 100%;	
	text-align: center;
}

div.calendar .window {
	width: 30%;
	margin: 2% 1.3%;
	background: #e1e7e4 repeat;
	display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: 0px 2px 10px 0px #1a2653;
	box-shadow: 0px 2px 10px 0px #1a2653;
	transition: all 0.25s ease;
}

div.calendar .window:hover {
	-ms-transform: scale(1.5,1.5); /* IE 9 */
	-webkit-transform: scale(1.5,1.5); /* Safari */
	transform: scale(1.3,1.3);
	transition: all 0.25s ease;
}

div.calendar .time {
	display: block;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: beige;
	text-shadow: 0 1px 0 #19487d;
	background: #0158a5 repeat;
	border-bottom: 1px solid rgba(222,184,135,0.7);
	/* -webkit-border-radius: 14px 14px 0 0; */
	/* border-radius: 14px 14px 0 0; */
}

div.calendar .no-reservation, div.calendar .free-termin, 
div.calendar .reserved-time, div.calendar .no-free-time {
	display: block;
	padding: 5px 5px;
	text-align: center;
	color: beige;
	text-shadow: 0 1px 0 black;
}

div.calendar .no-reservation {
	background-color: rgba(30,30,30,1);
	background: rgba(30,30,30,1) repeat;
}

.nick-light {
	background-color: rgba(255,255,255,1);
    background: rgba(255,255,255,1) repeat;
}

.nick-dark {
	background-color: rgba(200,200,200,1);
    background: rgba(200,200,200,1) repeat;
}

div.calendar .calendar-nick {
	color: black;
	font-weight: bold;
	padding: 5px;
	display: block;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

div.calendar .calendar-nick:hover {
	opacity: 0.6;
	color: darkgreen;
	transition: opacity 0.5s ease-in-out;
}


div.calendar .free-termin, #wn_down, #wn_up, table tr.thGrn {
	background-color: rgba(0,170,0,0.9);
	background: rgba(0,170,0,0.9) repeat;
}

div.calendar .reserved-time {
	background: rgba(210,109,0,0.9);
	background: rgba(210,109,0,0.9) repeat;
}


/******************************** PLAYER CARD, MANAGER ********************************/

.player-header {
    width: 716px;
    height: 210px;
    margin: 2% auto 0 auto;
    color: black;
}

.player-image {
	float: left;
	position: relative;
	height: 210px;
	width: 254px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 21px 0 black;
	box-shadow: 0 0 21px 0 black;
	background: url(../images/layout/player-background.jpg);
	overflow: hidden;
}

.player-season-stats {
	width: 442px;
	height: 100%;
	margin: 0 0 0 274px;
	border-radius: 50px;
	text-align: center;
	-webkit-box-shadow: 0 0 21px 0 black;
	box-shadow: 0 0 21px 0 black;
	background: url(../images/layout/player-background.jpg);
	overflow: hidden;
}

.team-logo {
	position: absolute;
	margin: 26px 0 0 -15px;
	height: auto;
	width: 135px;
	opacity: 0.5;
}

.player-logos img {
	position: absolute;
	border-radius: 50px 0 0 50px;
	max-width: 127px;
	height: auto;
	margin: 0 0 0 137px;
}

.player-photo {
    width: auto;
    max-height: 210px;
    margin: 26px 0 0 6px;
    position: absolute;
    z-index: 10;
    overflow: hidden;
}


.player-season {
    margin: 15px 0 0 0px;
    padding: 12px 36px;
    display: block;
    font-weight: bold;
    font-size: x-large;
    text-align: left;
    text-shadow: 0px 1px 1px white;
    background: -moz-linear-gradient(top, rgba(35,101,176,0.75) 0%, rgba(35,101,176,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(35,101,176,0.75) 0%,rgba(35,101,176,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(35,101,176,0.75) 0%,rgba(35,101,176,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2365b0', endColorstr='#002365b0',GradientType=0 ); /* IE6-9 */
    border-radius: 50px 50px 0 0;
}

.player-box-stats {
	display: inline-block;
	margin: 5px;
	font-weight: bold;
	font-size: medium;
	/* border: 1px solid rgba(35,101,176,0.75); */
	border-radius: 13px;
	background: rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 10px 0 white;
	box-shadow: 0 0 10px 0 white;
}

.player-box-head {
	display: block;
	padding: 3px 10px;
	border-radius: 12px 12px 0 0;
	background: -moz-linear-gradient(top, rgba(35,101,176,0.75) 0%, rgba(35,101,176,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(35,101,176,0.75) 0%,rgba(35,101,176,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(35,101,176,0.75) 0%,rgba(35,101,176,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2365b0', endColorstr='#002365b0',GradientType=0 ); /* IE6-9 */
}

.player-box-number {
	display: block;
	padding: 3px 10px;
	border-radius: 0 0 12px 12px;
	color: #19487d;
}

.player-nation {
    margin: -1px 9px 0px 0px;
    padding: 0 0 0 0;
    max-height: 20px;
    height: auto;
    float: left;
}

.player-name {
	margin: 0 0 5px 0;
	padding: 12px 36px;
	display: block;
	text-align: left;
	font-family: Work Sans;
	/* font-weight: bold; */
	font-size: x-large;
	text-shadow: 0px 1px 1px white;
	background: -moz-linear-gradient(top, rgba(35,101,176,0.75) 0%, rgba(35,101,176,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(35,101,176,0.75) 0%,rgba(35,101,176,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(35,101,176,0.75) 0%,rgba(35,101,176,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2365b0', endColorstr='#002365b0',GradientType=0 ); /* IE6-9 */
}

.manager-season-stats {
	width: 100%;
	height: 237px;
	margin: 0;
	border-radius: 50px;
	text-align: center;
	-webkit-box-shadow: 0 0 21px 0 black;
	box-shadow: 0 0 21px 0 black;
	background: url(../images/layout/player-background.jpg);
	overflow: hidden;
  position: relative;
}


/******************************** HISTORIE LIGY ********************************/

div.archive-card {
	width: 27%;
}

div.archive-card a {
	height: 80px;
	line-height: 80px;
}


div.archive-card {
	float: left;
	text-align: center;
	vertical-align: -webkit-baseline-middle;
	margin: 3%;
	transition: all 0.35s ease;
}

div.archive-card:hover {
   transition: all 0.35s ease;
   box-shadow: 0 0px 20px 2px beige;
   background: rgba(35,101,176,1);
   position: relative;
   z-index: 999;
}

div.archive-card a {
	color: beige;
	transition: box-shadow 0.35s ease;
	background: #0158a5 repeat;
	text-decoration: none;
	font-size: large;
	font-weight: bold;
	display: block;
}


/******************************** OBRAZKY ********************************/

.img-news-hover {
	cursor: pointer;
}

.img-news-hover:hover > .hover-show-news {
	visibility: visible;
	opacity: 1;
	transition: visibility 0.5s ease, opacity 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, color 0.5s ease;	
}

.hover-show-news {
	padding: 10px;
  margin: -57px 0 0 18px;
	position: absolute;
	z-index: 1000;
	border: 2px solid #400908;
	visibility: hidden;
	opacity: 0;
	background: #8c9140;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 7px 0 #232323;
  box-shadow: 0 0 7px 0 #232323;
  transition: visibility 0.5s ease, opacity 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, color 0.5s ease;
}

.rank-img {
    position: absolute;
    margin: -4px 0 0 270px;
}

.rank-img-team-page {
    position: absolute;
    margin: -212px 0 0 180px;
}

/******************************** OTHERS ********************************/

.alert-error {
    border: 2px solid crimson;
    margin: 2px 0;
}

.alert-ok {
    border: 2px solid rgb(169, 169, 169);
    margin: 2px 0;
}

ul.filter {
	margin: 1% 0 3% 0;
	padding: 0;
	text-align: left;
}

ul.filter > li {
	display: inline-flex;
	list-style: none;
	padding: 1% 3%;
}

/******************************** FOOTER ********************************/

#Footer {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #rgba(0,0,0,0.75);
	border-top: 3px solid black;
	text-align: center;
	color: #e4e4e4;
}

#Footer a {
	color: #19487d;
	font-weight: bold;
	text-decoration: none;
}

#Footer a:hover {                        
	text-decoration: underline;
}

#Footer span.copywright {
	max-width: 1225px;
	margin: 0 auto;
	display: block;
	font-size: xx-small;
}

/* rakosan upravy */
/* menu */
nav[role="navigation"] > ul {
    max-width: 944px;
    width: 70%;
    display: inline-block;
}
#HeadLinksRight {
    right: auto;
    max-width: 320px;
    width: 30%;
    position: relative;
    margin: 0 auto;
    text-align: right;
    display: inline-block;
    background: transparent;
    color: white;
    box-shadow: none;
    border: 0;
}
#HeadLinksRight a {
    color: white;
}

nav[role="navigation-gm"] {
    background: #b30000;
    border-bottom: 3px solid #000000;
}
nav[role="navigation-gm"] > ul > li > a {
    color: white;
}
nav[role="navigation-gm"] > ul > li > a {
    background-image: linear-gradient(to bottom, transparent 50%, #000000 50%);
}

/* logo */
#Header {
    text-align: center;
}
.ligove-logo {
    margin: 15px 0 0 0;
    float: none;
}

@media (max-width: 1199px) {
nav[role="navigation"] > ul > li > a, nav[role="navigation"] > ul > li > select, nav[role="navigation-gm"] > ul > li > a {
    font-size: 16px;
}
#HeadLinks a, #HeadLinksRight a, #HeadLinksRight span, #Leagues a, #LeagueSelect a {
    font-size: 16px;
}
}
@media (max-width: 991px) {
nav[role="navigation"] > ul, nav[role="navigation-gm"] > ul {
    width: 73%;
}
#HeadLinksRight {
    width: 25%;
    max-width: 238px;
}
nav[role="navigation"] > ul > li > a, nav[role="navigation"] > ul > li > select, nav[role="navigation-gm"] > ul > li > a {
    font-size: 14px;
}
#HeadLinks a, #HeadLinksRight a, #HeadLinksRight span, #Leagues a, #LeagueSelect a {
    font-size: 11px;
}
nav[role="navigation-gm"] > ul {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
}
nav[role="navigation-gm"] {
    overflow-x: hidden !important;
}
nav[role="navigation-gm"] > ul > li:not(:last-child) {
    border-right: 1px solid #b30000;
}
nav[role="navigation-gm"] > ul > li > a {
    font-size: 12px;
    line-height: 1em;
}
}
@media (max-width: 920px) {
div.menu-btn #HeadLinksRight {
    width: 80%;
    max-width: 270px;
    float: left;
    margin: 0 auto;
}
div.menu-btn {
    min-height: 52px;
}
div.menu-btn > span {
    float: right;
}
#HeadLinks a, #HeadLinksRight a, #HeadLinksRight span, #Leagues a, #LeagueSelect a {
    padding: 15px 8px;
    font-size: 14px;
}
}
@media (max-width: 479px) {
#TopTeams div.match-item,
#TopTeams div.match-item:first-child {
    border-right: 0px solid silver;
    border-left: 0px solid silver;
}
}