.dash-fopag-servidor {
    display: flex;
    flex-flow: column;
}

.dash-fopag-servidor .area-dash {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-fopag-servidor {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.table-fopag-servidor tr {
    font-size: 14px;
}

.table-fopag-servidor thead th {
    font-weight: 600;
    text-align: left;
    padding: 10px 12px;
    border-bottom: 1px solid #bed1df;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-fopag-servidor tbody tr td {
    font-size: 0.813rem;
    padding: 2px 12px;
    border-bottom: 1px solid #bed1df;
    vertical-align: middle;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-fopag-servidor .situacao-servidor--inativo {
    opacity: 0.5;
}

.table-fopag-servidor .col-servidor {
    width: 19%;
}

.table-fopag-servidor .col-matricula {
    width: 10%;
}

.table-fopag-servidor .col-situacao {
    width: 10%;
}

.table-fopag-servidor .col-lotacao {
    width: 22%;
}

.table-fopag-servidor .col-cargo {
    width: 22%;
}

.table-fopag-servidor .col-vinculo {
    width: 12%;
}

.table-fopag-servidor .col-acao,
.table-fopag-servidor .col-acao-cell {
    width: 56px;
    text-align: center;
}

.table-fopag-servidor tbody tr td:hover {
    /*color: #2a5685 !important;*/
    /*text-decoration: underline !important;*/
}

.table-fopag-servidor tbody tr:hover {
    background-color: #eef2f8;
    cursor: pointer;
}

.area-fopag-servidor {
    padding: 40px 0;
    background-color: #ffffff;
}

.info-tabela {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.813rem;
    font-weight: 500;
    border-left: 4px solid #f37021;
    padding: 15px 15px 15px 10px;
    margin-bottom: 20px;
    background: #f8f8f8;
    color: #5C0F8B;
}

.info-tabela i {
    color: #f37021;
    font-size: 1.5rem;
    margin-right: 10px;
}

.info-tabela a {
    color: #f37021;
    padding: 0 0 0 5px;
    text-decoration: none;
}

.info-tabela a:hover {
    text-decoration: underline;
}

.area-vinculo {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mostra-vinculo {
    width: 165px;
    height: 93px;
    line-height: 1.5rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.mostra-vinculo .t1 {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1rem;
}

.mostra-vinculo .t2 {
    font-weight: 600;
    font-size: 1.5rem;
}

.total_13_salario {
    color: #888888;
    font-size: 10px;
}

.lado-a {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

/*.lado-b {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

.lado-b {
    /*width: 360px;*/
    max-width: 320px;
    display: flex;
    flex-flow: column;
}

.lado-b span {
    line-height: 1.6rem;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
}

.lado-b p {
    text-align: justify;
    font-weight: 500;
    line-height: 1.2rem;
    font-size: 14px;
}

.espaco-p {
    margin-right: 40px;
    margin-bottom: 25px;
}

.info-fopag {
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
    position: relative;
    background-color: #eff2f3;
    /*font-size: 11px;*/
    font-size: .83em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-dados {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-fopag i {
    color: #999999;
}

.info-fopag .dados {
    padding-left: 20px;
}

.info-fopag .dados .tt1 {
    color: #636b6f;
    font-weight: 500;
}

.info-fopag .dados .tt2 {
    color: #636b6f;
    font-weight: 400;
}

.ng {
    padding: 40px 0 30px;
}

.nome-servidor {
    font-weight: 600;
}

.competencia {
    color: #636b6f;
    font-weight: 500;
    font-size: 22px !important;
}

.mes-ano-referencia {
    margin-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.mes-ano-referencia span {
    width: 120px;
    height: 32px;
    padding: 0 10px;
    margin: 6px 3px 0 3px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mes-ano-referencia span:hover {
    /*background-color: #01D174;*/
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.remuneracao, .lista-remuneracao {
    display: flex;
    flex-flow: column;
}

.remuneracao .titulo {
    font-size: 18px !important;
    /*color: #999999;*/
    /*border-bottom: 2px solid #01b666;*/
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remuneracao .titulo div {
    font-weight: 700;
}

.remuneracao .b1 {
    margin-top: 10px;
    padding: 20px 15px;
    width: 500px;
    border: 1px solid #bebebe;
    background-color: #f2f2f2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.remuneracao .b1 h5 {
    width: 250px;
}

.remuneracao .b1 h5, .remuneracao .b1 h6 {
    color: #636b6f;
    font-size: 18px !important;
    margin-bottom: 0 !important;
}

.remuneracao .b1 h6 {
    text-transform: uppercase;
}

.mes_ano_referencia {
    font-weight: bold;
    /*color: #636b6f;*/
    margin-left: 5px;
}

/*.btn_mes_ano_ativo {*/
/*    background-color: #01D174 !important;*/
/*}*/

@media only screen and (max-width: 767px) {
    .info-tabela {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .info-dados {
        flex-flow: column;
        align-items: flex-start;
    }

    .info-fopag {
        align-items: flex-start;
    }

    .info-fopag .dados {
        padding-left: 0;
        padding-top: 8px;
    }

    .table-fopag-servidor {
        min-width: 0;
        display: block;
    }

    .table-fopag-servidor thead {
        display: none;
    }

    .table-fopag-servidor tbody {
        display: flex;
        flex-flow: column;
        gap: 14px;
        padding: 4px 0;
    }

    .table-fopag-servidor tbody tr {
        display: block;
        border: 1px solid #d9e6f0;
        border-radius: 12px;
        background-color: #ffffff;
        box-shadow: 0 6px 18px rgba(20, 46, 82, 0.08);
        overflow: hidden;
    }

    .table-fopag-servidor tbody tr:hover {
        background-color: #ffffff;
    }

    .table-fopag-servidor tbody tr td {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(92px, 120px) minmax(0, 1fr);
        gap: 10px;
        padding: 10px 14px;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    .table-fopag-servidor tbody tr td::before {
        content: attr(data-label);
        color: #636b6f;
        font-size: 0.688rem;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }

    .table-fopag-servidor tbody tr td.col-acao-cell {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 12px;
        border-bottom: none;
    }

    .table-fopag-servidor tbody tr td.col-acao-cell::before {
        display: none;
    }
}
