﻿


*,*:after,*:before {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	padding: 0;	margin: 0;}



.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.select {
    -webkit-touch-callout:text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}


/* error dial*/
div, a, p, img, blockquote, form, fieldset, textarea,  label, iframe, code, pre {
	/*display: block;*/
	overflow:hidden;
	position:relative;
}


p {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	font-family:'Helvetica Neue', sans-serif!important;
    font: 12px;
	color:#808080;
    margin-bottom: 10px;
}
p > a {
	display: inline;
	text-decoration: none;
}
p > a:hover {
	text-decoration: underline;
}
p > span {
	display: inline;
}
span > a {
	display: inline;
}
a > span {
	display: inline;
}

a {
	text-decoration: none;
    color:#f1f1f1;
}

a:hover {
	text-decoration: none;
    color:#f1f1f1;
}

h1 {
	font-size: 22px;
	line-height: 26px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 1px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	padding-top: 1px;
}
h4 {
	font-size: 16px;
	padding-bottom: 1px;
}

h6{
	font-size:12px;
	line-height:18px;
	padding-bottom:1px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	display: inline;
}
h1, h2, h3, h4, h5{
	font-weight:600; 
	margin-bottom:5px;	
}



ul {
    margin-bottom: 20px;
    list-style-image: url('../images/redcircle.png');
}

.regular-list{
	overflow:visible!important;
	margin-left:0px;
}

.number-list li{
	overflow:visible!important;
	margin-left:0px;
	list-style:decimal;
	margin-left:20px;
}


ol {
	margin-bottom: 5px;
}
li {
    font-family: 'Helvetica Neue', sans-serif !important;
    display: block;
    font-size: 16px;
    color: #666666;
    padding: 5px;
    margin-bottom: -1px;
}

ol > li:last-child, ul > li:last-child {
    margin-bottom:0px;	
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.center-text{
	text-align:center;
	color:#FEFEFE;
	opacity:0.5;
}
F
.content{
	padding-top:30px;
}

.container{
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
}

.decoration{
	background-color:#cacaca;
	height:1px;
	width:100%;
	display:block;
	margin-bottom:20px;
}


.mainheading {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: 'Helvetica Neue', sans-serif !important;
    display: block;
    font-size:16px;
    color: #1c1c1c;
    user-select: none;
}
/*/////////////////*/
/*Navigation Styles*/
/*/////////////////*/

body{
	background-color:#FFFFFF;
}


.menubutton {
    margin: auto;
    margin-bottom: 10px;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    color: #000000;
    padding-top: 3px;
    width: 63px;
    height: 30px;
    font-family: Verdana;
}



.fixturepanel {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-family: 'Helvetica Neue', sans-serif !important;
    display: block;
    font-size: 12px;
    background-color: #f1f1f1;
    font-weight: 600;
    text-transform: none;
    max-width: 440px;
    text-transform: none;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-top: 5px;
    padding-left: 5px;
    cursor: pointer;
    color: #808080;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-left: 8px;
    margin-top: 10px;
    height: 140px;
    width: 345px;
    line-height: 18px;
    -webkit-tap-highlight-color: transparent;
    color: #1f1f1f;
}

.roundedpanel {
    text-transform: none;
    color: #000000;
    font-weight: 400;
    font-family: Verdana;
    display: block;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-color: #f1f1f1;
    line-height: 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
}


.actionbutton {
    text-transform: none;
    color: #000000;
    font-weight: 400;
    font-family: Verdana;
    display: block;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-color: #f1f1f1;
    line-height: 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: auto;
    font-size: 20px;
    padding-top: 13px;
    width: 190px;
    height: 50px;
    color: white;
    top: 20px;
    margin-top: 20px;
    border-radius: 10px; /* future proofing */
}

.actionbuttonsmall {
    width: 45px;
    height: 30px;
    cursor: pointer;
    padding-top: 3px;
    color: black;
    font-size: 14px;
}

.roundedgreypanel {
    text-transform: none;
    margin: auto;
    margin-top: 20px;
    line-height: 26px;
    color: black;
    font-weight: 400;
    font-family: Verdana;
    display: block;
    font-size: 16px;
    vertical-align: middle;
    text-align: left;
    padding: 17px;
    background-color: #f1f1f1;
    width: 330px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
}

.cleartextpanel {
    background-color: transparent;
}


.userrecentresults {
    text-transform: none;
    color: #808080;
    font-weight: 500;
    font-family: Verdana;
    display: block;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-color: #f1f1f1;
    width: 70px;
    line-height: 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
}

.scorebutton {
    text-transform: none;
    color: #1c1c1c;
    font-weight: 500;
    font-family: Verdana;
    display: block;
    cursor: pointer;
    vertical-align: middle;
    background-color: #f1f1f1;
    line-height: 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    text-align: center;
    float: left;
    height: 42px;
    width: 45px;
    margin-bottom: 6px;
    margin-right: 8px;
    font-size: 20px;
    padding-top: 8px;
}


.gamebutton {
    text-transform: none;
    color: #ffffff;
    font-weight: 500;
    font-family: Verdana;
    display: block;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-color: #f1f1f1;
    width: 70px;
    line-height: 25px;
    height: 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*padding-top: 1px;*/
    border-radius: 10px; /* future proofing */
}




#alertpanel {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: 'Helvetica Neue', sans-serif !important;
    display: block;
    font-size: 16px;
    color: #f1f1f1;
}



#helppanel {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: 'Helvetica Neue', sans-serif !important;
    display: block;
    font-size: 16px;
    color: #f1f1f1;
   
}

#predictpanel {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: 'Helvetica Neue', sans-serif !important;
    display: block;
    font-size: 16px;
    color: #f1f1f1;
    z-index: 2;
    position: fixed;
    left: 0px;
    top: -925px;
    text-align: left;
    width: 100%;
    max-width: 440px;
    margin-left: 5px;
    margin-right: 10px;
    padding: 6px;
    height: 900px;
    border-radius: 5px;
}

#chipselectorpanel {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: 'Helvetica Neue', sans-serif !important;
    display: block;
    font-size: 16px;
    color: #f1f1f1;
    z-index: 2;
    position: fixed;
    left: 0px;
    top: -925px;
    text-align: left;
    width: 100%;
    max-width: 440px;
    margin-left: 5px;
    margin-right: 10px;
    padding: 6px;
    height: 900px;
    border-radius: 5px;
}

#menupanel {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: 'Helvetica Neue', sans-serif !important;
    display:block;
    font-size: 16px;
    color: #f1f1f1;
    position:fixed;
}


.shortname {
    position: absolute;
    width: 40px;
    font-size: 14px;
}

.shotnumbercircle {
    border-radius: 50%;
    margin-left:3px;
    font-family: Segoe UI, sans-serif !important;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 7px;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 8px;
}

.goalnumbercircle {
    border-radius: 50%;
    font-family: Verdana, sans-serif !important;
    color: #FFFFFF;
    width: 32px;
    height: 32px;
    padding-top: 6px;
    margin-right: 7px;
   /* background-color: #C3C3C3;*/
    text-align: center;
    font-size: 24px;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.goalnumbercirclelarge {
    border-radius: 50%;
    font-family: Verdana, sans-serif !important;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    margin-right: 7px;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 24px;
    float:left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pink {
    background: #FF69B4;
}


.goalnumbercircle#1f1f1f {
    background: #5E5E5E;
}


.goalnumbercirclered {
     background: #ff1a2f;
}

.goalnumbercirclegreen {
    background: #0AC92B;
}

.goalnumbercirclegrey {
    background: #B0B0B0;
}


.goalnumbercirclewhite {
    background: #FFFFFF;
}

.goalnumbercircleblue {
    background: #AEAEAE;
}

.goalnumbercirclepaleblue {
    background: #f1f1f1;
}


.goalnumbercircleorange{
 background: #fb7f22;
}




.playernamecard {
    font-size: 16px;
    height:40px;
    width:140px;
    text-align:center;
    align-content:center;
    margin-top:7px;

}



.playerpositioncard {
    height: 32px;
    width: 32px;
    float: right;
    background-color:#1c1c1c;
    color: #ffffff;
    font-size: 14px;
}

.playerclubcard {
    height: 38px;
    width: 38px;
    padding-top: 8px;
    font-size: 14px;
}

.playerclubcardpoker {
    height: 48px;
    width: 48px;
    padding-top: 14px;
    font-size: 14px;
}


.playercountrycard {
    height: 24px;
    width: 24px;
    border-radius: 8px;
}

.playerwagecard {
    background-color: goldenrod;
    float: left;
    height: 38px;
    width: 38px;
    font-size: 14px;
    padding-top: 10px;
}


.playercountrynamecard {
    text-align: center;
    height: 24px;
    font-size: 15px;
}
















	


































