/**
 * AIR Homoeo Watermark
 * The critical properties are also written inline by the script, so the overlay
 * survives if this file fails to load or is stripped by an optimiser.
 */

#airwm-layer,
.airwm-layer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483000;
	pointer-events: none !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin: 0;
	padding: 0;
	border: 0;
	filter: none;
}

#airwm-layer span,
.airwm-layer span {
	position: absolute;
	white-space: nowrap;
	pointer-events: none !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media print {

	#airwm-layer,
	.airwm-layer {
		display: block !important;
		visibility: visible !important;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
	}

	/* Printing is switched off in the settings. */
	#airwm-layer.airwm-no-print,
	.airwm-layer.airwm-no-print {
		display: none !important;
	}
}
