@charset "utf-8";

/* elements not printable */
.noprint, .not-printable{
	display					:none;
	visibility				:hidden;
	height					:0;
	min-height				:0;
}

.print-only{
	display					:block;
}
.popup_wrap{
	background			:none;
	position			:relative;
}
.popup_container{
	width				:100%;
	margin				:auto;
	box-shadow			:none;
	position			:relative;
	top					:0;
}
.popup_headline{
	display				:none;
}
.popup_content {
    border-bottom		: none;
	padding				:1em;
	padding				:20pt;
}

.table.table-orderoverview td{
	padding				:2px 0;
}

/* get more specific */

#fancybox-wrap, #fancybox-content, #fancybox-frame{
	height				:100% !important;
	overflow			:hidden;
}

/* Safari 6.1+ (10.0 is the latest version of Safari at this time) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
	.popup_wrap, .popup_wrap.scrollable{
		height			:auto !important;
	}
	body{
		page-break-before:avoid;
		margin:0;
	}
	.popup_wrap {
		margin: 10px 10px 10px 10px; 
		page-break-before: none;
		page-break-after: none;
		page-break-inside: avoid;
	}
}}
