@media print {
	@page {
		size: landscape;
		margin: 0 12px;
	}
	main#list {
		margin: 30px 0px;
		margin-top: 44px;
	}
	.noDisplay {
		display: none;
	}
	.noDisplayOnPrint {
		display: none !important;
	}
	.displayOnPrint {
		display: initial;
	}
	.displayBlockOnPrint {
		display: block!important;
	}
	#logo4D {
		display: initial;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 50px;
		height: 64px;
	}
	.sidenav-overlay {
		display: none;
	}
	#tableList {
		padding-top: 77px;
	}
	#tableList.searchInProgress tbody tr.strip {
		background-color: rgba(242,242,242,0.5);
	}
    #tableList:not(.searchInProgress) tr.noDisplay {
        display: table-row;
    }
	#tableList:not(.searchInProgress) tbody tr:nth-child(odd) {
		background-color: rgba(242,242,242,0.5);
	}
	#tableList:not(.searchInProgress) tbody tr:nth-child(even) {
		background-color: transparent;
	}
	#tableList th.name i.material-icons {
		display: none;
	}
	#list table {
		font-size: 8px;
	}
	#list tr {
		line-height: 15px;
	}
	#list td .material-symbols-outlined {
		line-height: 15px;
		font-size: 15px;
	}
	.tab {
		padding-left: 10px;
	}
} 