.deviceUpFull {
	background-color: rgba(25, 142, 50, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.deviceDownFull {
	background-color: rgba(255, 0, 0, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.deviceUnknownFull {
	background-color: rgba(0, 0, 255, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.deviceDisabledFull {
	background-color: rgba(161, 161, 161, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.deviceRecoveringFull {
	background-color: rgba(255, 143, 30, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.deviceErrorFull {
	background-color: rgba(117, 15, 125, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.deviceNotMonFull {
	background-color: rgba(250, 253, 158, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.tholdAlertNotify {
	background-color: rgba(242, 25, 36, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 12.5%;
	color: #0A0A0A;
}

.tholdAlert2Warn {
	background-color: rgba(200, 25, 36, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 12.5%;
	color: #0A0A0A;
}

.tholdWarningNotify {
	background-color: rgba(251, 74, 20, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 12.5%;
	color: #0A0A0A;
}

.tholdReTriggerEvent {
	background-color: rgba(255, 122, 48, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 12.5%;
	color: #0A0A0A;
}

.tholdTriggerEvent {
	background-color: rgba(250, 253, 158, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 12.5%;
	color: #0A0A0A;
}

.tholdWarnTrigger {
	background-color: rgba(210, 223, 128, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 12.5%;
	color: #0A0A0A;
}

.tholdRestoralNotify {
	background-color: rgba(204, 255, 204, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 12.5%;
	color: #0A0A0A;
}

.tholdRestoralEvent {
	background-color: rgba(205, 207, 196, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 12.5%;
	color: #0A0A0A;
}

.tholdRestore {
	background-color: rgba(204, 255, 204, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.tholdAlertTrigger {
	background-color: rgba(242, 23, 33, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.tholdReTrigger {
	background-color: rgba(250, 116, 32, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.tholdWarning {
	background-color: rgba(255, 122, 48, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.tholdAlert {
	background-color: rgba(242, 25, 36, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.tholdBaseAlert {
	background-color: rgba(251, 74, 20, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.tholdNotice {
	background-color: rgba(250, 253, 158, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.tholdOk {
	background-color: rgba(204, 255, 204, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

.tholdDisabled {
	background-color: rgba(205, 207, 196, 0.8);
	text-align: center;
	white-space: nowrap;
	width: 14%;
	color: #0A0A0A;
}

