﻿body
{
	margin: 0;
	padding: 0;
}

.tpScorePanel
{
	background-image: linear-gradient( to bottom left, hsl(120,24%,75%) 20%, hsl( 120,24%,55%) ) !important;
	font-family: Merriweather, Roboto, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
	line-height: 0.7em;
	height: 103%; /*chrome*/
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.tpBackgroundImg
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
}

.tpScoreFrame, .tpFightFrame, .tpSprintFrame
{
	padding: 10px;
	border: 2px solid rgba( 20, 20, 20, 0.5 );
	border-radius: 8px;
	box-shadow: 1px 1px 12px hsla( 50, 60%, 30%, 0.25 );
	overflow: hidden;
	background-image: linear-gradient( to bottom, hsl( 120, 38%, 98% ) 80%, hsl( 120, 34%, 96% ) ); /* was 20, 38%...*/
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tpTable
{
	font-family: Merriweather, 'Roboto', sans-serif;
	width: 100%;
}

.tpUserName
{
	text-align: left;
	font-weight: bold;
}

.tpUserValue
{
	text-align: left;
	font-weight: bold;
}

.tpScorePanel td:first-child
{
	padding-left:10px;
}

.tpScorePanel tr:first-child
{
	padding-left: 8px;
}

.tpScoreLabel
{
	font-weight: bold;
	color: #5d3417;
	width: 40%;
	max-width: 250px;
	vertical-align: top;
}

.tpScoreLabelMobile
{
	font-weight: bold;
	color: #5d3417;
	width: 40%;
	max-width: 250px;
	vertical-align: top;
	font-size: smaller;
}

.tpScoreValue
{
	font-weight: normal;
	/*font-style: italic;*/
	color: rgba( 14, 20, 14, 0.9 );
	transition: 400ms;
	vertical-align: top;
}

.tpScoreValueMobile
{
	font-weight: normal;
	color: rgba( 14, 20, 14, 0.9 );
	transition: 400ms;
	vertical-align: top;
	font-size: smaller;
}

.tpUserLabel
{
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	width: 60%;
}

.tpTimeoutsLabel
{
	text-align: left;
	font-weight: normal;
	font-size: 1.0em;
	width: 60%;
}

.tpUserLabelMobile
{
	text-align: left;
	font-weight: bold;
	font-size: smaller;
	width: 40%;
}

.tpTimeoutsLabelMobile
{
	text-align: left;
	font-weight: normal;
	font-size: smaller;
	width: 40%;
}

.tpScoreMsgMobile
{
	font-size:smaller;
}

.tpEloDeltaWin
{
	font-weight: bold;
	color: green;
}

.tpEloDeltaLoss
{
	font-weight: bold;
	color: red;
}

.tpRankValue
{
	/*font-style: italic;*/
	color: rgba( 14, 20, 14, 0.9 );
	/*padding: 0px 7px 2px 7px;*/
	transition: 1s;
}

.tpNewRankValue
{
	/*font-style: italic;*/
	outline: 3px solid hsl( 91, 60%, 40% );
	padding: 3px;
	background-image: linear-gradient( to bottom, hsl( 40, 38%, 95% ) 80%, hsl( 40, 34%, 93% ) );
	transition: 1s;
}

.tpPositionStatistics
{
	font-size: 0.5em;
	color: hsla( 20, 90%, 10%, 0.35 );
}

.tpPosInfoText
{
	font-weight: normal;
	color: hsla( 20, 90%, 10%, 0.6 );
}

.tpPosMessage
{
	/*font-style: italic;*/
	color: rgba( 14, 20, 14, 0.9 );
}

.tpPosFinished
{
	/* font-weight: bold;*/
	font-size: 1.06em;
	color: hsl( 90, 70%, 40% );
}

.tpPosContinue
{
	color: hsl( 60, 60%, 30% );
}

.tpPosLiked
{
	color: hsl( 270, 70%, 40% );
	font-size: 1.1em;
}

.tpPosNotLiked
{
	color: hsl( 30, 70%, 40% );
	font-size: 1.1em;
}

.tpPosWrong
{
	color: hsl( 20, 70%, 40% );
}

.tpRankingUrl
{
	color: #ac0030;
	font-size: 1.07em;
}

.tpRankingUrlImage
{
	background-image: url("images/Podium32.png" );
	height: 32px;
	width: 32px;
	display: inline-block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
}

.tpRankingUrlSmall
{
	font-size: 0.75em;
	text-align: center;
}

	.tpRankingUrlSmall a
	{
		margin: 0px;
		padding: 0px;
		color: #ac0030;
	}

.tpScoreMsg
{
	color: rgba( 14, 20, 14, 0.9 );
}

.tpFightSolved
{
	font-size: 1.06em;
	color: hsl( 90, 70%, 40% );
}

.tpFightNotSolved
{
	font-size: 1.06em;
	color: hsl( 20, 70%, 40% );
}


.tpFightScoreValue
{
	font-weight: bold;
	font-size: 1.1em;
	color: rgba( 14, 20, 14, 1.0);
	transition: 400ms;
	vertical-align: top;
}

.tpDifficultyValue
{
	font-size: 1.0em;
}

.tpScoreFrame:nth-child(2)
{
	display: none;
}

.tpScoreFrame:nth-child(3)
{
	display: none;
}

.tpFightFrame:nth-child(1)
{
	display: none;
}

.tpScoreFrame h1
{
	font-size: 106%;
	font-weight: bold;
	margin: 0px;
	padding: 1px;
	padding-bottom: 2px;
}

.tfExplain
{
	font-size: 0.8em;
	line-height:1.4em;
	padding: 1px;
	font-weight: normal;
}

.challengeReceived
{
	font-size: 130%;
	/*font-weight: bold;*/
	color: hsl( 160, 100%, 20% );
}

.challengeSent
{
	font-size: 130%;
	/*font-weight: bold;*/
	color: hsl( 160, 100%, 20% );
	margin-bottom: 10px;
	margin-top: 10px;
}

.challengeDeclined
{
	font-size: 120%;
	/*font-weight: bold;*/
	color: hsl( 10, 40%, 30% );
}

.tfSeeks
{
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 4px;
}

.tfSeekName
{
	font-size: 103%;
}

.tfSeeksLabel
{
	font-size: 88%;
	line-height: 92%;
	font-weight: bold;
}

.tfSeeksValue
{
	font-size: 80%;
	line-height: 80%;
	font-weight: normal;
	letter-spacing: -0.03em;
}

.tfReceivers
{
	font-size: 75%;
	line-height: 70%;
	font-weight: normal;
}

button
{
	margin: 0px;
	padding: 0px;
}

.tfMargin
{
	margin-top: 4px;
}

.tfWaitCheckbox
{
	font-family:Merriweather!important;
	margin-top:16px!important;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}

/*.tfFightBtn
{
	border: 2px solid hsla( 120, 50%, 30%, 0.4 );
	border-radius: 5px;
	width: 180px;
	height: 19px;
	line-height: 16px;
	margin-bottom: 1px;
	font-weight: normal;
	font-family: Montserrat,sans-serif;
	vertical-align: middle;
	background-image: linear-gradient( to bottom, hsl( 120, 35%, 90% ), hsl( 120, 35%, 85%) 60% );
	display: inline;
	text-decoration:none;
	padding:10px;
}*/
/*.tfFightBtn:hover
	{
		background-image: linear-gradient( to bottom, hsl( 120, 35%, 80% ),hsl( 120, 35%, 72%) 60% );
	}

	.tfFightBtn:active
	{
		background-image: linear-gradient( to bottom, hsl( 120, 35%, 70% ), hsl( 120, 35%, 65%) 60% );
	}*/
.tfFightBtn
{
	border: none;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 4px 14px;
	height: 27px;
	line-height: 30px;
	display: inline-block;
	margin: 10px 0px 0 0px;
	color: white !important;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	border-color: hsla( 120, 30%, 20%, 0.8 );
	background-color: hsla( 120, 50%, 40%, 1.0);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=1);
	/* IE6-9 */
	box-sizing: border-box;
}

	.tfFightBtn:hover, .tfFightBtn:active
	{
		background-color: hsla( 120, 60%, 50%, 0.9);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=1);
	}


	.tfFightBtn
	{
		text-transform:none;
	}

	.tfChallengeBtn {
		width: 150px;
	}


/*
   Below here all media screen declarations:
*/

@media screen and (min-height: 120px)
{
	.tpScorePanel
	{
		padding: 1px;
		font-size: 0.8em;
		line-height: 0.8em;
	}

	.tpScoreFrame, .tpFightFrame
	{
		border: 1px solid rgba( 20, 20, 20, 0.5 );
		border-radius: 1px;
		box-shadow: none;
		margin: 1px;
		padding: 0px;
	}

		.tpScoreFrame:nth-child(2)
		{
			margin-top: 1px;
		}


	.tpScoreLabel
	{
		font-weight: normal;
	}

	.tpDifficultyValue
	{
		font-size: 1.0em;
	}
}

@media screen and (min-height: 300px)
{
	.tpScorePanel
	{
		padding: 1px;
		font-size: 0.9em;
		line-height: 0.9em;
	}

	.tpScoreFrame, .tpFightFrame
	{
		border: 1px solid rgba( 20, 20, 20, 0.5 );
		border-radius: 2px;
		margin: 2px;
		padding: 1px;
		box-shadow: none;
	}

		.tpScoreFrame:nth-child(2)
		{
			margin-top: 4px;
		}


	.tpScoreLabel
	{
		font-weight: normal;
	}

	.tpDifficultyValue
	{
		font-size: 1.1em;
	}

	.tpScoreFrame h1
	{
		padding: 2px;
		padding-bottom: 2px;
	}

	.tfExplain
	{
		padding: 2px;
	}

	.tfSeeks
	{
		font-family:Roboto;
		margin-top: 2px;
		margin-bottom: 2px;
	}
}

@media screen and (min-height: 400px)
{
	.tpScorePanel
	{
		padding: 3px;
		font-size: 1.1em;
		line-height: 1.3em;
	}

	.tpScoreFrame, .tpFightFrame
	{
		border: 1px solid rgba( 20, 20, 20, 0.5 );
		border-radius: 3px;
		box-shadow: none;
		margin: 3px;
		padding: 3px;
	}

		.tpScoreFrame:nth-child(2)
		{
			margin-top: 6px;
			display: block;
		}


	.tpScoreLabel
	{
		font-weight: bold;
	}

	.tpDifficultyValue
	{
		font-size: 1.2em;
	}

	.tpBackgroundImg
	{
	}

	.tpScoreFrame h1
	{
		padding: 3px;
	}

	.tfExplain
	{
		padding: 3px;
	}
}

@media screen and (min-height: 550px)
{
	.tpScorePanel
	{
		box-shadow: 0px -180px 120px -130px hsla( 160, 30%, 40%, 0.10 ) inset, 0px 18px 25px -25px hsla( 160, 30%, 0%, 0.98 ) inset;
		padding: 6px;
		font-size: 1.2em;
		line-height: 1.6em;
	}

	.tpScoreFrame, .tpFightFrame
	{
		border: 2px solid rgba( 20, 20, 20, 0.5 );
		border-radius: 5px;
		/*box-shadow: 1px 1px 12px hsla( 50, 60%, 30%, 0.25 ), 1px 1px 3px hsla( 0, 0%, 5%, 0.22 ) inset;*/
		box-shadow: 2px 2px 12px hsla( 50, 60%, 30%, 0.3 );
		margin: 4px;
		padding: 4px;
	}

		.tpScoreFrame:nth-child(1)
		{
			margin-top: 12px;
		}

		.tpScoreFrame:nth-child(2)
		{
			margin-top: 18px;
			display: block;
		}

		.tpScoreFrame:nth-child(3)
		{
			margin-top: 20px;
			display: block;
		}

		.tpScoreFrame:nth-child(3)
		{
			display: block;
		}

		.tpFightFrame:nth-child(1)
		{
			display: block;
		}


	.tpDifficultyValue
	{
		font-size: 1.4em;
	}

	.tfMargin
	{
		margin-top: 6px;
	}

	.tfFightBtn
	{
		height: 25px;
		width: 190px;
		line-height: 20px;
		margin-bottom: 2px;
	}

	.tfChallengeBtn
	{
		width: 160px;
	}

	.tfSeeks
	{
		margin-top: 3px;
		margin-bottom: 3px;
	}
}

@media screen and (min-height: 800px)
{
	.tpScorePanel
	{
		padding: 10px;
		font-size: 1.4em;
		line-height: 2.0em;
		box-shadow: 0px -180px 120px -130px hsla( 160, 30%, 40%, 0.10 ) inset, 0px 180px 7px -180px hsla( 160, 20%, 20%, 0.80 ) inset;
	}

	.tpScoreFrame, .tpFightFrame
	{
		margin: 5px;
		padding: 5px;
	}

	.tpDifficultyValue
	{
		font-size: 1.5em;
	}

	.tfFightBtn
	{
		width: 220px;
		height: 36px;
		line-height: 25px;
		margin-bottom: 3px;
	}

	.tfChallengeBtn
	{
		width: 180px;
	}

	.tfMargin
	{
		margin-top: 10px;
	}

	.tpScoreFrame h1
	{
		padding: 4px;
	}

	.tfExplain
	{
		padding: 4px;
	}

	.tfSeeks
	{
		font-size: 85%;
		line-height: 84%;
		margin-top: 4px;
		margin-bottom: 4px;
	}
}

@media screen and (min-height: 800px) and ( orientation: landscape )
{
	.tpScoreFrame:nth-child(1)
	{
		margin: 25px 10px 10px 10px;
	}

	.tpScoreFrame:nth-child(3)
	{
		display: block;
	}
}


@media screen and (min-height: 800px) and ( min-aspect-ratio: 1/1 )
{
	.tpScoreFrame, .tpFightFrame
	{
		margin-top: 15px;
		padding: 8px;
	}

		.tpScoreFrame:nth-child(3)
		{
			display: block;
		}
}

@media screen and (min-height: 1200px), ( min-aspect-ratio: 1/1 )
{
	.tpScoreFrame:nth-child(2)
	{
		display: block;
	}

	.tpScoreFrame:nth-child(3)
	{
		display: block;
	}


	.tpFightFrame:nth-child(1)
	{
		display: block;
	}
}

.tpMyGamesUrl
{
	color: #ac0030;
}

.tpSprintScoreValue
{
	font-weight: bold;
	font-size: 1.1em;
	color: rgba( 14, 20, 14, 1.0);
	transition: 400ms;
	vertical-align: top;
}

tpSprintScoreValueMobile
{
	font-size:smaller;
}

.tpDone
{
	font-size: 3em;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 40px;
}

.tpDoneMobile, .tpSkippedMobile, .tpHintsMobile
{
	font-size:1.5em;
}

	.tpSkipped
	{
		color: red;
	}

.tpSprintDoneRow
{
	padding-top: 10px;
}

.tpSprintLivesRow
{
}

.tpSprintHintsRow
{
}

	.tpSprintHintsRow td a, .tpSprintHintsRow td a:hover, .tpSprintHintsRow td a:visited
	{
		color: white;
	}

	.tpSprintHintsRow .tfFightBtn
	{
		width: unset;
		padding-left: 10px;
		padding-right: 10px;
	}

	.cbSprintHeart
	{
		margin-right: 3px;
	}

.cbSprintHint
{
	margin-right: 3px;
}

.tpLives
{
	max-width:120px;
}

