.crf-funding-closed{
	color: #4F8A10;
}

.crf-funding-completed{
	color: #D8000C;
}

.crf-fund-form .crf-wrapper {
	width: 100%;
	display: block;
	margin: 10px 0;
	clear: both;
}

.crf-wrapper .crf-funding-price,
.crf-wrapper .crf-funding-date {
	color: #6d6d6d;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	display: block;
}

.crf-wrapper .crf-funding-price span,
.crf-wrapper .crf-funding-date span {
	font-weight: bold;
	color: #000;
}

.crf-wrapper .crf-contribution-val-container {
	float: left;
	display: block;
	margin: 10px 0;
}

.crf-wrapper .crf-contribution-val-container .crf_contribution_val {
	float: left;
	width: 200px;
}

.crf_contribution_btn_wrapper {
	float: left;
	width: 100%;
	display: block;
}

.crf_contribution_btn_wrapper .crf_contribution_btn {
	border: none;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	background-color: #e7e7e7;
	color: black;
}

.crf_contribution_btn_wrapper .crf_contribution_btn span {
	font-size: 16px;
	margin: 0;
	padding: 0;
}


.crf_contribution_btn_wrapper .crf_contribution_btn_active {
	background-color: #4CAF50;
}

.crf-contribution-label {
	float: left;
	margin:10px !important;
	display: block;
}
.crf_contribution_val {
	float: left;
	width: 200px;
	display: block;
	margin: 10px 0;
}

.crf-fund-button {
	display: block !important;
	clear: both;
	margin: 10px 0;
}

.crf-contributor-table tfoot nav {
	float: right;
	border: 0;
	clear: none;
	padding: 0;
	margin-bottom: 0;
}

.crf-contributor-table tfoot nav ul {
	margin: 0;
	list-style: none;
	border: none !important;
}

.crf-contributor-table tfoot nav ul li {
	display: inline-block;
	margin-left: 3px;
}

.crf-contributor-table tfoot nav ul li span {
	margin: 0;
	padding: 0;
}

.crf-contributor-table tfoot nav ul li a {
	display: inline-block;
	padding: 10px;
	margin: 0;
	background: #fafafa;
	border: none;
	color: #43454b;
	text-decoration: none;
}

.crf-contributor-table tfoot nav ul li .current {
	background: none;
	border: none;
}

.crf-contributor-table tfoot nav ul li .current a,
.crf-contributor-table tfoot nav ul li a:hover {
	background: #ccc;
	border: none;
	color: #000;
}

/*Progress bar design*/
.crf-progressbar-wrapper {
	width: 100%;
	height: 10px;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	position: relative;
	float: left;
}

.crf-progressbar-wrapper span {
	height: 100%;
	display: block
}

span.crf-progress-bar span.crf-progress {
	border-radius: 4px;
	-webkit-animation: progressBar 3s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar 3s ease-in-out;
	-moz-animation-fill-mode: both;
}

.crf-progress-bar {
	float: left;
	height: 100%;
	line-height: 20px;
	border-radius: 4px;
	color: #fff;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	font-size: 12px;
	text-align: center;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.crf-progressbar-product-percentage {
	position: absolute;
	background: #f00;
	height: 40px;
	display: none;
	float:left;
	color: #fdfdfd;
	line-height: 38px;
	padding: 0 10px;
	top:-58px;
}

.crf-progressbar-wrapper:hover .crf-progressbar-product-percentage {
	display: block;
}
.crf-progressbar-product-percentage:after,
.crf-progressbar-product-percentage:before {
	top: 50%;
	left: 0%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.crf-progressbar-product-percentage:after {
	border-left-color: #f00;
	border-width: 18px;
	margin-left: 0px;
}

.crf-badge {
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
	margin-top: -5px !important;
	margin-left: 0;
	min-width: 80px;
	margin: 0;
	padding: 0;
	color: #fff;
	box-shadow: 0 0 3px #000;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	line-height: 2.236;
	font-size: 14px;
	z-index: 9;
}

.crf-badge p {
	display: block;
	margin: 0;
	padding:0 10px;
	font-size: 14px;
	line-height: 2.236;
}

.crf-progressbar-overall-wrapper {
	width: 100%;
	/*    float: left;*/
	display: block;
	margin: 10px 0;
	clear: both;
}

/* Progress bar design 1 */

.crf-progressbar-overall-wrapper-1 .crf-progressbar-product-percentage-content,
.crf-progressbar-overall-wrapper-1 .crf-progressbar-product-amount-content {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	display: flex;
}

.crf-progressbar-overall-wrapper-1 .crf-progressbar-product-percentage-content .crf-product-percentage-amount {
	display: block;
	margin:10px 0;
	padding: 0;
	width:50%;
	text-align: left;
}

.crf-progressbar-overall-wrapper-1 .crf-progressbar-product-percentage-content .crf-product-amount-percent {
	display: block;
	margin:10px 0;
	padding: 0;
	width:50%;
	text-align: right;
}

.crf-progressbar-overall-wrapper-1 .crf-progressbar-product-amount-content .crf-product-goal {

	display: block;
	margin:10px 0;
	padding: 0;
	width:33.33%;
	text-align: left;
}

.crf-progressbar-overall-wrapper-1 .crf-progressbar-product-amount-content .crf-product-remaing-amount {
	display: block;
	margin:10px 0;
	padding: 0;
	width:33.33%;
	text-align: center;
}

.crf-progressbar-overall-wrapper-1 .crf-progressbar-product-amount-content .crf-product-funder-count {
	display: block;
	margin:10px 0;
	padding: 0;
	width:33.33%;
	text-align: right;
}

/* Progress bar design 2 */

.crf-progressbar-overall-wrapper-2 .crf-progressbar-product-percentage-content {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	display: block;
	float:left;
}

.crf-progressbar-overall-wrapper-2 .crf-progressbar-product-percentage-content .crf-product-percentage-amount,
.crf-progressbar-overall-wrapper-2 .crf-progressbar-product-percentage-content .crf-product-amount-percent {
	display: block;
	margin:10px 0;
	padding: 0;
	width:100%;
	float:left;
}

.crf-progressbar-overall-wrapper-2 .crf-progressbar-product-percentage-content .crf-product-amount-percent {
	text-align: right;
}

.crf-progressbar-overall-wrapper-2 .crf-progressbar-product-amount-content {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	display: flex;
}

.crf-progressbar-overall-wrapper-2 .crf-progressbar-product-amount-content .crf-product-goal {
	display: block;
	margin:10px 0;
	padding: 0;
	width:33.33%;
	text-align: left;
}

.crf-progressbar-overall-wrapper-2 .crf-progressbar-product-amount-content .crf-product-remaing-amount {
	display: block;
	margin:10px 0;
	padding: 0;
	width:33.33%;
	text-align: center;
}

.crf-progressbar-overall-wrapper-2 .crf-progressbar-product-amount-content .crf-product-funder-count {
	display: block;
	margin:10px 0;
	padding: 0;
	width:33.33%;
	text-align: right;
}


/* Progress bar design 3 */

.crf-progressbar-overall-wrapper-3 .crf-progressbar-product-percentage-content {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	display: flex;
}

.crf-progressbar-overall-wrapper-3 .crf-progressbar-product-percentage-content .crf-product-percentage-amount {
	display: block;
	margin:10px 0;
	padding: 0;
	width:50%;
	text-align:left;
}

.crf-progressbar-overall-wrapper-3 .crf-progressbar-product-percentage-content .crf-product-amount-percent {
	display: block;
	margin:10px 0;
	padding: 0;
	width:50%;
	text-align:right;
}

.crf-progressbar-overall-wrapper-3 .crf-progressbar-product-amount-content {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	display:block;
	float: left;
}

.crf-progressbar-overall-wrapper-3 .crf-progressbar-product-amount-content .crf-product-goal {
	float: left;
	display: block;
	margin:10px 0;
	padding: 0;
	width:50%;
	text-align: left;
}

.crf-progressbar-overall-wrapper-3 .crf-progressbar-product-amount-content .crf-product-remaing-amount {
	display: block;
	margin:10px 0;
	padding: 0;
	width:100%;
	text-align: left;
	float: left;
}

.crf-progressbar-overall-wrapper-3 .crf-progressbar-product-amount-content .crf-product-funder-count {
	float: left;
	display: block;
	margin:10px 0;
	padding: 0;
	width:50%;
	text-align: right;
}

/* Progress bar design 4 */

.crf-progressbar-overall-wrapper-4 .crf-progressbar-product-percentage-content {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	display: block;
	float:left;
}

.crf-progressbar-overall-wrapper-4 .crf-progressbar-product-percentage-content .crf-product-percentage-amount,
.crf-progressbar-overall-wrapper-4 .crf-progressbar-product-percentage-content .crf-product-amount-percent {
	display: block;
	margin:10px 0;
	padding: 0;
	width:100%;
	float:left;
}

.crf-progressbar-overall-wrapper-4 .crf-progressbar-product-percentage-content .crf-product-amount-percent {
	text-align: right;
}

.crf-progressbar-overall-wrapper-4 .crf-progressbar-product-amount-content {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	display:block;
	float: left;
}

.crf-progressbar-overall-wrapper-4 .crf-progressbar-product-amount-content .crf-product-goal {
	float: left;
	display: block;
	margin:10px 0;
	padding: 0;
	width:50%;
	text-align: left;
}

.crf-progressbar-overall-wrapper-4 .crf-progressbar-product-amount-content .crf-product-remaing-amount {
	display: block;
	margin:10px 0;
	padding: 0;
	width:100%;
	text-align: left;
	float: left;
}

.crf-progressbar-overall-wrapper-4 .crf-progressbar-product-amount-content .crf-product-funder-count {
	float: left;
	display: block;
	margin:10px 0;
	padding: 0;
	width:50%;
	text-align: right;
}

/* Prograss bar design 5 */

.crf-progressbar-overall-wrapper-5 .crf-progressbar-product-percentage-content {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	display: block;
	float:left;
}

.crf-progressbar-overall-wrapper-5 .crf-progressbar-product-percentage-content .crf-product-percentage-amount,
.crf-progressbar-overall-wrapper-5 .crf-progressbar-product-percentage-content .crf-product-amount-Percent {
	display: block;
	margin:10px 0;
	padding: 0;
	width:100%;
	float:left;
}

.crf-progressbar-overall-wrapper-5 .crf-progressbar-product-percentage-content .crf-product-amount-Percent {
	display: block;
	margin:10px 0;
	padding: 0;
	width:100%;
	float:left;
	text-align: right;
}

.crf-progressbar-overall-wrapper-5 .crf-progressbar-product-amount-content {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	display:block;
	float: left;
}

.crf-progressbar-overall-wrapper-5 .crf-progressbar-product-amount-content .crf-product-goal {
	float: left;
	display: block;
	margin:10px 0;
	padding: 0;
	width:50%;
	text-align: left;
}

.crf-progressbar-overall-wrapper-5 .crf-progressbar-product-amount-content .crf-product-remaing-amount {
	display: block;
	margin:10px 0;
	padding: 0;
	width:100%;
	text-align: left;
	float: left;
}

.crf-progressbar-overall-wrapper-5 .crf-progressbar-product-amount-content .crf-product-funder-count {
	float: left;
	display: block;
	margin:10px 0;
	padding: 0;
	width:50%;
	text-align: right;
}

.crf-progressbar-product-percentage-content strong,
.crf-progressbar-product-amount-content strong {
	color: #000;
}

.crf-progressbar-product-percentage-content .crf-product-percentage-amount span,
.crf-progressbar-product-percentage-content .crf-product-amount-percent span,
.crf-progressbar-product-amount-content .crf-product-goal span,
.crf-progressbar-product-amount-content .crf-product-remaing-amount span,
.crf-progressbar-product-amount-content .crf-product-funder-count span{
	color: #6d6d6d;
	font-size: 16px;
}

.crf_msg,
.crf_to_msg {
	width: 100%;
	clear: both;
}

/* Shop Page*/

.crf-progressbar-overall-wrapper-shop-page {
	display: block;
	width: 100%;
	clear: both;

}

.crf-progressbar-overall-wrapper-shop-page .crf-progressbar-product-percentage-content {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	display: block;
	float:left;
	text-align: right;
}


.crf-progressbar-overall-wrapper-shop-page .crf-progressbar-product-percentage-content .crf-product-amount-percent {
	display: block;
	margin:10px 0;
	padding: 0;
	width:100%;
	float:left;
	text-align: right;
}

.crf-progressbar-overall-wrapper-shop-page .crf-progressbar-product-amount-content {
	width: 100%;
	color: #000;
	margin-bottom: 10px;
	display: block;
	float: left;
}

.crf-progressbar-overall-wrapper-shop-page .crf-progressbar-product-amount-content .crf-product-goal {
	display: block;
	margin:10px 0;
	padding: 0;
	width:100%;
	text-align: left;
}

.crf_required:after {
	content:" *";
	color: #f00;
}

@-webkit-keyframes progressBar {
	0% {
		width:0%;
	}
	100% {
		width:100%;
	}
}

@-moz-keyframes progressBar {
	0% {
		width:0%;
	}
	100% {
		width:100%;
	}
}

/* my campaign table */

.crf-frontend-table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.crf-frontend-table thead {
	background: #f7f7f7;
}

.crf-frontend-table thead th {
	padding: 15px;
	color: #333;
	background: #f7f7f7;
	border: none;
	text-transform: capitalize;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
}

.crf-frontend-table tbody tr:nth-child(2n) {
	background: #fafafa;
}

.crf-frontend-table tbody td {
	padding: 15px;
	color: #666;
	background: none;
	border: none;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
}

.crf-frontend-table tbody td a {
	color: #00f;
	font-size: 14px;
	text-decoration: none !important;
}

.crf-frontend-table tbody td a:hover {
	text-decoration: underline !important;
}


.crf-frontend-table tfoot {
	border: none;
	box-shadow: none;
}

.crf-frontend-table tfoot td {
	padding-right: 0;
	background: none;
	border: none;
}

.crf-frontend-table tfoot nav {
	float: right;
	border: 0;
	clear: none;
	padding: 0;
	margin-bottom: 0;
}

.crf-frontend-table tfoot nav ul {
	margin: 0;
	list-style: none;
	border: none !important;
}

.crf-frontend-table tfoot nav ul li {
	display: inline-block;
	margin-left: 3px;
}

.crf-frontend-table tfoot nav ul li span {
	margin: 0;
	padding: 0;
}

.crf-frontend-table tfoot nav ul li a {
	display: inline-block;
	padding: 10px;
	margin: 0;
	background: #fafafa;
	border: none;
	color: #43454b;
	text-decoration: none;
}

.crf-frontend-table tfoot nav ul li .current {
	background: none;
	border: none;
}

.crf-frontend-table tfoot nav ul li .current a,
.crf-frontend-table tfoot nav ul li a:hover {
	background: #ccc;
	border: none;
	color: #000;
}

.crf-new-campaign-btn,
.crf-extend-btn,
.crf-button{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	color: #333333 !important;
	cursor: pointer;
	padding: 7px 15px;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	margin: 10px 0;
}

/*campaign-form-design*/

.crf-campaign-form {
	float: left;
	display: block;
	width: 100%;
}

.crf-campaign-form .crf_campaign_form_container {
	display: block;
	float: left;
	width: 70%;
	margin-left: 15%;
	padding: 25px;
	border: 1px solid #000;
	border-radius: 10px;
	box-shadow: 0 0 3px #000 inset;
}

.crf-campaign-form .crf_campaign_form_container .crf_campaign_form_header {
	float: left;
	display: block;
	width: 100%;
}

.crf-campaign-form .crf_campaign_form_container .crf_campaign_form_header h3 {
	margin: 0 0 15px 0;
	color: #000;
	font-weight: 600;
	text-align: center;

}

.crf-campaign-form .crf_campaign_form_container p.crf-form-field {
	display: block;
	width: 100%;
	float: left;
	margin: 0 !important;
}

.crf-campaign-form .crf_campaign_form_container p.crf-form-field label {
	display: block;
	width: 100%;
	float: left;
	margin: 10px 0;
	color: #000;
	font-size: 16px;
}

.crf-campaign-form .crf_campaign_form_container p.crf-form-field input[type='text'],
.crf-campaign-form .crf_campaign_form_container p.crf-form-field input[type='number'],
.crf-campaign-form .crf_campaign_form_container p.crf-form-field select,
.crf-campaign-form .crf_campaign_form_container p.crf-form-field select2-selection {
	width: 100% !important;
	float: left;
	height: 40px;
	border: 1px solid #ccc;
	background: #fbfbfb;
	padding: 0 10px;
	border-radius: 5px;
}

.crf-campaign-form .crf_campaign_form_container p.crf-form-field .select2-container {
	/*    padding: 0 10px;*/
	width: 100% !important;
}

.crf-campaign-form .crf_campaign_form_container p.crf-form-field input.crf_datetimepicker {
	width: 93% !important;
	margin-right: 10px;
}

.crf-campaign-form .crf_campaign_form_container p.crf-form-field img {
	display:inline-block;
	float: left;
	margin-top: 10px;
}

.crf-campaign-form .crf_campaign_err {
	color: #f00;
}

.crf_reject,
.crf_rejected_status,
.crf_extend_rejected_status,
.crf_closed_status,
.crf_extend_request_rejected,
.crf_not_started_status {
	color: #dc3232 !important;
}

.crf_on_going_status,
.crf_extend_request_approved,
a.crf_accept {
	color: #4F8A10 !important;
}

.crf_paid_status {
	color: #f208cedb !important;
}

.crf_new_status,
.crf_new_request,
.crf_extend_request,
.crf_extend_status {
	color: #00a0d2 !important;
}

.crf-wrapper table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.crf-wrapper table tbody {
	background: #fdfdfd;
}

.crf-wrapper table tbody td,
.crf-wrapper table tbody th {
	padding: 1em 1.41575em;
	text-align: left;
	vertical-align: top;
}

.crf-wrapper table tbody tr:nth-child(2n){
	background: #fbfbfb;
}

.crf-wrapper table tbody td img {
	width: 64px;
	height: auto;
	min-width: 64px;
}

.crf_perk_table .crf-perk-product-data {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px #000 inset;
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px;
}

.crf_perk_table .crf-perk-product-data p {
	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {

	.crf-frontend-table {
		border: 1px solid #f1f1f1;
	}

	.crf-frontend-table tbody tr {
		display: block;
	}

	.crf-frontend-table thead {
		display: none;
	}

	.crf-frontend-table tr td::before {
		float: left;
		content: attr(data-title) ": ";
		font-weight: 700;
	}
	.crf-frontend-table tfoot tr td {
		border: none;
		text-align: center !important;
	}

	.crf-frontend-table tfoot tr td nav{
		float: none;
	}

	.crf-frontend-table tfoot tr td::before {
		float: left;
		content: " ";
	}

	.crf-frontend-table tr td {
		display: block;
		border-right: 0;
		border-bottom: 1px solid #f1f1f1;
		text-align: right !important;
	}

	.crf-frontend-table tbody td button {
		float: none;
	}
	.crf-campaign-form .crf_campaign_form_container {
		display: block;
		float: left;
		width: 95%;
		margin-left: 2.5%;
		padding: 25px;
		border: 1px solid #000;
		border-radius: 10px;
		box-shadow: 0 0 3px #000 inset;
	}

	.crf-campaign-form .crf_campaign_form_container p.crf-form-field input.crf_datetimepicker {
		width: 85% !important;
		margin-right: 10px;
	}
}

