#pagina-performance #tabela-rentabilidades table thead tr th {
    color: #012837;
    font-size: 0.75rem;
    font-weight: 700;
}

#pagina-performance #tabela-rentabilidades table thead tr th select {
    background-color: #fff;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #05506E;
    letter-spacing: 0.1rem;
    width: 150px;
    color: #373B3C;
    font-size: 0.875rem;
}

#pagina-performance #tabela-rentabilidades table thead tr th i {
    font-size: 1rem;
    margin-left: 0.5rem;
}

#pagina-performance #tabela-rentabilidades table thead tr th span {
    font-size: 0.875rem;
}

#pagina-performance p {
    font-size: 0.75rem;
    color: #6A6E6E;
}

#pagina-performance .row.graficos .geral {
    border: 1px solid #DBE0EA;
    border-radius: 2px;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 20px 2px;
}

#pagina-performance .row.graficos .geral .titulo-geral {
    color: #373B3C;
    font-size: 1rem;
    font-weight: 700;
}

#pagina-performance .row.graficos .geral .titulo-geral select {
    background-color: #fff;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #05506E;
    letter-spacing: 0.1rem;
    width: 150px;
    margin-left: 1rem;
    color: #373B3C;
    font-size: 0.875rem;
}

#pagina-performance #tabela-rentabilidades table tbody tr:nth-child(1) {
    background-color: #E8EAF0;
}

#pagina-performance #tabela-rentabilidades table tbody tr:nth-child(n + 7) {
    display: none;
}

#pagina-performance #tabela-rentabilidades table tbody tr select {
    background-color: #F4F6FC;
    border: 0;
    color: #373B3C;
    font-size: 0.875rem;
    padding: 0;
    height: 20px;
}

#pagina-performance #tabela-rentabilidades table tbody tr select:hover {
    cursor: pointer;
}

#pagina-performance button.ver-historico {
    border: 1px solid #05506E;
    border-radius: 10px 0px;
    color: #05506E;
    background-color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    transition: all 0.25s;
    padding: 0.5rem 0.8rem;
    transition: all 0.25s;
}

#pagina-performance button.ver-historico:hover {
    background-color: #05506E;
    color: #fff;

    transition: all 0.25s;
}

/* modais */
#performance-historico-modal table thead tr th {
    color: #012837;
}

#performance-historico-modal table td.ano {
    vertical-align: middle;
}

#performance-historico-modal table tr.bg-cinza {
    background-color: #E8EAF0;
}



@media (max-width: 1260px) {

    .responsividade-note-ipad,
    .card-com-borda {
        height: 90% !important;
        margin-bottom: 6rem;
    }

    .card-body {
        display: block;
    }

}