#page-footer {
  z-index: 91;
  background-color: #fff;
  position: relative;
  bottom: 0;
  transition: width 0.28s;
  box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.1019607843);
  height: 2rem;
  line-height: 2rem;
  vertical-align: middle;
  height: 4rem;
  border-top: 0.1rem solid rgba(120, 130, 140, 0.13);
  border-bottom: 0.1rem solid rgba(120, 130, 140, 0.13);
  position: fixed;
  bottom: 0;
  width: calc(100% - 15rem);
  z-index: 100;
}
#page-footer :export {
  active: #21D075;
  inactive: #FEC800;
  actual: #177819;
  deviated: #FA5C4C;
  target: #FA5C4C;
  primary: #169ca6;
  activeAntenna: #6296D5;
  inactiveAntenna: #C02A24;
  suspended: #888888;
}
#page-footer.mobile {
  width: 100%;
}
#page-footer.openSidebar {
  left: 15rem;
}
#page-footer.hideSidebar {
  width: calc(100% - 54px);
  left: 54px;
}
#page-footer > .el-row {
  height: 100%;
  padding: 0.5rem;
}
#page-footer > .el-row .el-button {
  min-width: 10rem;
}
#page-footer .back-to-top {
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  bottom: calc(4rem - 3rem);
}
#page-footer .back-to-top div {
  margin: auto;
  border-radius: 50%;
  background-color: #107d89;
  opacity: 52%;
  width: 1.5rem;
  height: 1.5rem;
}
#page-footer .back-to-top .arrow {
  border-color: #ffffff;
  padding: 0.25rem;
  margin: auto;
  margin-bottom: 0.35rem;
}
#page-footer.mobile {
  width: 100%;
  left: 0;
}
#page-footer.mobile .back-to-top {
  margin: 0;
}
#page-footer.mobile .el-button {
  width: 5rem;
  padding: 0;
  margin: 0 0.25rem;
}
#page-footer.mobile > .el-row {
  height: 100%;
  padding: 0.5rem 0;
  margin-right: 2rem;
}
#page-footer.mobile > .el-row .el-button {
  min-width: auto;
  font-size: 0.75rem;
}
