table tr th:last-child {
    text-align: center;
}

/*#editais_licitacoes .listar-editais {*/
/*    text-align: left;*/
/*}*/

/*#editais_licitacoes .listar-editais th:first-child,*/
/*#editais_licitacoes .listar-editais td:first-child {*/
/*    font-size: 1rem;*/
/*    text-align: center;*/
/*}*/

/*#editais_licitacoes .listar-editais th {*/
/*    padding: 10px 5px;*/
/*    background-color: #f2f2f2;*/
/*    white-space: nowrap;*/
/*    font-size: .875rem;*/
/*    font-weight: 700;*/
/*}*/

/*#editais_licitacoes .listar-editais td {*/
/*    font-size: .875rem;*/
/*    font-weight: 500;*/
/*    padding: 5px;*/
/*}*/

/*#editais_licitacoes .listar-editais td.nao-quebra-linha {*/
/*    white-space: nowrap;*/
/*}*/

/*#editais_licitacoes .listar-editais td.ajusta-fonte {*/
/*    font-size: 0.813rem;*/
/*}*/

/*#editais_licitacoes .listar-editais tr:nth-child(even) {*/
/*    background-color: #fbfbfb;*/
/*}*/

/*#editais_licitacoes .listar-editais tr:nth-child(odd) {*/
/*    background-color: #eef2f8;*/
/*}*/


.dash-contratos-licitacoes {
    /*padding-top: 30px;*/
    height: 100%;
    /*background-color: #f5f8fa;*/
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

/*.input {*/
/*    !*padding: 0 6px;*!*/
/*    margin: 0 5px;*/
/*    display: flex;*/
/*    flex-flow: column;*/
/*    justify-content: center;*/
/*}*/

/*.input:first-child {*/
/*    margin-right: 5px;*/
/*    margin-left: 0;*/
/*}*/

/*.input:last-child {*/
/*    margin-left: 5px;*/
/*    margin-right: 0;*/
/*}*/

/*.input label {*/
/*    !*color: #ffffff;*!*/
/*    font-size: 14px;*/
/*    margin-bottom: 0 !important;*/
/*}*/

/*.input input {*/
/*    font-size: 14px;*/
/*    height: 42px;*/
/*    !*margin-right: 40px;*!*/
/*    border-radius: 5px;*/
/*    border: 1px solid #bed1df;*/
/*    padding: 0 10px;*/
/*}*/

/*.input input:focus, .input select:focus, .input .nice-select {*/
/*    border: 1px solid rgba(0, 0, 0, .07);*/
/*    box-shadow: 0 0 0 0;*/
/*    outline: 0;*/
/*}*/


/* ======================== */

#editais_licitacoes .contratos-licitacoes-search {
    width: 100%;
    padding: 20px 30px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/*.contratos-licitacoes-search {*/
/*    width: 100%;*/
/*    padding: 20px 30px;*/
/*    background-color: #01b666;*/
/*    !*background-color: #156a3b;*!*/
/*    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
/*    border-radius: 4px;*/
/*    border-color: #d6e9c6;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-end;*/
/*}*/

.area-contratos-licitacoes .filtro {
    width: 269px;
    margin-right: 25px;
}

.area-contratos-licitacoes .filtro .area-filtro {
    /*background-color: #ffffff;*/
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.area-contratos-licitacoes .filtro .area-filtro div {
    padding: 15px;
    font-size: 14px;
    color: #555555;
    cursor: pointer;
}

.area-contratos-licitacoes .filtro .area-filtro div:hover {
    background-color: #f5f5f5;
}

.area-contratos-licitacoes {
    /*padding-top: 20px;*/
    margin-bottom: 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.area-contratos-licitacoes .lista-contratos {
    /*width: 75%;*/
    width: 100%;
}

.area-contratos-licitacoes .lista-contratos .area-lista-contratos {
    border-radius: 4px;
    background-color: #ffffff;
}

.area-contratos-licitacoes .lista-contratos .area-lista-contratos .sub-area-lista-contratos {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.lista-contratos .lista {
    padding: 30px 5px 0 5px;
    /*padding-top: 30px;*/
    border-top: 1px solid #f1f1f1;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.lista-contratos .lista-bottom {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid #f1f1f1 !important;
}


.lista-contratos .lista .line {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    /*align-items: flex-start;*/
}

.lista-contratos .lista .lista-ordem {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.lista-contratos .lista .lista-ordem .padding-bottom20px {
    padding-bottom: 20px;
}

.lista-contratos .lista .lista-ordem .celula {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.lista-contratos .lista .lista-ordem .celula label {
    line-height: 16px;
    font-size: 14px;
    color: #636b6f;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.lista-contratos .lista .lista-ordem .celula span {
    font-size: 14px;
    color: #636b6f;
    line-height: 20px;
    padding: 5px 0;
}

.lista-contratos .lista .lista-ordem .celula p {
    text-align: justify;
    font-size: 14px;
    color: #636b6f;
    line-height: 18px;
    padding: 5px 20px 5px 0;
    /*width: 416px;*/
}

.w130px {
    width: 130px;
    min-width: 130px;
}

.w100p {
    width: 100%;
}

.lista-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lista-btn .area-lista-btn {
    padding: 10px 0 15px 130px;
}

/*.list-btn .evento {*/
/*    width: 259px;*/
/*}*/

/*.list-btn .evento div {*/
/*    border-radius: 2px;*/
/*    padding: 3px 5px;*/
/*    color: #f2f2f2;*/
/*    background-color: #FF6347;*/
/*}*/

/*.list-btn .evento span {*/
/*    font-size: 14px;*/
/*}*/

/*.print, .save {*/
/*    margin-right: 5px;*/
/*}*/

.space-right {
    margin-right: 15px;
}

/*.input .objeto {*/
/*    width: 430px;*/
/*}*/

/*.input .tipo-psq {*/
/*    width: 300px;*/
/*}*/

.dados_coluna {
    padding: 5px 0 !important;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.dados_coluna span {
    line-height: 15px !important;
    padding: 5px 0 !important;
}

/*CSS DOS CONTRATOS*/

.table-contratos tr {
    line-height: 16px;
    font-size: 14px;
    color: #636b6f;
    padding: 0;
    margin: 0;

    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-contratos tr td, .table-contratos tr th {
    border: 1px solid #ddd;
}

.table-contratos tr td {
    font-size: 12px !important;
    padding: 10px 8px;
}

.table-contratos th {
    padding: 15px 8px;
    font-weight: 700;
    background-color: #f1f1f1;
}

tbody {
    background-color: #dff0d8;
}

.fa-circle-question {
    border-radius: 50%;
    background-color: #fff;
    /*color: #2ab27b;*/
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.9));
}

/* ======================== */
/* ATAS DE ADESÃO - PNTP 8.5 */

#adesoes_atas .informativo-adesoes-atas {
    margin-bottom: 24px;
}

#adesoes_atas #adesao_orgao_gerenciador + .nice-select {
    position: relative;
    z-index: 10;
}

#adesoes_atas #adesao_orgao_gerenciador + .nice-select .list {
    left: auto !important;
    right: 0 !important;
    width: max-content !important;
    min-width: 100%;
    max-width: calc(100vw - 40px);
}

#adesoes_atas #adesao_orgao_gerenciador + .nice-select .option {
    max-width: calc(100vw - 80px);
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.3;
    min-height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#adesoes_atas .adesoes-atas-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e7edf2;
    border-radius: 4px;
    background: #ffffff;
}

#adesoes_atas .adesoes-atas-table-wrap > .adesoes-atas-table {
    border: 0;
    border-radius: 0;
}

#adesoes_atas .adesoes-atas-paginator-wrap {
    width: 100%;
    margin-top: 10px;
}

#adesoes_atas .adesoes-atas-table {
    width: 100%;
    min-width: 1120px;
    table-layout: fixed;
}

#adesoes_atas .adesoes-atas-table th,
#adesoes_atas .adesoes-atas-table td {
    box-sizing: border-box;
    min-width: 0;
    padding: 8px 10px;
    vertical-align: top;
}

#adesoes_atas .adesoes-atas-table th {
    white-space: normal;
    line-height: 1.25;
}

#adesoes_atas .adesoes-atas-table td {
    height: auto;
    line-height: 1.35;
}

#adesoes_atas .adesoes-atas-table tbody {
    background-color: transparent;
}

#adesoes_atas .adesoes-atas-table .adesoes-col-processo {
    width: 95px;
}

#adesoes_atas .adesoes-atas-table .adesoes-col-orgao {
    width: 210px;
}

#adesoes_atas .adesoes-atas-table .adesoes-col-pregao {
    width: 110px;
}

#adesoes_atas .adesoes-atas-table .adesoes-col-processo-origem {
    width: 135px;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

#adesoes_atas .adesoes-atas-table .adesoes-col-orgao,
#adesoes_atas .adesoes-atas-table .adesoes-col-objeto,
#adesoes_atas .adesoes-atas-table .adesoes-col-unidades {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

#adesoes_atas .adesoes-atas-table .adesoes-col-objeto {
    width: 260px;
    white-space: normal;
    overflow-wrap: anywhere;
}

#adesoes_atas .adesoes-atas-table .adesoes-col-unidades {
    width: 150px;
    white-space: normal;
    overflow-wrap: anywhere;
}

#adesoes_atas .adesoes-atas-table .adesoes-col-data {
    width: 105px;
}

#adesoes_atas .adesoes-atas-table .adesoes-col-acao {
    width: 55px;
    text-align: center;
}

/* ======================== */
/* CONTRATOS - PNTP 9.1/9.2 */

#contratos .contratos-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e7edf2;
    border-radius: 4px;
    background: #ffffff;
}

#contratos .contratos-table-wrap > .contratos-table {
    border: 0;
    border-radius: 0;
}

#contratos .contratos-table-footer {
    width: 100%;
    margin-top: 10px;
}

#contratos .contratos-table-footer .paginator-fora-tabela {
    width: 100%;
}

#contratos .contratos-table-footer .paginator_nav {
    margin: 14px 0 20px;
}

#contratos .contratos-table {
    width: 100%;
    min-width: 1115px;
    table-layout: fixed;
}

#contratos .contratos-table th,
#contratos .contratos-table td {
    box-sizing: border-box;
    min-width: 0;
    padding: 8px 10px;
    vertical-align: top;
}

#contratos .contratos-table th {
    white-space: normal;
    line-height: 1.25;
}

#contratos .contratos-table td {
    height: auto;
    line-height: 1.35;
}

#contratos .contratos-table tbody {
    background-color: transparent;
}

#contratos .contratos-table .contratos-col-processo {
    width: 90px;
    white-space: nowrap;
}

#contratos .contratos-table .contratos-col-situacao {
    width: 90px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

#contratos .contratos-table .contratos-col-contratado {
    width: 175px;
    white-space: normal;
    overflow-wrap: anywhere;
}

#contratos .contratos-table .contratos-col-objeto {
    width: 245px;
    white-space: normal;
    overflow-wrap: anywhere;
}

#contratos .contratos-table .contratos-col-secretaria {
    width: 100px;
    white-space: normal;
    overflow-wrap: anywhere;
}

#contratos .contratos-table .contratos-col-valor {
    width: 130px;
    white-space: nowrap;
}

#contratos .contratos-table .contratos-col-vigencia {
    width: 150px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

#contratos .contratos-table .contratos-col-aditivos {
    width: 80px;
    white-space: normal;
}

#contratos .contratos-table .contratos-col-acao {
    width: 55px;
    text-align: center;
}
