header {
    background-color: #000;
}

footer {
    background-color: #000;
    padding-bottom: 4px;
}

header > .container > .row > .col > label {
    font-size: small;
}

header > .container > .row > .col > a,
header > .container > .row > .col > h1 {
    font-variant: small-caps;
    text-decoration: none;
}

header > .container > .row > .col > a > h4 {
    margin: 0px
}

article {
    padding: 10px 0px 10px 0px;
}

footer {
    font-size: small;
}

.tituloPagina {
    margin: 0px;
    font-variant: small-caps;
}

.lupa {
    font-size: 30px;
    margin-left: 15px;
    cursor: pointer;
}

.lupa:hover {
    color: rgb(168, 175, 175);
}

.logoHome {
    width: 81px;
    margin-top: 1px;
}

.logoInterno {
    width: 51px;
    margin-top: 1px;
}

.botaoYoutube {
    font-size: xx-large;
    color: #fff;
}

.botaoYoutube:hover {
    color: #0D6EFD;
}

#tom {
    font-weight: bold;
    color: orange;
    border: 1px solid lightgray;
    width: 30px;
    border-radius: 5px;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

#containerTom {
    margin-top: 10px;
}

#containerVideo {
    margin-right: 10px;;
    /* margin-left: 30px; */
}

pre#cifra {
    font-size: medium;
    line-height: normal;
}

.notas {
    color: orange;
    font-weight: bold;
}

.refrao {
    font-weight: bold;
}

.numero {
    font-weight: bold;
}

.botaoTom {
    color: lightgray;
}

.botaoTom:hover {
    color: gray;
}

#containerVoltar {
    float: left;
    position: absolute;
}

#voltar {
    font-size: x-large;
    color: #fff;
}

#voltar:hover {
    color: gray;
}

.expandirRetrair {
    color: #fff;
}

.expandirRetrair:hover {
    color: #0D6EFD;
    cursor: pointer;
}

#cifra.fullScreen {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #212529;
}

#tblRetrair {
    width: 100%;
}

.tituloPaginaExpandido {
    margin: 0px;
    font-variant: small-caps;
    font-weight: bold;
}

#tblRetrair > tbody > tr > td.direita {
    text-align: right;
}

#expandir {
    margin-top: 10px;
    /* margin-left: 30px; */
}

#exibirNotas {
    cursor: pointer;
}

.centralizado {
    text-align: -webkit-center;
}

.botaoEditar {
    color: #fff;
}

.botaoEditar:hover {
    color: #0D6EFD;
    cursor: pointer;
}

.cifraAdmin {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    width: 1100px;
    border-radius: 6px 6px 0px 0px;
    line-height: normal;
}

.cifraMobileAdmin {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    width: 310px;
    border-radius: 6px 6px 0px 0px;
    line-height: normal;
}

.cifraPdfAdmin {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    width: 670px;
    border-radius: 6px 6px 0px 0px;
    line-height: normal;
}

.cifraAdminExemplo {
    border: 1px solid #fff;
    border-radius: 5px;
    height: 200px;
    padding: 10px 10px 10px 10px;
    width: 1100px;
    border-radius: 0px 0px 6px 6px;
    margin-bottom: 0px;
    line-height: normal;
}

.cifraMobileAdminExemplo {
    border: 1px solid #fff;
    border-radius: 5px;
    height: 200px;
    padding: 10px 10px 10px 10px;
    width: 310px;
    border-radius: 0px 0px 6px 6px;
    margin-bottom: 0px;
    line-height: normal;
}

.cifraPdfAdminExemplo {
    border: 1px solid #fff;
    border-radius: 5px;
    height: 200px;
    padding: 10px 10px 10px 10px;
    width: 670px;
    border-radius: 0px 0px 6px 6px;
    margin-bottom: 0px;
    line-height: normal;
}

#baixarPdf {
    color: #fff;
}

#baixarPdf:hover {
    color: #0D6EFD;
    cursor: pointer;
}

#tblBotoes > tbody > tr > td {
    padding-left: 15px;
}

#dicionarioDeAcordes {
    color: #fff;
}

#dicionarioDeAcordes:hover {
    color: #0D6EFD;
    cursor: pointer;
}

.logoUser {
    font-size: x-large;    
}

.logoUserContainer {
    padding-top: 7px;
}

.logoUserContainer>a {
    color: #F8F9FA;
}

.logoUserContainer>a:hover {
    color: rgb(168, 175, 175);
}

.abrirCifra {
    cursor: pointer !important;
    color: #fff;
    text-decoration: none;
}

.abrirArtigo {
    cursor: pointer !important;
    color: #fff;
    text-decoration: none;
}

.linkBranco {
    cursor: pointer !important;
    color: #fff;
    text-decoration: none;
}

.imagemArtigo {
    width: 230px;
    height: 170px;
}

.imgAbrirVideo {
    cursor: pointer;
}
