#emulator .dialog {
  margin: 10% auto 40px auto;
  width: fit-content;
  /* TODO: this is Chrome only; fix for others */
  max-width: 500px;
  min-width: 250px;
  min-height: 80px;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 5px;
  background-color: white;
  padding: 20px 40px 40px 40px;
  border-radius: 20px;
  color: #222;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2666666667);
  transition: opacity 0.25s, top 0.25s;
}
#emulator .dialog.undisplayed {
  display: none;
  opacity: 0;
}
#emulator .dialog.transparent {
  display: inline-block;
  opacity: 0;
}
#emulator .dialog.open {
  display: inline-block;
  opacity: 1;
  top: 20px;
}
#emulator .dialog a {
  color: #0984b9;
}
#emulator .dialog h3 {
  color: #0984b9;
  text-transform: uppercase;
}
#emulator .dialog .close {
  position: absolute;
  line-height: 18px;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  font-size: 30px;
  outline: none;
  color: #222;
}
#emulator #blanket {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#emulator .dialog .tip {
  border: 1px solid #0984b9;
  padding: 6px 14px 8px 14px;
  font-size: 13px;
  margin-top: 15px;
}
#emulator .dialog .tip h4 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 6px;
}
#emulator .dialog code {
  font-family: "Futura", "Century Gothic", sans-serif;
  color: white;
  background: #222;
  padding: 1px 6px 4px 6px;
  border-radius: 3px;
  margin-right: 1px;
}
#emulator #errorDialog {
  min-width: 380px;
}
#emulator #chr115 {
  width: 90px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 6px;
}
#emulator #chr115-tooltip {
  opacity: 0;
  width: 152px;
  height: 118px;
  position: absolute;
  top: 25px;
  left: -112px;
  transition: opacity 0.5s;
  transition-delay: 1.5s;
}
#emulator #aboutDialog.open #chr115-tooltip {
  opacity: 1;
}
#emulator #aboutDialog footer {
  text-align: center;
  font-size: 13px;
  margin-top: 60px;
}
#emulator #loadDialog {
  text-align: center;
}
#emulator #loadDialog #startBtn {
  font-size: 30px;
}
#emulator .clickableOption {
  position: relative;
  background: #222;
  padding: 16px;
  border-radius: 2px;
  cursor: default;
  box-sizing: content-box;
  margin: 4px 1px;
}
#emulator .clickableOption .tooltip {
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  transition-delay: 0.2s;
}
#emulator .clickableOption:hover .tooltip {
  opacity: 1;
}
#emulator .clickableOptions-row {
  text-align: center;
}
#emulator .radioButton::before {
  content: ".";
  color: transparent;
  width: 20px;
  height: 20px;
  background: white;
  text-align: center;
  margin-left: -10px;
  border: 1px solid #222;
  border-radius: 100%;
  box-shadow: 0 0 0 2px white;
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
  margin-bottom: 6px;
}
#emulator .radioButton:not(.selected):hover::before {
  background-color: rgba(0, 0, 0, 0.0666666667);
}
#emulator .radioButton.selected::before {
  background-color: #0984b9;
  border-color: #0984b9;
}
#emulator .clickableOption-checkbox {
  width: 20px;
  height: 20px;
  background: white;
  text-align: center;
  position: absolute;
  margin-left: -10px;
  left: 50%;
  border: 1px solid #222;
  border-radius: 2px;
  box-shadow: 0 0 0 2px white;
  color: white;
}
#emulator .clickableOption:hover .clickableOption-checkbox {
  background-color: #eee;
}
#emulator .clickableOption.selected .clickableOption-checkbox {
  background-color: #0984b9;
  border-color: rgba(0, 0, 0, 0.3333333333);
}
#emulator .clickableOption.selected .clickableOption-checkbox::after {
  content: "✓";
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3333333333);
}
#emulator .clickableOption-radioButton {
  width: 20px;
  height: 20px;
  background: white;
  text-align: center;
  position: absolute;
  margin-left: -10px;
  left: 50%;
  border: 1px solid #222;
  border-radius: 100%;
  box-shadow: 0 0 0 2px white;
}
#emulator .clickableOption.selected .clickableOption-radioButton {
  background-color: #0984b9;
  border: 1px solid transparent;
}
#emulator .clickableOption.selected .clickableOption-radioButton::after {
  background-color: white;
  border: 1px solid transparent;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3333333333);
  content: " ";
  display: block;
  position: relative;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
#emulator #scopeRail {
  right: 0;
  width: 274px;
  padding: 10px 12px 18px 12px;
}
#emulator #scopeRail-blanket {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#emulator #scopeRail-blanket.hidden {
  display: none;
}
#emulator .scopePanel.hidden {
  display: none;
}
#emulator #scopeRail select {
  font-family: Futura;
  color: white;
  background: #222;
  font-size: 13px;
  border: 10px solid #222;
  font-weight: bold;
  box-shadow: 0 0 0 1px white;
  outline: none;
  margin: auto;
  width: 200px;
  display: block;
  margin-bottom: 11px;
  /* Firefox */
  border-radius: 5px;
  text-align: center;
  -moz-appearance: none;
  text-transform: uppercase;
}
#emulator .scope-colorSample {
  position: relative;
  display: inline-block;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  margin-left: 3px;
  margin-right: 3px;
}
#emulator .scope-colorSample.highlightCol0 {
  background-color: hsl(0, 50%, 50%);
}
#emulator .scope-colorSample.highlightCol1 {
  background-color: hsl(45, 50%, 50%);
}
#emulator .scope-colorSample.highlightCol2 {
  background-color: hsl(90, 50%, 50%);
}
#emulator .scope-colorSample.highlightCol3 {
  background-color: hsl(135, 50%, 50%);
}
#emulator .scope-colorSample.highlightCol4 {
  background-color: hsl(180, 50%, 50%);
}
#emulator .scope-colorSample.highlightCol5 {
  background-color: hsl(225, 50%, 50%);
}
#emulator .scope-colorSample.highlightCol6 {
  background-color: hsl(270, 50%, 50%);
}
#emulator .scope-colorSample.highlightCol7 {
  background-color: hsl(315, 50%, 50%);
}
#emulator .scope-colorSample.highlightColF00 {
  background-color: #f00;
}
#emulator .scope-colorSample.highlightCol0F0 {
  background-color: #0f0;
}
#emulator .scope-colorSample.highlightCol00F {
  background-color: #00f;
}
#emulator #scopeRail .checkbox {
  color: white;
  font-size: 13px;
  text-align: left;
  padding-left: 32px;
  margin-bottom: 3px;
}
#emulator #scopeRail .checkbox::before {
  content: "✓";
  width: 16px;
  height: 16px;
  border-radius: 0px;
  box-shadow: 0 0 0 1px white;
  color: transparent;
  border: 1px solid #222;
  display: inline-block;
  margin-left: -27px;
  margin-right: 9px;
  margin-bottom: 6px;
  text-align: center;
}
#emulator #scopeRail .checkbox.selected::before {
  color: white;
}
#emulator #scopeRail .checkbox:not(.selected):hover::before {
  background-color: rgba(0, 0, 0, 0.0666666667);
}
#emulator .scope-legend {
  margin-bottom: 20px;
}
#emulator #snapshotsRail {
  left: 0;
  width: 150px;
}
#emulator .snapshot {
  position: relative;
  width: 130px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  transition-property: height, opacity;
  transition-duration: 0.375s;
  height: 125px;
  opacity: 1;
}
#emulator .snapshot.collapsed {
  height: 0;
  opacity: 0;
}
#emulator .snapshot .innerFrame {
  position: absolute;
  bottom: 10px;
}
#emulator .snapshot canvas {
  margin: 14px 10px 2px 10px;
  width: 110px;
}
#emulator .snapshot canvas:active {
  transform: scale(0.95);
}
#emulator .snapshot a {
  color: white;
}
#emulator .snapshot .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNiI+PGNpcmNsZSBjeD0iMTMiIGN5PSIxMyIgcj0iMTMiIHN0eWxlPSJmaWxsOiMyMjIiLz48cG9seWdvbiBwb2ludHM9IjE3LjkgOS41MiAxNi40OCA4LjEgMTMgMTEuNTkgOS41MiA4LjEgOC4xIDkuNTIgMTEuNTkgMTMgOC4xIDE2LjQ4IDkuNTIgMTcuOSAxMyAxNC40MSAxNi40OCAxNy45IDE3LjkgMTYuNDggMTQuNDEgMTMgMTcuOSA5LjUyIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+");
  opacity: 0;
  transition: opacity 0.1s, transform 0.1s;
  transform: scale(0.5);
}
#emulator .snapshot:hover .close {
  opacity: 1;
  transform: scale(1);
}
#emulator .snapshot .close:active {
  transform: scale(0.95);
}
#emulator .tray {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  background-color: #222;
  margin: 0;
  color: white;
  /* line-height: 0; otherwise the buttons develop 4px on gap below them */
  line-height: 0;
  transition: opacity 0.375s;
}
#emulator .tray.hidden {
  opacity: 0;
}
#emulator .tray-blanket {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#emulator .tray-blanket.hidden {
  display: none;
}
#emulator .tray-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#emulator .tray button:active svg {
  transform: scale(0.95);
}
#emulator .iconButton {
  width: 70px;
  height: 70px;
  border-radius: 6px;
}
#emulator .iconButton:hover {
  background-color: rgba(255, 255, 255, 0.0666666667);
}
#emulator .iconButton.hidden {
  display: none;
}
#emulator #upperTray {
  top: 0;
}
#emulator .tray > * {
  padding: 0 10px;
}
#emulator #lowerTray {
  bottom: 0;
}
#emulator #fps {
  position: relative;
  bottom: 29px;
  width: 62px;
  display: inline-block;
  text-align: right;
  padding-right: 24px;
}
#emulator #aboutButton {
  width: 110px;
  height: 70px;
}
@media (max-width: 600px) {
  #emulator .iconButton {
    width: 52.5px;
    height: 52.5px;
  }
  #emulator #aboutButton {
    width: 82.5px;
    height: 52.5px;
  }
  #emulator #fps {
    font-size: 13px;
    bottom: 22px;
  }
}
#emulator #undoResetButton:not(.hidden) {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
}
#emulator #undoResetButton-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  color: white;
}
#emulator #diskDialog-dirEntries {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 32px 0;
}
#emulator #diskDialog-dirEntries button {
  display: block;
  padding: 12px;
  background-color: #0984b9;
  margin: 2px;
  line-height: 0;
  border-radius: 11px;
}
#emulator #diskDialog-dirEntries button:active:not(:disabled) {
  transform: scale(0.97);
}
#emulator #diskDialog-dirEntries button:disabled {
  background-color: #ddd;
}
#emulator #diskDialog-dirEntries button:hover:not(:disabled) {
  opacity: 0.7;
}
#emulator #cursors-intro {
  margin-bottom: 20px;
}
#emulator #shiftCursorsDiagram {
  display: inline-block;
  width: 302px;
  height: 43px;
  position: relative;
  top: 10px;
  margin: 0 8px;
}
#emulator #crsrs_key {
  width: 176px;
  height: 80px;
}
#emulator #crsrs_cp1 {
  width: 60px;
  height: 80px;
}
#emulator #crsrs_cp2 {
  width: 60px;
  height: 80px;
}
#emulator #mapping-intro {
  margin-bottom: 20px;
}
#emulator #shift8Diagram {
  display: inline-block;
  width: 188px;
  height: 43px;
  position: relative;
  top: 10px;
}
#emulator #map_natural {
  width: 50px;
  height: 50px;
}
#emulator #map_direct {
  width: 132px;
  height: 50px;
  box-sizing: content-box;
}
#emulator #natural-keymap-tooltip {
  width: 190px;
  height: 191px;
  top: 36px;
  left: -125px;
}
#emulator #direct-keymap-tooltip {
  width: 132px;
  height: 194px;
  left: 103px;
  top: 41px;
}
#emulator #canvas {
  position: absolute;
  transition-property: top, left, width, height;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.12, 0.99, 0.38, 0.95);
}
#emulator #canvas.no-transition {
  transition-property: none;
}
#emulator button {
  font-family: "Futura", "Century Gothic", sans-serif;
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 0;
}
#emulator #emulator-menu {
  display: block;
  color: white;
  font-size: 15px;
}
#emulator .menu-flex-container {
  display: none;
  text-align: center;
  color: white;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
#emulator .menu-flex-container > * > * {
  text-align: left;
}
#emulator .menu-flex-container > div:nth-child(1) {
  min-width: 60px;
  width: 60px;
}
#emulator .menu-flex-container > div:nth-child(2) {
  flex-grow: 1;
  max-width: 600px;
}
#emulator .menu-flex-container > div:nth-child(3) {
  min-width: 60px;
  width: 60px;
}
#emulator #backdrop {
  background-color: #222;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#emulator .rail {
  position: absolute;
  box-sizing: border-box;
  top: 70px;
  bottom: 70px;
  color: white;
  font-size: 13px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.375s;
  /* Regrettable... */
  scrollbar-width: none;
  /* Firefox */
}
#emulator .rail.hidden {
  opacity: 0;
}
#emulator .rail::-webkit-scrollbar {
  display: none;
}

/*# sourceMappingURL=main.css.map */
