.monitor,
.monitor .image {
  /* width: 425px; */
  /* height: 425px; */
  width: 625px;
  height: 625px;
}
#extrastats,
#footer,
#header,
.scalingElement,
.ui-popup h4 {
  text-align: center;
}
.ui-navbar {
  max-width: 98%;
}
.ui-btn.my-tooltip-btn,
.ui-btn.my-tooltip-btn:active,
.ui-btn.my-tooltip-btn:focus,
.ui-btn.my-tooltip-btn:hover {
  background: 0 0;
  border: none;
  padding-left: 10px;
  margin-top: 2px;
  opacity: 0.3;
  box-shadow: none;
}
.monitor {
  position: relative;
}
.monitor .image {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}
.hovermask,
.linescanMask {
  position: absolute;
  z-index: 20;
  width: 100%;
  /* height: 425px; */
  height: 625px;
  background: 0 0;
  top: 0;
  left: 0;
}
#hoveredIntensity {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ddd;
  z-index: 2000;
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: small;
  padding: 4px 6px;
  text-align: right;
}
.linescanGraph {
  width: 100%;
  /* height: 179px; */
  height: 300px;
}
.lineSlider .ui-slider-track {
  margin: 0 5px;
}
.histogram {
  width: 100%;
  /* height: 250px; */
  height: 368px;
}
#settings-btn,
#settings-btn:after {
  width: 30px;
  height: 30px;
  background-position: center;
  background-color: transparent;
  padding: 0;
}
#container {
  /* overflow-x: scroll; */
  width: 1112px;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header {
  margin-top: 10px;
  padding: 15px 0 20px;
  color: #fff;
  border: none;
  background-color: transparent;
  position: relative;
}
#preference {
  color: #fff;
  border: none;
  background-color: transparent;
  position: relative;
  /* float: right; */
}
#settings-btn {
  margin: 5px 0 0;
  border: none;
  opacity: 0.4;
  left: 575px;
}
#settings-btn:after {
  background-size: 90%;
  margin: 0;
  top: 0;
  left: 0;
}
#rightpanel {
  /* width: 425px; */
  width: 625px;
  margin: 0 5px;
}
#leftpanel {
  width: 310px;
}
#centerpanel {
  width: 310px;
}
#referencepanel {
  width: 310px;
}
#paneltable {
    /* float: left; */
    margin: 0 5px;
    /* overflow-x: scroll; */
}
#paneltable table, #paneltable th, #paneltable td{
    border-collapse: collapse;
    border: 1px solid;
    padding: 10px 10px;
}
#paneltable th {
    background-color: #dd2231;
    border-color: #791219;
    color: #fff;
    text-shadow: 0 1px 0 #bb0014;
}
#bead-number-input {
  height: 2.9em;
}
#bead-number-input .ui-block-b .ui-btn {
  top: -21px;
  line-height: 0.9em;
  height: 10px;
}
#bead-number-input .ui-block-a label {
  width: 64%;
}
#bead-number-input .ui-input-text {
  width: 30%;
}
#inputFile {
  margin: 3px 0;
  padding: 8px;
}
div#select-presets-button {
  margin-left: 15px;
}
#footer {
  font-size: 0.75em;
  font-weight: 500;
  clear: both;
  padding: 20px 0;
  color: #666;
  text-shadow: none;
  background: 0 0;
  border: none;
}
.scalingElements {
  width: 100%;
}
.scalingElement {
  width: 25%;
  float: left;
}
.scalingElement .ui-input-text {
  width: 58%;
  float: right;
  text-align: center;
  margin-right: 6px;
}
.scalingElement .scalinglabel {
  width: 10%;
  padding-top: 13px;
  font-size: 0.8em;
  float: left;
}
.scalingElement.resetScale {
  margin-top: -2px;
}
.analysisElements {
  float: clear;
}
div.ui-slider-switch {
  width: 100%;
}
input.buttonOn {
  background-color: #dd2231 !important;
  opacity: 0.2 !important;
  color: #fff !important;
}
.ui-mobile label {
  font-size: 12px;
  height: 15px;
}
.ui-slider-track {
  height: 10px;
}
.ui-slider-track .ui-btn.ui-slider-handle {
  top: 60%;
  width: 26px;
  height: 26px;
  border-radius: 500px;
}
.histogramStuff .ui-btn.ui-slider-handle,
.scalingElement .ui-btn.ui-slider-handle {
  top: 50%;
  width: 25px;
  height: 25px;
  border-radius: 2px;
}
.ui-btn {
  font-size: 0.8em;
}
.ui-input-text,
input.ui-slider-input {
  font-size: 12px;
  font-weight: 500;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button… .ui-field-contain,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0.34em 0;
}
#fov-slider-label {
  width: 29%;
}
#fov-slider-contain .ui-slider {
  margin: 5px 0;
  width: 69%;
}
.ui-popup {
  max-width: 700px;
  background-color: #3a3a3a;
  color: #d6d6d6;
  text-shadow: none;
}
.ui-popup p {
  color: #eee !important;
  font-size: 0.9em;
}
.ui-popup h4 {
  color: #ff2231 !important;
}
.ui-content {
  padding: 1em 1.8em 1.5em;
}
.ui-slider-switch.ui-mini .ui-slider-label {
  font-size: 12px;
}
.ui-slider-switch .ui-slider-label-a {
  text-indent: -1.8em;
}
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#statisticsTab table {
  text-align: left;
  font-size: 1.1em;
}
#statisticsTab th {
  width: 180px;
  font-size: 1.3em;
  color: red;
}
#statisticsTab td {
  width: 180px;
  font-size: 1.2em;
}
#extrastats {
  font-size: 2em;
  color: red;
}
#randomize-button,
#save-button {
  margin-top: 10px;
}
.custom-size-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
  text-indent: -5.9em;
}
.custom-size-flipswitch.ui-flipswitch .ui-flipswitch-off {
  text-indent: 0.5em;
}
.custom-size-flipswitch.ui-flipswitch {
  width: 8.875em;
}
.custom-size-flipswitch.ui-flipswitch.ui-flipswitch-active {
  padding-left: 7em;
  width: 1.875em;
}
@media (min-width: 28em) {
  .ui-field-contain > label + .custom-size-flipswitch.ui-flipswitch {
    width: 1.875em;
  }
}
#cameraurl {
  /* margin: 30% 0 0; */
  text-align: center;
  /* vertical-align: middle; */
}
#select-scanmode-quest-button {
  margin: 0 10px;
}
#select-scanmode-fusion-button {
  margin: 0 10px;
}
#select-scanmode-flash4-button {
  margin: 0 10px;
}
#select-scanmode-flashLT-button {
  margin: 0 10px;
}
#select-presets-button {
  margin-left: 10px;
}