﻿@media print {
	body {
	}

	/*This is the parent layout grid*/
	.master {
		display: inline !important;
	}

	/*Don't print the header and quick actions (left panel)*/
	header#topbar.topbar {
		display: none;
	}

	.leftbar {
		display: none;
	}

	.rightbar {
		display: none;
	}


	.maincontent {
		overflow: visible !important;
	}


	/*this is the top-level grid layout wrapper*/
	div.gridscrolling.listgrid {
		position: relative !important;
		overflow: visible !important;
	}

	/*hide the grid filter panel*/
	div.gridfiltcol.listgrid {
		display: none;
	}

	/*main datagrid area wrapper (incl grid header, rows and reading panel )*/
	div.griddatagridcol.listgrid {
		overflow: visible !important;
	}

	div.gridactions {
		display: none !important;
	}

	/*grid below the grid actions bar (title, rows and reading panel)*/
	div.gridrowsandrdg {
		overflow: visible !important;
	}

	/*grid title bar, column heading and data rows*/
	div.griddata {
		overflow: visible !important;
	}

	/*grid reading panel - TODO-remove grid layout*/
	div.divreadpnl {
	}

	/*grid column heading and data rows*/
	div.gridrows {
		overflow: visible !important;
	}

	/*calendar view*/
	.calendarviews .monthly .mondaylabels {
		overflow-y: hidden !important;
	}

	.calendarviews .monthly .mboxlayout {
		height: unset !important;
		overflow-y: visible !important;
		grid-row-gap: 0px !important;
	}

	.calendarviews .wdallday {
		overflow-y: hidden !important;
	}
}
