.pond-hourly-graph .er-select {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.pond-hourly-graph .er-select .el-input__inner {
  height: 24px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-hourly-graph .er-select .el-input__inner {
    height: 27px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-hourly-graph .er-select .el-input__inner {
    height: 30px;
  }
}
.tooltip[data-v-6000a6cd] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-6000a6cd] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-6000a6cd] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-6000a6cd] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-6000a6cd] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-6000a6cd] {
  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"][data-v-6000a6cd] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-6000a6cd] {
  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"][data-v-6000a6cd] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-6000a6cd] {
  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"][data-v-6000a6cd] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-6000a6cd] {
  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[data-v-6000a6cd] {
  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[data-v-6000a6cd] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-6000a6cd] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden="false"][data-v-6000a6cd] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.el-switch__label span[data-v-6000a6cd] {
  color: #0a2463 !important;
}
.pond-schedule-graph .el-range-editor[data-v-6000a6cd] {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
.el-radio-group .el-radio-button__inner {
  padding: 7px 15px;
}
.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;
}
.el-radio-button__orig-radio + .el-radio-button__inner {
  color: rgba(10, 36, 99, 0.996078431372549);
}
.el-radio-button__orig-radio:disabled + .el-radio-button__inner {
  opacity: 0.6;
}
.pm-sch-graph-toottip-table {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  vertical-align: top;
}
.pm-sch-graph-toottip-table td,
.pm-sch-graph-toottip-table th {
  text-align: center;
  border: 1px solid #ddd;
}
.el-message-box__message p {
  font-size: 14px;
  white-space: break-spaces;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-message-box__message p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-message-box__message p {
    font-size: 20px;
  }
}
.el-message-box__headerbtn .el-message-box__close:hover {
  color: #f54e5e;
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-message-box__headerbtn .el-message-box__close:hover {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-message-box__headerbtn .el-message-box__close:hover {
    font-size: 24px;
  }
}
.el-message-box__headerbtn .el-message-box__close {
  color: #f54e5e;
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .el-message-box__headerbtn .el-message-box__close {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-message-box__headerbtn .el-message-box__close {
    font-size: 24px;
  }
}
.el-timeline-item__content {
  word-break: break-word;
}
.notification-mixins .el-message-box__title {
  font-size: 16px;
  color: #0a2463;
  opacity: 0.9;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins .el-message-box__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins .el-message-box__title {
    font-size: 24px;
  }
}
.notification-mixins .el-message-box__btns button:nth-child(2) {
  margin-left: 10px;
}
.notification-mixins .el-message-box__headerbtn .el-message-box__close {
  color: red;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins .el-message-box__headerbtn .el-message-box__close {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins .el-message-box__headerbtn .el-message-box__close {
    font-size: 20px;
  }
}
.notification-mixins .el-message-box__content {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins .el-message-box__content {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins .el-message-box__content {
    font-size: 20px;
  }
}
.notification-mixins .el-message-box__btns .el-button {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins .el-message-box__btns .el-button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins .el-message-box__btns .el-button {
    font-size: 20px;
  }
}
.notification-mixins
  .el-message-box__btns
  .el-button
  + .notification-mixins
  .el-message-box__btns
  .el-button {
  margin-left: 10px;
}
.notification-mixins
  .el-message-box__btns
  .el-button.el-button--default:not(.is-circle) {
  padding: 7px 15px;
}
.notification-mixins
  .el-message-box__btns
  .el-button.el-button--mini:not(.is-circle) {
  padding: 5px 10px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .notification-mixins
    .el-message-box__btns
    .el-button.el-button--mini:not(.is-circle) {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .notification-mixins
    .el-message-box__btns
    .el-button.el-button--mini:not(.is-circle) {
    font-size: 16px;
  }
}
.notification-mixins .el-message-box__btns .el-button .el-button--primary {
  color: red;
}
.pg-status-graph .pg-graph-filter .el-range-editor--mini {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pg-status-graph .pg-graph-filter .el-range-editor--mini {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1920px) {
  .pg-status-graph .pg-graph-filter .el-range-editor--mini {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
.pg-status-graph .pg-graph-filter .select-pond-guard {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pg-status-graph .pg-graph-filter .select-pond-guard {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 1920px) {
  .pg-status-graph .pg-graph-filter .select-pond-guard {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }
}
.pg-status-graph .pg-graph-filter .select-graph-data-type {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pg-status-graph .pg-graph-filter .select-graph-data-type {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 1920px) {
  .pg-status-graph .pg-graph-filter .select-graph-data-type {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }
}
.pg-status-graph .er-select .el-input__inner {
  height: 24px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pg-status-graph .er-select .el-input__inner {
    height: 27px;
  }
}
@media only screen and (min-width: 1920px) {
  .pg-status-graph .er-select .el-input__inner {
    height: 30px;
  }
}
.pg-status-graph .el-input--suffix .el-input__inner {
  padding-left: 5px;
}
.pg-status-graph .download_button {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pg-status-graph .download_button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pg-status-graph .download_button {
    font-size: 20px;
  }
}
.pgdownload_dropdown .el-dropdown-menu__item {
  list-style: none;
  padding: 0 10px;
  line-height: 15px;
  margin: 0;
  font-size: 12px;
  color: #606266;
  cursor: pointer;
  outline: 0;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pgdownload_dropdown .el-dropdown-menu__item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .pgdownload_dropdown .el-dropdown-menu__item {
    font-size: 16px;
  }
}
.st-status-graph .el-card__header .date-picker-wrapper {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #acc9f4;
  border-radius: 4px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .st-status-graph .el-card__header .date-picker-wrapper {
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
  }
}
@media only screen and (min-width: 1920px) {
  .st-status-graph .el-card__header .date-picker-wrapper {
    -ms-flex-preferred-size: 9%;
    flex-basis: 9%;
  }
}
.st-status-graph
  .el-card__header
  .date-picker-wrapper.el-input--prefix
  .el-input__inner,
.st-status-graph
  .el-card__header
  .date-picker-wrapper.el-input--suffix
  .el-input__inner {
  padding: unset;
}
.st-status-graph .el-card__header .date-picker-wrapper .el-input__prefix {
  position: relative;
  left: unset;
  top: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.st-status-graph .el-card__header .date-picker-wrapper .el-input__suffix {
  display: none;
}
.st-status-graph .el-card__header .date-picker-wrapper .el-input__inner {
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border: unset;
}
.st-status-graph .el-card__header .date-picker-wrapper .el-input__icon {
  line-height: 1.15;
  margin-left: -5px;
  font-size: 14px;
}
.st-status-graph .el-select .el-input__inner {
  cursor: pointer;
  margin-right: 15px;
  padding-right: 35px;
}
.st-status-graph .el-input--suffix .el-input__inner {
  text-align: center;
}
.pond-hourly-graph {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-hourly-graph {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-hourly-graph {
    font-size: 20px;
  }
}
.pond-charts .card-title {
  line-height: 1.15;
  -ms-flex-negative: 13;
  flex-shrink: 13;
  display: inline;
}
.pond-charts > .el-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
}
.pond-charts > .el-row .er-card {
  height: 100%;
}
.pond-charts > .el-row .er-card .el-card__header {
  padding: 5px 10px;
}
.pond-charts .chart b {
  font-weight: 500;
}
.pond-charts .el-input__inner {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-charts .el-input__inner {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-charts .el-input__inner {
    font-size: 16px;
  }
}
.pond-charts .el-input__icon.el-range__close-icon {
  display: none;
}
.pond-charts .el-range-editor {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-charts .el-range-editor {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-charts .el-range-editor {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
.pond-charts .el-range-editor.el-input__inner {
  padding: 1px 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-charts .el-range-editor.el-input__inner {
    padding: 3px 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-charts .el-range-editor.el-input__inner {
    padding: 3px 10px;
  }
}
.card-pond-select-with-details .el-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .card-pond-select-with-details .el-card__body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .card-pond-select-with-details .el-card__body {
    font-size: 20px;
  }
}
.card-pond-select-with-details .el-card__body .pond-details-row {
  width: 100%;
}
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #061058;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container:not(:last-child) {
  border-right: 1px solid #ececec;
}
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container:not(:first-child) {
  padding-left: 15px;
}
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container:not(:last-child) {
  padding-right: 10px;
}
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container
  .item-container__body {
  padding: 10px 0;
}
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container
  .item-container__body
  .item-header {
  opacity: 0.5;
}
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container
  .item-container__body
  .item-body,
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container
  .item-container__body
  .value-units {
  font-weight: 600;
  height: 30px;
  line-height: 30px;
}
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container
  .item-container__body
  .item-body
  .el-input__inner,
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container
  .item-container__body
  .value-units
  .el-input__inner {
  font-weight: 600;
  line-height: 30px;
  padding-left: 0;
  padding-right: 23px;
  height: 30px;
}
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container
  .item-container__body
  .item-body
  .el-input__icon,
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container
  .item-container__body
  .value-units
  .el-input__icon {
  line-height: 30px;
}
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container
  .item-container__body
  .item-body:after,
.card-pond-select-with-details
  .el-card__body
  .pond-details-row
  .item-container
  .item-container__body
  .value-units:after {
  content: attr(data-units);
  display: inline;
  margin-left: 5px;
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .card-pond-select-with-details
    .el-card__body
    .pond-details-row
    .item-container
    .item-container__body
    .item-body:after,
  .card-pond-select-with-details
    .el-card__body
    .pond-details-row
    .item-container
    .item-container__body
    .value-units:after {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .card-pond-select-with-details
    .el-card__body
    .pond-details-row
    .item-container
    .item-container__body
    .item-body:after,
  .card-pond-select-with-details
    .el-card__body
    .pond-details-row
    .item-container
    .item-container__body
    .value-units:after {
    font-size: 16px;
  }
}
.card-pond-select-with-details .el-input__inner {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .card-pond-select-with-details .el-input__inner {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .card-pond-select-with-details .el-input__inner {
    font-size: 20px;
  }
}
.card-pond-select-with-details .culture-select .el-select,
.card-pond-select-with-details .select-pond .el-select {
  width: 100%;
}
.card-pond-select-with-details .culture-select .el-select .el-input__inner,
.card-pond-select-with-details .select-pond .el-select .el-input__inner {
  font-weight: 700;
  color: #3f98cb;
}
.card-pond-select-with-details .el-row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-pond-select-with-details .divisional-line {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 20px;
  height: 63px;
}
.card-pond-select-with-details .el-popper .popper__arrow:after {
  content: " ";
  border-width: 0;
}
.card-pond-select-with-details
  .el-popper[x-placement^="bottom"]
  .popper__arrow:after {
  border-bottom: none;
}
.pond-input {
  --height-gutter: 235px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-input {
    --height-gutter: 248px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-input {
    --height-gutter: 260px;
  }
}
.pond-input .notes-container {
  width: 140px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-input .notes-container {
    width: 180px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-input .notes-container {
    width: 200px;
  }
}
.pond-input .notes-container p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.pond-input .pondInput_dialog {
  background: #fcfcfc;
  border-radius: 10px;
}
.pond-input .pondInput_dialog .el-input--small .el-input__inner {
  width: 160px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-input .pondInput_dialog .el-input--small .el-input__inner {
    width: 189px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-input .pondInput_dialog .el-input--small .el-input__inner {
    width: 229px;
  }
}
.pond-input .pondInput_dialog .el-form-item--small .el-form-item__content,
.pond-input .pondInput_dialog .el-form-item--small .el-form-item__label {
  font-size: 14px;
  min-width: 105px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-input .pondInput_dialog .el-form-item--small .el-form-item__content,
  .pond-input .pondInput_dialog .el-form-item--small .el-form-item__label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-input .pondInput_dialog .el-form-item--small .el-form-item__content,
  .pond-input .pondInput_dialog .el-form-item--small .el-form-item__label {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-input .pondInput_dialog .el-form-item--small .el-form-item__content,
  .pond-input .pondInput_dialog .el-form-item--small .el-form-item__label {
    min-width: 100px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-input .pondInput_dialog .el-form-item--small .el-form-item__content,
  .pond-input .pondInput_dialog .el-form-item--small .el-form-item__label {
    min-width: 140px;
  }
}
.pond-input .pondInput_dialog .text-input-container .el-input--small {
  width: 160px !important;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-input .pondInput_dialog .text-input-container .el-input--small {
    width: 189px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-input .pondInput_dialog .text-input-container .el-input--small {
    width: 229px !important;
  }
}
.pond-input .pondInput_dialog .el-form-item__error {
  width: 175px;
}
.pond-input .loading_class {
  height: 67.5vh;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-input .loading_class {
    height: 72vh;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-input .loading_class {
    height: 77vh;
  }
}
.pondLabTest_dialog {
  border-radius: 10px;
}
.pondLabTest_dialog .el-dialog__body {
  padding: 0 20px;
}
.pondLabTest_dialog .el-collapse {
  width: 25rem;
}
.pondLabTest_dialog .el-collapse .el-collapse-item__header {
  line-height: 35px;
  height: 35px;
}
.pondLabTest_dialog .el-collapse .el-collapse-item__content {
  padding-bottom: 10px;
}
.pondLabTest_dialog .collapse-header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 12px;
}
.pondLabTest_dialog .collapse-header-actions .el-button {
  padding: unset;
}
.pondLabTest_dialog .field-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 6px 0;
}
.pondLabTest_dialog .field-row label {
  font-size: 14px;
  color: #333;
}
.pond-lab-tests-tab {
  --height-gutter: 235px;
}
.pond-lab-tests-tab .pond-lab-tests-tab-body {
  margin-top: 8px;
}
.pond-lab-tests-tab .el-divider--vertical {
  margin: 8px 8px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-lab-tests-tab {
    --height-gutter: 248px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-lab-tests-tab {
    --height-gutter: 260px;
  }
}
.pond-lab-tests-tab .el-form-item__label {
  width: 180px;
  word-break: normal;
  line-height: 20px;
  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;
}
.pond-lab-tests-tab .el-select--mini {
  width: 130px;
}
.pond-lab-tests-tab .graph-parameter-select {
  width: 300px;
}
.pond-lab-tests-tab .loading_class {
  height: 67.5vh;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-lab-tests-tab .loading_class {
    height: 72vh;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-lab-tests-tab .loading_class {
    height: 77vh;
  }
}
.pond-lab-tests-tab .action-icon {
  cursor: pointer;
  color: #000;
  opacity: 0.3;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-lab-tests-tab .action-icon {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-lab-tests-tab .action-icon {
    font-size: 26px;
  }
}
.pond-lab-tests-tab .action-icon:hover {
  opacity: 1;
  cursor: pointer;
}
.pond-lab-tests-tab .radio-btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}
.pond-lab-tests-tab .radio-btn-group .el-radio:not(:last-child) {
  margin-right: 10px;
}
.pond-lab-tests-tab .radio-btn-group .el-radio-button .icon {
  width: 1em;
  height: 1em;
  fill: #000;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-lab-tests-tab .radio-btn-group .el-radio-button .icon {
    width: 1.3em;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-lab-tests-tab .radio-btn-group .el-radio-button .icon {
    width: 1.5em;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-lab-tests-tab .radio-btn-group .el-radio-button .icon {
    height: 1.3em;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-lab-tests-tab .radio-btn-group .el-radio-button .icon {
    height: 1.5em;
  }
}
.pond-lab-tests-tab .radio-btn-group .el-radio-button.is-active .icon path {
  fill: #fff;
}
.pond-lab-tests-tab
  .radio-btn-group
  .el-radio-button.is-active
  .el-radio-button__inner {
  background-color: #0a2463 !important;
  border-color: #0a2463 !important;
  box-shadow: -1px 0 0 0 #0a2463;
  -webkit-box-shadow: -1px 0 0 0 #0a2463;
}
.pond-lab-tests-tab .radio-btn-group .el-radio-button .el-radio-button__inner {
  padding: 5px 11px;
}
.pond-lab-tests-tab
  .radio-btn-group
  .el-radio-button
  .el-radio-button__inner
  .el-radio__inner {
  width: 15px;
  height: 15px;
}
.pond-lab-tests-tab
  .radio-btn-group
  .el-radio-button
  .el-radio-button__inner
  .el-radio__inner:hover {
  border-color: #333;
}
.pond-feed-tab .el-picker-panel__body {
  margin-left: 0 !important;
}
.pond-feed-tab .second-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pond-feed-tab
  .second-label-container
  .er-button.el-button--default:not(.is-circle) {
  padding: 5px 15px;
}
.pond-feed-tab .second-label-container .total__feed__button {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: auto;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background: #233a73;
  color: #fff;
}
.pond-feed-tab
  .second-label-container
  .total__feed__button
  .total__feed__button__label {
  font-size: 14px;
  padding-right: 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-tab
    .second-label-container
    .total__feed__button
    .total__feed__button__label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-tab
    .second-label-container
    .total__feed__button
    .total__feed__button__label {
    font-size: 20px;
  }
}
.pond-feed-tab .second-label-container .highest__feed__button {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 5px 15px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f54e5e;
  color: #fff;
}
.pond-feed-tab .second-label-container .highest__feed__button__value {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-tab .second-label-container .highest__feed__button__value {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-tab .second-label-container .highest__feed__button__value {
    font-size: 20px;
  }
}
.pond-feed-tab .second-label-container .highest__feed__button__label {
  font-size: 14px;
  padding-right: 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-tab .second-label-container .highest__feed__button__label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-tab .second-label-container .highest__feed__button__label {
    font-size: 20px;
  }
}
.pond-feed-tab .second-label-container .feed_select {
  width: 245px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-tab .second-label-container .feed_select {
    width: 300px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-tab .second-label-container .feed_select {
    width: 350px;
  }
}
.pond-feed-tab .el-date-editor .el-range__close-icon {
  display: none;
}
.pond-feed-tab .date-picker.el-range-editor.el-date-editor.el-input,
.pond-feed-tab .date-picker.el-range-editor.el-date-editor.el-input__inner {
  width: 210px;
  padding: 6px 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-tab .date-picker.el-range-editor.el-date-editor.el-input,
  .pond-feed-tab .date-picker.el-range-editor.el-date-editor.el-input__inner {
    width: 250px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-tab .date-picker.el-range-editor.el-date-editor.el-input,
  .pond-feed-tab .date-picker.el-range-editor.el-date-editor.el-input__inner {
    width: 270px;
  }
}
.pond-feed-tab .side-stats-content {
  font-weight: 700;
  margin-bottom: 5px;
}
.pond-feed-tab .el-input-number {
  width: 100%;
}
.pond-feed-tab .er-button {
  height: 28px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-tab .er-button {
    height: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-tab .er-button {
    height: 34px;
  }
}
.pond-feed-tab .el-input--mini .el-input__inner {
  height: 28px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-tab .el-input--mini .el-input__inner {
    height: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-tab .el-input--mini .el-input__inner {
    height: 34px;
  }
}
.pond-feed-tab .el-select .el-tag--mini {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-tab .el-select .el-tag--mini {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-tab .el-select .el-tag--mini {
    font-size: 16px;
  }
}
.pond-feed-tab .el-select .el-tag--mini .el-select .el-tag__close {
  margin-top: -5px !important;
}
.pond-feed-tab .el-select .el-tag--mini .el-tag__close.el-icon-close {
  top: 0;
}
.pond-feed-tab .el-select .el-tag--mini .el-select__tags-text:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 145px;
  display: inline-block;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-tab .el-select .el-tag--mini .el-select__tags-text:first-child {
    max-width: 180px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-tab .el-select .el-tag--mini .el-select__tags-text:first-child {
    max-width: 220px;
  }
}
.pond-feed-tab .el-select .el-tag--mini .el-select__tags-text:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 15px;
  display: inline-block;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-tab .el-select .el-tag--mini .el-select__tags-text:last-child {
    width: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-tab .el-select .el-tag--mini .el-select__tags-text:last-child {
    width: 25px;
  }
}
.pond-feed-tab .el-select .er-button.er-button--icon-text span > img,
.pond-feed-tab
  .el-select
  .er-button.er-button--icon-text
  span
  > span.material-icons-outlined,
.pond-feed-tab
  .el-select
  .er-button.er-button--icon-text
  span
  > span.material-icons-round {
  font-size: 14px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-tab .el-select .er-button.er-button--icon-text span > img,
  .pond-feed-tab
    .el-select
    .er-button.er-button--icon-text
    span
    > span.material-icons-outlined,
  .pond-feed-tab
    .el-select
    .er-button.er-button--icon-text
    span
    > span.material-icons-round {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-tab .el-select .er-button.er-button--icon-text span > img,
  .pond-feed-tab
    .el-select
    .er-button.er-button--icon-text
    span
    > span.material-icons-outlined,
  .pond-feed-tab
    .el-select
    .er-button.er-button--icon-text
    span
    > span.material-icons-round {
    font-size: 20px;
  }
}
.pond-feed-table {
  --height-gutter: 270px;
  margin-top: 8px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-table {
    --height-gutter: 290px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-table {
    --height-gutter: 300px;
  }
}
.pond-feed-table .loading_class {
  height: 61.5vh;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-feed-table .loading_class {
    height: 66.5vh;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-feed-table .loading_class {
    height: 73vh;
  }
}
.pondFeed_dialog {
  background: #fcfcfc;
  border-radius: 10px;
}
.pondFeed_dialog .el-form-item--small .el-form-item__content {
  font-size: 14px;
  width: 230px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pondFeed_dialog .el-form-item--small .el-form-item__content {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pondFeed_dialog .el-form-item--small .el-form-item__content {
    font-size: 20px;
  }
}
.pondFeed_dialog .el-form-item--small .el-form-item__content .el-input-number {
  text-align: left;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pondFeed_dialog .el-form-item--small .el-form-item__content {
    width: 300px;
  }
}
@media only screen and (min-width: 1920px) {
  .pondFeed_dialog .el-form-item--small .el-form-item__content {
    width: 350px;
  }
}
.pondFeed_dialog .el-form-item--small .el-form-item__label {
  font-size: 14px;
  width: 230px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pondFeed_dialog .el-form-item--small .el-form-item__label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pondFeed_dialog .el-form-item--small .el-form-item__label {
    font-size: 20px;
  }
}
.pondFeed_dialog .el-form-item--small .el-form-item__label .el-input-number {
  text-align: left;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pondFeed_dialog .el-form-item--small .el-form-item__label {
    width: 300px;
  }
}
@media only screen and (min-width: 1920px) {
  .pondFeed_dialog .el-form-item--small .el-form-item__label {
    width: 350px;
  }
}
.tooltip[data-v-bded6c36] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-bded6c36] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-bded6c36] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-bded6c36] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-bded6c36] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-bded6c36] {
  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"][data-v-bded6c36] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-bded6c36] {
  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"][data-v-bded6c36] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-bded6c36] {
  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"][data-v-bded6c36] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-bded6c36] {
  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[data-v-bded6c36] {
  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[data-v-bded6c36] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-bded6c36] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden="false"][data-v-bded6c36] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.abw-er-column-selector[data-v-bded6c36] {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[data-v-bded6c36] .abw-er-column-selector .er-button .btn-icon-svg {
  width: 22px;
  height: 22px;
}
.tooltip[data-v-4b017836] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-4b017836] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-4b017836] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-4b017836] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-4b017836] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-4b017836] {
  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"][data-v-4b017836] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-4b017836] {
  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"][data-v-4b017836] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-4b017836] {
  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"][data-v-4b017836] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-4b017836] {
  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[data-v-4b017836] {
  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[data-v-4b017836] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-4b017836] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden="false"][data-v-4b017836] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.er-dialog[data-v-4b017836] .pond-abw-tab-dialog {
  border-radius: 10px;
}
.er-dialog[data-v-4b017836]
  .pond-abw-tab-dialog
  .el-form-item--small
  .el-form-item__content,
.er-dialog[data-v-4b017836]
  .pond-abw-tab-dialog
  .el-form-item--small
  .el-form-item__label {
  font-size: 14px;
  width: 210px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dialog[data-v-4b017836]
    .pond-abw-tab-dialog
    .el-form-item--small
    .el-form-item__content,
  .er-dialog[data-v-4b017836]
    .pond-abw-tab-dialog
    .el-form-item--small
    .el-form-item__label {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dialog[data-v-4b017836]
    .pond-abw-tab-dialog
    .el-form-item--small
    .el-form-item__content,
  .er-dialog[data-v-4b017836]
    .pond-abw-tab-dialog
    .el-form-item--small
    .el-form-item__label {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .er-dialog[data-v-4b017836]
    .pond-abw-tab-dialog
    .el-form-item--small
    .el-form-item__content,
  .er-dialog[data-v-4b017836]
    .pond-abw-tab-dialog
    .el-form-item--small
    .el-form-item__label {
    width: 300px;
  }
}
@media only screen and (min-width: 1920px) {
  .er-dialog[data-v-4b017836]
    .pond-abw-tab-dialog
    .el-form-item--small
    .el-form-item__content,
  .er-dialog[data-v-4b017836]
    .pond-abw-tab-dialog
    .el-form-item--small
    .el-form-item__label {
    width: 350px;
  }
}
.tooltip[data-v-448fef2e] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-448fef2e] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-448fef2e] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-448fef2e] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-448fef2e] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-448fef2e] {
  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"][data-v-448fef2e] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-448fef2e] {
  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"][data-v-448fef2e] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-448fef2e] {
  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"][data-v-448fef2e] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-448fef2e] {
  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[data-v-448fef2e] {
  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[data-v-448fef2e] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-448fef2e] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden="false"][data-v-448fef2e] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.pond-abw-tab[data-v-448fef2e] {
  min-height: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.pond-abw-tab .card-abw-details[data-v-448fef2e],
.pond-abw-tab[data-v-448fef2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pond-abw-tab .card-abw-details[data-v-448fef2e] {
  height: 100%;
}
.pond-abw-tab
  .card-abw-details
  .splitpanes.default-theme
  .splitpanes__pane[data-v-448fef2e] {
  background-color: unset;
}
.pond-abw-tab .card-abw-details[data-v-448fef2e] .el-card__body {
  height: calc(100% - 13px);
}
.pond-abw-tab .card-abw-details[data-card-items="1"][data-v-448fef2e] {
  --height-gutter: 290px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-abw-tab .card-abw-details[data-card-items="1"][data-v-448fef2e] {
    --height-gutter: 280px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-abw-tab .card-abw-details[data-card-items="1"][data-v-448fef2e] {
    --height-gutter: 300px;
  }
}
.pond-abw-tab
  .card-abw-details[data-card-items="1"]
  .card-item[data-v-448fef2e] {
  height: 100%;
  overflow: auto;
}
.pond-abw-tab .card-abw-details[data-card-items="2"][data-v-448fef2e] {
  --height-gutter: 440px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-abw-tab .card-abw-details[data-card-items="2"][data-v-448fef2e] {
    --height-gutter: 515px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-abw-tab .card-abw-details[data-card-items="2"][data-v-448fef2e] {
    --height-gutter: 680px;
  }
}
.pond-abw-tab
  .card-abw-details[data-card-items="2"]
  .card-item__ss-abw[data-v-448fef2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 0;
  height: 100%;
  overflow: auto;
}
.pond-abw-tab[data-v-448fef2e] .el-input__inner {
  text-align: center;
}
.pond-abw-tab[data-v-448fef2e] .el-input-number,
.pond-abw-tab[data-v-448fef2e] .el-select {
  width: 100%;
}
.pond-abw-tab div + div[data-v-448fef2e] {
  margin-top: 7px;
}
.tooltip[data-v-f71e8024] {
  display: block !important;
  z-index: 10000;
  font-size: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .tooltip[data-v-f71e8024] {
    font-size: 0.8rem;
  }
}
.tooltip .tooltip-inner[data-v-f71e8024] {
  background: #508ff4;
  color: #fff;
  border-radius: 16px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow[data-v-f71e8024] {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #508ff4;
  z-index: 1;
}
.tooltip[x-placement^="top"][data-v-f71e8024] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow[data-v-f71e8024] {
  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"][data-v-f71e8024] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow[data-v-f71e8024] {
  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"][data-v-f71e8024] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow[data-v-f71e8024] {
  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"][data-v-f71e8024] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow[data-v-f71e8024] {
  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[data-v-f71e8024] {
  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[data-v-f71e8024] {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden="true"][data-v-f71e8024] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0.15s;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden="false"][data-v-f71e8024] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.no-location[data-v-f71e8024] {
  display: block;
  text-align: center;
  background: #fff;
}
.no-location #info[data-v-f71e8024] {
  font-size: 12px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .no-location #info[data-v-f71e8024] {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1920px) {
  .no-location #info[data-v-f71e8024] {
    font-size: 16px;
  }
}
.no-location .el-button p[data-v-f71e8024] {
  text-transform: uppercase;
}
.pond-st-statistics-tab {
  --height-gutter: 270px;
}
.pond-st-statistics-tab .pond-st-statistics-tab-body {
  margin-top: 8px;
}
.pond-st-statistics-tab .best-noise {
  color: #b7b7b7;
}
.pond-st-statistics-tab .check-noise-percentage {
  background: #fff;
}
.pond-st-statistics-tab .value-holder {
  display: inline-block;
  padding: 0 10px;
  max-width: 100%;
  min-width: 75px;
  background-color: var(--color, #fff);
  color: #000;
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-st-statistics-tab {
    --height-gutter: 280px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-st-statistics-tab {
    --height-gutter: 300px;
  }
}
.pond-st-statistics-tab .el-select .selected {
  font-weight: 700;
  color: #0a2463 !important;
}
.pond-st-statistics-tab .el-select .el-input__inner {
  height: 28px !important;
}
.pond-st-statistics-tab .el-select .el-input__icon {
  line-height: 25px !important;
}
.el-select-dropdown__item.selected {
  font-weight: 700;
  color: #0a2463 !important;
}
@media only screen and (max-width: 1919px) {
  .el-select-dropdown__item {
    font-size: 13px;
  }
}
.ST-response {
  height: calc(100vh - 200px) !important;
}
.pond-st-statistics-tab .layout-toolbar,
.pond-st-statistics-tab layout-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px 16px;
  row-gap: 8px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.pond-st-statistics-tab .er-legend {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 200px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .pond-st-statistics-tab .layout-toolbar,
  .pond-st-statistics-tab layout-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px 0;
  }
  .pond-st-statistics-tab .el-input,
  .pond-st-statistics-tab .el-select,
  .pond-st-statistics-tab .er-legend,
  .pond-st-statistics-tab er-date-picker {
    min-width: 0;
    width: 100%;
    margin-top: 0 !important;
  }
  .pond-st-statistics-tab .filler {
    display: none;
  }
}
.moon-phase-container .col-pond-details span.moon-phase-date {
  font-size: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .moon-phase-container .col-pond-details span.moon-phase-date {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1920px) {
  .moon-phase-container .col-pond-details span.moon-phase-date {
    font-size: 14px;
  }
}
.moon-phase-container .col-pond-details {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.moon-phase-container .col-pond-details span {
  font-size: 13px;
}
.moon-phase-container .col-pond-details span:last-child {
  color: #3f98cb;
}
.moon-phase-container .col-pond-details:last-child {
  border-right: unset;
}
.moon-phase-container .el-row.moon-phase:nth-child(n-1) {
  margin-right: 8px;
}
.moon-phase-container .el-col[class*="moon-phase-shape"] {
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.moon-phase-container .moon-phase-shape--NEW_MOON {
  background-image: url(../img/moon-phase-0.2a5fb81f.svg);
}
.moon-phase-container .moon-phase-shape--FIRST_MOON {
  background-image: url(../img/moon-phase-2.a48aa37a.svg);
}
.moon-phase-container .moon-phase-shape--FULL_MOON {
  background-image: url(../img/moon-phase-4.db0fd1cc.svg);
}
.moon-phase-container .moon-phase-shape--LAST_MOON {
  background-image: url(../img/moon-phase-6.2439fa92.svg);
}
.moon-phase-container-el-tooltip__popper {
  border: 1px solid #606266 !important;
  color: #606266 !important;
}
.moon-phase-container-el-tooltip__popper[x-placement^="bottom"] .popper__arrow {
  border-bottom-color: #606266 !important;
  top: -7px;
}
.pond-details {
  height: 100%;
}
.pond-details .el-main {
  overflow: hidden;
}
.pond-details .pond-details-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 5px;
}
.pond-details .el-menu--horizontal.nav-pond-details-top {
  margin-bottom: 7px;
}
.pond-details .pond__details__tabs {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .pond-details .pond__details__tabs {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .pond-details .pond__details__tabs {
    font-size: 20px;
  }
}
.pond-details .no-data {
  height: 34rem;
}
.pond-details .card-pond-charts .el-card__body {
  padding: 5px;
}
.pond-details .pond-details-scroll {
  height: 100%;
}
.pond-details .pond-details-scroll-view {
  padding-right: 10px;
}
.pond-details .pond-details-scroll-wrap {
  height: 100%;
  overflow-x: auto;
}
.sample-calculator {
  width: 300px !important;
}
.sample-calculator .el-popover__title {
  color: #233a73;
  padding: 5px;
}
.sample-calculator .el-input__inner {
  height: 24px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .sample-calculator .el-input__inner {
    height: 26px;
  }
}
@media only screen and (min-width: 1920px) {
  .sample-calculator .el-input__inner {
    height: 28px;
  }
}
.sample-calculator .input-sample-size,
.sample-calculator .input-sample-wt {
  width: 100px;
}
.sample-calculator .sample-calculator-row:not(:first-child) {
  margin-top: 5px;
}
.sample-calculator .sample-calculator-row:last-of-type {
  margin-bottom: 10px !important;
}
.sample-calculator
  .sample-action-row__btns
  .er-button.el-button--mini:not(.is-circle) {
  padding: 3px 5px;
}
.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;
}
.abw-action-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.abw-action-items > div:nth-child(n + 1) {
  margin-right: 10px;
}
.culture-abw {
  --table-gutter: 167px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .culture-abw {
    --table-gutter: 170px;
  }
}
@media only screen and (min-width: 1920px) {
  .culture-abw {
    --table-gutter: 186px;
  }
}
.culture-abw h3 {
  font-weight: 700;
  font-size: 20px;
}
.culture-abw .er-button.er-button--primary {
  border-radius: 12px;
  height: 27px;
  line-height: 0.5;
}
.culture-abw
  .er-data-tables
  .pagination-bar
  .el-pagination
  button.el-button--primary {
  background: #409eff;
  color: #fff;
  margin-left: 10rem;
  width: 80px;
}
.culture-abw .er-button.er-button--danger {
  border-radius: 12px;
  height: 27px;
  line-height: 0.5;
}
.culture-abw
  .er-data-tables
  .pagination-bar
  .el-pagination
  button.el-button--danger {
  background: #f56c6c;
  color: #fff;
  width: 80px;
}
.culture-abw .day-picker-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-abw .day-picker-top .el-input--small .el-input__icon {
  line-height: 0;
}
.culture-abw .day-picker-top .el-input__icon {
  height: 88%;
}
.culture-abw .day-picker-top .el-input__inner {
  border: 0 solid #dcdfe6 !important;
  padding-right: 0;
  border-radius: 8px;
}
.culture-abw .day-picker-top img {
  width: 11px;
}
.culture-abw .day-picker-top img:hover {
  cursor: pointer;
}
.culture-abw .day-picker-top .prev-day-icon {
  margin-left: 2px;
}
.culture-abw .day-picker-top .next-day-icon {
  margin-left: 8px;
}
.culture-abw .day-picker-top .el-date-editor.el-input,
.culture-abw .day-picker-top .el-date-editor.el-input__inner {
  width: 100px;
}
.culture-abw.culture-abw-scroll {
  height: 100%;
}
.culture-abw .abbr-row {
  line-height: 3;
}
.culture-abw .culture-abw-scroll-view {
  padding-right: 10px;
}
.culture-abw .culture-abw-scroll-wrap {
  height: 100%;
  overflow-x: auto;
}
.culture-abw .input_abw,
.culture-abw .input_survival_per {
  width: 80px;
}
.culture-abw .input_abw .el-input__inner,
.culture-abw .input_survival_per .el-input__inner {
  text-align: center;
}
.culture-abw .el-pagination__sizes .el-input__inner {
  height: 23px;
  line-height: 23px;
}
