@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.6;
  box-sizing: border-box;
  /*font-size: 100%;
  font-weight: 400;*/
  word-break: break-all;
  caret-color: transparent;
}

input[type="text"] {
  caret-color: auto;
}

input[type="password"] {
  caret-color: auto;
}

html {
  height: 100%;
  font-family: sans-serif;
  font-size: 62.5%;
}

body {
  height: 100%;
  overflow: hidden;
  min-width: 1020px;
  min-height: 420px;
  background-color: #f2f2f2;
}

.white {
  background-color: #fff;
}


.container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}


.header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 92px;
  color: #fff;
}

.header-sound-sensor {
  background: #345d9d;
}

.header-bottom-sound-sensor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to bottom, #345d9d, #2b4e84);
}


.header-title {
  position: relative;
  width: 380px;
  height: 100%;
  padding: 0 0px 0 0px;
  text-align: left;
}

.header-title-sensor {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header-title-sensor-symbol {
  position: absolute;
  top: 13px;
  left: 8px;
  width: 64px;
  height: 64px;
  background-image: url("../images/sound-sensor-symbol.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 64px 64px;
}

.header-title-sensor-name {
  position: absolute;
  top: 25px;
  right: 0;
  width: 300px;
  height: 32px;
  padding-top: 0px;
  padding-left: 5px;
  text-align: left;
  font-size: 18pt;
}

.header-title-version {
  position: absolute;
  top: 57px;
  right: 0;
  width: 300px;
  height: 20px;
  padding-top: 0px;
  padding-left: 5px;
  text-align: left;
  font-size: 10pt;
  color: #5172b5;
}


.header-items {
  position: absolute;
  top: 0;
  left: 440px;
  right: 0;
  bottom: 0;
  /*width: auto;*/
  height: 100%;
  text-align: right;
}


.content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: calc(100% - 184px);
  /*padding: 20px 60px 20px 60px;*/
  padding: 0;
  overflow: hidden;
}

.content-body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.footer {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 92px;
}

.footer-sound-sensor {
  background: #345d9d;
}

.footer-top-sound-sensor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to bottom, #2b4e84, #345d9d);
}


.header-value-sound-sensor {
  background-color: #5172b5;
}


.sound-graph-area {
  position: relative;
  width: 100%;
  height: 100%;
}

#sound-graph-wave-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}


.sound-graph-comment {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 180px;
  height: 40px;
  text-align: left;
  font-size: 11pt;
  color: #fff;
  white-space: pre-wrap;
  z-index: 5;
}


.free-comment-area {
  position: absolute;
  left: 60%;
  right: 16px;
  bottom: 16px;
  height: 50px;
  background-color: transparent;
  z-index: 5;
}

.free-comment {
  display: none;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 12px 16px 0px 16px;
  background-color: transparent;
  color: #000;
  font-size: 14pt;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.free-comment-input {
  display: none;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 12px 16px 10px 16px;
  background-color: #c8ccd4;
  color: #000;
  font-size: 14pt;
  outline: none;
}


.caption-enabled {
  color: #ffffff;
}

.caption-disabled {
  color: #8ca6da;
}


.monitor-start-button {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 50%;
  width: 48px;
  height: 48px;
  margin-right: -24px;
  border: none;
  background: transparent;
  background-image: url("../images/monitor-start-normal.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 48px 48px;
}

.monitor-start-button:disabled {
  cursor: default;
  background-image: url("../images/monitor-start-disabled.png");
}


.button-caption-monitor-start {
  position: absolute;
  top: 58px;
  right: 50%;
  width: 100px;
  height: 30px;
  margin-right: -50px;
  padding-top: 4px;
  text-align: center;
  font-size: 12pt;
}


.monitor-stop-button {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 50%;
  width: 48px;
  height: 48px;
  margin-right: -24px;
  border: none;
  background: transparent;
  background-image: url("../images/monitor-stop-normal.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 48px 48px;
}

.monitor-stop-button:disabled {
  cursor: default;
  background-image: url("../images/monitor-stop-disabled.png");
}


.button-caption-monitor-stop {
  display: none;
  position: absolute;
  top: 58px;
  right: 50%;
  width: 100px;
  height: 30px;
  margin-right: -50px;
  padding-top: 4px;
  text-align: center;
  font-size: 12pt;
}


.export-button {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 221px;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  background-image: url("../images/export-normal.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 48px 48px;
}

.export-button:disabled {
  cursor: default;
  background-image: url("../images/export-disabled.png");
}


.button-caption-export {
  position: absolute;
  top: 58px;
  right: 160px;
  width: 170px;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  font-size: 12pt;
}


.settings-button {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 76px;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  background-image: url("../images/settings-normal.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 48px 48px;
}

.settings-button:disabled {
  cursor: default;
  background-image: url("../images/settings-disabled.png");
}


.button-caption-settings {
  position: absolute;
  top: 58px;
  right: 60px;
  width: 80px;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  font-size: 12pt;
}


.sound-graph-range {
  cursor: pointer;
  position: absolute;
  top: 36px;
  left: 60px;
  width: 200px;
  height: 16px;
}


.range-caption-sound-graph {
  position: absolute;
  top: 58px;
  left: 80px;
  width: 160px;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  font-size: 12pt;
}

.sound-graph-range-minus-caption {
  position: absolute;
  top: 58px;
  left: 60px;
  width: 20px;
  height: 30px;
  padding-top: 4px;
  text-align: left;
  font-size: 12pt;
}

.sound-graph-range-plus-caption {
  position: absolute;
  top: 58px;
  left: 240px;
  width: 20px;
  height: 30px;
  padding-top: 4px;
  text-align: right;
  font-size: 12pt;
}


.scale-1-enabled {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.scale-1-disabled {
  border-left: 2px solid #8ca6da;
  border-right: 2px solid #8ca6da;
}

.scale-2-enabled {
  border-right: 2px solid #ffffff;
}

.scale-2-disabled {
  border-right: 2px solid #8ca6da;
}


.sound-graph-range-scale {
  position: absolute;
  top: 22px;
  left: 63px;
  width: 194px;
  height: 6px;
}

.sound-graph-range-scale-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25%;
}

.sound-graph-range-scale-2 {
  position: absolute;
  top: 0;
  left: 25%;
  bottom: 0;
  width: 25%;
}

.sound-graph-range-scale-3 {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 25%;
}


.wave-selection-panel {
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 28%;
  top: 8px;
  width: 160px;
  height: 50px;
  /*margin-left: -80px;*/
  background-color: rgba(0, 0, 0, 0.4);
  border: 4px solid transparent;
  border-radius: 25px;
}


.wave-selection-checkbox {
  display: none;
}
  
.wave-selection-checkbox+label {
  position: absolute;
  top: 1px;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: transparent;
  background-image: url("../images/wave-off-unselected.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 40px 40px;
}
  
.wave-selection-checkbox.selected+label {
  background-image: url("../images/wave-off-selected.png");
}
  
#wave-selection-checkbox-1+label {
  left: 6px;
}
  
#wave-selection-checkbox-1:checked+label {
  background-image: url("../images/wave1-on-unselected.png");
}
  
#wave-selection-checkbox-1:checked.selected+label {
  background-image: url("../images/wave1-on-selected.png");
}
  
#wave-selection-checkbox-2+label {
  left: 56px;
}
  
#wave-selection-checkbox-2:checked+label {
  background-image: url("../images/wave2-on-unselected.png");
}
  
#wave-selection-checkbox-2:checked.selected+label {
  background-image: url("../images/wave2-on-selected.png");
}
  
#wave-selection-checkbox-3+label {
  left: 106px;
}
  
#wave-selection-checkbox-3:checked+label {
  background-image: url("../images/wave3-on-unselected.png");
}
  
#wave-selection-checkbox-3:checked.selected+label {
  background-image: url("../images/wave3-on-selected.png");
}


.wave-selection-caption-panel {
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 28%;
  top: 58px;
  width: 160px;
  height: 30px;
  color: #fff;
}
  
.button-caption-wave-selection-1 {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 5px;
  width: 50px;
  height: 30px;
  padding-top: 4px;
  text-align: left;
  font-size: 12pt;
}
  
.button-caption-wave-selection-2 {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 55px;
  width: 50px;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  font-size: 12pt;
}
  
.button-caption-wave-selection-3 {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 105px;
  width: 50px;
  height: 30px;
  padding-top: 4px;
  text-align: right;
  font-size: 12pt;
}


.picture-video-panel {
  display: block;
  position: absolute;
  box-sizing: border-box;
  right: 20%;
  top: 8px;
  width: 120px;
  height: 50px;
  /*margin-left: -80px;*/
  background-color: rgba(0, 0, 0, 0.4);
  border: 4px solid transparent;
  border-radius: 25px;
}


.picture-take-button {
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 11px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  background-image: url("../images/picture-take.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 40px 40px;
}

.button-caption-picture-take {
  display: block;
  position: absolute;
  box-sizing: border-box;
  right: 20%;
  top: 58px;
  width: 160px;
  height: 30px;
  margin-right: -20px;
  padding-top: 4px;
  text-align: center;
  font-size: 12pt;
  color: #fff;
}


.picture-video-switch-button {
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 11px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  background-image: url("../images/picture-video-switch.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 40px 40px;
}


.video-record-start-button {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 11px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  background-image: url("../images/video-record-start-normal.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 40px 40px;
}

.video-record-start-button:disabled {
  cursor: default;
  background-image: url("../images/video-record-start-disabled.png");
}

.button-caption-video-record-start {
  display: none;
  position: absolute;
  box-sizing: border-box;
  right: 20%;
  top: 58px;
  width: 160px;
  height: 30px;
  margin-right: -20px;
  padding-top: 4px;
  text-align: center;
  font-size: 12pt;
  color: #fff;
}


.video-record-stop-button {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 36px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  background-image: url("../images/video-record-stop.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 40px 40px;
}

.button-caption-video-record-stop {
  display: none;
  position: absolute;
  box-sizing: border-box;
  right: 20%;
  top: 58px;
  width: 160px;
  height: 30px;
  margin-right: -20px;
  padding-top: 4px;
  text-align: center;
  font-size: 12pt;
  color: #fff;
}


#settings-dialog-ok-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  border: none;
  background: transparent;
  background-image: url("../images/sensor-connect.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 48px 48px;
}


#popup-message-dialog-ok-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  border: none;
  background: transparent;
  background-image: url("../images/sensor-connect.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 48px 48px;
}

.button-caption-popup-message-dialog-ok {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  width: 150px;
  height: 28px;
  margin: auto;
  padding-top: 4px;
  text-align: center;
  font-size: 12pt;
  color: #000;
}


input[type=range] {
  appearance: none;
  background: #383838;
  height: 16px;
  border-radius: 8px;
}

input[type=range]::-webkit-slider-thumb {
  appearance: none;
  background: #fff;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

input[type=range]:disabled::-webkit-slider-thumb {
  background: #8ca6da;
}

input[type=range]::-ms-tooltip {
  display: none;
}

input[type=range]::-moz-range-track {
  height: 0;
}

input[type=range]::-moz-range-thumb {
  background: #fff;
  height: 12px;
  width: 12px;
  border: none;
  border-radius: 50%;
}

input[type=range]:disabled::-moz-range-thumb {
  background: #8ca6da;
}


#serial-number-dialog-ok-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  border: none;
  background: transparent;
  background-image: url("../images/sensor-connect.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 48px 48px;
}

.button-caption-serial-number-dialog-ok {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  width: 200px;
  height: 28px;
  margin: auto;
  padding-top: 4px;
  text-align: center;
  font-size: 12pt;
  color: #000;
}


/*#serial-number-dialog-cancel-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  border: none;
  background: transparent;
  background-image: url("../images/popup-ng-normal.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 48px 48px;
}*/

.button-caption-serial-number-dialog-cancel {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  width: 200px;
  height: 28px;
  margin: auto;
  padding-top: 4px;
  text-align: center;
  font-size: 12pt;
  color: #000;
}