.sight-reader-test-title {
  text-transform: capitalize;
  line-height: 40px;
  color: #eee; }

.sight-reader-tool .sight-reader-game {
  text-align: center;
  position: relative;
  background: #111; }
  .sight-reader-tool .sight-reader-game .sight-reader-stats {
    color: #444;
    font-size: 14px;
    position: absolute;
    text-align: right;
    right: 5px;
    bottom: 5px; }
  .sight-reader-tool .sight-reader-game .sight-reader-notation {
    overflow: hidden;
    height: 172px;
    width: 470px;
    position: relative;
    background: #eee;
    display: inline-block;
    transition: all .15s ease; }
    .sight-reader-tool .sight-reader-game .sight-reader-notation[feedback="correct"] {
      background: #c9ffd0; }
    .sight-reader-tool .sight-reader-game .sight-reader-notation[feedback="wrong"] {
      background: #ffd2d1; }
    .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-cover {
      position: absolute;
      background: #111;
      width: 100px;
      height: 100%;
      left: 0;
      top: 0; }
    .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-feedback {
      position: absolute;
      bottom: 0;
      left: 100px;
      width: 45px;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      border-right: 1px solid #111;
      transition: all .15s ease; }
      .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-feedback[feedback="correct"] {
        background: rgba(105, 175, 115, 0.5); }
      .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-feedback[feedback="wrong"] {
        background: rgba(217, 78, 73, 0.5); }
    .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-pitch {
      position: absolute;
      display: block;
      bottom: 32px;
      height: 96px;
      width: 15px;
      left: 115px; }
      .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-pitch .sight-reader-pitch-relative {
        position: relative;
        width: 100%;
        height: 100%; }
      .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-pitch .sight-reader-pitch-dot {
        position: absolute;
        width: 15px;
        height: 15px;
        transition: all .5s ease;
        background: #9b3243;
        border-radius: 50%; }
    .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-title {
      position: absolute;
      top: 7px;
      left: 155px;
      color: #111;
      font-size: 15px;
      font-weight: bold; }
    .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-grid {
      position: absolute;
      top: 52px;
      width: 100%; }
      .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-grid [line] {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #111; }
      .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-grid [line="1"] {
        top: 0; }
      .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-grid [line="2"] {
        top: 15.5px; }
      .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-grid [line="3"] {
        top: 31px; }
      .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-grid [line="4"] {
        top: 46.5px; }
      .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-grid [line="5"] {
        top: 62px; }
    .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-presentation {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative; }
      .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-presentation .sight-reader-mask {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
        .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-presentation .sight-reader-mask.sight-reader-mask-hint {
          top: 0;
          left: 47px;
          opacity: 0; }
        .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-presentation .sight-reader-mask .sheetbox .abcjs-v0 {
          fill: #111 !important; }
        .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-presentation .sight-reader-mask .sheetbox .abcjs-staff-extra, .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-presentation .sight-reader-mask .sheetbox .abcjs-bar, .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-presentation .sight-reader-mask .sheetbox .abcjs-top-line, .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-presentation .sight-reader-mask .sheetbox .abcjs-top-line ~ .abcjs-v0 {
          fill: transparent !important; }
    .sight-reader-tool .sight-reader-game .sight-reader-notation .sight-reader-clef {
      position: absolute;
      left: 0;
      top: 0; }
  .sight-reader-tool .sight-reader-game .sight-reader-panels .sight-reader-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none; }
    .sight-reader-tool .sight-reader-game .sight-reader-panels .sight-reader-panel[show="yes"] {
      display: block; }
    .sight-reader-tool .sight-reader-game .sight-reader-panels .sight-reader-panel .sight-reader-panel-text {
      color: #eee;
      font-size: 15px;
      margin: 15px 0; }
    .sight-reader-tool .sight-reader-game .sight-reader-panels .sight-reader-panel .sight-reader-panel-subtext {
      color: #999;
      font-size: 13px;
      margin: 15px 0; }
  .sight-reader-tool .sight-reader-game .sight-reader-keyboard {
    background: #555;
    text-align: center;
    padding: 0 10px; }
.sight-reader-tool .keyboard-keys {
  display: inline-block;
  padding: 8px 0 5px;
  text-align: center; }
  .sight-reader-tool .keyboard-keys .keyboard-keys-set {
    display: block;
    margin: 5px 0; }
  .sight-reader-tool .keyboard-keys[show-shorts="yes"] [key] short, .sight-reader-tool .keyboard-keys[show-shorts="yes"] [key] midik {
    display: block; }
  .sight-reader-tool .keyboard-keys [key] {
    box-shadow: 0 0 1px #000;
    position: relative;
    min-width: 46px;
    padding: 0 10px;
    margin: 0 2px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: inline-block; }
    .sight-reader-tool .keyboard-keys [key] short, .sight-reader-tool .keyboard-keys [key] midik {
      display: none;
      position: absolute;
      bottom: -2px;
      right: 3px;
      width: 15px;
      height: 15px;
      line-height: 13px;
      font-size: 13px;
      border-radius: 2px;
      box-shadow: 0 0 0 1px #000;
      font-weight: bold;
      padding: 0 2px; }
    .sight-reader-tool .keyboard-keys [key] midik {
      font-size: 11px;
      width: auto;
      top: -2px;
      bottom: auto; }
    .sight-reader-tool .keyboard-keys [key][show="no"] {
      opacity: .2;
      cursor: default;
      display: inline-block !important; }
      .sight-reader-tool .keyboard-keys [key][show="no"][color="black"] {
        background: #333;
        color: #333; }
        .sight-reader-tool .keyboard-keys [key][show="no"][color="black"]:hover {
          background: #333;
          color: #333; }
      .sight-reader-tool .keyboard-keys [key][show="no"][color="white"] {
        background: #ccc;
        color: #ccc; }
        .sight-reader-tool .keyboard-keys [key][show="no"][color="white"]:hover {
          background: #ccc;
          color: #ccc; }
    .sight-reader-tool .keyboard-keys [key][color="black"] {
      background: #222;
      color: #eee; }
      .sight-reader-tool .keyboard-keys [key][color="black"]:hover {
        background: #222;
        color: #fff; }
      .sight-reader-tool .keyboard-keys [key][color="black"][playing="yes"] {
        color: #fff;
        text-shadow: 0 0 6px #fff, 0 0 14px #fff; }
      .sight-reader-tool .keyboard-keys [key][color="black"] short {
        background: #222;
        color: #eee; }
      .sight-reader-tool .keyboard-keys [key][color="black"] midik {
        background: #222;
        color: #1999BC; }
      .sight-reader-tool .keyboard-keys [key][color="black"][pressed="yes"] {
        background: #1999BC;
        color: #bcf1ff; }
      .sight-reader-tool .keyboard-keys [key][color="black"][feedback="reveal"] {
        animation: blink-keyboard-correct-on-black .5s !important; }
      .sight-reader-tool .keyboard-keys [key][color="black"][feedback="correct"] {
        background: #69AF73;
        color: #1a4420; }
      .sight-reader-tool .keyboard-keys [key][color="black"][feedback="wrong"] {
        background: #D94E49;
        color: #720d0a; }
    .sight-reader-tool .keyboard-keys [key][color="white"] {
      background: #ccc;
      color: #333; }
      .sight-reader-tool .keyboard-keys [key][color="white"]:hover {
        background: #fff;
        color: #000; }
      .sight-reader-tool .keyboard-keys [key][color="white"][playing="yes"] {
        color: #111;
        text-shadow: 0 0 6px #111, 0 0 14px #111; }
      .sight-reader-tool .keyboard-keys [key][color="white"] short {
        background: #ddd;
        color: #444; }
      .sight-reader-tool .keyboard-keys [key][color="white"] midik {
        background: #ddd;
        color: #1999BC; }
      .sight-reader-tool .keyboard-keys [key][color="white"][pressed="yes"] {
        background: #1999BC;
        color: #bcf1ff; }
      .sight-reader-tool .keyboard-keys [key][color="white"][feedback="reveal"] {
        animation: blink-keyboard-correct-on-white .5s !important; }
      .sight-reader-tool .keyboard-keys [key][color="white"][feedback="correct"] {
        background: #69AF73;
        color: #1a4420; }
      .sight-reader-tool .keyboard-keys [key][color="white"][feedback="wrong"] {
        background: #D94E49;
        color: #720d0a; }
    .sight-reader-tool .keyboard-keys [key][color="empty"] {
      background: none;
      box-shadow: none;
      cursor: default; }

@media (max-width: 768px) {
  .sight-reader-tool .keyboard-keys [key] {
    min-width: 25px;
    padding: 0;
    margin: 0 2px; } }
.test-types {
  margin-top: 6px; }
  .test-types [set] {
    color: #111;
    background: #444;
    margin-right: 4px;
    padding: 2px 5px;
    text-align: left;
    border: none;
    outline: none;
    display: block; }
    .test-types [set][active="yes"] .circle-icon {
      color: #eee; }

.circle-icon {
  color: #eee;
  display: inline-block;
  min-width: 36px;
  line-height: 30px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  font-size: 16px; }
  .circle-icon .fa-stack-1x {
    font-size: 26px;
    opacity: .2; }

.sight-reader-btn-toggle {
  border: none;
  outline: none;
  background: none;
  border-radius: 3px;
  font-size: 14px;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
  color: #444; }
  .sight-reader-btn-toggle[status="yes"] {
    color: #eee; }

.sight-reader-action-btn {
  line-height: 30px;
  padding: 0 5px;
  min-width: 50px;
  margin-top: 10px;
  text-align: center;
  border: none;
  border-radius: 3px;
  outline: none;
  background: #1789A6;
  color: #93ebff; }
  .sight-reader-action-btn[state="off"] {
    background: #111;
    color: #222;
    cursor: default; }

.custom-sight-reader-btn {
  line-height: 50px;
  height: 50px;
  width: 120px;
  text-align: center;
  border: none;
  outline: none;
  background: #444;
  color: #eee; }

.custom-sight-reader-submit {
  line-height: 30px;
  padding: 0 5px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  float: left;
  background: #1789A6;
  color: #93ebff;
  border-radius: 2px;
  cursor: pointer; }

.custom-sight-reader-input {
  line-height: 30px;
  padding: 0 5px;
  background: #000;
  color: #eee;
  height: 30px;
  border-radius: 2px; }

.fire {
  font-size: 24px;
  filter: blur(1px);
  -webkit-filter: blur(1px);
  margin: 0;
  position: relative;
  width: 30px;
  height: 15px; }

.flame {
  animation: rise 1s ease-in infinite;
  background-image: radial-gradient(#9b3243 20%, rgba(155, 50, 67, 0) 70%);
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 10px; }
  .flame:nth-of-type(1) {
    animation-delay: 0.8660280374s;
    left: calc((100% - 10px) * 0); }
  .flame:nth-of-type(2) {
    animation-delay: 0.0281495464s;
    left: calc((100% - 10px) * 0.1); }
  .flame:nth-of-type(3) {
    animation-delay: 0.5609891222s;
    left: calc((100% - 10px) * 0.2); }
  .flame:nth-of-type(4) {
    animation-delay: 0.3894559789s;
    left: calc((100% - 10px) * 0.3); }
  .flame:nth-of-type(5) {
    animation-delay: 0.6748231483s;
    left: calc((100% - 10px) * 0.4); }
  .flame:nth-of-type(6) {
    animation-delay: 0.9850409145s;
    left: calc((100% - 10px) * 0.5); }
  .flame:nth-of-type(7) {
    animation-delay: 0.2818006296s;
    left: calc((100% - 10px) * 0.6); }
  .flame:nth-of-type(8) {
    animation-delay: 0.1278022081s;
    left: calc((100% - 10px) * 0.7); }
  .flame:nth-of-type(9) {
    animation-delay: 0.4755129667s;
    left: calc((100% - 10px) * 0.8); }
  .flame:nth-of-type(10) {
    animation-delay: 0.8300331624s;
    left: calc((100% - 10px) * 0.9); }

@keyframes rise {
  from {
    opacity: 0;
    transform: translateX(0) scale(1); }
  25% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translateX(-20px) scale(0); } }

/*# sourceMappingURL=sight-reader.css.map */
