
body {
  color: #444;
  background-image: url('../images/bg.jpg');
}

li.gk {
    list-style-image: url('../images/g.png');
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 15px;
}

li.pos1 {
    background-image: url('../images/g.png');
}
li.pos2 {
    background-image: url('../images/d.png');
}
li.pos3 {
    background-image: url('../images/m.png');
}
li.pos4 {
    background-image: url('../images/f.png');
}

#playerPopA {
cursor: help;
}

a:link {
    color: #444;
    text-decoration: none;
}

a:visited {
    color: #444;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:active {
    color: #000;
}

.bottom {
	 width: 850px ;
	 margin-left: auto ;
	 margin-right: auto ;
	 padding-right: 20px;
	 padding-left: 20px;
    background-color: #f1f1f1;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    color: #000000;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}
#container {
    height:100%;
	width:95%;
	margin-left: auto ;
	margin-right: auto ;
    background-color: #f1f1f1;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding: 2px;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}

#loadingBox {
	width:98%;
	margin-left: auto ;
	margin-right: auto ;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding: 10px;
    position: absolute; 
    font:13px/1.231 sans-serif;
    text-align: center;
}


#header {
	text-align: center;
	font:18px/1.231 sans-serif;
	color: #444;
}
table.center {
    margin-left:auto;
    margin-right:auto;
}

.gameweek {
	background-color: #eee;
	border-radius: 10px;
	padding: 10px;
	vertical-align: top;
	display: inline-block;
}

.playerData {
	margin-left: 10%;
}

div.gameweekData {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}

@-webkit-keyframes move
{
    from {
        left: 0;
    }
    to {
        left: 110%;
    }
}
@keyframes move
{
    from {
        left: 0;
    }
    to {
        left: 110%;
    }
}

a#rotator {
    text-decoration: none;
    padding-right: 20px;
    margin-top: 150px;
    left: 110%;
    position: relative;
    -webkit-animation: move 20s;
    animation: move 20s;
}

a#rotator img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    border-radius:60px;
    transition-duration: 1s;
    }

a#rotator img:hover {
    box-shadow: 0 3px 15px #000;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: translate()
}

input {
    padding: 9px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: 100px;
    background: #FFFFFF url('../images/bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    }

input:hover, textarea:hover,
input:focus, textarea:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }

.form label {
    margin-left: 10px;
    color: #999999;
    }

.submit input {
width: auto;
    padding: 5px 5px;
    background: #617798;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
.form {
	text-align: center;
    display: inline-block;
}
#help {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    font:13px/1.231 sans-serif;
}
tr.playerStat {
	text-align: center;
	border: 1px solid #444;
}

tr.playerStat:nth-child(even) {
    background-color: #fff;
}
tr.playerStat:nth-child(even) {
    background-color: #dbe9f2;
}
.table-header-rotated th.rotate-45{
	height: 80px;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	position: relative;
	vertical-align: bottom;
	padding: 0;
	font-size: 12px;
	line-height: 0.8;
}
.table-header-rotated th.rotate-45 > div{
	position: relative;
	top: 0px;
	left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
	height: 100%;
	-ms-transform:skew(-45deg,0deg);
	-moz-transform:skew(-45deg,0deg);
	-webkit-transform:skew(-45deg,0deg);
	-o-transform:skew(-45deg,0deg);
	transform:skew(-45deg,0deg);
	overflow: hidden;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.table-header-rotated th.rotate-45 span {
	-ms-transform:skew(45deg,0deg) rotate(315deg);
	-moz-transform:skew(45deg,0deg) rotate(315deg);
	-webkit-transform:skew(45deg,0deg) rotate(315deg);
	-o-transform:skew(45deg,0deg) rotate(315deg);
	transform:skew(45deg,0deg) rotate(315deg);
	position: absolute;
	margin-bottom: 15px;
	bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
	left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
	display: inline-block;
	// width: 100%;
	width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
	text-align: left;
	// white-space: nowrap; /*whether to display in one line or not*/
}

#playerPopUp {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 450px;
    padding: 25px;
    height: auto !important;
   }

.button {
    background-color: #2b91af;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
.button.small {
    border-radius: 15px;
    float: right;
    margin: 22px 5px 0;
    padding: 6px 15px;
}
.button:hover {
    background-color: #1e1e1e;
}
.button > span {
    font-size: 84%;
}
.button.b-close, .button.bClose {
    border-radius: 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}

#loading {
    color: #345;
    font-size: 0.6875rem;
    height: 20px;
    position: absolute;
    text-align: center;
    transform: none;
}
.gwHeader {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    color: #345;
    display: inline-block;
    font: 13px/100% Verdana,Tahoma,sans-serif;
    margin: 20px;
    padding: 10px;
    text-align: center;
    width: 50%;
}
legend {
  font-size:1.2em;
  padding-top: 1.2px;
  background: #fff;
}
fieldset {
  padding-top: 0px;
  background: white;
}