.blu-table-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body .button-in-table-header {
	margin-left: 5px;
}

.maxLimit .temperature {
	color: white  !important;
	background-color: #f77534 !important;
	background-image: none !important;
}

.minLimit .temperature  {
	color: white  !important;
	background-color: #2E6E9E !important;
	background-image: none !important;
}

.maxLimitHumid .humidity {
	color: white  !important;
	background-color: #f77534 !important;
	background-image: none !important;
}

.minLimitHumid .humidity  {
	color: white  !important;
	background-color: #2E6E9E !important;
	background-image: none !important;
}

.centered-column{
	text-align: center;
}

.preformatted {
    white-space: pre-wrap;
}

.vertical-center{
	display: flex; flex-direction: row;
}

.right-logo{
	float:right;height: 55px;padding: 5px;background: #fff;box-sizing: border-box;border-radius: 5px;margin-right: 0.1em;margin-top: -0.1em;margin-bottom: -0.1em;
}

.bluhidden
{
	display:none;
}