@media print {
	 header, footer {
		 display: none;
	}
	html{
		height: auto;
	}
	 body {
		 background-image: none !important;
		 display: block;
		 height: 100%;
		 width: 100%;
		 background-color: #fff;
	}
    #index-hcm-app,
    .v-application,
    .v-application--wrap{
        display: none;
    }
	 body #printView {
		 display: block;
	}
	 body #printView img {
		 width: 100%;
		 height: 100%;
		 display:block;
		 /*break-before: page;*/
		 break-after: auto;
		 break-inside: avoid;
	}
}
 