:root {
    --navbar-bg-color: #273051;
    --secondary-bg-color: #BAC2DE;
}

* {
    /*padding: 0px;*/
    margin: 0px;
    border: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype")
}

body {
    font-size: 0.8rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    background-color: #F0F0F0;
    /* margin-bottom: 65px; */
    margin-bottom: 60px;
  
}

/* In�cio estilo tela de login/troca-senha */
.body{
    margin-bottom: 0px;
}
.pageLogon{
    background: url("../img/background-login.png") no-repeat;
	background-size: cover;
}
.box-login {
    background-color: #fff;
    border-radius: 20px;
    /* border: 1px solid #ccc; */
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
    width: 1000px;
    height: 550px;
    font-family: 'Poppins', 'Roboto';

}
.msgErroLogin{
    color: orange;
}
.col-dir {
    background-color: #273051;
    height: 100%;
    border-radius: 0 20px 20px 0;
    padding: 0 45px;
}

.col-dir label {
    color: white;
    line-height: 10px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: right;
    margin: 10px 0px 10px;
}

.col-dir h2 {
    color: white;
    margin-bottom: 30px;
    padding-top: 35px;
    font-size: 1.5rem;

}

.esqueceu-senha {
    
    text-align: right;
    color: #e6e9ecba;
    padding: 5px 0 20px;
    transition: .5s;
    text-decoration: none;
}

.esqueceu-senha:hover {
    color: white;
}
.usuarioTrocaSenha{
    color: orange;
}

.col-esq {
    padding: 0 20px;
}

.assinatura {
    line-height: 40px;
    color: white;
    font-family: Poppins;
    font-size: 16px;
}

.logo-pca {
    width: 250px;
    margin-bottom: 20px;
    margin-top: 80px;
    display: block;

}

.logo-gov {
    margin-top: 40px;
    margin-bottom: 0;
}

/* .btn {
    font-size: 14px;
} */

.btn-topo{
    
    color: #000;
    background-color: #f8f9fa87;
    border-color: #f8f9fa87;
    margin-left: 30px !important;
    
}
.col-dir .btn-login {
    width: 100%;
}
.mostra-senha{
    display: inline-block !important;
    position: relative;
    right: -92%;
    top: -26px;
    cursor: pointer;
    color: black;
}

.form-login,
.form-esqueceu-senha,
.form-troca-senha {
    color: white;
}

.form-esqueceu-senha .btns,
.form-troca-senha .btns {
    margin-top: 25px;

}

.form-esqueceu-senha .btns .btn-voltar,
.form-troca-senha .btns .btn-voltar {
    width: 48%;
}

.form-esqueceu-senha .btns .btn-enviar-ajuda,
.form-troca-senha .btns .btn-enviar-ajuda {
    width: 48%;
    float: right;
    margin: 0;
}

.form-esqueceu-senha .btns .btn-voltar {
    margin-right: 5px;
}

.no-show {
    display: none;
}

.alinhar-text-senha{
    position: relative;
    left: -17px;
}

.btn-ambiente-login{
    margin-top: 25px;
    width: 50%;
    font-weight: 600;
    background-color: #ffc107;
    cursor: default !important;
    height: 40px;
    border-radius: 20px;
}

/* Fim estilo tela de login/troca-senha */

/* In�cio ajustes padr�o bootstrap */
input.form-control, select.form-control {
    font-size: 0.9rem;
    height: 36px;
    padding: 4px;
}
input.form-control.anexos {
    height: auto; 
}
.form-select {
    font-size: 0.8rem;
}
.form-control {
    font-size: 0.8rem !important;
}
.btn {
    font-size: 0.8rem;
}

.btn-gravar {
    color: #fff;
    background-color: #04966D;
    border-color: #04966D;
}

.btn-gravar:hover {
    color: #fff;
    background-color: #04966D;
    border-color: #04966D;
    opacity: 71%;
}
.btn-ajuda, .btn-enviar {
    color: #fff;
    border-color: #ef8910;
    /* background-color: #8d8d29; */
    background-color: #ef8910;
    color: white;
}

.btn-ajuda:hover, .btn-enviar:hover {
    color: #fff;
    background-color: #ef8910;
    border-color: #ef8910;
    opacity: 71%;
}

.btn-pesquisar {
    color: #fff;
    background-color: #1E306E;
    border-color: #1E306E;
}

.btn-pesquisar:hover {
    color: #fff;
    background-color: #1E306E;
    border-color: #1E306E;
    opacity: 71%;
}
/* .pesquisa-itens{
    width: 37px;
    margin-top: 28px;
    margin-right: 3px;
} */


.btn-limpar {
    color: #fff;
    background-color: #245E43;
    border-color: #245E43;
}

.btn-limpar:hover {
    color: #fff;
    background-color: #245E43;
    border-color: #245E43;
    opacity: 71%;
}

.btn-historico {
    color: #fff;
    background-color: #696F79;
    border-color: #696F79;
}

.btn-historico:hover {
    color: #fff;
    background-color: #696F79;
    border-color: #696F79;
    opacity: 71%;
}

.btn-demais-acoes {
    color: #fff;
    background-color: #4369a8 !important;
    border-color: #4369a8 !important;
}

.btn-demais-acoes:hover {
    color: #fff;
    background-color: #4369a8 !important;
    border-color: #4369a8 !important;
    opacity: 71%;
}

.btn-demais-acoes:disabled {
    color: #fff; !important;
}

/* .btn-setor{
    border-radius: 25px;
     margin-top: 31px;
} */

.botao-voltar {
    color: #fff;
    background-color: #696F79;
    border-color: #696F79;
    margin-left: 0 !important;
}

.botao-voltar:hover {
    color: #fff;
    background-color: #696F79;
    border-color: #696F79;
    opacity: 71%;
}
.btnPerfil{
    margin-right: 25px;
}
.tabela{
    font-size: 0.8rem;
}
.tabela thead tr:nth-child(1), .tabela-historico thead tr:nth-child(1) {
    background-color: var(--secondary-bg-color);
}
.tabela-historico .odd>td a, .even>td a {
    cursor: default;
}

.tabela #filtrosTabelaConsulta input {
    width: 100%;
    border-radius: 4px;
    padding: 6px 6px;
    height: 25px;
    border: 1px solid #ccc;
}

.tabela #filtrosTabelaConsulta input:hover {
    border: 1px solid var(--secondary-bg-color);
}

.tabela #filtrosTabelaConsulta input:focus-visible {
    outline: var(--secondary-bg-color);
    border: 1px solid var(--secondary-bg-color);
    box-shadow: 0 0 5px var(--secondary-bg-color);
}


table.table.table-hover {
    --bs-table-hover-color: #0912b8;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
  
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}
table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #47484e;
    font-size: 0.8em;
    /* padding-top: 0.12em; */
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}
table select {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.table-legenda tbody,.table-legenda thead {
    
        border-color: darkgray;
        border-style: none;
        border-width: 0px !important;
}

.modal-header{
    /* background-color: var(--navbar-bg-color); */
    background: linear-gradient(45deg, var(--navbar-bg-color), transparent 115%);
    color: white;
    padding: 0.5rem 0.5rem;
}
.btn-close-white {
    filter: grayscale(0%) brightness(0%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border: none;
}

/* table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 2%);
} */
.table-hover tbody tr:hover td {
    background: #0f2bd426;
}

table button {
    background: none;
    margin: 0;
    padding: 0;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: end;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--secondary-bg-color);
    border-color: var(--secondary-bg-color);
}

.grid {
    padding: 12px 3px 12px;
    /* padding: 12px 23px 12px; */
    border-radius: 5px;
}

.odd td:last-child, .even td:last-child {
    text-align: center;
}
.tabela-catalago .odd td:last-child, .tabela-catalago .even td:last-child, #grid-hist .odd td:last-child, #grid-hist .even td:last-child {
    text-align: left;
}
#grid-hist_filter{
    display: block !important;
}
.odd>td a, .even>td a {
    text-decoration: none;
}

.tabela td:not(:last-child){
    cursor:pointer;
}
.tabela.item td{
    cursor: auto;
}

.text-right {
    text-align: right;
}

.validardfd-table-subitem-badge {
     text-align: end !important; 
}
#validardfd-table-body  td {

    border-bottom: 1px solid #dfdfe4;
}

/* .acoes-item{
     text-align: center; 
    line-height: 35px; 
} */

tbody {
    border-color: var(--bs-table-active-bg);
    border-style: solid;
    border-width: 1px !important;
}

.dataTables_length{
    width: 100%;
}
.dataTables_length label {
    margin-bottom: 10px;
    width: 100%;
}

.dataTables_length label .form-select {
    display: inline-block;
    width: 7%;
    padding: 7px 12px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ced4da !important;
    font-weight: 400;
}
.modal-body .dataTables_length label .form-select {
   width: 12%; 
}

.dataTables_length option:hover {
    background-color: blue;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 10px 0px 0px 0px;
}
#grid-hist_filter{
    margin-bottom: 5px;
    margin-right: 3px;
}

/* In�cio Estilo SELECT2 */
.select2.select2-container {
    width: 100% !important;
}

.dataTables_length .select2.select2-container {
    width: 8% !important;
} 
.select2-container2.select2-container--open {
    width: auto !important;

}

.select2-container .select2-selection--single {
    height: 36px;

}

select, .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    font-weight: 400;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 5px;
}
.select2-results, .selection{
    font-size: 0.8rem;
}
.select2-container span.buscado {
    font-weight: 600;
    background-color: #FF9800;
    color: #fff;
    border-radius: 3px;
}

.select2-container b.total {
    position: absolute;
    right: 13px;
    color: #999;
    background-color: #fff;
    padding: 0 6px;
    height: 90%;
}
span.select2-container {
    z-index:10050;
}
.select2-search__field {
   outline-color: var(--secondary-bg-color);
}
/* Fim Estilo SELECT2 */

/* Inicio Select Scroll */
select {
    scrollbar-width: thin;
    scrollbar-color: var(--secondary-bg-color) transparent;
}

select::-webkit-scrollbar {
    width: 8px;
}

/* select::-webkit-scrollbar-track {
    background: #BAC2DE; 
    height: 3px;
    padding: 2px; 
     
} */

select::-webkit-scrollbar-thumb {
    background-color: var(--secondary-bg-color);
    border-radius: 20px;
    border: 3px solid var(--secondary-bg-color);
}
/* Fim Select Scroll */
.btn-multselect{
    height: fit-content;
    align-self: center;
    padding-top: 30px;
}

.btn-block{
    background: #7c8cc6;
    color: white;
    margin: 2px;
}

/* Fim ajustes padr�o bootstrap */

/* Scroll */
/* body::-webkit-scrollbar {
    width: 10px;             
  }
  
  body::-webkit-scrollbar-track {
    background: rgb(73, 72, 69);        
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #0e9df03e;    
    border-radius: 15px;       
    border: 3px solid #BAC2DE;  
  } */
/* Scroll */

/* In�cio estilo menu */

header .navbar {
    background-color: var(--navbar-bg-color);
    font-size: 14px;
    padding: 2px;
}

header .menu-principal {
    width: 75%;
}

header .navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

header .navbar-brand {
    margin-right: 80px;
}
header .navbar-brand img {
    width: 95px;
}

header .navbar-dark .navbar-nav .nav-link {
    color: white;
    padding: 5px;
}

header .menu-principal .nav-item {
    padding-right: 36px;
}

header .menu-principal .menu-usuario {
    padding: 0;
}

header .dropdown-menu>li>a {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

header .dropdown-menu>li>a:hover {
    background-color: #455695;
    color: #fff;
    border-radius: 5px;
}

footer .btn-ambiente {
    background-color: #ffc107;
    margin-left: 25px;
    color: black !important;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    padding: 3px 9px 3px 9px;
}

footer .nav-btn-ambiente{
    margin-top: auto;
    margin-bottom: auto;
}

header .bi-person-circle::before {
    content: "\f4d7";
    font-size: 24px;
}

header .bi.bi-megaphone  {
    margin-right: 15px;
    font-size: 24px;
    color: white;
}

.fale-conosco  {

     right: 0px;
    position: absolute;
    float: right;

}

.nav {
    margin-right: 15px;
    font-size: 24px;
    display: block;

}


header .bi.bi-question-circle {
    margin-right: 15px; 
    font-size: 24px;
}


header .dropdown-menu li.sair a.to-logoff {
    color: #bd423a;
}

header .dropdown-menu li.sair a:hover {
    background-color: #E70808;
    color: #fff;
    border-radius: 5px;
}

.fa-home {
    color: #0d6efd;
}

.ajuda{
    font-size: 23px;
    color: white;
    margin-top: 5px;
}
/* .cor-menu{
    color: #c2c1b8  !important;
} */
.manual{
    list-style: none;
    padding-bottom: 10px;
    font-size: 14px;
    margin-top: 5px;
}
.extracao{
    list-style: none;
    padding-bottom: 10px;
    font-size: 14px;
    margin-top: 5px;
}
.bi-card-text::before {
    content: "\f228";
    font-weight: bold !important;
}
.bi-question-circle{
color: #ffdb00;
}
a.link-ajuda:visited, .link-ajuda{
    color: black;
    text-decoration: none;
}
a.link-extracao:visited, .link-extracao{
    color: black;
    text-decoration: none;
}
/* Fim estilo menu */

/* In�cio estilo breadcrumb */

ol.breadcrumb.data {
    display: block;
    /* padding: 10px 15px 0px 2px; */
    padding: 10px 15px 0px 5px;
}

ol.breadcrumb li:last-child {
    float: right;
}

ol.breadcrumb li:last-child.breadcrumb-item::before {
    content: none;
}

.breadcrumb-item {
    float: left;
}
.breadcrumb-item a{
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.breadcrumb li {
    color: black;
    font-weight: 500;
    font-size: 0.8rem;
}

.data-hora:first-letter {
    text-transform: capitalize;
}


.breadcrumb-item+.breadcrumb-item::before {
    color: #696262;
}

nav.breadcrumb-background {
    background: linear-gradient(#374ea387, 40%, #f0f0f0);
    height: 36px;
    /* margin-bottom: 40px; */
    margin-bottom: 20px;
    margin-top: 43px;
}

/* Fim estilo breadcrumb */

.slides{
    background-color: #3c8dbc;
    color: #fff;
    padding: 17px 20px;
    border-radius: 10px;
    width: 100%;
    height: 55px;
    list-style: none;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.14));
    cursor: pointer;
}


/* In�cio estilo box-home */
.titulo-tarefa h4 {
    font-size: 1.1rem;
    font-weight: 500;
}

.bemvindo {
    text-align: center;
    margin-bottom: 30px;

}

/* Caixa de tarefas */
/* ul#caixa-entrada,
#caixa-opcoes {
    padding: 0px;
    margin: 0 20px 0 0;;
} */
ul#caixa-entrada {
    padding: 0px;
    /* margin: 0 20px 0 0; */
    display: inline-flex;
    flex-direction: column;
}

ul#caixa-entrada li {
    list-style: none;
    /* display: inline-grid;
    align-items: center; */
    /* width: 10rem; */
    width:-webkit-fill-available;
    height: 9rem;
    padding: 10px;
    /* margin-top: 2px; */
    position: relative;
    margin-bottom: 20px;
    border-radius: 25px;
    border: 1px solid #5c5c5c47;
    text-align: center;
    font-size: 14px;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.14));
    color: white;
}

ul#caixa-entrada span {
    display: block;
    color: #fff;
    font-size: 40px;
    padding: 0px 10px 0px;
    font-weight: 600;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 10px;
}

/*ul#caixa-entrada*/

ul#caixa-entrada li a {
    text-decoration: none;
    color: grey;
}

ul#caixa-entrada li p {
    margin-top: 85px;
    font-weight: 700;
}

li.sem-tarefas {
    background-color: #696F79;
}

li.tarefa {
    background-color: rgba(60, 141, 188, 0.21);
}

li.sem-tarefas i, li.tarefa i {
    position: absolute;
    left: 5px;
    top: 0px;
    font-size: 64px;
    color: #ffffff6b;
}

/* Caixa de opcoes */

ul#caixa-opcoes {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 40px;
    /* margin-left: 50px; */
    padding: 0;
}

ul#caixa-opcoes li {
    list-style: none;
    width: 40%;
    background-color: #ffffffc2;
    padding: 0;
    margin: 0;
    /* margin-top: 2px; */
    /* margin-right: 45px; */
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #5c5c5c47;
    height: 5.5rem;
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.14));
    /* margin-left: auto;
    margin-right: auto; */
}

.texto-opcoes {
    text-align: left;
    margin-top: 15px;
    width: 83%;
}

.texto-opcoes h6 {
    font-size: 1rem;
    margin-bottom: 4px;
    font-weight: 600;
}

.texto-opcoes .detalhe-opcoes {
    font-size: 0.8rem;
    font-weight: 500;
}

.texto-opcoes>a {
    color: #212529;
    text-decoration: none;
    display: list-item;
    padding: 10px 10px 10px 10px;

}

.texto-opcoes>a:hover {
    color: #146cc4;
    text-decoration: none;
}

ul#caixa-opcoes i {
    font-size: 2rem;
    display: flex;
    align-items: center;
    border-right: 1px solid transparent;
    height: 100%;
    background-color: #3c8dbc;
    border-radius: 10px 0px 0px 10px;
    width: 4rem;
    color: white;
    /* color: #d8d8df; */
}

ul#caixa-opcoes i::before {
    margin-left: auto;
    margin-right: auto;
}

/* Fim estilo box-home */

/* In�cio footer */

footer .navbar {
    background-color: var(--navbar-bg-color);;
    font-size: 0.7rem;
}

footer .navbar-dark .navbar-nav .nav-link {
    color: white;
    
}

/* Fim footer */

/* In�cio panel formul�rio*/

.panel-form {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #5c5c5c47;
    padding-top: 12px;
    padding-bottom: 20px;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
}

.panel-titulo {
    margin-top: 5px;

}

.panel-titulo h5, p.h5 {
    font-size: 1.1rem;
    color: #333;
    /* font-weight: 700; */
}

.panel-form .btns {
    display: flex;
    justify-content: flex-end;
    margin: 20px;
    flex-wrap: wrap;
}
.panel-titulo hr{
    margin: 0 0 10px 0 ;
}
.btns-pesquisa{
    margin: 0px 18px 5px 0px !important;
}

.btns2{
    background: #80808078;
    padding: 10px;
    position: sticky;
    bottom: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 15px;
}
.btns2 button{
    margin-left: 3px;
}
.item-dfd, .pendencias{
    border-radius: 5px;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
}

.validardfd-row-status div, .validardfd-table-subitem-status div, .situacao, .legenda{
    padding: 0.45em 0.55em;
    font-size: .75em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    outline: none;
    --bs-text-opacity: 1;
    --bs-bg-opacity: 0.7; 
}
.associado {
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important;
} 

.confirmado, .aprovado, .publicado{
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important;
} 

.naoConfirmado, .rejeitadoValidacao, .naoAprovado, .cancelado {
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important;
} 
.envConfirmacao, .aguardandoValidacao, .emAlteracao, .aguardandoPublicacao, .emRevisao, .aguardandoCancelamento{
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important;
} 

.aguardandoAprovacao {
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
    background-color: rgba(9,90,155,var(--bs-bg-opacity))!important; 
}

.subitem-rejeitado {
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
    background-color: rgba(105,105,105,var(--bs-bg-opacity)) !important;
}

.ano-referencia{
    background: #dfdfdfa3 !important;
    padding: 5px;
    border-radius: 5px;
    margin-left: 0px;
    text-align: center;
    font-weight: 600;
}

.edicao{  
    padding: 0.35em 0.65em;
      font-size: .75em;
      font-weight: 600;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      --bs-text-opacity: 1;
      color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
      --bs-bg-opacity: 0.7;
      background-color: #ff9800;
      border-radius: 5px;
      margin-left: 5px;
  }
.novaAtualizacao, .novaAtualizacaoDfd{  
      padding: 0.35em 0.65em !important;
      font-size: .75em;
      font-weight: 600;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      --bs-text-opacity: 1;
      color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
      --bs-bg-opacity: 0.7;
      background-color: #00eaff;
      border-radius: 5px;
      margin-left: 5px;
  }
  .termoAlteracao{  
    padding: 0.35em 0.65em !important;
    font-size: .75em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    /* --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
    --bs-bg-opacity: 0.7;
    background-color: rgba(128,128,128,var(--bs-bg-opacity))!important; */
    background-color: #ff572270;
    color: black;
    border-radius: 5px;
    margin-left: 5px;
}

.modal-body .btns{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}


.panel-form .btns button {
    margin-left: 5px;
    margin-bottom: 5px;
    
}

.accordion{
    border: 1px solid transparent;
}

.accordion-button {
    background-color: var(--secondary-bg-color);
    /* padding: 0.5rem 0.5rem; */
    padding: 10px 5px;
    font-size: 0.9rem;
    color: #333;
    
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: var(--secondary-bg-color);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed)::after{

    background-image: url(/assets/img/accordion.svg);
}

/* .accordion-button:focus {
    box-shadow: none;
    
} */
.accordion-button{
    box-shadow: none !important;
}

.panel-form {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.8rem;
}

.panel-titulo hr {
    border-bottom: 1px solid #5c5c5c47;
}

.topo {
    /* height: 40px; */
    height: 20px;
    width: 100%;
    background-color: var(--secondary-bg-color);
    border-radius: 6px 6px 0 0;
}

.form {
    border: 1px solid rgb(0 0 0 / 15%);
    padding-top: 20px;
}
.form-modal {
    border: 1px solid rgb(0 0 0 / 15%);
    /* padding-top: 20px; */
    border-radius: 5px;
}

input[type="text"].form-control.form-texto {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

label {
    font-weight: 600;
    color: #333;
}
.form-control[readonly] {
    background-color: #e9ecefb3;
    opacity: 1;
}

.width-col-md-2.col-md-2 {
    width: 16% !important;
}

.required:after {
    content: " *";
    color: red;
}

/* Fim panel formulario*/

/* Início Estilo Cadastro Geral */
.btn-cadastro {
    color: #fff;
    width: 15rem;
    margin-bottom: 1rem;
    background-color: #618faa;
    border-color: #767b7e;
}

.btn-cadastro:hover {
    color: #fff;
    background-color: #235e72;
    border-color: #585b5c;
}

.btn-cadastro>a {
    text-decoration: none;
    color: white;
}

/* Fim Estilo Cadastro Geral */


.btn-table {
    height: 20px;
    font-size: 12px;
    padding: 1px 4px;
    margin-left: 4px;
    
}
.btn-confirmar-item-dfd, .btn-rejeitar-item-dfd, .btn-reabrir-item-dfd{
    text-decoration: none;
}

.bstreeview {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
}

/* .bstreeview>.list-group-item:first-child {
    background-color: var(--secondary-bg-color);
} */

.msg-alert-consulta{
    display: none;
}

.msg-alert-required{
    display: none;
    font-size: 11px;
    line-height: 24px;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
}

.msg-alert-erro{
    font-size: 12px;
    font-weight: bold;
}

div.div-item {
    border: 1px solid #e1e1e1;
    margin-bottom: 8px;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    /* padding: 0.375rem 13px; */
    /* margin-bottom: 0px; */
    padding: 0px 0px 10px 0px;
    margin: 0;
    /* line-height: 15px; */
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px 0px 0px 0px;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.grid-item .accordion-button {
    background-color: transparent;
    padding: 0.9rem 0.9rem;
    font-size: 1.1rem;
    color: #333;
}

.grid-item .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgb(0 0 0 / 0%);
    /* color: var(--bs-table-striped-color); */
}

.grid-item .table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    /* border-bottom-width: 1px; */
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.grid-item tr.odd {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}
.form-control-plaintext:focus-visible {
    outline: none;
    cursor: none;
  }

.panel-body {
    border-top: 1px solid #ddd;
    /* padding-top: 17px; */
    padding-top: 10px;
    margin-top: -10px;
}

/* LOADING */

 .spinner {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  @-webkit-keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #0b20bc, 1.8em -1.8em 0 0em rgba(11,32,188, 0.2), 2.5em 0em 0 0em rgba(11,32,188, 0.2), 1.75em 1.75em 0 0em rgba(11,32,188, 0.2), 0em 2.5em 0 0em rgba(11,32,188, 0.2), -1.8em 1.8em 0 0em rgba(11,32,188, 0.2), -2.6em 0em 0 0em rgba(11,32,188, 0.5), -1.8em -1.8em 0 0em rgba(11,32,188, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.7), 1.8em -1.8em 0 0em #0b20bc, 2.5em 0em 0 0em rgba(11,32,188, 0.2), 1.75em 1.75em 0 0em rgba(11,32,188, 0.2), 0em 2.5em 0 0em rgba(11,32,188, 0.2), -1.8em 1.8em 0 0em rgba(11,32,188, 0.2), -2.6em 0em 0 0em rgba(11,32,188, 0.2), -1.8em -1.8em 0 0em rgba(11,32,188, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.5), 1.8em -1.8em 0 0em rgba(11,32,188, 0.7), 2.5em 0em 0 0em #0b20bc, 1.75em 1.75em 0 0em rgba(11,32,188, 0.2), 0em 2.5em 0 0em rgba(11,32,188, 0.2), -1.8em 1.8em 0 0em rgba(11,32,188, 0.2), -2.6em 0em 0 0em rgba(11,32,188, 0.2), -1.8em -1.8em 0 0em rgba(11,32,188, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.2), 1.8em -1.8em 0 0em rgba(11,32,188, 0.5), 2.5em 0em 0 0em rgba(11,32,188, 0.7), 1.75em 1.75em 0 0em #0b20bc, 0em 2.5em 0 0em rgba(11,32,188, 0.2), -1.8em 1.8em 0 0em rgba(11,32,188, 0.2), -2.6em 0em 0 0em rgba(11,32,188, 0.2), -1.8em -1.8em 0 0em rgba(11,32,188, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.2), 1.8em -1.8em 0 0em rgba(11,32,188, 0.2), 2.5em 0em 0 0em rgba(11,32,188, 0.5), 1.75em 1.75em 0 0em rgba(11,32,188, 0.7), 0em 2.5em 0 0em #0b20bc, -1.8em 1.8em 0 0em rgba(11,32,188, 0.2), -2.6em 0em 0 0em rgba(11,32,188, 0.2), -1.8em -1.8em 0 0em rgba(11,32,188, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.2), 1.8em -1.8em 0 0em rgba(11,32,188, 0.2), 2.5em 0em 0 0em rgba(11,32,188, 0.2), 1.75em 1.75em 0 0em rgba(11,32,188, 0.5), 0em 2.5em 0 0em rgba(11,32,188, 0.7), -1.8em 1.8em 0 0em #0b20bc, -2.6em 0em 0 0em rgba(11,32,188, 0.2), -1.8em -1.8em 0 0em rgba(11,32,188, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.2), 1.8em -1.8em 0 0em rgba(11,32,188, 0.2), 2.5em 0em 0 0em rgba(11,32,188, 0.2), 1.75em 1.75em 0 0em rgba(11,32,188, 0.2), 0em 2.5em 0 0em rgba(11,32,188, 0.5), -1.8em 1.8em 0 0em rgba(11,32,188, 0.7), -2.6em 0em 0 0em #0b20bc, -1.8em -1.8em 0 0em rgba(11,32,188, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.2), 1.8em -1.8em 0 0em rgba(11,32,188, 0.2), 2.5em 0em 0 0em rgba(11,32,188, 0.2), 1.75em 1.75em 0 0em rgba(11,32,188, 0.2), 0em 2.5em 0 0em rgba(11,32,188, 0.2), -1.8em 1.8em 0 0em rgba(11,32,188, 0.5), -2.6em 0em 0 0em rgba(11,32,188, 0.7), -1.8em -1.8em 0 0em #0b20bc;
    }
  }
  @keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #0b20bc, 1.8em -1.8em 0 0em rgba(11,32,188, 0.2), 2.5em 0em 0 0em rgba(11,32,188, 0.2), 1.75em 1.75em 0 0em rgba(11,32,188, 0.2), 0em 2.5em 0 0em rgba(11,32,188, 0.2), -1.8em 1.8em 0 0em rgba(11,32,188, 0.2), -2.6em 0em 0 0em rgba(11,32,188, 0.5), -1.8em -1.8em 0 0em rgba(11,32,188, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.7), 1.8em -1.8em 0 0em #0b20bc, 2.5em 0em 0 0em rgba(11,32,188, 0.2), 1.75em 1.75em 0 0em rgba(11,32,188, 0.2), 0em 2.5em 0 0em rgba(11,32,188, 0.2), -1.8em 1.8em 0 0em rgba(11,32,188, 0.2), -2.6em 0em 0 0em rgba(11,32,188, 0.2), -1.8em -1.8em 0 0em rgba(11,32,188, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.5), 1.8em -1.8em 0 0em rgba(11,32,188, 0.7), 2.5em 0em 0 0em #0b20bc, 1.75em 1.75em 0 0em rgba(11,32,188, 0.2), 0em 2.5em 0 0em rgba(11,32,188, 0.2), -1.8em 1.8em 0 0em rgba(11,32,188, 0.2), -2.6em 0em 0 0em rgba(11,32,188, 0.2), -1.8em -1.8em 0 0em rgba(11,32,188, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.2), 1.8em -1.8em 0 0em rgba(11,32,188, 0.5), 2.5em 0em 0 0em rgba(11,32,188, 0.7), 1.75em 1.75em 0 0em #0b20bc, 0em 2.5em 0 0em rgba(11,32,188, 0.2), -1.8em 1.8em 0 0em rgba(11,32,188, 0.2), -2.6em 0em 0 0em rgba(11,32,188, 0.2), -1.8em -1.8em 0 0em rgba(11,32,188, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.2), 1.8em -1.8em 0 0em rgba(11,32,188, 0.2), 2.5em 0em 0 0em rgba(11,32,188, 0.5), 1.75em 1.75em 0 0em rgba(11,32,188, 0.7), 0em 2.5em 0 0em #0b20bc, -1.8em 1.8em 0 0em rgba(11,32,188, 0.2), -2.6em 0em 0 0em rgba(11,32,188, 0.2), -1.8em -1.8em 0 0em rgba(11,32,188, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.2), 1.8em -1.8em 0 0em rgba(11,32,188, 0.2), 2.5em 0em 0 0em rgba(11,32,188, 0.2), 1.75em 1.75em 0 0em rgba(11,32,188, 0.5), 0em 2.5em 0 0em rgba(11,32,188, 0.7), -1.8em 1.8em 0 0em #0b20bc, -2.6em 0em 0 0em rgba(11,32,188, 0.2), -1.8em -1.8em 0 0em rgba(11,32,188, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.2), 1.8em -1.8em 0 0em rgba(11,32,188, 0.2), 2.5em 0em 0 0em rgba(11,32,188, 0.2), 1.75em 1.75em 0 0em rgba(11,32,188, 0.2), 0em 2.5em 0 0em rgba(11,32,188, 0.5), -1.8em 1.8em 0 0em rgba(11,32,188, 0.7), -2.6em 0em 0 0em #0b20bc, -1.8em -1.8em 0 0em rgba(11,32,188, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(11,32,188, 0.2), 1.8em -1.8em 0 0em rgba(11,32,188, 0.2), 2.5em 0em 0 0em rgba(11,32,188, 0.2), 1.75em 1.75em 0 0em rgba(11,32,188, 0.2), 0em 2.5em 0 0em rgba(11,32,188, 0.2), -1.8em 1.8em 0 0em rgba(11,32,188, 0.5), -2.6em 0em 0 0em rgba(11,32,188, 0.7), -1.8em -1.8em 0 0em #0b20bc;
    }
  }
 
.load{
    position: fixed;
    z-index: 1;
    background: #0000002e;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


 /* LOADING */

 .tooltip-inner {
    background-color: #2f4fff;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #2f4fff !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #2f4fff !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #2f4fff !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #2f4fff !important;
}

/* Estilo tabela dfd */

/*.item tr:nth-child(4){*/
/*    display: none !important;*/
/*} */

/* .item tr td:nth-child(7) input{
    color: #0505f3b0;
}  */

.item .child ul{
    width: 100%;
}

.item.dataTable.no-footer {
     border-bottom: 0px;
}
table.dataTable.no-footer {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-bordered>:not(caption)>*>* {
    border-width: 0px 1px;
    border-left: 0px;
}

#table-item-1 textarea, #table-item-1 select{
    font-size: 0.9rem;
}
/* Estilo tabela dfd */


/* duallist */
.bootstrap-duallistbox-container.moveonselect .moveall, .bootstrap-duallistbox-container.moveonselect .removeall {

    background-color: var(--secondary-bg-color);;
    font-weight: 600;
    border: 1px solid #ced4da;
}

 .btn.moveall.btn-outline-secondary,.btn.move.btn-outline-secondary,.btn.removeall.btn-outline-secondary,.btn.remove.btn-outline-secondary {
    background-color: var(--secondary-bg-color);;
    font-weight: 600;
    border: 1px solid #ced4da;
} 

.multiselect-container select {
    border: 1px solid #ced4da;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bootstrap-duallistbox-container select {
    padding-left: 3px !important;
}
/* .bootstrap-duallistbox-container select:focus-visible {
    border: 1px solid red !important;
} */
.multiselect-container select:focus-visible{
    outline: none;
    
}

.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.1rem rgba(35 29 194 / 50%) !important;
}

div.form-switch {
    margin-top: 25px;
}
/* duallist */

.form-check-label{
    font-weight: 500;
}
.titulo-perfil{
    background-color: var(--secondary-bg-color);;
    font-weight: 600;
    border: 1px solid #ced4da;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 5px;
}
.titulo-treeview{
    BACKGROUND-COLOR: #3a4569c4;
    PADDING: 6PX;
    BORDER-RADIUS: 3PX;
    font-size: 1rem !important;
    color: white !important;
}
.fa-window-restore{
    font-size: small !important;
}

.btns-modal{
    margin: 0px 19px 10px;
}
.btns-modal button{
    margin-right: 5px;

}

.btns-tabela-modal{
    margin: 30px 0px 0 0px;
}

.offcanvas-header{
    background: linear-gradient(45deg, var(--navbar-bg-color), transparent);
    /* height: 46px; */
    
    color: white;
    padding: 0.5rem 0.5rem;
}

.justificado{
    text-align: justify;
}
.modal-xll{
    max-width: 80%!important;
}

/* Ajustes no loading da table */
div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 2px;
    background: none;
    border: none;
}

div.dataTables_processing>div:last-child>div {
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.9);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
/* Ajustes no loading da table */

.pendencias{
    margin-top: 25px;
}

#alerta-pendencias {
    display: block;
    margin-bottom: 10px;
    padding: 8px 9px;
    border-radius: 3px;
}

.item-pca h6{
    margin-top: 10px;
    font-weight: 500;
}

.linkPNCP {
    display: block;
    margin-top: 8px;
    text-decoration: none;
}

#modal-bem-vindo {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    width: 600px;
    top: 0;
    margin: auto;
    bottom: 130px;
    height: 400px;
    box-shadow: 4px 4px 14px #a2a0a0;
    border-radius: 17px;
}

#modal-bem-vindo span {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

/* Paginador  */
.titlePaginador{
    color: darkorange;
}
 #paginador{
   
    padding: 5px;
    display: flex;
}
.simple-pagination ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.paginador ul li.current, .paginador ul li.active {
    color: white;
    background-color: rgb(125 149 233) !important;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 6px 12px !important;
    border-radius: 20px;
}
.paginador ul li.disabled {
    color: white;
    background-color: rgb(186, 194, 222) !important;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 6px 12px !important;
    border-radius: 20px;
}

.paginador .page-link {
    color: black;
    text-decoration: none;
    background-color: rgb(186, 194, 222);
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 20px;
    padding: 5px 11px!important;
}

.paginador .page-link:hover {
    /* background-color: #e9ecef !important; */
    background-color: rgb(125 149 233) !important;
    color: white;
}

.paginador li {
    margin: 0 10px !important;
}

/* Paginador  */

.filtroAplicado{
    /* display: initial; */
    background: #076003c9;
    color: white;
    padding: 2px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 18px;
}
.filtroPca{
   display: flex;
   align-items: baseline; 
}
.Processados{
    margin-right: 0;
    margin-left: 0;
    background: var(--secondary-bg-color);
    border-radius: 3px;
}
.itensProcessados{
    padding: 5px
}


 @media  (max-width: 575px) {
    .col-dir {
        border-radius: 0 0px 20px 20px;
    }
    ul#caixa-entrada{
        display: inline-flex;
        flex-direction: inherit;
    }
    ul#caixa-entrada li {
        margin-right: 15px;
    }  
    .nav-btn-ambiente{
        position: fixed;
        left: 270px;
        bottom: 8px;
    }

    ul#caixa-opcoes li {
        width: 100% !important;
    }

    .navbar-nav .nav-link {
        padding: 0px;
    }
    .nav-link {
        padding: 0;
    }

    .width-col-md-2.col-md-2 {
        width: 100% !important;
    }

    input[type="text"].form-control.form-texto {
        padding: 0;
    }
    /* .panel-form .btns{
       
        margin: 0 10px 5px 0px;
    } */

    /* .panel-form .btns button {
       
        margin: 0 5px 0px;
    } */
    .botao-voltar.me-auto{
        margin-right: 5px !important;

    }
    .btns2 button{
        margin-bottom: 3px;
    }
    .accordion-body {
        padding: 0.5rem;
    }
    .dropdown-menu-end[data-bs-popper] {
        right: 0px !important;
        left: 28px !important;
        top: -75px !important;
       
    }
}

@media screen and (min-width: 576px) {
    .width-col-md-2.col-md-2 {
        width: 100% !important;
    }

    input[type="text"].form-control.form-texto {
        padding: 0;
    }
    .col-dir {
        border-radius: 0 0px 20px 20px;
    }
    .btns2 button{
        margin-bottom: 3px;
    }
    ul#caixa-entrada{
        display: inline-flex;
        flex-direction: inherit;
    }
  
    ul#caixa-entrada li {
        margin-right: 15px;
    }
}

@media screen and (min-width: 768px) {

    .width-col-md-2.col-md-2 {
        width: 16% !important;
    }
    .col-dir{
        border-radius: 0 20px 20px 0;
    }
    ul#caixa-entrada{
        display: inline-flex;
        flex-direction: column;
    }
}

.truncate{
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.titulo-divisoria {
    font-size: 1rem;
    font-weight: bold;
    margin-right: 10px;
}

.seletor_paginacao + .select2-container.select2-container--default {
    width: 3% !important;
    min-width: 60px;
}