MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/cafsindia/crm_cafsindia_com/css/ospos_print.css
@media print {

	.no-print, .no-print *
	{
		display: none !important;
	}

	#receipt_wrapper, #table
	{
		/*background-color:#FFFFFF;*/
		font-size:75%;
	}

	.topbar
	{
		display:none;
	}

	#menubar, #footer
	{
		display:none;
	}

	#sale_return_policy
	{
		width:100%;
		text-align:center;
	}

	#receipt_items td
	{
		white-space:nowrap;
	}

	/* Hide links in table for printing */
	table.innertable
	{
		display: table;
	}

	table.innertable a
	{
		color: #000000;
		text-decoration: none;
	}

	table.report a.expand
	{
		visibility: hidden;
	}

	table.report a
	{
		color: #000000;
		text-decoration: none;
	}

	table.innertable thead
	{
		/*display:none;*/
	}

	.print_show 
	{
		display:block !important; 
	}

	.print_hide
	{
		display:none !important;
	}

	.fixed-table-container
	{
		border: none;
	}

	.fixed-table-container thead th .sortable
	{
		padding-right: 10px;
	}
}