#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;
}
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .content-title .content-button-container .toggle-map
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .filter .row-clickable .mobile-table-detail .float-right-bottom
 * .hide-selection .hide-select-all .small-padding .fixed-width
 * .hide-header
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .filter 
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .mobile .is-active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .mobile .is-active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .card-content .form-container .form-item
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .detail-content .label .field
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .active
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * .error-badge
 */
#change-pwd .card-content {
  padding-bottom: 1rem;
  min-height: 60vh;
}
#change-pwd .form-container .el-form-item {
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
}
#change-pwd .form-container .form-item {
  width: 100%;
}
#change-pwd .form-container .form-item input {
  border-color: rgba(255, 255, 255, 0) #ffffff #efefef;
}
#change-pwd .form-container .el-form-item__label {
  line-height: 1rem;
}
#change-pwd .form-container .el-input__inner {
  padding: 0;
}
#change-pwd .form-container .el-input.is-disabled .el-input__inner {
  background-color: #ffffff;
}
#change-pwd .form-container .el-input-group__prepend,
#change-pwd .form-container .el-input-group__append,
#change-pwd .form-container .el-input-number__decrease,
#change-pwd .form-container .el-input-number__increase {
  border-color: rgba(255, 255, 255, 0) #ffffff #efefef;
  background-color: #ffffff;
}
#change-pwd .form-container .el-date-editor {
  width: calc(100% - 2rem);
}
#change-pwd .form-container .el-date-editor input {
  margin-left: 2rem;
}
#change-pwd p {
  font-weight: bold;
  letter-spacing: 0px;
  color: #212121;
  margin-bottom: 3.125rem;
}
#change-pwd > .el-row {
  height: 100vh;
}
#change-pwd .pwd-desc {
  width: 100%;
  text-align: center;
  color: #7F7F7F;
  display: block;
  margin-bottom: 1.875rem;
}
#change-pwd .cancel {
  width: 100%;
  text-align: center;
  margin: 10% 0 10%;
}
#change-pwd .cancel a {
  color: #9f9f9f;
  text-decoration: underline;
}
#change-pwd .el-dialog__body {
  padding: 2rem 2rem 0;
}
#change-pwd .el-dialog__body h2 {
  margin-bottom: 2rem;
}
#change-pwd.is-from-right-menu > .el-row {
  height: 100%;
}
#change-pwd.is-from-right-menu .el-card {
  width: 100%;
  padding: 2rem 4rem;
}
#change-pwd.is-from-right-menu .forgot-password {
  width: 100%;
  text-align: center;
}
#change-pwd.is-from-right-menu .forgot-password a {
  color: #9f9f9f;
  text-decoration: underline;
}
