body{
	background: #ececec;
	font-family:'Lato', sans-serif;
	font-weight:900;
}

.floatLeft{
	float:left;
}

.gameHolder{
	background: #fff;
    width: 320px;
    width:100%;
    height: 568px;
    height:100%;
    overflow: auto;
    border: 4px solid #676767;
    margin: 0px auto 0px;
    /*border-radius: 14px;*/
    box-shadow: 2px 2px 2px #949494;
    position:relative;
}
.possessionBall{
	position: absolute;
	top:46px;
	left:180px;
	width: 10px;
    height: 10px;
    background: #fff;
    z-index: 4;
    border-radius: 10px;
    opacity: 0;
}
.bgOverlay{
	width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    z-index: 1;
    opacity: 0.3;
    display:none;
}
.betResultsOverlay{
	width: 100%;
    /*min-height: 220px;*/
    position: absolute;
    z-index: 2;
    bottom: 39px;
    left: 0px;
    display:none;
}
.betResultsOverlay .betResultsHolder{
	width: 95%;
    margin: 24px auto 0px;
    background: #fff;
    border-radius: 8px;
    overflow: auto;
    border: 2px solid #000;
}
.betResultsOverlay .betResultsHolder .betPlayHolder{
	background:#383838;
	padding-top:10px;
	padding-bottom:10px;
}
.betResultsOverlay .betResultsHolder .betTitle{
	text-align: center;
    color: #827e7e;
    font-weight:900;
}
.betResultsOverlay .betResultsHolder .betPlayResultsText{
	color: #fff;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
}
.betResultsOverlay .userBetsHolder{

}
.betResultsOverlay .userBet{
	height:45px;
	color:white;
	position: relative;
	margin-top:3px;
	clear:both;
	overflow:auto;
}
.betResultsOverlay .userBet.hard{
	background:#ff6f6f;
}

.betResultsOverlay .userBet .user{
	width:66px;
	line-height:42px;
	padding-left:10px;
}
.betResultsOverlay .userBet .userPrediction{
	font-size: 21px;
    font-weight: 900;
    color: #fff;
    width: 178px;
    line-height: 42px;
}
.betResultsOverlay .userBet .userResultIcon{
	font-size:26px;
	line-height: 42px;
}
.betResultsOverlay .userBet.won .userResultIcon .lostX{
	display:none;
}
.betResultsOverlay .userBet.lost .userResultIcon .wonCheck{
	display:none;
}
.betResultsOverlay .userBet .userCoinsHolder{
	width:62px;
	position:absolute;
	right:10px;
}
.betResultsOverlay .userBet .userCoinsHolder .coinIconWrapper{
	width: 20px;
    height: 20px;
    border-radius: 30px;
    /*border: 2px solid #e2e2e2;*/
    position: absolute;
    left: 9px;
    top: 12px;
}
.betResultsOverlay .userBet .userCoinsHolder .coinIcon{
	width: 100%;
    height: 100%;
    border-radius: 30px;
}
.betResultsOverlay .userBet .userCoinsHolder .coinAmount{
	font-size: 26px;
    position: absolute;
    right: 0px;
    top: 3px;
}



    




.allPlaysHolder{
	clear: both;
    height: 380px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.playHolder{
	border-bottom: 2px solid #636363;
    /*background: #fffdf6;*/
    background: #fff;
    padding: 10px 25px;
    font-size:12px;
    transition:all 300ms ease-in;
    overflow:hidden;
    border-left: 5px solid #f00;
    position: relative;
    height: 90px;
}
.playHolder.away{
	border-left: 5px solid #fd3838;
}
.playHolder.home{
	border-left: 5px solid #00a9ff;
}
.playHolder.home.scored{
	background: linear-gradient(#00a9ff, #79d2ff);
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
}
.playHolder.away.scored{
	background: linear-gradient(#fd3838, #f76365);
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
}
.playHolder.hide{
	padding:0px 25px;
	height:0px;
	transition:all 300ms ease-in;
}
.playHolder .points{
	position: absolute;
    right: 10px;
    top: 5px;
    font-size: 29px;
    display: none;
    background: #fff;
    color: #fa5051;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    border-radius: 20px;
}
.playHolder.scored.home .points{
	color:#00a9ff;
}
.playHolder.scored .points{
	display:block;
}
.playHolder .playDescription{
	width: 320px;
    font-weight: 900;
    font-size: 15px;
    color: #636363;
}
.playHolder.scored .playDescription{
	width:280px;
	color:white;
}
.scoresHolder{
	background: #3c3c3c;
    text-align: center;
    height: 80px;
    position:relative;
    border-bottom:2px solid white;
    display:none;
}
.scoreHolder{
	float: left;
    width: 50%;
}
.teamName{
	color:#fff;
	margin-top: 4px;
}
.teamUnderline{
    height: 3px;
    width: 52px;
    margin: auto;
}
.scoreHolder.away .teamUnderline{
	background: #fd3838;
}
.scoreHolder.home .teamUnderline{
	background:#00a9ff;
}
.score{
	color: #fff;
    font-size: 32px;
    line-height:38px;
}
.gameClock{
	position: absolute;
    color: #fff;
    top: 28px;
    left: 110px;
    width: 100px;
    text-align: center;
}


.bottomAreaHolder{
    /*background: linear-gradient(#d8d8d8, #909090);
    background:#bbb;*/
    background: #3c3c3c;
    width: 320px;
    width:100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-top: 2px solid #5a5a5a;
    box-shadow: 0px 0px 2px #000000;
    display:none;
}
.betTitleHolder{
	height: 40px;
    /*background: #bbb;*/
    background: #3c3c3c;
    /*border-bottom: 2px solid #c5c5c5;*/
    position:relative;
}
.betTitleHolder .arrowBtnsHolder{
	position: absolute;
    height: 100%;
    width: 100%;
}
.betTitleHolder .arrowBtn{
	/*background: #b3b3b3;*/
    background: #3c3c3c;
    height: 27px;
    width: 27px;
    border-radius: 30px;
    border: 2px solid #a0a0a0;
    color: #cdcbcb;
    text-align: center;
    line-height: 20px;
    position: absolute;
}
.betTitleHolder .arrowBtnsHolder .moreBtn{
	top:5px;
	left:8px;
}
.betTitleHolder .arrowBtnsHolder .leftBtn{
	top:5px;
	right:51px;
}
.betTitleHolder .arrowBtnsHolder .rightBtn{
	top:5px;
	right:8px;
}

.betTitleHolder .betCostHolder{
	position: absolute;
    width: 28px;
    top: 6px;
    right: 70px;
    height: 24px;
    color: #8a8a8a;
    font-weight: 900;
    display: none;
}
.betCostHolder .coinIcon{
	position: absolute;
    left: 0px;
    top: 5px;
}
.betCostHolder .betCostText{
	position: absolute;
    right: 0px;
    font-size: 15px;
    top: 1px;
}
.betTitleHolder .betTitle{
	text-align: center;
    font-size: 15px;
    position: relative;
    top: 3px;
    color: #6d6d6d;
    line-height: 31px;
    font-weight: 900;
}
.betBtnsHolder{
	height:79px;
	padding:10px 0px;
	width:100%;
	margin:auto;
}
.betBtnHolder{
	float:left;
	width:33%;
	position:relative;
	/*opacity:0;*/

}
.betBtnHolder .coinIcon{
	position: absolute;
    top: 47px;
    left: 32px;
}
.betBtn{
	width: 106px;
    height: 39px;
    background: #ff6f6f;
    border-radius: 7px;
    border: 1px solid #8c8c8c;
    margin: auto;
    /*box-shadow: 2px 1px 1px #cacaca;*/
    overflow: hidden;
    position: relative;
    user-select:none;
    /*box-shadow: -1px 1px 0px #bfbbbb;*/
}
.betBtn .betFlash{
	position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50px;
    opacity: 0.3;
    top:20px;
    left:50px;
}

/* ---------------- EASY MEDIUM HARD COLORS ----------------- */
.betBtnHolder.hard .betBtn, .bet.hard, .betResultsOverlay .userBet.hard, .betBtn.hard{
	background:#ff6f6f;
}
.betBtnHolder.medium .betBtn, .bet.medium, .betResultsOverlay .userBet.medium, .betBtn.medium{
	background:#f3b714;
	/*background: linear-gradient(#f7d885, #fbb200);*/
}
.betBtnHolder.easy .betBtn, .bet.easy, .betResultsOverlay .userBet.easy, .betBtn.easy{
	background:#68df39;
}

.betBtnHolder.hard .betBtn, .bet.hard, .betBtn.hard{
	border: 2px solid #ea4141;
}
.betBtnHolder.medium .betBtn, .bet.medium, .betBtn.medium{
	border: 2px solid #d09c13;
	/*background: linear-gradient(#f7d885, #fbb200);*/
}
.betBtnHolder.easy .betBtn, .bet.easy, .betBtn.easy{
}





.betText{
	color: #fff;
    line-height: 14px;
    font-size: 14px;
    font-weight:900;
    text-align: center;
    width: 84px;
    margin: auto;
    position: relative;
    top: 3px;
    user-select:none;
}
.betPoints{
	color: #fff;
    text-align: center;
    /* font-family: 'Anton'; */
    /* -webkit-text-stroke: 1px #7d7d7d; */
    font-size: 17px;
    font-weight: 900;
}

.betQueueArea{
	height: 36px;
    border-top: 2px solid #9c9c9c;
}
.betQueueArea .betsHolder{
	width: 297px;
    height: 25px;
    position: relative;
    left: 8px;
    top: 6px;
}
.betQueueArea .bet{
	float: left;
    height: 18px;
    width: 18px;
    border-radius: 15px;
    margin-right:3px;
    opacity:1;
    position:absolute;
}
.betQueueArea .bet.hide{
	/*transform:scale(0);*/
	opacity:0;
	/*transition:all 200ms ease-in;*/
}
.betQueueArea .bet .betWon{
	font-size: 11px;
    position: absolute;
    top: 2px;
    left: 2px;
    color: #fff;
    opacity:0;
}
.betQueueArea .bet.won .betWon{
	opacity:1;
	transition:all 300ms ease-in;
}
.betQueueArea .bet.lost{
	opacity:0.3;
	/*transition:all 300ms ease-in;*/
}
.betsHolderOverlay{
    position:absolute;
    z-index: 3;
}

.bet{
	float: left;
    height: 18px;
    width: 18px;
    border-radius: 15px;
    border: 1px solid #797979;
    margin-right:3px;
    opacity:1;
    position:absolute;
    top:2px;
    left:2px;

}
.bet.hide{
	/*transform:scale(0);*/
	/*opacity:0;
	transition:all 200ms ease-in;*/
}
.bet .betWon{
	font-size: 11px;
    position: absolute;
    top: 2px;
    left: 2px;
    color: #fff;
    opacity:0;
}
.bet.won .betWon{
	opacity:1;
	transition:all 300ms ease-in;
}
.bet.lost{
	opacity:0.3;
	transition:all 300ms ease-in;
}









/* ----------- GAMES SCHEDULE ----------------- */
.gamesScheduleHolder{
	overflow:auto;
}
.gamesScheduleHolder .game{
	height: 50px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #dadada;
    line-height: 50px;
    cursor: pointer;
}
.gamesScheduleHolder .game.active{
	background:#91cff7;
}


/* --------------- COINS HOLDER --------------- */
.coinsHolder{
	background: #3c3c3c;
    border-bottom: 2px solid #292929;
    height:34px;
    position:relative;
    display:none;
}
.coinBox{
	width: 42px;
    position: absolute;
    top: 8px;
    right: 11px;
    height: 19px;
}
.coinsAmount{
	color: #9e9e9e;
    position: absolute;
    right: 0px;
    top: -5px;
    font-weight: 900;
}
.coinIcon{
	height: 14px;
    width: 14px;
    background: linear-gradient(#f9e389, #e4a923);
    text-align: right;
    border-radius: 10px;
    border: 2px solid #d2a436;
}