.plantBuild {
	color: gray;
}

.plantNormal {
	color: green;
}

.plantStandby {
	color: blue;
}

.plantFault {
	color: red;
}

.plantAlarm {
	color: orange;
}

.plantOffline {
	color: Black;
}

.plantEmergency {
	color: Crimson;
}

.login-middle {
	background: url(../images/bmg.jpg) no-repeat;
	height: 90%;
	width: 100%;
	background-size: contain;
}

h6{
	margin-top:-20px;
}

.login-table {
	postion: absolute;
	right: 10%;
	top: 180px;
}

.padding-right{
	padding-right : 50px;
}

#stationtable td{
	word-break:keep-all;/* ������ */
	white-space:nowrap;/* ������ */
    overflow:hidden;/* ���ݳ������ʱ���س������ֵ����� */
    text-overflow:ellipsis;/* ���������ı����ʱ��ʾʡ�Ա��(...) ������overflow:hidden;һ��ʹ�á�*/
    max-width: 150px;
}
#stationtable{
	able-layout: fixed;
}
.stationtype{
	color: orange;
	font-size:32px;
}

.inputpage{
	width:50px;
	border-radius:10px;
	text-align:center;
}
.spanpage{
	font-size:36px;
	cursor:hand;
}
.tdhide{
	visibility:hidden;
}



