.autoScroll {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #ffffff;
  width: 32px;
  padding: 1px;
  border-radius: 0.25rem;
  font-size: 18px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.autoScroll input {
  width: 100%;
  text-align: center;
  outline: 0;
  height: 30px;
  font-size: 15px;
  border: 0;
  margin-bottom: 2px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #17a2b84a;
}
.autoScroll svg {
  font-size: 30px;
  cursor: pointer;
  width: 100% !important;
  padding: 1px;
  color: #17a2b899;
  background: #17a2b814;
  border-radius: 50%;
  border: 2px solid #17a2b84a;
  transition: background 0.3s, color 0.3s, border-color 0.3s !important;
}
.autoScroll svg:hover {
  background: #17a2b8;
  color: #fff;
  border: 2px solid #17a2b8;
}
.autoScroll .fa-stop {
  padding: 7px 7px;
}
@media (max-width: 500px) {
  .autoScroll {
    opacity: 0.5;
  }
}

.music_text_format,
#music_text {
  overflow: unset;
  /*font-family: Calibri, "Trebuchet MS", Arial, serif;*/
  font-family: "rub";
  font-size: 1em;
  white-space: pre-wrap;
  min-height: 150px;
  margin-top: 1.5rem;
    letter-spacing: -1px;
}

.chopds .tooltip {
  position: relative;
  display: inline;
  opacity: unset;
  z-index: unset;
  font-size: unset;
}
.chopds .c {
  background-color: #17a2b80f;
  border-radius: 3px;
  margin: -2px -0.2em;
  padding: 2px 0.2em;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  color: #218abd;
  font-family: "rub";
}
.chopds .c:hover {background-color: #17a2b83f}
.chopds .tooltip-content {
  border-radius: 0.25rem;
  position: absolute;
  background: #b2dfe6;
  border: 1px solid #a0d8e2;
  z-index: 9999;
  width: 65px;
  bottom: 139%;
  left: 50%;
  margin-left: -30px;
  padding: 8px 0px;
  opacity: 0;
  cursor: default;
  -webkit-transform: scale3d(0.1, 0.2, 1);
  transform: scale3d(0.1, 0.2, 1);
  -webkit-transform-origin: 50% 120%;
  transform-origin: 50% 120%;
  transition: opacity 0.4s, transform 0.4s;
}
.tooltip-content::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  margin-left: -3px;
  top: 100%;
  background: #b2dfe6;
  -webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}
.chopds .tooltip:hover .tooltip-content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

#song_chords .c-img {
  background: #17a2b814;
  border: 1px solid #17a2b84a;
  padding: 5px 0;
  margin: 0 5px 5px 0;
  border-radius: 0.25rem;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  width: 62px;
}

#song_chords .c-img:hover {
  background: #17a2b84a;
}

.videlit_line {
  color: #b971b3;
  padding: 3px 0 3px 1.5rem;
  background: #edf8f9;
  text-transform: uppercase;
  min-width: 50%;
  display: inline-block;
  margin-left: -1.5rem;
}
#keys {
  position: relative;
  z-index: 2;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: pre;
  height: 32px;
}
.transpose-keys {
  margin-top: 1.5rem;
}
.transpose-keys a,
.m-item {
  border: 1px solid #dfdfdf52!important;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 8px 0px 0 !important;
  line-height: 14px;
  text-align: center;
  margin: 0 1px;
  color: #b971b3;
  background: #c84dbb17;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50%;
  transition: background 0.3s, color 0.3s, border-color 0.3s !important;
}
.m-item:active,
.transpose-keys a:active,
.page-link a:active {
  box-shadow: 0px 0px 0px 1px #0000001f !important;
}

.transpose-keys a:hover,
.transpose-keys a.selected,
.m-item:hover,
.m-item.selected {
  background: linear-gradient(45deg, #6767e8 0%, #e36775 100%); !important;
  color: #fff !important;
  border: 0 px solid #17a2b8;
}
.transpose-keys a.ton {
  background: #d1ead1;
  color: #000;
}
.btn-outline-secondary {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #6bb883;
}
.video-box {
  height: 300px;
  box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
  border-radius: 0.25rem;
}
@media screen and (max-width: 590px) {
  .video-box {
    height: 220px;
	border-radius: 0rem;
  }
}
@media screen and (max-width: 470px) {
  .video-box {
    height: 175px;
	border-radius: 0rem;
  }
}
/*--------------------------------------------------------------
13.0 Print Style
--------------------------------------------------------------*/
@media print {
  body {
    background: #ffffff;
    color: #000000 !important;
  }
  .col-md-8 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
	.onprint {display: block !important;}
  
	.onprint.float-right {position:absolute; bottom:20px; right: 20px}
  
	.onprint2 {display: flex !important;}
  .noprint,
  .tooltip.show,
  .autoScroll,
  .transpose-keys,
  #song_chords,
  #new_message,
  .music_item.pactive [data-audio-file]::after {
    display: none !important;
  }

  .noselect .music_text_format,
	.noselect #music_text {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
}

  .music_text_format.split2,
	#music_text.split2  {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
}

  .music_text_format,
  #music_text,
  .media,
  .h5 {
    font-size: 1.9rem;
    line-height: 1;
  }
  #song_chords .c-img {
    width: 100px;
  }
	.noselect {height: max(100vh, 550px);}
	.onprint2 {border: 2px solid #6c757d;border-radius: 0.5rem!important;padding: 3px;}
	.noselect .blocks:before {border: 2px solid #6c757d!important;border-radius: 0.5rem!important;}
	.videlit_line {border: 2px solid #6c757d!important;color: #fff!important;background: #6c757d!important;
    line-height: 0.9!important;padding: 3px 10px 0px 10px!important;}
.music_item::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background-color: #eef8f9;
    border-radius: 0.25rem !important;
}
	.chopds .c {
    background-color: #17a2b800 !important;
    font-weight: bold !important;
    color: #000 !important;
}
	#song_chords2 {
    position: absolute;
    left: 120%;
    width: 220px;
    bottom: 0;
  }
  .media a {
    color: #656565;
    text-decoration: none;
  }
  pre {
    border: 0;
    color: #000000 !important;
    font-family: inherit;
    /* font-size: 150% !important; */
    font-style: inherit;
    font-weight: inherit;
    margin-bottom: 2rem;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 0.9!important;
  }
}

.default__page__content div {
  max-width: none;
}
.metronome {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin: auto;
  text-align: center;
}
.bpmOut {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  color: #555;
  padding-top: 1.5rem;
}
.beats {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  color: #555;
}
.metronome .start {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #555;
  width: 200px;
  height: 35px;
  margin-top: 30px;
  background-color: #fff;
  border: solid 1px #bbb;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  transition: background-color 0.5s, border 0.5s, box-shadow 0.5s, color 0.5s;
}
.metronome table {
  margin: 0px auto;
}
.metronome td {
  width: 20px;
  height: 20px;
  background: #c1c1c1;
  border-radius: 10px;
  transition: background-color 0.5s;
  display: flex;
  margin: 0 1rem;
}
.metronome tr {
  height: 18px;
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
}
.metronome button {
  width: 30px;
  height: 30px;
  background: 0 0;
  color: #555;
  border: none;
  border-radius: 15px;
  outline: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  padding: 0;
  transition: background-color 0.5s, border-color 0.5s, color 0.5s;
}
.metronome .plus--hover {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #fff !important;
}
.range--wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.metronome .keyMinus,
.metronome .keyPlus {
  transition: all 0.07s ease;
  color: #333;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.metronome .keyMinus:hover,
.metronome .keyPlus:hover,
.metronome .start:hover {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.time--wrap {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.beat--active {
  background: #000;
}
.beat-slider-wrap {
  width: 450px;
  height: 90px;
  overflow: hidden;
  position: relative;
}
.beat-slider {
  display: flex;
  width: 1200px;
  position: absolute;
  left: -90px;
}
.arrow-next svg,
.arrow-prev svg {
  font-size: 1rem;
  transition: 0.6s;
  fill: #6a6e7c;
}
.arrow-next svg:hover,
.arrow-prev svg:hover {
  transition: 0.6s;
  fill: #17a2b8;
}
.beats--mobile {
  display: none;
}
.time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  width: 50px;
  height: 50px;
  background: #ccc;
  color: #fff;
  border: none;
  border-radius: 50px;
  outline: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  transition: background-color 0.5s, border-color 0.5s, color 0.5s,
    border-radius 0.5s, box-shadow 0.5s;
}
.beat-slider .active {
  background-color: #17a2b8;
}
.time:hover {
  opacity: 0.9;
  transition: background 0.5s;
}
.time--text-container {
  padding-top: 1rem;
}
.time--text-container input[type="text"] {
  width: 21px;
  outline: 0;
  text-align: center;
  background: 0 0;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
  border-bottom: transparent !important;
  font-weight: 700;
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0.2rem;
  color: #555;
}
.tapper button {
  display: block;
  margin: 1rem auto;
  padding: 0;
  border-radius: 4px;
}
.metronome .tapper--btn {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #555;
  width: 200px;
  height: 35px;
  margin-top: 10px;
  background: #fff;
  border: solid 1px #bbb;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  transition: background 1s, border 1s, box-shadow 1s, color 0.3s;
}
.metronome .tapper--btn:active {
  color: #fff;
  background: #555;
  border: solid 1px #555;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
.tapper--hover {
  color: #fff;
  background: #555;
  border: solid 1px #555;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
#title {
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  color: #555;
  letter-spacing: 30px;
  margin-bottom: 10px;
  margin-top: -10px;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 400px;
  background: #f8f8f8;
  margin: 0 1rem;
}
input[type="range"]:focus {
  outline: 0;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.7px;
  cursor: pointer;
  background: #ddd;
  border-radius: 25px;
  border: 0 solid rgba(1, 1, 1, 0);
}
input[type="range"]::-webkit-slider-thumb {
  border: 0 solid transparent;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background: #555;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.15px;
  transition: background 0.3s, box-shadow 0.1s;
}
input[type="range"]:focus::-webkit-slider-thumb {
  border: 0 solid transparent;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background: #17a2b8;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.15px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ddd;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8.7px;
  cursor: pointer;
  background: #ddd;
  border-radius: 25px;
  border: 0 solid rgba(1, 1, 1, 0);
}
input[type="range"]::-moz-range-thumb {
  border: 0 solid transparent;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background: #17a2b8;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 8.7px;
  cursor: pointer;
  background: 0 0;
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: #afafaf;
  border: 0 solid rgba(1, 1, 1, 0);
  border-radius: 50px;
}
input[type="range"]::-ms-fill-upper {
  background: #ddd;
  border: 0 solid rgba(1, 1, 1, 0);
  border-radius: 50px;
}
input[type="range"]::-ms-thumb {
  border: 0 solid transparent;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background: #17a2b8;
  cursor: pointer;
  height: 8.7px;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #ddd;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #ddd;
}
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
  vertical-align: bottom;
  margin-right: 0.7rem;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #17a2b8;
}
input:focus + .slider {
  box-shadow: 0 0 1px #17a2b8;
}
input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
@media all and (max-width: 762px) {
  input[type="range"] {
    max-width: 380px;
  }
  .time--wrap {
    padding: 1rem 0;
  }
  .tapper button {
    margin: 0.5rem auto;
  }
}
@media all and (max-width: 660px) {
  .beats--desktop.twelve {
    display: none;
  }
  .beats--mobile.twelve {
    display: table;
  }
}
@media all and (max-width: 600px) {
  .beats--desktop.eleven {
    display: none;
  }
  .beats--mobile.eleven {
    display: table;
  }
}
@media all and (max-width: 565px) {
  .beat-slider-wrap {
    height: 80px;
    max-width: 310px;
    min-width: 310px;
    width: 310px;
  }
  .beat-slider {
    left: -220px;
  }
  .time {
    margin: 20px 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
@media all and (max-width: 550px) {
  input[type="range"] {
    max-width: 330px;
  }
  .beats--desktop.ten {
    display: none;
  }
  .beats--mobile.ten {
    display: table;
  }
}
@media all and (max-width: 500px) {
  .beats--desktop.nine {
    display: none;
  }
  .beats--mobile.nine {
    display: table;
  }
}
@media all and (max-width: 480px) {
  .keyMinus,
  .keyPlus {
    display: none;
  }
  input[type="range"] {
    width: 90%;
  }
}
@media all and (max-width: 460px) {
  .beat-slider-wrap {
    max-width: 200px;
    min-width: 200px;
    width: 200px;
  }
  .beat-slider {
    left: -200px;
  }
}
@media all and (max-width: 450px) {
  .beats--desktop.eight {
    display: none;
  }
  .beats--mobile.eight {
    display: table;
  }
}
@media all and (max-width: 400px) {
  .beats--desktop.seven {
    display: none;
  }
  .beats--mobile.seven {
    display: table;
  }
  td {
    margin: 0 0.8rem;
  }
}
