/* Classe que vai ser adicionada dinamicamente para ajustar a margem-top */
/*.cifras .nota.adjusted {
    margin-top: 35px !important; 
}*/
.show-nota {
    border: 1px solid #ccc;
    position: fixed;
    /* margin: 0 auto; */
    margin-left: 380px !important;
    z-index: 999;
    background: #fff;
    width: 310px;
    height: 100%;
    right: -310px;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
}
.show-nota .cifras-images h3{
        width: 35% !important;
}
.show-nota ul {
    width: 100%;
    display: grid;
    list-style-type: none;
    padding: 10px;
    grid-template-columns: repeat(2, 1fr);
    position: absolute;
    top: 50px;
}
.show-nota ul li {
    width: 125px;
    height: 210px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
}
.show-nota ul li img {
    width: 115px;
    height: 145px;
    margin-top: -25px;
}
.show-nota ul li b {
    color: #a0cf4f;/*rgb(198, 189, 251)*/
    background: white;
    width: 100%;
    height: 20px;
    display: block;
    position: relative;
}
.show-nota em {
    font-size:12px;
}
.show-nota .cifraname {
    background-color: #ffffff;
    position: absolute;
    width: 40%;
}
/**************************/
.info-nota {
    width: 100%;
    text-align: center;
}
.lista-notas {
    margin: 40px auto;
    width: 80%;
    height: auto;
}
.lista-notas ul {
    justify-content: left!important;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.lista-notas ul li {
    width: 133px;
    height: 210px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
}
.lista-notas li img {
    width: 115px;
    height: 145px;
    margin-top: -20px!important;
}
.lista-notas em {
    font-size:12px;
}
.lista-notas b {
    color:black;
}
.lista-notas .cifraname {
    background-color: #ffffff;
    position: absolute;
    width: 10%;
}
.cifras:hover .adjusted {
    width: 130px;
    position: absolute;
    z-index: 3;
    margin-top: 35px;
    margin-left: -72px;
    text-align: center;
    padding-bottom: 20px;
    display: inline-grid;
}
/*.cifras:hover .adjusted::after {
    content: "";
    position: absolute;
    center: 100%;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    text-align: center;
    transform: rotate(180deg);
}*/
.cifras:hover .adjusted::before {
    content: "";
    position: absolute;
    center: 100%;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border-width: 12px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    text-align: center;
    transform: rotate(180deg);
}
.adjusted .content {
    width: 130px;
    height: 210px;
    padding: 5px 5px 0 5px;
    display: grid;
    background: #fff;
    border: #ccc 1px solid;
    -webkit-box-shadow: 0px 0px 44px -7px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 0px 44px -7px rgba(0,0,0,0.38);
    box-shadow: 0px 0px 44px -7px rgba(0,0,0,0.38);
    border-radius: 5px;
    cursor: default;
}
.voltar-ao-tom {
  width: 95px;
  display: flex;
  justify-content: right;
  /* gap: 30px; */
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #0a740e;
  padding: 4px 10px;
  /* cursor: pointer; */
  float: left;
  font-size: 12px;
  text-align: center;
}
.mais-meio-tom {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #0a740e;
  padding: 4px 7px;
  cursor: pointer;
  float: left;
  font-size: 12px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.menos-meio-tom {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #0a740e;
  padding: 4px 8px;
  cursor: pointer;
  float: left;
  font-size: 12px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.tom-meio {
  width: 95px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  /* gap: 10px; */
  align-items: center;
  height: 27px;
  border-left-color: #fff;
  border-right-color: #fff;
  font-size: 12px;
}
.tomOriginal {
  display: block;
  font-size: 9px;
  cursor: pointer;
  font-weight: 600;
  position: absolute;
  margin-right: -50px;
  color: rgb(37, 193, 84);
  border: 1px solid rgb(37, 193, 84);
  padding: 2px 4px;
  border-radius: 30px;
}
#myTablatura{
  width: 60%;
  overflow: hidden;
  padding: 5px 0;
}
#myTablatura b {
  background-color: white;
  border-radius: 25px;
  padding: 1px 3px !important;
  border: 1px solid #0d8e15;
  font-size: 11px;
}
#myTablatura b:hover{
  /*background-color: transparent !important;*/
  border-radius: 25px !important;
  border: 1px solid #0d8e15 !important;
}
.tablatura{
  width: 110% !important;
}