﻿

.donation-progress {
	font-weight: bold;
	color: #3f3f3f;
	margin-top: 10px;
}
.progress-bar {
	width: 100%;
	position: relative;
	height: 16px;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}

.progress-indicate {
	position: absolute;
	left: 0px;
	height: 16px;
	background-color: #30b900;
}



.icon-container.color2 {
	color: inherit;
	text-align:center;
}

.icon-container {
	font-family: Ce-symbols;
	font-size: 50px;
	color: #000;
}

/* Smartphones (portrait and landscape) --- */
@media (min-width : 320px) and (max-width : 480px), (min-width : 375px) and (max-width : 667px) {


	.icon-container {
		font-size: 100px;
	}


	#donation_home {
		overflow:auto;
	}
}
.receipt-link {
	background-image: url(/images/icons/admin_icons.png);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-position: -708px -374px;
	zoom: 1;
	padding: 2px 8px;
}

.divider-row {
	border-top: 1px solid #666666;
}

.trans-label {
	font-size: 14px;
	white-space: nowrap;
	vertical-align: top;
}

.trans-info {
	font-size: 14px;
	font-weight: bold;
}

.item-table td, .payment-table td {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	word-break: break-word;
}

	.payment-table td.amount {
		padding: 3px 10px 3px 15px;
	}

.price-qty, .amount {
	padding: 3px 8px 3px 8px;
	white-space: nowrap;
}

.amount {
	text-align: right;
	white-space: nowrap;
}

legend {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

	legend:after, legend:before {
		content: "\00a0";
	}

fieldset {
	margin-top: 15px;
	padding: 5px 5px 5px 10px;
}

.canceled-note {
	color: red;
	font-size: 10px;
	font-style: italic;
}

.tax-flag {
	font-weight: bold;
	color: black;
}

@media print {
	.button-bar {
		display: none;
	}
}