﻿html,
body,
form {
    font-size: 14px;
    height: 100%;
}

body {
    background-image: linear-gradient(#f1f1f1a4, #ebeef5bd);
}

.geral {
    min-height: 100%;
    position: relative;
}

.navbar-collapse {
    padding: 0;
}

.menu-navegacao {
    float: right !important;
}

.linha-menu-topo {
    font-size: 14px;
    color: #000;
}

.linha-menu-topo li a {
    padding-top: 5px;
    color: #000;
    padding-bottom: 5px;
}

.linha-menu-topo li a:hover {
    color: #000;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    color: black;
}

.link_grid {
    color: white;
}

.link_grid a:hover {
    color: white;
}

/* ACESSIBILIDADE */
.skiplist {
    margin: 0;
    padding: 0;
}

.skip {
    display: none;
    text-align: left;
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
}

:root .skip {
    display: block;
}

.skip a {
    padding: 0 0.5em;
    display: inline;
    z-index: 49;
    text-decoration: none;
    position: absolute;
    width: 12em;
    left: -200em;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.skip a:focus,
.skip a:active {
    position: absolute;
    left: 0;
    border: solid #999 5px;
    background: #eee;
}

.skip a:hover {
    cursor: default;
}

.hidden-text {
    display: none;
}

.selo-acessibilidade-brasil {
    padding: 3px;
    background-color: white;
    border-radius: 2px;
}

.codigo-json {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*Barra topo*/
.linha-topo {
    background-image: linear-gradient(#181717e5, #303641);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.linha-topo a {
    color: #fff;
}

/* Barra Topo */
.topo-logo {
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 1px;
}

.topo-titulo {
    padding-top: 3px;
}

.topo-subtitulo {
    padding-right: 20%;
    padding-left: 20%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.topo {
    background-image: linear-gradient(#181717e5, #303641);
    color: rgb(207, 207, 207);
    padding-top: 10px;
    padding-bottom: 10px;
}
.topo-sub {
    background-image: linear-gradient(#ebeef5bd, #ffffff);
    color: rgb(0, 0, 0);
    padding-top: 10px;
    text-align: center;
    background-image: linear-gradient(#ebeef5bd, #ffffff);
    color: rgb(0, 0, 0);
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 10px;
}

.topo h1 {
    margin: 0;
    text-shadow: 0.1em 0.1em 0.2em rgb(110, 110, 110);
    padding-left: 5px;
    color: #ffffff;
}

.topo a {
    font-size: 1.15em;
    text-decoration: none;
    color: #ffffff;
}

/* Linha Topo */
.linha-topo a:hover {
    text-decoration: none;
}

/* Linha Topo - Acesso à Informação */
.acesso-informcao {
    padding: 2px 0 0 20px;
    font-size: 14px;
    color: #fff;
}

.acesso-informcao strong {
    position: absolute;
    margin-left: 10px;
    margin-top: 2px;
}

/* Linha Topo - Acessibilidade */
.acessibilidade {
    padding: 5px 20px 0 0;
    text-align: right;
    font-size: 14px;
    margin-left: 20px;
}

.acessibilidade a {
    color: #fff;
    padding: 0 5px;
    cursor: pointer;
}

/* === Modal ================================== */

.modal-title {
    font-size: 28px !important;
}

.modal-body input[type="text"]:not(textarea),
.modal-body input[type="password"]:not(textarea) {
    height: 46px;
}

.display-hide,
.display-none {
    display: none;
}

/* === Loader ================================== */

.glossario_dt {
    /*width:300px !important;*/
    white-space: normal !important;
}

.glossario_dd {
    /*margin-left: 315px !important;*/
    margin-bottom: 25px !important;
}

.painel-sobre {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 80px;
    background-color: #fff;
}

.mapa-site {
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}

.mapa-site ol {
    padding-bottom: 20px;
    font-size: 16px;
}

/*.no_loading {
  display: none;
}*/

/*.yes_loading {
  top: 50%;
  left: 50%;
  z-index: 1024;
  height: 50px;
  line-height: 50px;
  width: 200px;
  margin-left: -100px;
  border-radius: 40px 40px;
  border: 1px thin black;
  text-align: center;
  opacity: 1;
  background-color: white;
  background-image: none;
  position: absolute;
  color: black;
  font-family: Helvetica,Arial,sans-serif;
  font-size: medium;
}*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-ms-high-contrast: none),
    (-ms-high-contrast: active) {
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: portrait) and (-ms-high-contrast: none),
    (-ms-high-contrast: active) {
}

/* Somente xs */
@media (max-width: 767px) {
}

/* sm + Superiores */
@media (min-width: 768px) {
}

/* Somente sm */
@media (min-width: 768px) and (max-width: 991px) {
}

/* md e Superiores */
@media (min-width: 992px) {
}

/* Somente md */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* lg e superiores */
@media (min-width: 1200px) {
}

/* Corpo da Página */
/*.main-content {
}*/

.main-content-row {
    padding-left: 20px;
    padding-bottom: 50px;
    padding-right: 20px;
}

.conteudo {
    margin-top: 10px;
}

.cor-despesas {
    color: #fff;
    background-image: linear-gradient(#181717e5, #303641);
    border-color: #2e6da4;
}

.blockquote {
    /*padding: 10px 10px 0 10px;*/
    padding-top: 20px;
}

.secao-btn-titulo {
    color: #fff !important;
    text-align: left;
    margin-bottom: 10px;
}

.secao-texto-corpo {
    padding-left: 5px;
    padding-right: 5px;
}

/* Rodapé */
.rodape {
    padding: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 15px;
    color: #fff;
    background-color: rgba(20, 20, 20, 0.884) !important;
}

.rodape-admin {
    margin-top: 30px;
    padding: 0 20px 10px 20px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    background-color: #74808a; /*#1d5481;*/
    bottom: 0;
    position: fixed;
}

.rodape-titulo {
    color: #fad100;
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 10%;
    padding-bottom: 5px;
}

.rodape-item-link {
    padding-left: 10%;
    padding: 2px 0 5px 10px;
}

.rodape-item-link a {
    padding-left: 10%;
    color: rgb(255, 255, 255);
}

.rodape-item-link a:hover {
    text-decoration: none;
}

.rodape-item-link a:visited {
    text-decoration: none;
}

.rodape-final {
    padding-top: 40px;
    font-size: 0.8em;
}

.rodape-final-admin {
    font-size: 0.8em;
}

.rodape-final a:hover {
    text-decoration: none;
}

.rodape-final a:visited {
    text-decoration: none;
}

.area-email {
    padding-bottom: 20px;
}

.area-email a {
    font-size: 1.1em;
    color: #fff;
}

.area-email-2 {
    padding-bottom: 20px;
    font-size: 1.1em;
}

.area-telefones {
    padding-bottom: 20px;
}

.area-atendimento {
    padding-bottom: 20px;
}

.area-responsavel {
    font-size: 1.2em;
}

.area-endereco {
    padding-bottom: 20px;
}

.area-social {
    padding-bottom: 20px;
}

.area-banner {
    padding-bottom: 20px;
}

/* Corpo da Página - Data de Atualização dos Dados do Portal*/
.info-data-atualizacao {
    float: right !important;
    font: inherit;
}

.info-data-atualizacao-outline {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    background-color: #fff;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cor-despesas {
    text-align: center;
}

/* Corpo da Página - Barra de Título */
.painel-titulo {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border: #000000;
    border-left: 1px groove #000000;
    border-right: 1px groove #000000;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
}

/* Corpo da Página - Barra de Título */
.menu-titulo {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
}

.painel-titulo h2 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #000;
}

.painel-titulo p {
    font-size: small;
}

.painel-titulo-separador {
    display: block;
    height: 3px;
    opacity: 0.9;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: linear-gradient(#181717e5, #303641);
}

/* Corpo da Página - Barra de exportação e Colunas (Ferramentas) */
.painel-ferramentas {
    padding-top: 10px;
    padding-bottom: 8px;
}

.btn-imprimir-ficha {
    margin-top: 6px;
    margin-right: 15px;
    margin-bottom: -10px;
}

.btn-imprimir-detalhes {
    margin-top: 6px;
    margin-bottom: 10px;
    width: 130px;
}

.btn-imprimir-detalhes > span {
    margin-left: 5px;
}

.painel-titulo-geoobras {
    margin-top: 90px;
    margin-bottom: 15px;
}

.detalhes-span {
    display: none;
}

/* Corpo da Página - Área do Grid */
.painel-corpo {
    padding-top: 10px;
    padding-bottom: 20px;
    border-left: 1px groove #000000;
    border-right: 1px groove #000000;
    border-top: 1px solid #cccccc;
    border-bottom: 1px groove #cccccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
    background-color: #fff;
}

.painel-corpo-grid {
    padding-top: 5px;
    padding-bottom: 20px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 80px;
    background-color: #fff;
}

.painel-corpo-grid-2 {
    padding-bottom: 20px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 80px;
    background-color: #fff;
}

.painel-corpo-row-filtro {
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    background-color: #ededed;
}

.button-row-filtro {
    width: 80px;
    margin-top: 25px;
}

.painel-corpo-row-toolbar {
    margin-top: 15px;
}

.panel-heading-dx-calendar {
    padding-right: 15px !important;
}

.painel-api {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.painel-api p {
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
}

.painel-api h3 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
    font-size: 20px;
}

.painel-api dl {
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.panel-heading h4 {
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.panel-heading p {
    padding-left: 20px;
    padding-right: 20px;
}

.painel-corpo-api {
    padding-top: 5px;
    padding-bottom: 100px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 80px;
    background-color: #fff;
}

.painel-grid {
    overflow-x: auto;
}

.painel-form {
    overflow-x: auto;
}

.tab-client-area {
    margin-top: 15px;
}

.painel-corpo-sec {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 80px;
    background-color: #fff;
}

.painel-corpo-org {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    /*width: 100%;
  height: 100%;*/
}

.btn-export {
    height: 35px;
    width: 45px;
    border-bottom-width: 3px;
    border-bottom-color: #337ab7;
}

.btn-colunas {
    height: 35px;
    width: 45px;
    padding-left: 15px;
    padding-top: 10px;
    border-bottom-width: 3px;
    border-bottom-color: #337ab7;
}

.btn-colunas span {
    display: none !important;
}

/* BREADCRUMB */
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #ebebeb;
}

/* The responsive part */
.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.btn-breadcrumb > *:nth-child(n + 2) {
    display: none;
}

/* === Phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n + 2) {
        display: block;
    }

    .btn-breadcrumb > * div {
        max-width: 60px;
    }
}

/* === Tablets ================================== */
@media (min-width: 768px) and (max-width: 991px) {
    .btn-breadcrumb > *:nth-last-child(-n + 4) {
        display: block;
    }

    .btn-breadcrumb > * div {
        max-width: 100px;
    }
}

/* === Desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n + 6) {
        display: block;
    }

    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}

.panel-container-clickable {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.clickable {
    cursor: pointer;
}

.clickable .fa {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
}

.panel-heading span {
    margin-top: -23px;
    font-size: 15px;
    margin-right: -9px;
}

a.clickable {
    color: inherit;
}

a.clickable:hover {
    text-decoration: none;
}

.panel-blue {
    border-color: #0073b7;
}

.panel-blue > .panel-heading {
    color: #fff;
    background-image: linear-gradient(#181717e5, #303641);
    border-color: #0073b7;
}

.panel-blue > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #0073b7;
}

.panel-blue > .panel-heading .badge {
    color: #0073b7;
    background-color: #fff;
}

.panel-blue > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0073b7;
}

.panel-blue > .panel-body {
    padding-left: 25px;
    padding-right: 25px;
}

.get-image-pane {
    display: none !important;
}

.get-data-pane {
    left: 40px !important;
}

.get-org-chart select {
    display: none;
}

.get-org-chart input {
    width: 700px !important;
}

.get-org-chart .get-oc-c {
    padding: 20px !important;
}

.panel-default > .panel-heading {
    background-color: #205d91 !important;
    color: #fff !important;
}

.dxbs-textbox,
.dxbs-memo {
    color: #205d91 !important;
}

.nav-tabs > li > a {
    background-color: #205d91 !important;
    color: #fff !important;
}

.nav-tabs > li.active > a {
    background-color: #eee !important;
    color: #205d91 !important;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #eee !important;
    color: #205d91 !important;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #eee !important;
    color: #205d91 !important;
}

/*.panel-default {
  border-color: #205d91 !important;
}*/

.dados-abertos-global-row {
    margin-top: 30px;
    color: #fff;
    background-color: rgba(20, 20, 20, 0.884) !important;
    min-height: 45px;
    padding: 1rem !important;
}

.dados-abertos-global-row .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.dados-abertos-global-row .texto-dados-abertos {
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}

.dados-abertos-global-row .btn {
    font-size: 16px;
}

.dados-abertos-global-row .btn-primary {
    margin-left: 5px;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 2px solid rgb(0, 0, 0);
    border-left: 2px solid rgb(0, 0, 0);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-text {
    text-decoration: none;
    color: #000;
    padding-bottom: 2px;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-btn {
    border-radius: 0;
}

.card-img-top {
    max-width: 270px;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-img-top,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-img-bottom,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-header,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-frente {
    display: none;
}

.card-hover {
    display: block;
    text-align: center;
}

.card:hover .card-frente {
    display: block;
}

.card:hover .card-hover {
    display: none;
}

/* ============================================================
   MODERNIZAÇÃO v2 — Submenus (painéis, botões, breadcrumb)
   Aplica-se globalmente a todas as páginas que usam o padrão:
   .btn-breadcrumb / .painel-titulo / .painel-corpo / .cor-despesas
   ============================================================ */

/* Conteúdo principal — respiro maior */
.main-content-row {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 60px;
}

/* === Breadcrumb modernizado === */
.btn-group.btn-breadcrumb.bootstro,
.btn-group.btn-breadcrumb {
    background: #ffffff;
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 14px -8px rgba(15, 23, 42, 0.12);
    border: 1px solid #e2e8f0;
    margin: 14px 0 18px;
    display: inline-flex;
    gap: 2px;
    align-items: center;
}

.btn-group.btn-breadcrumb .btn.btn-primary {
    background: transparent !important;
    background-image: none !important;
    color: #475569 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    font-weight: 500;
    font-size: 13px;
    text-shadow: none !important;
    box-shadow: none !important;
    transition: background-color 0.2s ease, color 0.2s ease;
    position: relative;
    margin: 0 !important;
}

.btn-group.btn-breadcrumb .btn.btn-primary:hover,
.btn-group.btn-breadcrumb .btn.btn-primary:focus {
    background: #f1f5f9 !important;
    color: #0f172a !important;
    outline: none;
}

.btn-group.btn-breadcrumb .btn.btn-primary.active {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    background-image: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px -2px rgba(15, 23, 42, 0.5) !important;
    cursor: default;
}

/* Remove as "flechas" antigas do breadcrumb */
.btn-group.btn-breadcrumb .btn::before,
.btn-group.btn-breadcrumb .btn::after {
    display: none !important;
    border: none !important;
    content: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

/* Separador minimalista entre itens do breadcrumb */
.btn-group.btn-breadcrumb .btn:not(:first-child) {
    padding-left: 22px !important;
}

.btn-group.btn-breadcrumb .btn:not(:first-child)::before {
    display: inline-block !important;
    content: "›" !important;
    color: #cbd5e1 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    position: absolute !important;
    left: 6px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

.btn-group.btn-breadcrumb .btn.btn-primary i.fa,
.btn-group.btn-breadcrumb .btn.btn-primary i.fal,
.btn-group.btn-breadcrumb .btn.btn-primary i.fas {
    margin-right: 6px;
    font-size: 12px;
    opacity: 0.9;
}

/* === Painel título modernizado === */
.painel-titulo {
    margin-top: 18px !important;
    padding: 16px 20px 16px 36px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0 !important;
    border-bottom: none !important;
    border-radius: 14px 14px 0 0 !important;
    position: relative;
}

.painel-titulo::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 22px;
    background: linear-gradient(180deg, #2563eb 0%, #06b6d4 100%);
    border-radius: 4px;
}

.painel-titulo h2 {
    padding-left: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.painel-titulo p {
    margin: 4px 0 0 0 !important;
    color: #64748b;
    font-size: 13px;
}

.painel-titulo-separador {
    display: none !important;
}

/* === Painel corpo modernizado === */
.painel-corpo {
    padding: 22px 20px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-top: 1px solid #f1f5f9 !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 10px 26px -18px rgba(15, 23, 42, 0.18);
    margin-bottom: 22px;
}

.painel-corpo .blockquote {
    padding: 0 !important;
    margin: 0 0 14px 0 !important;
    border: none !important;
}

/* === Botões de seção modernizados === */
.secao-btn-titulo.cor-despesas,
.btn.cor-despesas,
.cor-despesas.btn-lg {
    position: relative;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%) !important;
    background-image: linear-gradient(135deg, #1e293b 0%, #334155 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    padding: 18px 18px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
    text-align: center !important;
    text-shadow: none !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08), 0 6px 18px -10px rgba(15, 23, 42, 0.45) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease !important;
    overflow: hidden;
    line-height: 1.3;
    white-space: normal;
}

.secao-btn-titulo.cor-despesas::after,
.btn.cor-despesas::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #2563eb 0%, #06b6d4 100%);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.secao-btn-titulo.cor-despesas::before,
.btn.cor-despesas::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
    transform: skewX(-20deg);
    transition: left 0.65s ease;
    pointer-events: none;
}

.secao-btn-titulo.cor-despesas:hover,
.btn.cor-despesas:hover,
.cor-despesas.btn-lg:hover {
    transform: translateY(-3px);
    color: #ffffff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #1e3a8a 0%, #1e293b 100%) !important;
    background-image: linear-gradient(135deg, #1e3a8a 0%, #1e293b 100%) !important;
    border-color: rgba(56, 189, 248, 0.35) !important;
    box-shadow: 0 12px 26px -10px rgba(37, 99, 235, 0.5), 0 6px 18px -10px rgba(15, 23, 42, 0.55) !important;
}

.secao-btn-titulo.cor-despesas:hover::after,
.btn.cor-despesas:hover::after {
    opacity: 1;
}

.secao-btn-titulo.cor-despesas:hover::before,
.btn.cor-despesas:hover::before {
    left: 130%;
}

.secao-btn-titulo.cor-despesas:focus,
.secao-btn-titulo.cor-despesas:focus-visible,
.btn.cor-despesas:focus,
.btn.cor-despesas:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.4), 0 6px 18px -10px rgba(15, 23, 42, 0.45) !important;
}

.secao-btn-titulo.cor-despesas:active,
.btn.cor-despesas:active {
    transform: translateY(-1px);
}

/* Animação suave na entrada dos botões */
@keyframes pt-btn-in {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.painel-corpo .blockquote .secao-btn-titulo.cor-despesas,
.painel-corpo .blockquote .btn.cor-despesas {
    animation: pt-btn-in 0.35s ease both;
}

/* Mobile */
@media (max-width: 768px) {
    .main-content-row {
        padding-left: 14px;
        padding-right: 14px;
    }
    .painel-titulo {
        padding: 14px 14px 14px 30px !important;
        border-radius: 12px 12px 0 0 !important;
    }
    .painel-titulo::before { left: 14px; height: 18px; }
    .painel-titulo h2 {
        font-size: 16px !important;
        padding-left: 0 !important;
    }
    .painel-corpo {
        padding: 16px 14px !important;
        border-radius: 0 0 12px 12px !important;
    }
    .secao-btn-titulo.cor-despesas,
    .btn.cor-despesas {
        padding: 14px 12px !important;
        font-size: 13px !important;
        border-radius: 10px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .secao-btn-titulo.cor-despesas,
    .btn.cor-despesas,
    .painel-corpo .blockquote .secao-btn-titulo.cor-despesas {
        animation: none !important;
        transition: none !important;
    }
}

/* ============================================================
   MODERNIZAÇÃO v2.1 — Formulários, toolbar, tabela e paginação
   ============================================================ */

/* === Labels === */
.main-content-row .control-label,
.main-content-row .justify-text {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 6px;
    letter-spacing: 0.01em;
}

/* === Inputs / selects / form-control === */
.main-content-row .form-control,
painel-filtro- .form-control {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #0f172a !important;
    font-size: 13.5px !important;
    padding: 8px 12px !important;
    height: auto !important;
    min-height: 38px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03) !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.main-content-row .form-control:focus,
painel-filtro- .form-control:focus {
    outline: none !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.22), 0 1px 2px rgba(15, 23, 42, 0.04) !important;
    background-color: #ffffff !important;
}

.main-content-row .form-control[readonly] {
    background-color: #f8fafc !important;
    color: #475569 !important;
    cursor: default;
}

.main-content-row select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 34px !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 14px !important;
}

/* === Botão "Aplicar" do painel-filtro === */
.button-row-filtro,
.btn.button-row-filtro {
    width: auto !important;
    min-width: 110px !important;
    margin-top: 24px !important;
    padding: 9px 22px !important;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%) !important;
    background-image: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
    text-shadow: none !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 6px 16px -8px rgba(37, 99, 235, 0.5) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.button-row-filtro:hover,
.btn.button-row-filtro:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08), 0 10px 22px -8px rgba(37, 99, 235, 0.55) !important;
}

.button-row-filtro:focus,
.btn.button-row-filtro:focus,
.button-row-filtro:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.4), 0 6px 16px -8px rgba(37, 99, 235, 0.5) !important;
}

/* === Toolbar (export + busca) === */
.col-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding-bottom: 14px !important;
    margin-top: 4px;
}
.col-toolbar-icon {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}
.col-toolbar-search {
    margin-left: auto;
    flex: 1 1 280px;
    max-width: 380px;
}

.col-toolbar .col-toolbar-icon .btn.btn-primary {
    background: #ffffff !important;
    background-image: none !important;
    color: #334155 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 7px 14px !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}

.col-toolbar .col-toolbar-icon .btn.btn-primary:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
    transform: translateY(-1px);
}

.col-toolbar .col-toolbar-icon .btn.btn-primary .image,
.col-toolbar .col-toolbar-icon .btn.btn-primary i.fa,
.col-toolbar .col-toolbar-icon .btn.btn-primary i.fal,
.col-toolbar .col-toolbar-icon .btn.btn-primary i.fas {
    color: #2563eb !important;
    font-size: 14px !important;
    margin: 0 !important;
}

/* === Busca dentro da toolbar === */
.col-toolbar-search .input-group {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    width: 100%;
}
.col-toolbar-search .input-group:focus-within {
    border-color: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.22);
}
.col-toolbar-search .input-group .form-control {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: 38px;
    flex: 1;
}
.col-toolbar-search .input-group .form-control:focus {
    box-shadow: none !important;
}
.col-toolbar-search .input-group-btn .btn.btn-default {
    background: #f8fafc !important;
    background-image: none !important;
    border: none !important;
    border-left: 1px solid #e2e8f0 !important;
    border-radius: 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 8px 16px !important;
    text-shadow: none !important;
    min-height: 38px;
}
.col-toolbar-search .input-group-btn .btn.btn-default:hover {
    background: #f1f5f9 !important;
    color: #0f172a !important;
}

/* === Tabelas modernizadas === */
.main-content-row .table {
    border-collapse: separate !important;
    border-spacing: 0;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 14px;
}

.main-content-row .table thead th {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%) !important;
    color: #334155 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-top: none !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 12px 10px !important;
    vertical-align: middle !important;
}
.main-content-row .table thead tr + tr th,
.main-content-row .table thead tr + tr td {
    background: #ffffff !important;
    padding: 6px 8px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    border-top: none !important;
    text-transform: none;
}
.main-content-row .table thead input[type="text"],
.main-content-row .table thead input.test {
    width: 100% !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    background: #f8fafc !important;
    padding: 5px 8px !important;
    font-size: 12px !important;
    color: #0f172a !important;
    height: auto !important;
    min-height: 30px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.main-content-row .table thead input[type="text"]:focus,
.main-content-row .table thead input.test:focus {
    outline: none !important;
    background: #ffffff !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.25) !important;
}

.main-content-row .table tbody td {
    padding: 11px 10px !important;
    border-top: 1px solid #f1f5f9 !important;
    color: #1e293b !important;
    font-size: 13px !important;
    vertical-align: middle !important;
}

.main-content-row .table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafbfc !important;
}

.main-content-row .table.table-hover tbody tr:hover,
.main-content-row .table.table-hover tbody tr:hover td {
    background-color: #eff6ff !important;
    transition: background 0.15s ease;
}

.main-content-row .table tbody td.dataTables_empty {
    color: #64748b !important;
    font-style: italic;
    padding: 24px !important;
}

.main-content-row .table tfoot th,
.main-content-row .table tfoot td {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%) !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    border-top: 2px solid #cbd5e1 !important;
    padding: 12px 10px !important;
    font-size: 13px !important;
}

/* Badge "Info" nas linhas da tabela */
.main-content-row .table tbody .badge,
.main-content-row .table tbody .badge-info {
    display: inline-block;
    padding: 5px 11px !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 6px -2px rgba(37, 99, 235, 0.5);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.main-content-row .table tbody a:hover .badge,
.main-content-row .table tbody a:hover .badge-info {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px -2px rgba(37, 99, 235, 0.55);
}

/* === DataTables: length / info / pagination === */
.main-content-row .dataTables_wrapper .dataTables_length {
    color: #64748b;
    font-size: 13px;
    padding: 4px 0 10px;
}
.main-content-row .dataTables_wrapper .dataTables_length select {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 4px 28px 4px 10px;
    background: #ffffff;
    color: #0f172a;
    margin: 0 6px;
    height: 30px;
    font-size: 13px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.main-content-row .dataTables_wrapper .dataTables_info {
    color: #64748b;
    font-size: 13px;
    padding-top: 12px;
}
.main-content-row .dataTables_wrapper .dataTables_paginate {
    padding-top: 8px;
}
.main-content-row .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    color: #475569 !important;
    padding: 6px 12px !important;
    margin: 0 2px !important;
    font-size: 13px !important;
    background: transparent !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.main-content-row .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #f1f5f9 !important;
    border-color: #e2e8f0 !important;
    color: #0f172a !important;
}
.main-content-row .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.main-content-row .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%) !important;
    color: #ffffff !important;
    border-color: transparent !important;
}
.main-content-row .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.main-content-row .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
    background: transparent !important;
    border-color: transparent !important;
    color: #475569 !important;
}

/* Responsivo */
@media (max-width: 768px) {
    .col-toolbar-search {
        margin-left: 0;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .main-content-row .table thead th {
        font-size: 11px !important;
        padding: 10px 8px !important;
    }
    .main-content-row .table tbody td {
        padding: 9px 8px !important;
        font-size: 12.5px !important;
    }
    .button-row-filtro,
    .btn.button-row-filtro {
        width: 100% !important;
        margin-top: 12px !important;
    }
}

/*# sourceMappingURL=bootstrap.css.map */
