@charset "utf-8";
/* CSS Document */

@media print {
	h4 {
		font-size: 18px;
	}
	
	h5 {
		font-size: 15px;
	}
	
	p {
		font-size: 14px;
	}
	
	td, th, tr, table {
		border-radius: 0;
	}
	
	tr {
		height: 30px;
		line-height: 30px;
	}
	
	.receipt-heading {
		background-color: #7570b3 !important;
		-webkit-print-color-adjust: exact;
		padding:0 !important;
	}
	
	.border-2px {
		border-bottom: 2px solid #E8E8E8;
	}
	
	.boxes div {
		padding: 5px;
		display: inline-block;
		border: 1px solid #E8E8E8;
		float: left;
	}
	
	.boxes div.bgorange {
		background-color: #de5622;
		-webkit-print-color-adjust: exact; 
		color: #ffffff;
		border: 0;
		border-bottom: 1px solid #E8E8E8;
	}
	
	.boxes div strong {
		color: #000000;
	}
	
	.boxes div.bgorange strong { 
		color: #ffffff;
	}
	
	.boxes div.bgorange:last-child { 
		border-right: 1px solid #E8E8E8;
		border-bottom: 1px solid #E8E8E8;
	}
	
	.no-top-margin {
		margin-top: 0 !important;
	}
	
	.receipt.content-wrap {
		background-color: #ffffff;
		-webkit-print-color-adjust: exact; 
	}
	
	.receipt-listing {
		border-bottom: 1px solid #E8E8E8;
	}
	
	.total-amount {
		background-color: #219ddd;
		-webkit-print-color-adjust: exact;
		color: #ffffff;
		padding: 7px;
	}
	
	.bg-box {
		background-color: #fafafa;
		-webkit-print-color-adjust: exact;
		padding: 10px;
	}
	
	.no-margin {
		margin: 0 !important;
	}
	
	.receipt-paid-overlay {
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.1);
		-webkit-print-color-adjust: exact;
		width: 100%;
		height: 100%;
	}
	
	.receipt-paid-logo {
		position: absolute;
		width: 225px;
		height: 225px;
		left: 50%;
		margin-left: -112.5px;
		top: 50%;
		margin-top: -112.5px;
	}
	
	.p-wrapper {
		padding: 15px;
	}
	
	.cart-report {
		background:#fafafa;
		-webkit-print-color-adjust: exact;
		border-bottom: 2px solid #E8E8E8;
	}
	
	.highlighted {
		background: #f4f4f4 !important; 
		-webkit-print-color-adjust: exact  !important;
		padding: 1px 10px 10px;
		text-align: center;
	}
}