@media screen and (max-width: 1280px) {
	html,
	body,
	.fullHeight {
		height: 100%;
	}

	body {
		zoom: 0.85;
		-moz-transform: scale(0.85);
		-moz-transform-origin: 0 0;
	}
}

@media screen and (max-width: 1024px) {
	body {
		zoom: 0.75;
		-moz-transform: scale(0.75);
		-moz-transform-origin: 0 0;
	}
}

.browser-not-supported-prompt-fail {
	display: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-size: 12px;
	font-weight: 600;
}

.browser-not-supported-prompt-fail .fail-cell {
	display: table-cell;
	vertical-align: middle;
}

.browser-not-supported-prompt-fail img {
	width: 35px;
	height: 35px;
}

.browser-not-supported-prompt-fail .ptm {
	padding-top: 10px !important;
}

.browser-not-supported-prompt-fail .prm {
	padding-right: 10px !important;
}

.notify.error .notify_inner {
	margin: 0px 15px 15px 15px;
	background: #fff5f4;
	border: hidden;
	border-radius: 5px;
	display: block;
	padding: 20px;
	position: relative;
}

.notify.error .icn {
	background: url('./assets/images/ico-error.png') center / contain no-repeat;
	background-position: 0px;
	display: block;
	float: left;
	height: 28px;
	margin-right: 18px;
	margin-bottom: 6px;
	width: 28px;
}

.notify.error .notify_title {
	color: #f0151b;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.notify p {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 46px;
}
