table.inspection {
  font-size: 80%;
  width: 100%;
  border: solid 1px #DEE2E6
}

table.inspection td.red {
  color: red;
}

table.inspection td {
  padding: 2px;
}

table.inspection th {
  padding: 2px;
}

.temperature-block {
  background-color: #F2f2f2;
  padding: 5px;
  border: solid 1px #DEE2E6
}

table.temperature {
  font-size: 90%;
  background-color: #ffffff;
  width: 100%;
  border: solid 1px #DEE2E6
}

table.temperature td {
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}

.humidity-block {
  background-color: #F2f2f2;
  padding: 5px;
  border: solid 1px #DEE2E6
}

table.humidity {
  font-size: 90%;
  background-color: #ffffff;
  width: 100%;
  border: solid 1px #DEE2E6
}

table.humidity td {
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}

audio {
  width: 80%;
  margin-top: -5px;
  margin-bottom: -5px;
}

table.audio td {
  padding: 0 5px 0 5px;
}

span.subinfo {
  font-size: 80%;
  color: #555555;
}

.audio-container {
  position: relative;
}

.audio-output {
  position: relative;
  height: 200px;
  background: #333333;
}

.audio-output>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.audio-decode {
  display: flex;
}

.audio-decode .audio-output {
  flex: 1;
}

.audio-decode .audio-output:first-child {
  margin-right: 5px;
}

.audio-decode .audio-output:last-child {
  margin-left: 5px;
}



.input-bar .form-control {
  display: inline;
  width: 180px;
  height: 40px;
}

table.by-inspection-date td {
  border: solid 1px #333333;
  vertical-align: top;
  font-size: 80%;
}

table.by-inspection-date th {
  border: solid 1px #333333;
  vertical-align: top;
  font-size: 80%;
}

table.by-inspection-date th.datacols {
  width: 40px;
}

table.by-inspection-date .commentArea {
  height: 24px;
  font-size: 90%;
}


table.selector td {
  padding: 5px;
}

table.datatable {
  margin: auto;
}

table.datatable td,
table.datatable th {
  border: solid 1px #333333;
  text-align: center;
  font-size: 90%;
  padding: 5px;
}



.tdgreen {
  color: #C1E1C1;
}

.tdorange {
  color: #ffb347;
}

.tdred {
  color: #ff6991;
}

.tdgrey {
  color: #dddddd;
}

.tdblack {
  color: #000000;
}

.tdyellow {
  color: #FFEA00;
}

.tddarkblue {
  color: #191970;
}

.tdmidblue {
  color: #0047AB
}

.tdlightblue {
  color: #6495ED;
}

.bg-grey {
  background-color: #eeeeee;
  padding-left:5px;
  padding-right:5px;
  border-radius: 5px;
  font-size: 90%;
}

.bg-black {
  background-color: #333333;
  padding-left:5px;
  padding-right:5px;
  border-radius: 5px;
  font-size: 90%;
}

.bg-green {
  background-color: #C1E1C1;
  padding-left:5px;
  padding-right:5px;
  border-radius: 5px;
  font-size: 90%;
}

.bg-orange {
  background-color: rgb(249, 210, 138);
  padding-left:5px;
  padding-right:5px;
  border-radius: 5px;
  font-size: 90%;
}

.bg-red {
  background-color: rgb(248, 142, 142);
  padding-left:5px;
  padding-right:5px;
  border-radius: 5px;
  font-size: 90%;
}

.f-green {
  color: green;
}

.f-orange {
  color: orange;
}

.f-red {
  color: red;
}

.f-white {
  color: white;
}





.corrtable {
  margin: 0 auto 0 auto;
  color: #333333;
}

.corrtable td {
  color: #333333;
  font-size: 90%;
  border: 1px solid #dddddd;
}

.tablenone {
  display: none;
}

.tablepnone {
  display: none;
}

.tablepsome {
  font-size: 60%;
  margin-left: 20px;
}


.corrtable td.pos100 {
  background-color: #0000ff;
  color: #ffffff;
}

.corrtable td.pos90 {
  background-color: #3333ff;
  color: #ffffff;
}

.corrtable td.pos80 {
  background-color: #6666ff;
  color: #ffffff;
}

.corrtable td.pos70 {
  background-color: #8888ff;
  color: #ffffff;
}

.corrtable td.pos60 {
  background-color: #9999ff;
}

.corrtable td.pos50 {
  background-color: #aaaaff;
}

.corrtable td.pos40 {
  background-color: #bbbbff;
}

.corrtable td.pos30 {
  background-color: #ccccff;
}

.corrtable td.pos20 {
  background-color: #ddddff;
}

.corrtable td.pos10 {
  background-color: #eeeeff;
}

.corrtable td.negpos {
  background-color: #ffffff;
}

.corrtable td.neg10 {
  background-color: #ffeeee;
}

.corrtable td.neg20 {
  background-color: #ffdddd;
}

.corrtable td.neg30 {
  background-color: #ffcccc;
}

.corrtable td.neg40 {
  background-color: #ffbbbb;
}

.corrtable td.neg50 {
  background-color: #ffaaaa;
}

.corrtable td.neg60 {
  background-color: #ff9999;
}

.corrtable td.neg70 {
  background-color: #ff8888;
  color: #ffffff;
}

.corrtable td.neg80 {
  background-color: #ff6666;
  color: #ffffff;
}

.corrtable td.neg90 {
  background-color: #ff3333;
  color: #ffffff;
}

.corrtable td.neg100 {
  background-color: #ff0000;
  color: #ffffff;
}

span.hive {
  color: red;
}

.notes {
  font-size: 80%;
  font-style: italic;
}

.barlabel {
  font-size: 80%;
  font-style: italic;
}

.hivestableD3 {
  padding-left: 110px;
}

.dark {
  border: #cccccc solid 2px;
  background-color: #fefefe;
}

.light {
  border: #cccccc solid 2px;
  background-color: #fefefe;
}

.svgplot {

  padding-bottom: 20px;
  margin-bottom: 20px;
}

.bbb {
  color: green;
}

.aaa {
  color: grey;
}

.bb {
  color: #ffffff;
  font-size: 90%;
}

img.plot {
  margin: 0 1px 1px 0;
  background-color: #dddddd;
}

.chartbars {
  line-height: 1;
  white-space: nowrap;
}

img.bar-image-exp1 {
  width: 7px;
  height: 16px;
}

img.bar-image-exp2 {
  width: 12.6px;
  height: 16px;
}

img.bar-image-exp3 {
  width: 12.6px;
  height: 16px;
}

img.bar-image-exp5 {
  width: 9.4px;
  height: 16px;
}

img.bar-image-exp6 {
  width: 18.2px;
  height: 16px;
}

img.bar-image-hive-exp2 {
  width: 12.6px;
  height: 23px;
}

img.bar-image-hive-exp3 {
  width: 12.6px;
  height: 23px;
}

img.bar-image-hive-exp5 {
  width: 9.4px;
  height: 23px;
}

img.bar-image-hive-exp6 {
  width: 18.2px;
  height: 23px;
}

.number {
  font-size: smaller;
}

.numberi {
  font-size: smaller;
  color: purple;
}

.rednumber {
  color: red;
  font-size: smaller;
}

.greennumber {
  color: green;
  font-size: smaller;
}


.tooltip {

  font-size: 10px;

}

.sub {
  font-size: 12px;
}

hr.home {
  border: 1px solid #cccccc;
}

.datatable {
  margin: 0 auto 0 auto;
  color: #333333;
}

.datatable td {
  color: #333333;
  font-size: 90%;
  border: 1px solid #dddddd;
}

.plotindex {
  color: lilac;
  font-size: 8px;
}

.form .corr {
  line-height: 0;
}

.form2 {
  line-height: 0;
}

label {
  margin-bottom: 0rem;
}

a.odd:link {
  font-size: 80%;
  color: blue;
}

a.even:link {
  font-size: 80%;
  color: red;
}

a.odd:visited {
  font-size: 80%;
  color: blue;
}

a.even:visited {
  font-size: 80%;
  color: red;
}

a.odd:hover {
  font-size: 80%;
  color: black;
}

a.even:hover {
  font-size: 80%;
  color: black;
}

.sm-font {
  font-size: 60%;
  color: black;
}

.alerthives {
  font-size: 80%;
}

.hiveform {
  line-height: 1;
  margin-bottom: 0px;
}

;

.green {
  color: green;
}

.form-audio {
  width: 40%;
  padding: 3px 0 3px 10px;
  margin-right: 5px;
}

.form-dd {
  width: 50%;
  padding: 5px 0 5px 10px;
  margin-right: 20px;
}

.form-plots {
  padding: 3px 0 3px 10px;
  display: inline;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.codeclass {
  font-size: 80%;
}

.purple {
  color: blue;
}

.min-width-400 {
  min-width: 400px;
}


#csv {
  display: none;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 360px;
  max-width: 1000px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.tick-box-head {
  height: 10px;
}

.heatmap {
  width: 94%;
  height: 400px;
}

.plotssvg {
  padding-left: 1%;
}


.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.csel {
  color: green;
  font-size: smaller;
}

.formarea {
  background-color: #EFEFEF;
  padding-top: 10px;
}

.notes {
  font-size: 80%;
}

.fs-vs {
  font-size: 70%;
}


.ic {
  height: 18px;
  display: inline-block;
  text-align: center;
}

.it {
  color: #ffffff;
  font-size: 70%;
  margin-top: -15px;
}

.sm {
  color: #ffffff;
  font-size: 30%;
  margin-top: -15px;
}

#ittest,
#vtest,
#ctest {
  width: 120px;
  padding: 0px;
  height: 30px;
  text-align: center;
}

.footnotes {
  font-size: 80%;
  line-height: 1.1rem;
}

div.scroll {
  width: 440px;
  height: 550px;
  overflow-x: auto;
  overflow-y: auto;
  padding-bottom: 10px;
}

div.scrollfm {
  width: 300px;
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 10px;
}

.fsm {
  font-size: 80%;
}

.red {
  color: #dc3545;
}

.green {
  color: #28a745
}

.blue {
  color: #007bff
}

.orange {
  color: #ffc107
}

.purple {
  color: purple
}

.group {
  color: #ffffff;
  background-color: #000000;
  padding-left:5px;
  padding-right:5px;
  border-radius: 5px;
  font-size: 90%;
}

div.measures {
  background-color: #ffffff;
  width: 250px;
  border: solid 1px #555555;
}

div.mcol {
  padding: 1.5px 0 1.5px 20px;
}

div.leftb {
  border-left: solid 1px #555555;
}

table.yardchart td {
  padding: 0rem !important;
  vertical-align: middle;
  border-top: 0px solid #dee2e6;
}


div.lights-button {
  border-radius: 0.2rem;
  margin-right: 1px;
}

div.lights {
  font-size: 6.7px;
  text-align: center;
}

div.lightlightgrey {
  background-color: #cccccc;
  color: #000000;
  line-height: 1.2
}

div.lightgrey {
  background-color: #343a40;
  color: #cccccc;
  line-height: 1.1
}

div.lightred {
  background-color: #dc3545;
  color: #f1f1f1;
  line-height: 1.1
}

div.lightgreen {
  background-color: #28a745;
  color: #f1f1f1;
  line-height: 1.1
}

div.lightamber {
  background-color: orange;
  color: #f1f1f1;
  line-height: 1.1
}

div.rtl {
  border-radius: 0.3rem 0 0 0;
}

div.rbl {
  border-radius: 0 0 0 0.3rem;
}

div.rtr {
  border-radius: 0 0.3rem 0 0;
}

div.rbr {
  border-radius: 0 0 0.3rem 0;
}

div.score {
  display: inline-block;
  width: 30px;
  border-radius: 0.2rem;
  font-size: 90%;
}


.col-eight {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

/* Custom CSS for col-md-nine (medium-sized screens) */
@media (min-width: 768px) {
  .col-md-eight {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-eight-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-eight-3 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

}

.picplot .hiveimage {
  /*position: absolute;*/
  max-width:10%;
  float:left;
  margin: 5px;
}


.scaled {
  transform: scale(4); /* Scale the image to 1.2 times its original size */
  transition: transform 0.3s ease; /* Add a transition for smooth scaling */
}

#chart-container {
  height: 100%;
  margin: 0;
  padding: 0;
}

.formlabel {
  font-weight: 500;
  line-height: 1.2;
  font-size: 16px;
  margin-right: 10px;
}