@font-face {
	font-family: "OCR";
	src: url('ocraext.ttf');
}

.snailContainer {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.snailPanel {
  position: relative;
  float: left;
  background-color: #222;
}

.snailCanvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.snailNote {
  position: absolute;
  z-index: 1;
  font-family: "OCR", Arial, sans-serif;
}

.musicSymbol {
  font-family: Arial Unicode MS, Lucida Sans Unicode;
}

.controlsOn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 20px;
  height: 24px;
  margin: 4px;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url(img/10_on.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.controlsOff {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 20px;
  height: 24px;
  margin: 4px;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url(img/10_off.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.freezeOn {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 23px;
  height: 26px;
  margin: 4px;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url(img/freeze_on.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.freezeOff {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 23px;
  height: 26px;
  margin: 4px;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url(img/freeze_off.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.micOn {
  width: 14px;
  height: 24px;
  margin: 2px 7px;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url(img/12_on.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.micOff {
  width: 14px;
  height: 24px;
  margin: 2px 7px;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url(img/12_off.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.playerOn {
  width: 24px;
  height: 24px;
  margin: 2px;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url(img/16_on.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.playerOff {
  width: 24px;
  height: 24px;
  margin: 2px;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url(img/14_off.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hiddenInputFile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.fileOn {
  width: 18px;
  height: 23px;
  margin: 3px 5px 2px;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url(img/11_on.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  float: left;
}

.fileOff {
  width: 18px;
  height: 23px;
  margin: 3px 5px 2px;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url(img/11_off.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  float: left;
}


.snailControls {
  position: relative;
  float: left;
  width: 250px;
  height: 100%;
  overflow: scroll;
  background-color: #222;
}

.snailControlsDraggable {
  position: absolute;
  width: 250px;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #222;
  cursor: move;
  opacity: 0.8;
}

.snailControlsClose {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 2px solid #222;
  outline: none;
  background-color: #222;
  background-image: url(img/x.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.snailControl {
  background-color: #5c5c5c;
  padding: 10px;
  margin: 2px;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 0.75em;
}

.snailControl input[type=range] {
  width: 200px;
}

.noteRangeDiv {
  margin-top: 2px;
}

.snailSizeInput {
  margin-right: 2px;
  width: 40px;
}

.visualGainDisplay, .noteRangeDisplay, .windowSizeDisplay, .frequencyTrackingDisplay, .accidentalSignSelectDiv, .snailSizeInputDiv {
  float: right;
}
