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

.d-flex {
	display: flex;
}

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

.btn.dash-btn .glyphicon {
	position: relative;
	top: 2px;
	margin-left: 7px;
}

.uppercased {
	text-transform: uppercase;
}

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

.container.page-content {
	background-color: #fff;
	border-radius: 8px;
	border: solid 1px #d3d3d3;
}

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

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

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

.challenge {
	margin-top: 2rem;
}
.challenge h1 {
	display: inline-block;
	margin: 0;
	font-size: 30px;
}
.challenge h2 {
	display: inline-block;
	color: #999;
	font-size: 22px;
	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 {
	min-width: 200px;
	position: relative;
	text-align: left;
	max-width: 100%;
	padding: 0.9rem 5rem 0.9rem 2.2rem;
	text-align: center;
}
.sidebar-btns .colorized-bg-btn.disabled {
	width: inherit;
	padding-right: 20px;
}
.sidebar-btns .colorized-bg-btn .glyphicons {
	position: absolute;
	top: 5px;
	right: 16px;
	font-size: 17px;
}

.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: 2rem;
}
.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 a {
	color: #000;
}
.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: 20px;
}
.lb-item .amount {
	font-weight: 600;
	font-size: 2.5rem;
	margin-bottom: 1rem;
}
.lb-section .text-center .dash-btn {
	/* margin-top: 20px; */
	display: block;
	color: white;
	font-weight: 600;
	border: none;
	border-radius: 2rem;
	max-width: 200px;
	margin: 20px auto 0px auto;
}
.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;
	}
	.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;
	}
}
@media (max-width: 767px) {
	.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;
	}
}

.searchform .input-group-btn .btn {
	padding: 6px 12px;
	border-radius: 0px 4px 4px 0px;
	box-shadow: none;
}


.communityImages hr {
	border-bottom: 1px solid #ddd;
}

.progressbar {
	padding: 1.5rem 0 3rem 0;
}

.progressbar .legend,
.progressbar .numbers {
	display: flex;
}
.progressbar .legend {
	font-weight: 500;
}

.progressbar .numbers {
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.progressbar .numbers {
		font-size: 1.5rem;
	}
}

.progressbar .legend > span,
.progressbar .numbers > span {
	flex: 1;
}
.progressbar .legend > span:last-child,
.progressbar .numbers > span:last-child {
	text-align: right;
}

.progressbar .bar {
	background-color: #cbd0d3;
	height: 12px;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.progressbar .bar > div {
	height: 100%;
	transition: 0.5s;
}

.contact .buttons > .btn {
	background: #ebeded;
	border: none;
	padding: 1rem;
	display: block;
	text-align: center;
	color: black !important;
	font-weight: 600;
}

.eventNumbers {
	font-weight: 600;
	padding-top: 3rem;
}
.eventNumbers .amount,
.eventNumbers .fundraisersCount,
.eventNumbers .groupsCount {
	font-size: 4rem;
	text-align: left;
	line-height: 1.3;
}

@media (max-width: 767px) {
	.eventNumbers .amount,
	.eventNumbers .fundraisersCount,
	.eventNumbers .groupsCount {
		font-size: 3rem;
	}
}

.titleItem {
	font-weight: 600;
	font-size: 1.6rem;
}

.communityImages hr {
	border-bottom: 1px solid #ddd;
}

.communityImages .items img {
	margin-bottom: 1rem;
}

.contact img {
	max-width: 100%;
	max-height: 220px;
}

.communityImages .picture-container {
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 1rem;
}

.communityImages .picture-container img {
	position: relative;
}

@media (min-width: 768px) {
	.communityImages .picture-container {
		width: 147px;
		height: 147px;
	}
}

@media (min-width: 992px) {
	.communityImages .picture-container {
		width: 202px;
		height: 202px;
	}
}

@media (min-width: 1200px) {
	.communityImages .picture-container {
		width: 252px;
		height: 252px;
	}
}

@media (max-width: 767px) {
	.communityImages .picture-container {
		width: 136px;
		height: 136px;
	}
}

.titleItem {
	font-weight: 600;
	font-size: 1.6rem;
	color: #222222 !important;
	text-decoration: none !important;
}

#readMoreChallengeDiv, #readLessChallengeDiv {
  color: black !important;
  font-weight: bold;
}

.box.charity .btn {
	background: #ebeded;
    border: none;
    padding: 1rem;
    display: block;
    text-align: center;
    color: black !important;
    font-weight: 600;
    max-width: 300px;
    margin: auto;
}

.box.charity .title {
    font-size: 1.8rem;
    font-weight: 600;
}

.box.charity .description {
    text-align: justify;
    font-size: 1.2rem;
}

.box.charity img {
	max-width: 100%;
	max-height: 200px;
}

.charity-buttons {
	margin: -5px 0;
}
@media (max-width: 767px) {
	.charity-buttons {
		margin-top: 20px;
	}
}
.charity-buttons > .btn {
	background: #ebeded;
	border: none;
	padding: 1rem;
	display: block;
	text-align: center;
	color: black !important;
	font-weight: 600;
	max-width: 300px;
	margin: auto;
}

#readMoreCharityDiv, #readLessCharityDiv {
  background: none;
}