/* scroll */
body,
.view-container,
.pane, 
.view,
.scroll-view.scroll-xy,
.scroll,
.view_content.locked-container {
	overflow: visible;
}

/* elements */
.button-float,
.header-item.buttons {
	display: none !important;
}

/* ios */
.platform-ios.platform-cordova:not(.fullonly screen) .bar-header:not(.bar-subheader) > * {
	margin-top: 0 !important;
}
.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
	height: 44px !important;
}

/* pdfs */
html.has-pdf,
html.has-pdf * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
html.has-pdf #printContainer {
	height: 100%;
}
html.has-pdf body {
	position: static;
	top: unset;
	right: unset;
	left: unset;
	bottom: unset;
}
html.has-pdf ion-nav-view,
html.has-pdf body > div:not(#printContainer) {
	display: none !important;
} 
/* wrapper around (scaled) print canvas elements */
html.has-pdf #printContainer > div {
	height: 100%;
	overflow: visible;
	page-break-after: always;
	page-break-inside: avoid;
	orphans: 2;
	widows: 2;
}
html.has-pdf #printContainer canvas,
html.has-pdf #printContainer img {
	display: block;
	width: auto !important;
	height: 100% !important;
}
