@-webkit-keyframes invalid {
  from { background-color: red; }
  to { background-color: inherit; }
}
@-moz-keyframes invalid {
  from { background-color: red; }
  to { background-color: inherit; }
}
@-o-keyframes invalid {
  from { background-color: red; }
  to { background-color: inherit; }
}
@keyframes invalid {
  from { background-color: red; }
  to { background-color: inherit; }
}
.blink {
  -webkit-animation: invalid 1s infinite; /* Safari 4+ */
  -moz-animation:    invalid 1s infinite; /* Fx 5+ */
  -o-animation:      invalid 1s infinite; /* Opera 12+ */
  animation:         invalid 1s infinite; /* IE 10+ */
}


.statusmonitor{
  background-color: #fff;
}

.statusmonitor-header{
  border-bottom: 1px solid rgb(210, 210, 210);
  padding: 5px;
  margin-bottom: 0px !important;
  height: 25px;

}

.statusmonitor-body{
  padding: 5px;
}

.statusmonitor-body table{
  margin-left: auto;
  margin-right: auto;
}

.btn-stauts{
  width: 20%;
}
.btn-fhz{
  width: 80%;
}
