﻿@charset "UTF-8";
/* CSS Document */
@media print {
	.top-header {
		display: none;
	}
	.bg-light-grey {
		background-color: #fff !important;
	}
	.navbar {
		display: none;
	}
	.breadcrumbs {
		display: none;
	}
	.top-grad {
		display: none;
	}
	.row .desktop-hide {
		display: block;
	}
	.print-hide {
		display: none !important;
	}
	th {
		color: #3e3e3e !important;
        position: initial !important;
	}
	footer {
		display: none !important;
	} 
	thead {
        display: table-header-group;
    }
	tfoot{
		display: none;
	}
	th:not(.white-no-border-table-header).mat-header-cell
	{
		border-top: 1px solid #dee2e6 !important;
	}
	
	th.mat-header-cell.print-top-border
	{
		border-top: 2px solid #dee2e6 !important; /*header on invoice screen; 1px wont show up*/
	}
}

