body {
	font-family: 'pp_tondo_signageregular';
}
a:hover {
	color: black;
}
a:focus {
	color: black;
}
/* ==== Welcome === */
.welcome {
	width: 100%;
	height: calc(100vh - 60px);
	height: 56vw;
	position: relative;
	background-image: url(../images/welcome.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.welcome-slogan-block {
	position: absolute;
	width: 70%;
	bottom: 7vw;
	right: 0;
	text-align: left;
	padding: 4vw 5vw;
	background-color: rgba(255, 255, 255, 0.5);
}
.welcome-slogan-title {
	font-size: 9vw;
	line-height: 6vw;
	padding-bottom: 3vw;
	color: #006837;
	white-space: nowrap;
}
.welcome-slogan-subtitle {
	font-size: 2vw;
	line-height: 1vw;
	padding-top: 2vw;
	color: black;
	padding-left: 10px;
	white-space: nowrap;
}
/* ==== PP Mall === */
.mall-1,
.mall-2 {
	position: relative;
}
.mall-1 {
	background: linear-gradient(
		to right,
		white 32.06%,
		#e4dfd8 32.06%,
		#e4dfd8 100%
	);
}
.mall-2 {
	background: #f4efe9;
}
.Detail_container {
	overflow: hidden;
	padding: 11vw 2vw 8vw;
	margin: auto;
	width: 88vw;
}
/* ==== Mall Image === */
.mall-image-left,
.mall-image-right {
	width: calc(100% - 720px);
}
.mall-image-left {
	float: left;
}
.mall-image-right {
	float: right;
}
.mall-image-left img,
.mall-image-right img {
	width: 100%;
	max-width: 860px;
}
/* ==== Sensor Panel === */
.sensor-block-right,
.sensor-block-left {
	width: 660px;
}
.sensor-block-right {
	float: right;
	text-align: right;
}
.sensor-block-left {
	float: left;
	text-align: left;
}
.sensor-block-right,
.sensor-block-left {
	width: 660px;
}
.sensor-panel-title {
	font-size: 65px;
	line-height: 50px;
	color: black;
	white-space: nowrap;
}
.sensor-panel-subtitle {
	font-size: 22px;
	line-height: 30px;
	color: black;
	margin-top: 50px;
}
.sensor-reading-container {
	display: flex;
	align-items: center;
}
.sensor-reading-value-display {
	display: block;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	opacity: 0.6;
	white-space: nowrap;
	text-align: left;
}
.sensor-reading-value-display.label-temp::after {
	content: 'C';
	font-size: 22px;
}
.sensor-reading-value-display.label-humd::after {
	content: ' %';
	font-size: 20px;
}
.sensor-reading-label-display {
	display: block;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0.6;
	text-align: left;
}
.sensor-refresh-label-display {
	font-size: 22px;
	opacity: 0.6;
}
.sensor-icon-information {
	opacity: 0.6;
	color: #d8c9ad;
}
.sensor-icon-display-grayed {
	width: 100%;
	opacity: 0.6;
}
.sensor-icon-display-default {
	width: 100%;
}
.sensor-panel-data {
	border-radius: 15px;
}
.sensor-location-marker-icon {
	height: 30px;
	margin-right: 15px;
}
.rowSensorTimestamp {
	text-align: left;
	color: black;
	position: relative;
	padding: 30px;
}
.rowSensorDataRow {
	overflow: hidden;
	color: black;
	text-align: left;
	padding-bottom: 15px;
}
.no-padding {
	padding-right: 0;
	padding-left: 0;
}
/* scroll to top */
.scrollup {
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: 0px;
	right: 10px;
	background: #222;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
a.scrollup {
	outline: 0;
	text-align: center;
}
a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
	opacity: 1;
	text-decoration: none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration: none;
}
/* new reading container */
.sensorDataItem {
	float: left;
	width: 120px;
	margin-left: calc((100% - 480px) / 5);
	margin-bottom: 15px;
}
.sensorDataItem:nth-child(5) {
	clear: both;
}
.sensorDataIcon {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.sensorDataInnerCol {
	display: inline-block;
	width: calc(100% - 55px);
}
/* end new reading container */
/* Ken's new css */
.readingCol {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: start;
	padding-left: 50px;
	/*width: 10rem;*/
	/*padding-top: 0.5rem;*/
}
.IconReadingCol {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: start;
	margin-right: 1px;
	background: transparent;
}
.ReadingTitle {
	/*padding-left: 50px;*/
	/*font-size: 1rem;*/
	/*line-height: 15px;*/
	/* font-size: 1.5rem; */
}
.legend-marker-info-inner:after {
	left: calc(50% + 21.5rem);
	background: transparent;
	border: hidden;
}
.legend-marker-info-inner {
}
.Popup-title {
	/* background: red;*/
}
.Popup_row {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.outer {
	background: linear-gradient(
		45deg,
		white 92%,
		rgba(255, 255, 255, 0.4) 92%,
		rgba(255, 255, 255, 0.4) 100%
	);
	margin: 80px 0 30px;
}
.middle {
	position: relative;
}
.inner {
	margin-left: auto;
	margin-right: auto;
}
.row {
	margin: 5px;
}
#btnDetails_PPMall,
#btnView28HRDetails,
#btnViewPPTwoDetails {
	/* align-self: flex-end; */
}
.InfoIcon {
	width: 2rem;
}
.footer_row2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 60px;
	align-items: center;
}
span {
	line-height: 100%;
}
/* ----- btn-right-top ----- */
.rowSensorTimestamp:before {
	top: 20px;
	-webkit-transform-origin: 54% top;
	-ms-transform-origin: 54% top;
	transform-origin: 54% top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rowSensorTimestamp span:before {
	top: 19px;
	background: #fff;
}
.button {
	float: right;
	position: relative;
	display: inline-block;
	padding: 12px 20px;
	border: 1px solid #000;
	border-radius: 8px;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(#fff, #000);
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0) scale(1);
}
.button_left {
	position: relative;
	display: inline-block;
	padding: 12px 20px;
	border: 1px solid #000;
	border-radius: 8px;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(#fff, #000);
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0) scale(1);
	align-self: flex-end;
}
.button:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scaleX(0);
	transform-origin: right center;
	background: #000;
}
.button_left:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scaleX(0);
	transform-origin: right center;
	background: #000;
}
/* 1280 */
@media screen and (max-width: 1499px) {
	.welcome-slogan-subtitle {
		padding-left: 5px;
	}
	.mall-image-left,
	.mall-image-right {
		width: calc(100% - 460px);
	}
	/* ==== Sensor Panel === */
	.sensor-block-right,
	.sensor-block-left {
		width: 100%;
		max-width: 420px;
	}
	.sensor-block-right {
		float: right;
		text-align: right;
	}
	.sensor-block-left {
		float: left;
		text-align: left;
	}
	.sensor-panel-title {
		font-size: 45px;
		line-height: 35px;
	}
	.sensor-panel-subtitle {
		font-size: 18px;
		line-height: 20px;
		margin-top: 30px;
	}
	.sensor-reading-container {
		display: flex;
		align-items: center;
	}
	.sensor-reading-value-display {
		font-size: 24px;
		line-height: 24px;
		height: 24px;
	}
	.sensor-reading-value-display.label-temp::after {
		font-size: 18px;
	}
	.sensor-reading-value-display.label-humd::after {
		font-size: 15px;
	}
	.sensor-reading-label-display {
		font-size: 10px;
	}
	.sensor-refresh-label-display {
		font-size: 18px;
	}
	.sensor-location-marker-icon {
		height: 20px;
		margin-right: 5px;
	}
	.rowSensorDataRow {
		padding: 0;
	}
	.rowSensorTimestamp {
		padding: 20px;
	}
	.sensorDataItem {
		width: 85px;
		margin-left: calc((100% - 340px) / 5);
		margin-bottom: 15px;
	}
	.sensorDataItem:nth-child(5) {
		clear: both;
	}
	.sensorDataIcon {
		width: 30px;
		height: 30px;
		margin-right: 0;
	}
	.sensorDataInnerCol {
		width: calc(100% - 35px);
	}
}
/* 1080p */
@media screen and (max-width: 1279px) {
	.Detail_container {
		width: 1115px;
		max-width: calc(100vw - 40px);
	}
	.sensor-panel-title {
		font-size: 40px;
		line-height: 35px;
	}
	.sensor-panel-subtitle {
		margin-top: 20px;
	}
	.outer {
		margin: 40px 0 20px;
	}
}
/* tablet view */
@media screen and (max-width: 979px) {
	.mall-1 {
		background: #e4dfd8;
	}
	.mall-image-left,
	.mall-image-right {
		float: none;
		margin: 0 auto 60px;
		width: 100%;
		text-align: center;
	}
	.mall-image-left img,
	.mall-image-right img {
		max-width: 500px;
	}
	.sensor-block-left,
	.sensor-block-right {
		float: none;
		margin: auto;
		text-align: center;
	}
	.Detail_container {
		padding: 60px 40px 40px;
	}
	.button {
		float: none;
	}
}
/* mobile view */
@media screen and (max-width: 499px) {
	.welcome {
		height: 300px;
	}
	.welcome-slogan-block {
		width: 90%;
		top: 100px;
		bottom: initial;
	}
	.welcome-slogan-subtitle {
		font-size: 12px;
		line-height: 8px;
		padding-left: 0px;
	}
	.mall-image-left,
	.mall-image-right {
		margin-bottom: 40px;
	}
	.Detail_container {
		padding: 0 0 30px 0;
		max-width: 100%;
	}
	.sensorDataItem {
		margin-left: calc((100% - 255px) / 4) !important;
	}
	.sensorDataItem:nth-child(5) {
		clear: none !important;
	}
	.sensorDataItem:nth-child(3n + 1) {
		clear: both;
	}
	.outer {
		margin: 40px 10px;
	}
	.middle {
		padding: 10px 10px 0;
	}
}
