﻿/*#region organization challenge summary*/
.challengesummary {
	padding: 10px 0;
}

.challengesummary .status {
	font-size: 16px;
	font-weight: bold;
}

.challengesummary .pending {
	color: #fda215;
}

.challengesummary .inprogress {
	color: #10ae54;
}

.challengesummary .finished {
	color: #343434;
}

.challengesummary .count {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.challengesummary .tagline {
	font-size: 14px;
	font-style: italic;
}
/*#endregion organization challenge summary*/

/*#region challenge page*/
.header-image {
	display: block;
}

#challenge-summary {
	height: 225px;
	background: #FAFAFA;
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#challenge-summary .top-details {
	padding: 10px 25px;
}

#header-stats {
	margin-left: 0;
	padding: 8px 5px;
}

.progress-bar-container .total {
	line-height: 1;
	margin-bottom: 8px;
	text-align: center;
}

.progress-bar-container .total .value {
	font-size: 24px;
	font-weight: 600;
	margin-right: 5px;
}

.progress-bar-container .progress-bar {
	height: 15px;
}

.progress-bar-container .round-corners {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.progress-bar-container .edge {
	width: 8px;
}

.progress-bar-container .middle {
	left: 7px;
	right: 7px;
}

.progress-bar-container .details {
	color: white;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.progress-bar-container .subtext {
	padding: 8px 0;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
}

#rollup-stats {
	margin-top: 4px;
}

#rollup-stats td {
	border: none;
	padding: 0;
}

#rollup-stats .values {
	font-weight: bold;
	font-size: 21px;
}

#rollup-stats .labels {
	font-size: 12px;
	line-height: 1;
}

#rollup-stats .labels td {
	padding: 2px 0;
}

#header-stats .complete-star {
	position: relative;
	width: 66px;
}

#header-stats .complete-star img {
	position: absolute;
}

#header-stats .complete-star span {
	position: absolute;
	top: 20px;
	color: white;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}

#challengeheader {
	color: #343434;
	margin-left: 0;
}

#challengeheader .challengename a {
	font-size: 28px;
	color: #343434;
}

#challengeheader .challengesubtitle {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin-bottom: 10px;
}

#challengeheader .challengename,
#featuredchallengeheader .challengename {
	font-weight: bold;
	line-height: 40px;
}

#challengeheader .challengedetails {
	font-size: 14px;
}

#challengeheader .owner a {
	margin-right: 25px;
}

#challengeheader .owner img {
	vertical-align: middle;
	padding: 0 2px 0 4px;
}

#challengeheader .by-line {
	vertical-align: middle;
}

#challengeheader .edit-challenge-link {
	position: absolute;
	right: 25px;
	padding: 5px 10px;
}

#challengeheader .divider {
	width: 65%;
	border-color: #ddd;
	margin: 15px auto;
}
/*#endregion challenge page*/

/*#region featured challenge*/
#featuredchallengeheader .challengename {
	font-size: 24px;
}

#featuredchallengeheader .attribution a,
#featuredchallengeheader .challengename a {
	color: white;
}

#featuredchallengeheader .challengename a:hover {
	color: #dddddd;
}

#featuredchallengeheader .challengesubtitle {
	font-size: 13px;
	color: white;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#featuredchallengeheader .owner {
	display: inline-block;
	padding-left: 0;
}

#featuredchallengeheader .progress-bar .background {
	background-color: white;
}

#featuredchallengeheader .progress-bar .color {
	background-color: #10ae54;
}

#featuredchallengeheader .progress-bar {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}

#featuredchallengeheader .stat {
	font-size: 14px;
	line-height: 16px;
	width: 32%;
}

#featuredchallengeheader .stat .value {
	font-size: 16px;
}

#featuredchallengeheader .value,
#featuredchallengeheader .label {
	line-height: 16px;
	text-align: center;
	padding-top: 5px;
}

#featuredchallengeheader .label {
	padding-top: 3px;
	font-size: 12px;
}

#featuredchallengeheader .peoplestats {
	text-align: left;
}
/*#endregion featured challenge*/
