.charity-header {
	padding: 0;
	position: relative;
}

.charity-banner {
	border-radius: 0 0 6px 6px;
}

.page-content {
	background-color: #ffffff;
	border-radius: 8px;
}

.create-fundraiser-header {
	border-bottom: 1px solid #f1f1f1;
	padding-top: 10px;
}

.details-header {
	color: #3545EE;
}

.create-fundraiser-header .header-title {
	margin-top: 10px;
}

.sidebar .xs-bottom-border {
	border-bottom: 1px solid #F1F1F1;
}

.sidebar .progress-item {
	color: #999;
	padding: 10px;
}

.main-panel {
	margin-top: 10px
}

.search-form {
	margin: 0px 0px 24px 0px;
}

.form-submit.row {
	margin: 24px 0px;
}

.customized .btn {
	color: #fff;
}

.customized .btn-link {
	color: #428bca;
	background-color: transparent;
	border-color: transparent;
	white-space: normal;
	text-align: left;
	box-shadow: none !important;
}

.vertical-separator {
	min-height: 400px;
	border-right: 1px solid #f1f1f1;
}

.horizontal-separator {
	margin: 10px 0 20px 0;
	border-top: 1px solid #F1F1F1;
}


.results .text {
	width: 65%;
	vertical-align: top;
}
/*------------------------------GLYPHICONS-------------------------------------------*/
/* Customized CSS for glyphicons in order to have the same CSS as bottstrap's icons */

.customized .glyphicons {
	color: inherit;
	top: -2px;
	padding-left: 0px;
}

.customized .glyphicons:before {
	color: inherit;
	position: relative;
	font-size: inherit;
	margin-right: 5px;
}
/*------------------------------END OF GLYPHICONS---------------------------------*/

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #39e6b3;
  border-color: #39e6b3;
  cursor: default;
}