/*
|---------------------------------------------------------------
| phpComasy - web content management system
|
| copyright by indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence (https://www.phpcomasy.com)
|---------------------------------------------------------------
|
| Print css: mailform
|
*/


@media print {

	body .dont_print,
	.management_container .popup_print,
	.popup_content.popup_print .popup_button_wrap,
	.popup_content.popup_print .fancybox-close-small,
	.popup_content.popup_print .history_title:before {
		display: none;
	}

	body table.popup_print {
		background-color: white;
		display: block;
		position: unset !important;
		left: 0 !important;
		top: 0 !important;
		margin: 0;
		width: 100% !important;
	}

	body .popup_print > div {
		position: unset;
		margin: 0;
		border: none;
		left: 0;
		top: 0;
		width: 100% !important;
	}

	body div.popup_print div.popup_body {
		height: auto;
		position: unset !important;
	}

	body .mfp-preloader {
		display: none;
	}

	.popup_content.popup_print,
	.popup_content table {
		width: 100% !important;
		border: 0 !important;
		padding: 0 !important;
		margin-top: 10px;
	}

	.popup_content.popup_print .history_title {
		display: block;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
