button.sensor-button.checked {
  border-width: 3px;
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 100%;
  }
}
.sensor-location-table {
  overflow: scroll;
  max-height: 400px;
}
.sensor-location-table tr td {
  border: 1px solid #000000;
}
.sensor-location-table tr td label.sensor-item,
.sensor-location-table tr td label.sensor-vertical,
.sensor-location-table tr td label.sensor-horizontal {
  white-space: nowrap;
}
.sensor-location-table tr td:first-child {
  border: none;
}
#loadingModal .loading-circle-wrapper {
  text-align: center;
}
#loadingModal .modal-footer {
  margin: 0 auto;
}
.loading-circle {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
table.jqplot-table-legend .jqplot-table-legend-label {
  font-size: 20px;
  padding-right: 50px;
}
table.jqplot-table-legend td.jqplot-table-legend:first-child {
  padding-left: 50px;
}
.bar-report .jqplot-point-label {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}
.yield-by-product-type-report .jqplot-point-label.jqplot-series-0 {
  color: #0271C0;
}
.yield-by-product-type-report .jqplot-point-label.jqplot-series-1 {
  color: #576679;
  font-weight: bold;
  font-size: 14px;
}
.yield-by-product-type-report .jqplot-point-label.jqplot-series-2 {
  color: #FF99FF;
}
.hdt-failures-report .jqplot-point-label {
  color: #EEEEEE;
  font-weight: bold;
}
.hdt-failures-report table.jqplot-table-legend .jqplot-table-legend-label {
  font-size: 12px;
  padding-right: 20px;
}
.hdt-failures-report table.jqplot-table-legend td.jqplot-table-legend:first-child {
  padding-left: 20px;
}
table > tbody > tr.common-row > td {
  border-top: 1px solid #000000 ;
}
