@charset "UTF-8";

@media print {
	/* all divs overflow visible */
	* div {
		overflow: visible !important;
	}
	
	
	/* ELEMENTS TO HIDE */
	/* hide all buttons */
	#travelportal .element-button {
		display: none !important;
	}
	
	
	/* header */
	.bannertop,
	.headerimage {
		display: none !important;
	}
	
	/* footer */
	.footer {
		display: none !important;
	}
	
	/* breadcrump */
	#travelportal #booking_offer,
	#travelportal #booking_offer div {
		border-width: 0px !important;
	}
	
	/* no borders */
	#travelportal .module-breadcrumb {
		display: none !important;
	}
	
	/* debug stuff */
	#ZFDebug_debug {
		display: none !important;
	}
	
	/* hide insurance */
	#travelportal .module-confirmation-insurance {
		display: none;
	}
	
	/* hide car rental */
	#travelportal .module-confirmation-carrental {
		display: none;
	}
	
	/* hide survey */
	#travelportal .module-survey {
		display: none;
	}
	
	/* PAGE BREAK SETTINGS */
	/* page break after offer */ 
	#travelportal #booking_data {
		page-break-after: always !important;
	}
}