
#sensor-container {
	/* 			margin: 20px; */
	padding: 10px !important;
}

#sensor-container-loading {
	position: absolute;
	top: 2%;
	left: 50%;
	margin-left: -32px;
	z-index: 1000;
}

#no-sensor {
	width: 400px;
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 14px;
	color: rgba(10, 128, 120, 1);
}

#sensor-container-offline {
	display: none;
	width: 650px;
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 18px;
	font-weight: bold;
	color: rgba(10, 128, 120, 1);
}

#sensor-container-offline img {
	margin-top: 50px;
}

.table {
	font-size: 18px;
}

.table tr th {
	padding: 10px;
	border: 1px solid gray;
}

.table tr td {
	padding: 3px;
}

.iconPartner {
	width: 17px;
}

.table tr td img {
	width: 32px;
}

.table_header {
	background-color: #fff;
}

.status_0, .status_1, .status_2 {
	text-align: center;
}

.status_0 {
	background-color: #409E48;
}

.status_1 {
	background-color: rgba(221, 77, 77, 1);
}

.status_2 {
	background-color: #CCC537;
}

#sensor-request-date {
	background-color: #fff;
	padding: 2px;
	border: 1px solid;
	float: left;
	margin-left: 10px;
}

#sensor-request-index {
	margin: 10px;
}

#sensor-request-index table {
	width: 100%;
}

#sensor-request-index table tr td {
	border: 3px solid #30b0a8;
	font-size: 3em;
}

#sensor-request-index table tr td div {
	display: table-cell;
}

#sensor-request-index table tr td div img {
	vertical-align: middle;
}

#sensor-request-index table tr td div.value-box {
	vertical-align: middle;
	line-height: 48px;
}

#dashboard-filter-box {
	text-align: center;
	height: 20px;
	width: 510px;
	margin: 0 auto;
}

.dashboard-filter-button {
	width: 60px;
	border: 1px solid gray;
	float: left;
	cursor: pointer;
}

.opacity03 {
	opacity: 0.2;
}

.opacity08 {
	opacity: 0.8;
}
.dashboard-filter-button2 {
	border: 1px solid gray;
	cursor: pointer;
	width: 32px;
}
.dashboard-filter-button3 {
	border: 1px solid gray;
	cursor: pointer;
}

