/* ==================================================
   PÁGINA DISSERTAÇÕES
================================================== */

.pagina-dissertacoes {
    padding: 30px 0;
}

/* ==================================================
   INTRODUÇÃO
================================================== */
.identificador-pagina-dissertacoes {
    display: block;
    margin-bottom: 8px;

    font-family:
        "Special Gothic Condensed One",
        sans-serif;

    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    color: #f8b618;
}

.cabecalho-pagina-dissertacoes h2 {

    font-family: "Special Gothic Condensed One", sans-serif;
    color: #005da3;
}

p 
{
    color: #838282;
    font-family: "Google Sans", sans-serif;
    font-weight: 400;
}


.texto-introducao-dissertacoes p:last-child {
    margin-bottom: 0;
}

/* ==================================================
   SEÇÃO DA TABELA
================================================== */

.secao-tabela-dissertacoes {
    padding: 35px 0 80px;
}

.painel-dissertacoes {
    padding: 32px;

    background-color: #ffffff;

    border: 1px solid #e4e9ed;
    border-radius: 14px;

    box-shadow:
        0 14px 42px rgba(0, 53, 91, 0.08);
}

.cabecalho-tabela-dissertacoes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    margin-bottom: 30px;
    padding-bottom: 24px;

    border-bottom: 2px solid #eef1f4;
}

.cabecalho-tabela-dissertacoes h2 {
    margin: 0;

    font-family:
        "Special Gothic Condensed One",
        sans-serif;

    font-size: clamp(30px, 4vw, 43px);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;

    color: #005da3;
}

.cabecalho-tabela-dissertacoes p {
    margin: 8px 0 0;

    font-size: 16px;
    color: #727272;
}

.contador-dissertacoes {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-width: 105px;
    min-height: 82px;
    padding: 12px;

    color: #ffffff;
    background-color: #005da3;

    border-radius: 10px;
}

.contador-dissertacoes strong {
    font-family:
        "Special Gothic Condensed One",
        sans-serif;

    font-size: 31px;
    font-weight: 400;
    line-height: 1;
}

.contador-dissertacoes span {
    margin-top: 4px;

    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

/* ==================================================
   DATATABLES
================================================== */

.tabela-dissertacoes-container {
    width: 100%;
}

div.dt-container {
    font-size: 15px;
    color: #555555;
}

div.dt-container .row {
    align-items: center;
}

div.dt-container div.dt-layout-row {
    gap: 15px;
    margin: 0 0 22px;
}

div.dt-container div.dt-layout-row:last-child {
    margin-top: 22px;
    margin-bottom: 0;
}

div.dt-container .dt-length label,
div.dt-container .dt-search label {
    font-size: 14px;
    font-weight: 600;

    color: #555555;
}

div.dt-container .dt-length select {
    min-width: 80px;
    margin: 0 7px;
    padding: 9px 34px 9px 12px;

    font-size: 14px;

    color: #555555;
    background-color: #ffffff;

    border: 1px solid #ccd5dc;
    border-radius: 6px;
}

div.dt-container .dt-search {
    display: flex;
    align-items: center;
    gap: 9px;
}

div.dt-container .dt-search input {
    width: min(330px, 100%);
    min-height: 43px;
    margin-left: 0;
    padding: 10px 14px;

    font-size: 15px;

    color: #444444;
    background-color: #ffffff;

    border: 1px solid #ccd5dc;
    border-radius: 7px;

    outline: none;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

div.dt-container .dt-search input:focus {
    border-color: #005da3;

    box-shadow:
        0 0 0 3px rgba(0, 93, 163, 0.13);
}

div.dt-container .dt-search input::placeholder {
    color: #999999;
}

div.dt-container .dt-info {
    padding-top: 0;

    font-size: 14px;
    color: #777777;
}

/* ==================================================
   TABELA
================================================== */

#tabela-dissertacoes {
    width: 100% !important;
    margin: 0 !important;

    border-collapse: separate;
    border-spacing: 0;

    border: 1px solid #e0e6eb;
    border-radius: 9px;

    overflow: hidden;
}

#tabela-dissertacoes thead th {
    padding: 16px 15px;

    font-family:
        "Special Gothic Condensed One",
        sans-serif;

    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.025em;
    text-transform: uppercase;

    color: #ffffff;
    background-color: #005da3;

    border-bottom: 0;
}

#tabela-dissertacoes thead th:first-child {
    border-top-left-radius: 8px;
}

#tabela-dissertacoes thead th:last-child {
    border-top-right-radius: 8px;
}

#tabela-dissertacoes tbody td {
    padding: 17px 15px;

    vertical-align: middle;

    color: #5e5e5e;
    background-color: #ffffff;

    border-color: #e9edf0;
}

#tabela-dissertacoes tbody tr:nth-child(even) td {
    background-color: #f8fafb;
}

#tabela-dissertacoes tbody tr:hover td {
    background-color: #eef6fb;
}

#tabela-dissertacoes tbody tr:last-child td {
    border-bottom: 0;
}

.coluna-dissertacao {
    width: 34%;
}

.coluna-autor {
    width: 18%;
}

.coluna-orientacao {
    width: 25%;
}

.coluna-ano {
    width: 8%;
    min-width: 75px;

    font-weight: 700;

    color: #005da3 !important;
}

.coluna-documento {
    width: 15%;
    min-width: 145px;
}

.titulo-dissertacao {
    display: block;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;

    color: #005da3;
}

.orientador-principal {
    display: block;

    line-height: 1.45;
}

.coorientador {
    display: block;
    margin-top: 6px;

    font-size: 13px;
    line-height: 1.45;

    color: #777777;
}

.coorientador strong {
    color: #005da3;
}

/* ==================================================
   BOTÃO PDF
================================================== */

.botao-pdf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 9px 13px;

    font-family:
        "Special Gothic Condensed One",
        sans-serif;

    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;

    color: #ffffff;
    background-color: #005da3;

    border-radius: 5px;

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.botao-pdf:hover,
.botao-pdf:focus {
    color: #005da3;
    background-color: #f8b618;

    transform: translateY(-2px);
}

.botao-pdf:focus-visible {
    outline: 3px solid rgba(248, 182, 24, 0.45);
    outline-offset: 3px;
}

.tamanho-arquivo {
    display: block;
    margin-top: 6px;

    font-size: 11px;
    text-align: center;

    color: #888888;
}

.arquivo-indisponivel {
    font-size: 13px;
    font-style: italic;

    color: #999999;
}

/* ==================================================
   PAGINAÇÃO
================================================== */

div.dt-container .pagination {
    gap: 5px;
    margin: 0;
}

div.dt-container .page-link {
    min-width: 38px;
    padding: 8px 11px;

    font-size: 14px;
    text-align: center;

    color: #005da3;
    background-color: #ffffff;

    border-color: #d7dfe5;
    border-radius: 5px !important;
}

div.dt-container .page-link:hover {
    color: #005da3;
    background-color: #eef6fb;

    border-color: #005da3;
}

div.dt-container .page-item.active .page-link {
    color: #ffffff;
    background-color: #005da3;

    border-color: #005da3;
}

div.dt-container .page-item.disabled .page-link {
    color: #aaaaaa;
    background-color: #f5f5f5;

    border-color: #e2e2e2;
}

/* ==================================================
   LINHA RESPONSIVA DO DATATABLES
================================================== */

table.dataTable.dtr-inline.collapsed
tbody
tr
td.dtr-control::before {
    background-color: #005da3;
    border: 0;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed
tbody
tr.dtr-expanded
td.dtr-control::before {
    background-color: #f8b618;
    color: #005da3;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    display: block;
    width: 100%;
}

table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 125px;

    font-weight: 700;

    color: #005da3;
}

table.dataTable > tbody > tr.child span.dtr-data {
    color: #666666;
}

/* ==================================================
   ESTADO VAZIO
================================================== */

.aviso-sem-dissertacoes {
    padding: 35px;

    background-color: #f5f8fa;

    border-left: 5px solid #f8b618;
    border-radius: 7px;
}

.aviso-sem-dissertacoes h2 {
    margin: 0 0 10px;

    font-family:
        "Special Gothic Condensed One",
        sans-serif;

    font-size: 31px;
    font-weight: 400;
    text-transform: uppercase;

    color: #005da3;
}

.aviso-sem-dissertacoes p {
    margin: 0;

    color: #666666;
}

/* ==================================================
   RESPONSIVO
================================================== */

@media (max-width: 991.98px) {

    .painel-dissertacoes {
        padding: 25px;
    }

    .cabecalho-tabela-dissertacoes {
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {

    .introducao-dissertacoes {
        padding: 50px 0 25px;
    }

    .secao-tabela-dissertacoes {
        padding: 25px 0 60px;
    }

    .painel-dissertacoes {
        padding: 20px 15px;

        border-radius: 10px;
    }

    .cabecalho-tabela-dissertacoes {
        flex-direction: column;
        gap: 18px;

        margin-bottom: 24px;
    }

    .contador-dissertacoes {
        flex-direction: row;
        gap: 7px;

        min-width: auto;
        min-height: auto;
        padding: 9px 15px;
    }

    .contador-dissertacoes strong {
        font-size: 24px;
    }

    .contador-dissertacoes span {
        margin-top: 0;
    }

    div.dt-container div.dt-layout-row {
        align-items: stretch;
        flex-direction: column;
    }

    div.dt-container div.dt-layout-cell {
        width: 100%;
    }

    div.dt-container .dt-length,
    div.dt-container .dt-search {
        width: 100%;
    }

    div.dt-container .dt-search {
        align-items: stretch;
        flex-direction: column;
        gap: 6px;
    }

    div.dt-container .dt-search input {
        width: 100%;
        max-width: none;
    }

    div.dt-container .dt-info {
        text-align: center;
    }

    div.dt-container .pagination {
        justify-content: center;
        flex-wrap: wrap;
    }

    #tabela-dissertacoes thead th {
        font-size: 17px;
    }

    #tabela-dissertacoes tbody td {
        padding: 14px 12px;
    }

    .titulo-dissertacao {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {

    .texto-introducao-dissertacoes {
        font-size: 16px;
    }

    .cabecalho-tabela-dissertacoes h2 {
        font-size: 30px;
    }

    .cabecalho-tabela-dissertacoes p {
        font-size: 14px;
    }

    .painel-dissertacoes {
        margin-right: -3px;
        margin-left: -3px;
    }

    div.dt-container .dt-length label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;

        width: 100%;
    }

    div.dt-container .dt-length select {
        margin: 0;
    }

    .botao-pdf {
        padding: 8px 10px;

        font-size: 15px;
    }
}