body {
	background-color: #F3F3F3;
	font-size: 14px;
}

/*********************************/
/**  COMMON STYLES - COLORS, BTN */
/*********************************/

.arrow-btn:after {
	border-color: transparent transparent transparent #FF671F;
}
.dash-btn {
	font-size: 12px;
	text-transform: uppercase;
	color: #5E5E5E;
	background-color: rgba(34, 34, 34, 0.1);
	padding: 7px 12px;
	border: none;
	position: relative;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.dash-btn .glyphicon {
	position: relative;
	top: 2px;
	margin-left: 7px;
}
.colorized, .chart .circle-text {
	color: #FF671F;
}
.colorized-bg,
.colorized-bg-btn {
	background-color: #FF671F;
	color: #FFF;
}
.dash-btn:hover {
	background-color: rgba(34,34,34,0.2);
	color: #5E5E5E;
}
.colorized-bg-btn:hover {
	background-color: #C24D16;
	color: #FFF;
}

.uppercased {
	text-transform: uppercase;
}

/************************************/
/** COMMON STYLES - HEADER, NAVBAR **/
/************************************/

.container.page-content {
	background-color: #FFF;
	border-radius: 8px;
	border: solid 1px #D3D3D3;
	padding: 15px 20px;
	padding-bottom: 40px;
}

/*********************************/
/** CHARITY HEADER               */
/*********************************/

.charity-header {
	position: relative;
	padding: 0;
}
.charity-header .charity-banner img {
	width: 100%;
}
.charity-header .charity-banner {
	border-radius: 0 0 8px 8px;
}


/*********************************/
/** MAIN PAGE HEADER             */
/*********************************/

.challenge {
	margin-top: 30px;
}
.challenge h1 {
	display: inline-block;
	margin: 0;
	font-size: 30px;
}
.challenge h2 {
	display: inline-block;
	color: #999;
	font-size: 25px;
	margin: 6px 0;
}
.challenge h2 a {
	color: #999;
}

.challenge .edit-btn {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	bottom: 5px;
	color: #000;
}
.challenge .read-more {
	display: inline-block;
	background-color: #E8E8E8;
	color: #333;
	padding: 3px 10px;
	margin-left: 15px;
	position: relative;
	bottom: 2px;
	border-radius: 4px;
}
.challenge .read-more:hover {
	text-decoration: none;
}

/*********************************/
/**        FIGURES               */
/*********************************/

.challenge .figures {
	margin: 30px 0;
}
.challenge .figures .list-group-item {
	float: left;
	border-left: none;
	font-size: 14px;
	padding: 10px 30px;
}
.challenge .figures .list-group-item:first-child {
	border-left: solid 1px #DDD;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
}
.challenge .figures .list-group-item:last-child {
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
}
.challenge .figures .arrow-btn {
	float: left;
	margin-right: 25px;
}
.challenge .figures .arrow-btn:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	margin-left: -7px;
}
.challenge .figures .arrow-btn span {
	border-radius: 6px;
	padding: 12px;
	font-size: 24px;
}
.challenge .figures .colorized {
	font-size: 20px;
}

.shorten-description {
	overflow: hidden;
}

/*********************************/
/**        PIE CHART             */
/*********************************/

.chart {
	width: 100% !important;
	max-width: 200px;
	margin: auto;
}
canvas {
	width: 100% !important;
}
.chart .circle-text {
	line-height: normal !important;
	padding-top: 60px;
}
.chart .circle-info-half {
	line-height: normal !important;
	padding-top: 100px;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.chart .circle-info-half strong {
	display: block;
}

/*********************************/
/**        SIDEBAR BUTTONS       */
/*********************************/

.sidebar-btns {
	margin-top: 15px;
	text-align: center;
}
.sidebar-btns .colorized-bg-btn {
	width: 238px;
	position: relative;
	font-size: 14px;
	text-align: left;
	padding: 12px;
	border-radius: 6px;
}
.sidebar-btns .colorized-bg-btn.disabled {
	width: inherit;
	padding-right: 20px;
}
.sidebar-btns .colorized-bg-btn .glyphicons {
	position: absolute;
	top: 9px;
	right: 25px;
	font-size: 17px;
}
.sidebar-btns .colorized-bg-btn:after {
	position: absolute;
	z-index: -1;
	top: -7px;
	right: 1px;
	content: "";
	display: block;
	width: 0;
	height: 0;

	border-width: 10px 0px 10px 10px;
	border-style: solid none none solid;
	border-color: transparent transparent transparent #A83600;
}
.sidebar-btns .colorized-bg-btn.disabled:after {
	border: none;
}
.sidebar-btns .social-icons {
	padding: 9px;
	margin-top: 15px;
	font-size: 14px;
}
.sidebar-btns.hidden-xs .social-icons a {
	margin-left: 6px;
}
.sidebar-btns.visible-xs .social-icons a {
	margin: 0px 9px;
}
.sidebar-btns.hidden-xs .social-icons img {
	width: 34px;
}

/*********************************/
/**      DESCRIPTION             */
/*********************************/

.compact-paragraphs p {
	margin: 0;
}

/*********************************/
/**    LEADERBOARD               */
/*********************************/

.leaderboard {
	margin-top: 50px;
}
.leaderboard h2 {
	color: #333;
	font-size: 20px;
}
.leaderboard form {
	max-width: 320px;
	float: right;
}
.customized .leaderboard .glyphicons {
	top: -5px;
}

/*********************************/
/**    GROUPS & FUNDRAISERS      */
/*********************************/

.lb-section {
	padding: 15px 10px;
}
.lb-section .no-result {
	color: #666;
}
.lb-section h3 {
	margin: 0;
	display: inline-block;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.lb-section a.colorized-bg-btn {
	float: right;
}
.bordered {
	padding: 5px 5px;
	border-bottom: solid 1px #E0E0E0;
}
.bordered:hover {
	background-color: #F5F5F5;
}
.light-bordered {
	border: solid 1px #EBEBEB;
	padding: 20px 40px;
	border-radius: 8px;
}
.lb-item {
	padding-bottom: 15px;
	margin-top: 15px;
	cursor: pointer;
}
.lb-item .content strong {
	display: block;
	font-size: 14px;
}
.lb-item .content em {
	color: #666;
}
.lb-item .picture-container {
	overflow: hidden; /* This is required by the 'squared-image' Angular directive */

	/* These are params to the 'squared-image' Angular directive */
	width: 40px;
	height: 40px;

	border-radius: 6px; /* Emulate the img-rounded on resized pictures */
}
.lb-item .picture-container img[squared-image] {
	position: relative; /* This is required by the 'squared-image' Angular directive */
}
.lb-item .content {
	padding-left: 30px;
}
.lb-item .amount {
	font-size: 14px;
	text-align: right;
	float: right;
}
.lb-section .text-center .dash-btn {
	margin-top: 20px;
}
.customized .glyphicons {
	color: inherit;
	padding-left: 0px;
	top: -2px;
}
.customized .glyphicons:before {
	color: inherit;
	font-size: inherit;
	margin-right: 5px;
	position: relative;
}

@media(max-width: 991px) {
	.challenge .figures .list-group-item {
		padding: 10px;
	}
	.sidebar-btns .colorized-bg-btn {
		width: 225px;
	}
	.lb-item .amount {
		width: 24%;
	}
	.light-bordered {
		padding: 20px;
	}
}
@media(max-width: 991px) and (min-width: 767px) {
	.chart .circle-text {
		padding-top: 45px;
	}
	.chart .circle-info-half {
		padding-top: 80px;
	}
}
@media(max-width: 767px) {
	.sidebar-btns .social {
		width: 185px;
	}
	.sidebar-btns .colorized-bg-btn .glyphicons {
		margin-right: 0;
	}
	.sidebar-btns .colorized-bg-btn:after {
		border-color: transparent;
	}
}
@media(max-width: 520px) {
	.challenge .figures .arrow-btn {
		display: none;
	}
	.lb-item .amount {
		width: 24%;
	}
}
@media(max-width: 450px) {
	.challenge .sidebar .col-xs-6 {
		width: 100%;
	}
	.challenge .figures .colorized {
		font-size: 14px;
	}
	.challenge h1 {
		font-size: 20px;
	}
	.challenge h2 {
		font-size: 17px;
	}
	.challenge .figures .list-group-item {
		float: none;
	}
	.lb-section {
		text-align: center;
	}
	.lb-section h3 {
		margin-bottom: 5px;
	}
	.lb-item .content {
		padding-left: 35px;
		text-align: left;
	}
	.leaderboard .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.leaderboard form {
		max-width: none;
		margin-top: 10px;
	}
	.challenge .figures {
		margin: 10px 0;
	}
	.challenge .figures .list-group-item {
		border-left: 1px solid #DDD;
	}
}
@media(max-width: 360px) {
	.lb-section a.colorized-bg {
		float: none;
		margin-bottom: 15px;
		margin-top: 10px;
	}
}
@media(max-width: 340px) {
	.challenge .read-more {
		display: block;
		width: 75px;
		margin: auto;
		margin-top: 10px;
	}
}

