.battery {
  --height-gutter: 197px;
}
.battery .pond-device-status-table h3 {
  font-weight: 600;
}
.battery .pond-device-status-table .battery-table .pagination-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.battery .pond-device-status-table .battery-table .el-pagination__total {
  margin-right: 0;
  margin-left: 1rem;
}
.battery .pond-device-status-table .refresh-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}
.battery .pond-device-status-table .refresh-icon img {
  margin-left: 16px;
  width: 16px;
}
.battery .pond-device-status-table .el-card__body {
  padding-top: 8px;
}
.battery .pond-device-status-table .row-1 {
  margin-top: 8px;
  margin-bottom: 16px;
}
.battery .pond-device-status-table .row-1 .el-card__header {
  border-bottom: 0 solid #ebeef5;
}
.battery .pond-device-status-table .row-1 .search-bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 0.2rem;
}
.battery .pond-device-status-table .row-1 .search-bar-container .search-bar {
  position: relative;
  padding-right: 4px;
  margin-left: 12px;
  width: 180px;
}
.battery
  .pond-device-status-table
  .row-1
  .search-bar-container
  .search-bar
  input {
  background: #f2f3f4;
  border: 0 solid #dcdfe6;
  border-radius: 8px;
  color: #000 !important;
  width: 180px;
}
.battery
  .pond-device-status-table
  .row-1
  .search-bar-container
  .search-bar
  img {
  width: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 6px;
}
.battery
  .pond-device-status-table
  .row-1
  .search-bar-container
  .search-bar
  .el-input--small
  .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.battery .pond-device-status-table .el-table__header th .cell {
  font-weight: 700;
}
.battery .pond-device-status-table .el-table {
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1607843137254902);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1607843137254902);
}
.battery .pond-device-status-table .el-table .el-table__body-wrapper {
  min-height: 60vh;
}
.battery .pond-device-status-table .el-table .cell {
  text-align: center;
  font-size: 13px;
}
.battery .pond-device-status-table .el-table .cell .el-tag {
  font-size: 13px;
}
.battery .pond-device-status-table .el-table .el-table__header tr {
  background-color: #44a1ff;
  color: #fff;
}
.battery .pond-device-status-table .el-table .el-table__header th {
  background-color: transparent;
}
.battery
  .pond-device-status-table
  .el-table
  .el-table__header
  th:nth-last-child(2)
  .cell {
  border-right: none;
}
.battery .pond-device-status-table .el-table .el-table__header th > .cell {
  display: inline-block;
  -webkit-box-sizing: border-box;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.battery
  .pond-device-status-table
  .is-sortable.ascending
  .sort-caret.ascending {
  border-bottom-color: #fff;
}
.battery
  .pond-device-status-table
  .is-sortable.descending
  .sort-caret.descending {
  border-top-color: #fff;
}
.battery .pond-device-status-table .el-pagination {
  margin-top: 20px;
  vertical-align: middle;
}
.battery
  .pond-device-status-table
  .el-pagination
  .el-pagination__sizes
  .el-input--mini
  .el-input__icon {
  line-height: 22px;
}
.battery
  .pond-device-status-table
  .el-pagination
  .el-pagination__sizes
  .el-input--mini
  .el-input__inner {
  height: 22px;
  line-height: 22px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .battery {
    --height-gutter: 205px;
  }
}
@media only screen and (min-width: 1920px) {
  .battery {
    --height-gutter: 215px;
  }
}
.feed-level {
  --height-gutter: 197px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .feed-level {
    --height-gutter: 205px;
  }
}
@media only screen and (min-width: 1920px) {
  .feed-level {
    --height-gutter: 215px;
  }
}
.feed-level .el-progress-bar {
  padding-right: 100px;
  margin-right: -100px;
}
.tooltip {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: #000;
  padding: 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.device-health .el-menu--horizontal.type-tab {
  width: 100%;
  margin-bottom: 5px;
}
.device-health .el-menu--horizontal.type-tab > .el-menu-item {
  line-height: 35px;
  height: 35px;
}
.device-health .toolbar-layout {
  margin-bottom: 5px;
}
.device-health .el-radio-group .el-radio-button__inner {
  padding: 7px 15px;
}
.device-health .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #fff;
  background: #233a73;
  border-color: #233a73;
  -webkit-box-shadow: -1px 0 0 0 #233a73;
  box-shadow: -1px 0 0 0 #233a73;
}
.device-health .el-radio-button__orig-radio + .el-radio-button__inner {
  color: rgba(10, 36, 99, 0.996078431372549);
}
.device-health .el-radio-button__orig-radio:disabled + .el-radio-button__inner {
  opacity: 0.6;
}
