@charset "UTF-8";

/* DASHBOARD CARDS */
#GetInTheGameDasboard .dasboardCardNewBGImage {
	background: url(../../../../images/challenges/superbowl/GetInTheGame_BG_dashboard.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 150px;
	padding: 20px;
}

#GetInTheGameDasboard .dasboardCardNewBGImageDisable {
	background: url(../../../../images/challenges/superbowl/GetInTheGame_BG_dashboard.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 150px;
	padding: 20px;
	filter: grayscale(100%);
}

#GetInTheGameDasboard .dasboardCardTitleBottom {
	background-color: white;
	vertical-align: bottom;
	height: 40px;
	padding: 24px 20px 0px 20px
}

#GetInTheGameDasboard .dasboardCardTitle {
	font-size: 26px;
	color: white;
	font-weight: 500;
}

#GetInTheGameDasboard .dasboardCardSubtitle {
	font-size: 16px;
	color: white;
	font-weight: 300;
	font-weight: 300;
	padding-top: 20px;
}

#GetInTheGameDasboard .dasboardCardButton {
	font-size: 18px;
	color: #74509D;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
}

#GetInTheGameDasboard .dasboardCardButtonDisable {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
}

#GetInTheGameDasboard .dasboardCardDuration {
	font-size: 14px;
	color: #9B9B9B;
	font-weight: 300;
	float: right;
	padding-top: 4px;
}

#GetInTheGameDasboard .dasboardCardInfo {
	font-size: 16px;
	color: #4a4a4a;
	font-weight: 400;
	float: right;
}

#GetInTheGameDasboard .purpleText {
	font-weight: bold;
	color: #74509D;
}

#GetInTheGameDasboard .dasboardCard {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

#GetInTheGameDasboard .dasboardCardLogo {
	float: right;
	width: 100px;
}

#GetInTheGameDasboard .dasboardCardIcon {
	float: right;
	width: 130px;
	padding: 10px;
}

#GetInTheGameDasboard .dasboardCardTitleSecond {
	font-size: 20px;
	color: white;
	font-weight: 500;
}

#GetInTheGameDasboard .dasboardCardSubtitleSecond {
	font-size: 12px;
	color: white;
	font-weight: 300;
	padding-top: 10px;
	line-height: 20px;
}

#GetInTheGameDasboard .dasboardCardSubtitleThird {
	font-size: 20px;
	color: white;
	padding-top: 10px;
	line-height: 20px;
}

#GetInTheGameDasboard .dasboardCardTimeline {
	width: 100%;
	height: 15px;
	background-color: #ffffff;
	opacity: 0.8;
	border-radius: 10px;
}

#GetInTheGameDasboard .dasboardCardTimelineBase {
	width: 100%;
	height: 15px;
	background-color: #ffffff;
	opacity: 0.8;
	border-radius: 10px;
	position: absolute;
/* 	z-index: 998; */
	margin-top: 6px;
}

#GetInTheGameDasboard .dasboardCardTimelineActive {
	height: 15px;
	background-color: #51307D;
	border-radius: 10px;
	opacity: 1;
	position: absolute;
	margin-top: 6px;
	z-index: 1;
}

#GetInTheGameDasboard .dasboardCardTimelineActive:after {
	width: 30px;
	height: 30px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
/* 	z-index: 1000; */
	right: -15px;
	content: '';
	top: -8px;
}

#GetInTheGameDasboard .dasboardCardScoreBox {
	position: relative;
	margin: 20px 15px;
	padding-top: 30px;
}

#GetInTheGameDasboard .dasboardCardScore {
	position: absolute;
	text-align: center;
	width: 100%;
	color: #fff;
	top: -30px;
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
}

#GetInTheGameDasboard .dasboardCardYards {
	font-size: 10px;
	font-weight: 200;
}

#GetInTheGameDasboard .dasboardCardTitleBottom span {
	cursor: pointer;
}