#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:
 * .ol-map (in the dialog holding ol-map)
 */
/**
 * Please add on any of the below if required
 * Self-defined classes:
 * none
 */

/**
 * 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
 */
#role-form .card-content {
  padding-bottom: 1rem;
  min-height: 60vh;
}
#role-form .form-container .el-form-item {
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
}
#role-form .form-container .form-item {
  width: 100%;
}
#role-form .form-container .form-item input {
  border-color: rgba(255, 255, 255, 0) #ffffff #efefef;
}
#role-form .form-container .el-form-item__label {
  line-height: 1rem;
}
#role-form .form-container .el-input__inner {
  padding: 0;
}
#role-form .form-container .el-input.is-disabled .el-input__inner {
  background-color: #ffffff;
}
#role-form .form-container .el-input-group__prepend,
#role-form .form-container .el-input-group__append,
#role-form .form-container .el-input-number__decrease,
#role-form .form-container .el-input-number__increase {
  border-color: rgba(255, 255, 255, 0) #ffffff #efefef;
  background-color: #ffffff;
}
#role-form .form-container .el-date-editor {
  width: calc(100% - 2rem);
}
#role-form .form-container .el-date-editor input {
  margin-left: 2rem;
}
#role-form .el-dialog__header {
  border-bottom: 1px solid #efefef;
  text-align: left;
  font: normal normal bold 1.25rem/1.75rem Calibri;
  letter-spacing: 0px;
  color: #212121;
}
#role-form .el-dialog__header .el-button {
  text-align: center;
  font-size: 1rem;
}
#role-form .el-dialog__body {
  position: relative;
  display: inline-block;
  width: 100%;
}
#role-form .el-dialog__body .pagination-container .el-pagination {
  margin: 0;
  margin-top: 1rem;
}
#role-form .el-dialog__footer {
  border-top: 1px solid #efefef;
  padding-top: 1.25rem;
}
#role-form .mobile .el-dialog__body {
  padding: 1rem;
}
#role-form .mobile .el-dialog__body .pagination-container .el-pagination {
  margin: 0;
  padding: 0;
  min-height: 1.8rem;
}
#role-form .mobile .el-dialog__footer {
  padding-top: 1rem;
}
#role-form .mobile .el-dialog__header .el-dialog__headerbtn {
  font-size: 24px;
}
#role-form .mobile.is-fullscreen .el-dialog__body {
  min-height: 83vh;
}
#role-form .filter {
  width: 100%;
  border-bottom: 1px dotted #d2d2d2;
  padding-bottom: 5px;
}
#role-form .filter .el-row .el-col {
  margin: 0.25rem 0;
}
#role-form .filter .el-date-editor {
  width: -moz-fit-content;
  width: fit-content;
}
#role-form .filter .el-form-item__label {
  font: normal normal normal 0.85rem/0rem Calibri;
  padding: 0;
  letter-spacing: 0px;
  color: #212121;
  opacity: 1;
  word-break: break-word;
  vertical-align: middle;
}
#role-form .filter .el-form-item {
  margin-bottom: 0px;
}
#role-form .filter .el-select, #role-form .filter .el-input {
  width: 95% !important;
}
#role-form .filter .el-date-editor, #role-form .filter .search-input, #role-form .filter .el-input-number {
  width: 91% !important;
}
#role-form .filter .el-slider {
  width: 86% !important;
  margin-left: 2%;
}
#role-form .filter .el-slider .el-slider__stop {
  background-color: #efefef;
}
#role-form .filter .el-input-number .el-input {
  width: 100% !important;
}
#role-form .filter .button-container {
  margin: 1rem 0;
}
#role-form .filter.mobile .el-form-item {
  margin-bottom: 0px;
}
#role-form .filter.mobile .el-select, #role-form .filter.mobile .el-input, #role-form .filter.mobile .el-date-editor {
  width: 100% !important;
}
#role-form .el-table {
  margin-top: 1rem;
}
#role-form .el-table thead.is-group th {
  background-color: #ffffff;
}
#role-form .el-table.hide-header thead {
  display: none !important;
}
#role-form .el-table.row-clickable .el-table__row {
  cursor: pointer;
}
#role-form .el-table a {
  color: #169ca6;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
#role-form .el-table a:hover {
  color: #107d89;
}
#role-form .el-table .mobile-table-detail div.cell {
  white-space: normal;
}
#role-form .el-table .mobile-table-detail span {
  text-decoration: underline;
  font-weight: bold;
}
#role-form .el-table .mobile-table-detail > .el-button {
  margin-top: 1rem;
}
#role-form .el-table .mobile-table-detail .float-right-bottom {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
#role-form .el-table th.el-table__cell {
  border-bottom: 2px solid #d2d2d2 !important;
}
#role-form .el-table th.el-table__cell > .cell {
  word-break: break-word;
  font: normal normal bold 15px/20px Calibri;
  letter-spacing: 0px;
  color: #7F7F7F;
}
#role-form .el-table td.el-table__cell div {
  word-break: break-word;
  font: normal normal normal 0.875rem/1.25rem Calibri;
  color: #404040;
}
#role-form .el-table.el-table--small td.el-table__cell div, #role-form .el-table.el-table--small th.el-table__cell > .cell {
  font-size: 12px;
}
#role-form .el-table.hide-select-all .el-table-column--selection.is-leaf.el-table__cell .el-checkbox {
  display: none;
}
#role-form .el-table.hide-selection td .el-checkbox, #role-form .el-table.hide-selection th .el-checkbox {
  display: none;
}
#role-form .el-table .small-padding .cell {
  padding-left: 5px;
  padding-right: 5px;
}
#role-form .el-table .fixed-width .el-button {
  padding: 7px 10px;
  min-width: 60px;
  font-weight: bold;
}
#role-form .el-table.mobile {
  margin-bottom: 1rem;
}
#role-form .el-table.mobile th.el-table__cell {
  padding: 0;
  background-color: #f8f8f8;
}
#role-form .el-table.mobile td.el-table__cell div, #role-form .el-table.mobile th.el-table__cell > .cell {
  font-size: 0.75rem;
}
#role-form .el-table .el-table__empty-block {
  width: 100% !important;
  position: sticky;
  left: 0;
}
#role-form .quick-access {
  min-width: 8rem;
}
#role-form .content-header {
  border-bottom: 1px solid #cbcbcb;
}
#role-form .mobile.el-radio-group {
  display: flex;
  justify-content: space-between;
}
#role-form .mobile.el-radio-group .el-radio {
  margin-right: 0;
}
#role-form .mobile.el-radio-group .el-radio .el-radio__label {
  font-size: 0.75rem;
}
