@import 'https://fonts.googleapis.com/css?family=Cabin';

:root {
    --mainBackgroundColor: #63999C;
    --secondBackgroundColor: #63999C;
    --navbarBackgroundColor: #D9D9D9;
    --mainColor: #FFF;
    --blackWhite: #000;
    --whiteblack: #FFF;
    --bodyBackgroundColor: #FFF;
    --boxColor: #63999C;
    --boxFormsColor: #FFF;
    --boxText: #FFF;
    --mainSize: 16px;
    --mainHeight: 50px;
    --whiteGreen: #FFF;
    --greenWhite: #63999C;
    --barra: rgba(0, 0, 0, .1);
    --scrollBarColor: #D9D9D9;
    --scrollBarThumbBackground: #63999C;
    --backgroundScrollBarThumbHover: #555;
}

:root[data-theme="light"] {
    --mainBackgroundColor: #63999C;
    --secondBackgroundColor: #63999C;
    --navbarBackgroundColor: #D9D9D9;
    --blackWhite: #000 !important;
    --whiteblack: #FFF;
    --bodyBackgroundColor: #FFF;
    --boxColor: #63999C;
    --boxFormsColor: #FFF;
    --boxText: #FFF;
    --whiteGreen: #FFF;
    --greenWhite: #63999C;
    --barra: rgba(0, 0, 0, .1);
}

:root[data-theme="dark"] {
    --mainBackgroundColor: #000;
    --secondBackgroundColor: #63999C;
    --navbarBackgroundColor: #423d3d;
    --blackWhite: #FFF !important;
    --whiteblack: #000;
    --bodyBackgroundColor: #000;
    --boxColor: #242121;
    --boxFormsColor: #242121;
    --boxText: #63999C;
    --whiteGreen: #63999C;
    --greenWhite: #FFF;
    --barra: rgba(182, 177, 177, 0.644);
}

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

::-webkit-scrollbar-track {
    background: var(--scrollBarColor);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--scrollBarThumbBackground);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--backgroundScrollBarThumbHover);
}

html {
    scrollbar-color: var(--scrollBarThumbBackground) var(--scrollBarColor);
    scrollbar-width: thin;
}

:root[data-theme="dark"] .border-bottom {
    border-bottom: none !important;
}

:root[data-theme="dark"] .nav-page {
    background-color: var(--boxColor);
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

header {
    width: 100%;
    height: 14.815vh;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 999;
    background: var(--mainBackgroundColor);
}

body {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0px !important;
}

.dropdown-menu,
.dropdown-item {
    background-color: var(--whiteblack);
}

.dropdown-item.active {
    background-color: var(--secondBackgroundColor);
}

.dropdown-item>span {
    font-weight: 400;
}

.dropdown-item.active>span {
    font-weight: 400;
}

.dropdown-menu {
    padding: 0px;
}

@media (max-width: 540px) {
    #headerPortal {
        font-size: 20px !important;
    }

    #headerInstituicao {
        font-size: 15px !important;
    }

    .grecaptcha-badge {
        visibility: hidden !important;
    }
}

#headerPortal {
    margin-top: 15px;
    font-size: 30px;
    color: white;
    font-family: 'Cabin', serif;
    font-weight: 700;
}

#headerInstituicao {
    font-size: 20px;
    color: white;
    font-family: 'Cabin', serif;
}

#loginUsuario {
    color: #31708f;
    margin-top: 15px;
}

.footer #imgLogo {
    float: left;
    max-height: 45px;
    max-width: 45px;
}

@media all and (max-width: 660px) {
    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }
}

input[type="number"].noSpinner {
    -moz-appearance: textfield;
}

.grecaptcha-badge {
    bottom: 80px !important;
}

.container .text-muted {
    margin: 10px 0;
}

.footer>.container {
    padding-right: 0.781vw;
    padding-left: 0.781vw;
}

#font-setting {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80px;
}

#font-setting>a {
    margin: 0px 5px;
}

.folder {
    color: #f0ad4e;
}

.iconesMenu .icone-container:nth-child(1) {
    background-color: #BA354E;
}

.cookie-notice {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 18px;
    z-index: 9999;
    display: flex;
    justify-content: center;
}

.cookie-notice__content {
    max-width: 980px;
    width: 100%;
    background: var(--whiteblack);
    color: var(--blackWhite);
    border: 1px solid var(--greenWhite);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    border-radius: 12px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
}

.cookie-notice__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--greenWhite);
    color: var(--whiteblack);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.cookie-notice__text {
    font-size: 14px;
    line-height: 1.45;
}

.cookie-notice__text a {
    color: var(--greenWhite);
    font-weight: 700;
    text-decoration: underline;
}

.cookie-notice__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cookie-notice__btn {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.cookie-notice__btn--accept {
    background: var(--greenWhite);
    color: var(--whiteblack);
}

.cookie-notice__btn--close {
    background: transparent;
    color: var(--greenWhite);
    border-color: var(--greenWhite);
}

.cookie-notice--hidden {
    display: none;
}

body.cookie-notice-active {
    padding-bottom: 90px;
}

:root[data-theme="dark"] .cookie-notice__content {
    background: var(--boxColor);
}

@media (max-width: 768px) {
    .cookie-notice {
        left: 5%;
        right: 8%;
        bottom: 12px;
    }

    .cookie-notice__content {
        grid-template-columns: 1fr;
    }

    .cookie-notice__icon {
        display: none;
    }

    .cookie-notice__actions {
        justify-content: flex-start;
    }
}

.iconesMenu .icone-container:nth-child(2) {
    background-color: #E36C4B;
}

.iconesMenu .icone-container:nth-child(3) {
    background-color: #F4BB60;
}

.iconesMenu .icone-container:nth-child(4) {
    background-color: #c3c552;
}

.iconesMenu .icone-container:nth-child(5) {
    background-color: #A3AF27;
}

.iconesMenu .icone-container:nth-child(6) {
    background-color: #2E894B;
}

.iconesMenu .icone-container:nth-child(7) {
    background-color: #5FB7D6;
}

.iconesMenu .icone-container:nth-child(8) {
    background-color: #2d5194;
}

.iconesMenu .icone-container:nth-child(9) {
    background-color: #514388;
}

.iconesMenu .icone-container:nth-child(10) {
    background-color: #922D85;
}

.iconesMenu .icone-container:nth-child(11) {
    background-color: #C55287;
}

.iconesMenu .icone-container:nth-child(12) {
    background-color: #A48A77;
}

.iconesMenu .icone-container:nth-child(13) {
    background-color: #86654d;
}

.iconesMenu .icone-container:nth-child(14) {
    background-color: #404040;
}

.iconesMenu .icone-container:nth-child(15) {
    background-color: #e7f063;
}

.iconesMenu .icone-container:nth-child(16) {
    background-color: #7059d8;
}

.iconesMenu .icone-container:nth-child(17) {
    background-color: #cc2e2e;
}

.iconesMenu .icone-container:nth-child(18) {
    background-color: #2ec1cc;
}

.iconesMenu .icone-container:nth-child(19) {
    background-color: #cc2e85;
}

.icone-container {
    max-height: 210px;
}

@media (max-width: 400px) {
    #iconesMenu img {
        max-width: 150px;
    }
}

@media all and (max-width: 768px) {
    #menuIconesFullscreen .container {
        padding: 0 !important;
        width: auto !important;
    }

    #brandInicio {
        padding-top: 14px !important;
    }

    .btnMenuIcones.d-none.d-sm-block {
        top: 172px !important;
    }
}

@media all and (min-width: 451px) and (max-width: 560px) {
    #iconesMenu>div {
        max-width: 34% !important;
    }
}

@media all and (min-width: 321px) and (max-width: 450px) {
    #iconesMenu>div {
        max-width: 50% !important;
    }
}

@media all and (max-width: 320px) {
    #iconesMenu>div {
        max-width: 100% !important;
    }
}

.btnMenuIcones {
    z-index: 2;
    width: 32px;
    height: 32px;
    background-size: 32px 32px !important;
    box-shadow: 2px 2px 2px;
    color: #000;
}

.btnMenuIcones.d-none.d-sm-block {
    position: fixed;
    right: 15px;
}

.btnMenuIcones:hover {
    box-shadow: 1px 1px 1px;
}

.btnMenuIcones:active {
    box-shadow: 0;
}

#menuIconesFullscreen {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100%;
    z-index: 2000;
    overflow: auto;
}

#btnMenuIconesClose {
    position: fixed;
    display: none;
    z-index: 2001;
    color: #ccc;
}

#btnMenuIconesClose:hover {
    color: #eee;
}

@media all and (max-width: 731px) {
    #menuIconesFullscreen {
        padding-top: 50px;
    }

    #btnMenuIconesClose {
        top: 20px;
        right: 10px;
    }

    #btnMenuIconesClose {
        font-size: 18px;
    }
}

@media all and (min-width: 732px) {
    #menuIconesFullscreen {
        padding: calc(50vh - 300px) 0;
    }

    #btnMenuIconesClose {
        top: 50px;
        right: 50px;
    }

    #btnMenuIconesClose {
        font-size: 26px;
    }
}

.g-recaptcha>div {
    margin: 20px auto 0;
}

.prot-form-erro {
    color: red;
    font-size: 11px;
    font-style: italic;
}

.form-cad-input {
    margin-bottom: 5px;
}

.obrigatorio {
    color: red;
    font-size: 13px;
}

.nova-senha {
    margin: 10px 0 0 0;
}

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

#submitBtnProtForm {
    margin-top: 20px;
}

textarea .input-disabled {
    resize: none;
}

.input-disabled {
    background-color: #eee;
    height: auto;
}

.font-italic {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 2px;
}

.horizontal-split {
    border: 1px solid rgb(221, 221, 221);
    margin: 0 -12px 5px -12px;
    height: 0;
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.acess-btn {
    cursor: pointer;
    color: #337ab7 !important;
    margin: 0 auto !important;
}

.acess-btn:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}


/* ICONES BEGIN */

.hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    height: 120px;
    margin: 60px 0 20px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect h2 {
    font-size: 17px;
    padding-top: 5px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    z-index: 1;
}

.hovereffect div.info {
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--mainColor);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: calc(50% - 35px) 0 0;
    padding: 7px 14px;
}

.hovereffect div.info:hover {
    box-shadow: 0 0 5px var(--mainColor);
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover div.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover div.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}


/* ICONES END */

.accordion .accordion-collapse-header+.card-block a.list-group-item:hover,
.accordion .accordion-collapse-header:hover,
.accordion>div>.card-block>a:hover,
.accordion .accordion-collapse-header[aria-expanded="true"],
.bg-light-grey {
    background-color: #f4f4f4;
}

table.dataTable#gridReceita thead .sorting_asc:before,
table.dataTable#gridReceita thead .sorting_desc:after,
table.dataTable#gridReceita thead .sorting,
table.dataTable#gridDespesa thead .sorting_asc:before,
table.dataTable#gridDespesa thead .sorting_desc:after,
table.dataTable#gridDespesa thead .sorting,
table.dataTable#gridLiquidacoes thead .sorting_asc:before,
table.dataTable#gridLiquidacoes thead .sorting_desc:after,
table.dataTable#gridLiquidacoes thead .sorting,
table.dataTable#gridItens thead .sorting_asc:before,
table.dataTable#gridItens thead .sorting_desc:after,
table.dataTable#gridItens thead .sorting,
table.dataTable#gridEstornos thead .sorting_asc:before,
table.dataTable#gridEstornos thead .sorting_desc:after,
table.dataTable#gridEstornos thead .sorting,
table.dataTable#gridAnulacoes thead .sorting_asc:before,
table.dataTable#gridAnulacoes thead .sorting_desc:after,
table.dataTable#gridAnulacoes thead .sorting,
table.dataTable#gridAtribuidos thead .sorting_asc:before,
table.dataTable#gridAtribuidos thead .sorting_desc:after,
table.dataTable#gridAtribuidos thead .sorting,
table.dataTable#gridAutorizacoes thead .sorting_asc:before,
table.dataTable#gridAutorizacoes thead .sorting_desc:after,
table.dataTable#gridAutorizacoes thead .sorting,
table.dataTable#gridCancelamentos thead .sorting_asc:before,
table.dataTable#gridCancelamentos thead .sorting_desc:after,
table.dataTable#gridCancelamentos thead .sorting,
table.dataTable#gridArquivos thead .sorting_asc:before,
table.dataTable#gridArquivos thead .sorting_desc:after,
table.dataTable#gridArquivos thead .sorting,
table.dataTable#gridPessoal thead .sorting_asc:before,
table.dataTable#gridPessoal thead .sorting_desc:after,
table.dataTable#gridPessoal thead .sorting,
table.dataTable#gridUsuarios thead .sorting_asc:before,
table.dataTable#gridUsuarios thead .sorting_desc:after,
table.dataTable#gridUsuarios thead .sorting,
table.dataTable#gridCampos thead .sorting_asc:before,
table.dataTable#gridCampos thead .sorting_desc:after,
table.dataTable#gridCampos thead .sorting,
table.dataTable#gridLicitacoes thead .sorting_asc:before,
table.dataTable#gridLicitacoes thead .sorting_desc:after,
table.dataTable#gridLicitacoes thead .sorting,
table.dataTable#gridAtas thead .sorting_asc:before,
table.dataTable#gridAtas thead .sorting_desc:after,
table.dataTable#gridAtas thead .sorting,
table.dataTable#gridContratos thead .sorting_asc:before,
table.dataTable#gridContratos thead .sorting_desc:after,
table.dataTable#gridContratos thead .sorting,
table.dataTable#gridResultado thead .sorting_asc:before,
table.dataTable#gridResultado thead .sorting_desc:after,
table.dataTable#gridResultado thead .sorting,
table.dataTable#gridContratosResponsaveis thead .sorting_asc:before,
table.dataTable#gridContratosResponsaveis thead .sorting_desc:after,
table.dataTable#gridContratosResponsaveis thead .sorting,
table.dataTable#gridAditivos thead .sorting_asc:before,
table.dataTable#gridAditivos thead .sorting_desc:after,
table.dataTable#gridAditivos thead .sorting,
table.dataTable#gridBackups thead .sorting_asc:before,
table.dataTable#gridBackups thead .sorting_desc:after,
table.dataTable#gridBackups thead .sorting,
table.dataTable#gridEditais thead .sorting_asc:before,
table.dataTable#gridEditais thead .sorting_desc:after,
table.dataTable#gridEditais thead .sorting,
table.dataTable#gridResultadoCatalogo thead .sorting_asc:before,
table.dataTable#gridResultadoCatalogo thead .sorting_desc:after,
table.dataTable#gridResultadoCatalogo thead .sorting,
table.dataTable#gridResultadoServico thead .sorting_asc:before,
table.dataTable#gridResultadoServico thead .sorting_desc:after,
table.dataTable#gridResultadoServico thead .sorting,
table.dataTable#gridResultadoProduto thead .sorting,
table.dataTable#gridResultadoProduto thead .sorting_asc:before,
table.dataTable#gridResultadoProduto thead .sorting_desc:after,
table.dataTable#gridEmpenhos thead .sorting_asc:before,
table.dataTable#gridEmpenhos thead .sorting_desc:after,
table.dataTable#gridEmpenhos thead .sorting {
    visibility: hidden;
}

.accordion .card-block a.list-group-item {
    color: #212529;
}

.accordion .accordion-collapse-header {
    cursor: pointer;
    background-color: #fff;
}

.accordion .accordion-collapse-header:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: left;
}

.accordion .accordion-collapse-header.collapsed:after {
    content: "\f054";
}

.bootbox .modal-header h4 {
    order: 0;
}

.bootbox .modal-header button {
    order: 1;
}

.list-documento {
    color: var(--mainBackgroundColor) !important;
    font-weight: 800;
}

.list-documento:hover {
    color: var(--mainColor) !important;
    background-color: var(--mainBackgroundColor) !important;
}

.rounded-only-left {
    border-radius: .25rem 0 0 .25rem !important;
}

.rounded-only-right {
    border-radius: 0 .25rem .25rem 0 !important;
}

.header-logo {
    height: 30px;
    margin: 1rem !important;
    gap: 10px;
}

.default-color-font {
    color: var(--mainColor);
}

.default-background-color {
    background-color: var(--mainBackgroundColor);
}

.container-pages {
    margin: 60px 4% 0px !important;
}

.container-pages-nova {
    margin: 1px 4% 0px !important;
}

.nav-margin {
    margin-top: 10px;
}

.nav-page {
    height: var(--mainHeight);
    color: var(--secondBackgroundColor);
    display: flex;
    align-items: center;
}

:root[data-theme="dark"] .nav-page>.breadcrumb-item {
    color: var(--mainColor) !important;
}

.nav-item {
    color: var(--secondBackgroundColor) !important;
    font-weight: bold;
}

.nav-item:hover {
    text-decoration: none;
}

.portal-link {
    color: var(--secondBackgroundColor) !important;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.portal-link:hover,
.portal-link:focus {
    color: var(--secondBackgroundColor) !important;
    text-decoration: underline;
}

.portal-link:focus-visible {
    outline: 2px solid var(--secondBackgroundColor);
    outline-offset: 2px;
}

.card-header {
    background-color: var(--boxColor);
    color: var(--boxText);
    font-weight: bold;
    font-size: var(--mainSize);
}

.header-rounded {
    border-radius: 8px 8px 0px 0px !important;
}

.box-rounded {
    border-radius: 8px !important;
}

.input-group.mb-3 {
    background-color: var(--boxFormsColor) !important;
}

.card-header i {
    color: var(--mainColor);
    font-size: var(--mainSize);
}

.button-filter {
    background-color: var(--secondBackgroundColor);
    color: var(--mainColor);
    font-weight: bolder;
    font-size: var(--mainSize);
    height: 4.3vh;
    min-height: 40px;
    width: 130px;
    border-radius: 8px;
}

.button-filter:hover {
    background-color: var(--mainColor) !important;
    color: var(--secondBackgroundColor) !important;
    border: 3px solid var(--secondBackgroundColor);
}

.button-login {
    background-color: #395151;
    color: var(--mainColor);
    font-weight: bolder;
    font-size: var(--mainSize);
    height: 4.3vh;
    min-height: 40px;
    width: 130px;
    border-radius: 8px;
    padding-top: 0.648vh;
}

.button-login:hover {
    background-color: var(--mainColor);
    color: #395151;
    border: 3px solid #395151;
}

.button-white {
    background-color: var(--whiteGreen);
    color: var(--greenWhite);
    font-weight: bolder;
    font-size: var(--mainSize);
    height: 45px;
    min-height: 40px;
    border-radius: 8px;
    padding-top: 0.648vh;
    border: 3px solid var(--secondBackgroundColor);
}

.button-white:hover {
    background-color: var(--secondBackgroundColor);
    color: #FFF;
    border: 3px solid #FFF;
}

.button-expand {
    background-color: #6c757d;
    color: var(--mainColor);
    font-weight: bolder;
    font-size: var(--mainSize);
    height: 4.3vh;
    min-height: 40px;
    width: 130px;
    border-radius: 8px;
}

.button-expand:hover {
    background-color: var(--mainColor);
    color: #6c757d !important;
    border: 3px solid #6c757d;
}

.button-reload {
    background-color: #17a2b8;
    color: var(--mainColor);
    font-weight: bolder;
    font-size: var(--mainSize);
    height: 4.3vh;
    min-height: 40px;
    width: 160px;
    border-radius: 8px;
}

.button-reload:hover {
    background-color: var(--mainColor);
    color: #17a2b8 !important;
    border: 3px solid #17a2b8;
}

.button-logout {
    background-color: #b23b3b;
    color: var(--mainColor);
    font-weight: bolder;
    font-size: var(--mainSize);
    height: 4.3vh;
    min-height: 40px;
    border-radius: 8px;
}

.button-logout:hover {
    background-color: var(--mainColor);
    color: #b23b3b;
    border: 3px solid #b23b3b;
}

.button-include {
    background-color: #28a745;
    color: var(--mainColor);
    font-weight: bolder;
    font-size: var(--mainSize);
    height: 4.3vh;
    min-height: 40px;
    width: 160px;
    border-radius: 8px;
}

.button-include:hover {
    background-color: var(--mainColor);
    color: #28a745;
    border: 3px solid #28a745;
}

.button-save {
    background-color: #007bff;
    color: var(--mainColor);
    font-weight: bolder;
    font-size: var(--mainSize);
    height: 4.3vh;
    min-height: 40px;
    width: 130px;
    border-radius: 8px;
}

.button-save:hover {
    background-color: var(--mainColor);
    color: #007bff !important;
    border: 3px solid #007bff;
}

.button-icon {
    padding-left: 0.26vw;
}

.icon-files {
    background-color: var(--secondBackgroundColor) !important;
    color: var(--mainColor) !important;
    font-weight: bold !important;
    font-size: 18px !important;
    margin-right: auto;
    margin-left: auto;
}

.icon-files i {
    color: var(--mainColor) !important;
}

.icon-files:hover {
    background-color: var(--mainColor) !important;
    color: var(--secondBackgroundColor) !important;
    font-weight: bold !important;
}

.icon-files:hover i {
    color: var(--secondBackgroundColor) !important;
}

/* Estilos globais para todos os botões do DataTables */
.dt-buttons .dt-button,
.dt-buttons button,
.dt-buttons .btn {
    background-color: var(--secondBackgroundColor) !important;
    color: var(--mainColor) !important;
    font-weight: bold !important;
    font-size: 18px !important;
    border: 1px solid var(--secondBackgroundColor) !important;
}

.dt-buttons .dt-button i,
.dt-buttons button i,
.dt-buttons .btn i {
    color: var(--mainColor) !important;
}

.dt-buttons .dt-button:hover,
.dt-buttons button:hover,
.dt-buttons .btn:hover {
    background-color: var(--mainColor) !important;
    color: var(--secondBackgroundColor) !important;
    border-color: var(--secondBackgroundColor) !important;
}

.dt-buttons .dt-button:hover i,
.dt-buttons button:hover i,
.dt-buttons .btn:hover i {
    color: var(--secondBackgroundColor) !important;
}

/* Garantir que todos os ícones dos botões do DataTables sejam sempre visíveis */
.dt-buttons .dt-button i.bi,
.dt-buttons button i.bi,
.dt-buttons .btn i.bi,
.dt-buttons .dt-button i.fa,
.dt-buttons button i.fa,
.dt-buttons .btn i.fa {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: var(--mainColor, #FFF) !important;
}

/* Específico para o botão colvis (bi-list) - garantir que o ícone sempre apareça */
.dt-buttons .buttons-colvis,
.dt-buttons .buttons-colvis button,
.dt-buttons .buttons-colvis .btn,
.dt-buttons .buttons-colvis.dt-button,
button.buttons-colvis,
button.buttons-collection.buttons-colvis,
button.buttons-collection.buttons-colvis.btn-light,
button.buttons-collection.buttons-colvis.border,
button.buttons-collection.buttons-colvis.icon-files,
button.buttons-collection.dropdown-toggle.buttons-colvis,
button.buttons-collection.dropdown-toggle.buttons-colvis.btn-light.border.icon-files {
    position: relative !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

/* Garantir que o span dentro do botão colvis seja visível */
.dt-buttons .buttons-colvis span,
.dt-buttons .buttons-colvis button span,
.dt-buttons .buttons-colvis .btn span,
.dt-buttons .buttons-colvis.dt-button span,
button.buttons-colvis span,
button.buttons-collection.buttons-colvis span,
button.buttons-collection.buttons-colvis.btn-light span,
button.buttons-collection.buttons-colvis.border span,
button.buttons-collection.buttons-colvis.icon-files span,
button.buttons-collection.dropdown-toggle.buttons-colvis span {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: var(--mainColor, #FFF) !important;
    text-indent: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: normal !important;
}

/* Garantir que o ícone dentro do span seja sempre visível */
.dt-buttons .buttons-colvis span i,
.dt-buttons .buttons-colvis button span i,
.dt-buttons .buttons-colvis .btn span i,
.dt-buttons .buttons-colvis.dt-button span i,
button.buttons-colvis span i,
button.buttons-collection.buttons-colvis span i,
button.buttons-collection.buttons-colvis.btn-light span i,
button.buttons-collection.buttons-colvis.border span i,
button.buttons-collection.buttons-colvis.icon-files span i,
button.buttons-collection.dropdown-toggle.buttons-colvis span i,
.dt-buttons .buttons-colvis i,
.dt-buttons .buttons-colvis button i,
.dt-buttons .buttons-colvis .btn i,
.dt-buttons .buttons-colvis.dt-button i,
.dt-buttons .buttons-colvis .bi-list,
.dt-buttons .buttons-colvis i.bi-list,
.dt-buttons .buttons-colvis span .bi-list,
.dt-buttons .buttons-colvis span i.bi-list,
button.buttons-colvis span i.bi-list,
button.buttons-collection.buttons-colvis span i.bi-list,
button.buttons-collection.buttons-colvis.btn-light span i.bi-list,
button.buttons-collection.buttons-colvis.border span i.bi-list,
button.buttons-collection.buttons-colvis.icon-files span i.bi-list,
button.buttons-collection.dropdown-toggle.buttons-colvis span i.bi-list,
button.buttons-collection.dropdown-toggle.buttons-colvis.btn-light.border.icon-files span i.bi-list {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: var(--mainColor, #FFF) !important;
    font-size: 18px !important;
    text-indent: 0 !important;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
}

/* Hover states para o span e ícone */
.dt-buttons .buttons-colvis:hover span,
.dt-buttons .buttons-colvis button:hover span,
.dt-buttons .buttons-colvis .btn:hover span,
.dt-buttons .buttons-colvis.dt-button:hover span,
button.buttons-colvis:hover span,
button.buttons-collection.buttons-colvis:hover span,
button.buttons-collection.buttons-colvis.btn-light:hover span,
button.buttons-collection.buttons-colvis.border:hover span,
button.buttons-collection.buttons-colvis.icon-files:hover span,
button.buttons-collection.dropdown-toggle.buttons-colvis:hover span {
    color: var(--secondBackgroundColor, #4388A8) !important;
}

.dt-buttons .buttons-colvis:hover span i,
.dt-buttons .buttons-colvis button:hover span i,
.dt-buttons .buttons-colvis .btn:hover span i,
.dt-buttons .buttons-colvis.dt-button:hover span i,
button.buttons-colvis:hover span i,
button.buttons-collection.buttons-colvis:hover span i,
button.buttons-collection.buttons-colvis.btn-light:hover span i,
button.buttons-collection.buttons-colvis.border:hover span i,
button.buttons-collection.buttons-colvis.icon-files:hover span i,
button.buttons-collection.dropdown-toggle.buttons-colvis:hover span i,
.dt-buttons .buttons-colvis:hover i,
.dt-buttons .buttons-colvis button:hover i,
.dt-buttons .buttons-colvis .btn:hover i,
.dt-buttons .buttons-colvis.dt-button:hover i,
.dt-buttons .buttons-colvis:hover .bi-list,
.dt-buttons .buttons-colvis:hover i.bi-list,
.dt-buttons .buttons-colvis:hover span .bi-list,
.dt-buttons .buttons-colvis:hover span i.bi-list,
button.buttons-colvis:hover span i.bi-list,
button.buttons-collection.buttons-colvis:hover span i.bi-list,
button.buttons-collection.buttons-colvis.btn-light:hover span i.bi-list,
button.buttons-collection.buttons-colvis.border:hover span i.bi-list,
button.buttons-collection.buttons-colvis.icon-files:hover span i.bi-list,
button.buttons-collection.dropdown-toggle.buttons-colvis:hover span i.bi-list,
button.buttons-collection.dropdown-toggle.buttons-colvis.btn-light.border.icon-files:hover span i.bi-list {
    color: var(--secondBackgroundColor, #4388A8) !important;
}

/* Garantir que texto do botão colvis também seja visível */
.dt-buttons .buttons-colvis,
.dt-buttons .buttons-colvis button,
.dt-buttons .buttons-colvis .btn {
    color: var(--mainColor, #FFF) !important;
}

.dt-buttons .buttons-colvis:hover,
.dt-buttons .buttons-colvis button:hover,
.dt-buttons .buttons-colvis .btn:hover {
    color: var(--secondBackgroundColor, #4388A8) !important;
}

.pagination .paginate_button.page-item .page-link {
    background-color: var(--secondBackgroundColor) !important;
    color: var(--mainColor);
    font-weight: bold;
    font-size: 18px;
    border: 1px solid var(--secondBackgroundColor) !important;
    margin-right: 0.104vw;
}

.pagination .paginate_button.page-item .page-link:hover {
    background-color: var(--mainColor) !important;
    color: var(--secondBackgroundColor) !important;
}

@media (max-width: 1400px) {
    .dataTables_wrapper>.row {
        flex-direction: column;
        align-items: center;
        gap: 1.389vh;
    }
}

.custom-select {
    cursor: pointer;
}

.custom-select>option:hover {
    background-color: #D9D9D9 !important;
    color: var(--mainBackgroundColor);
}

.custom-select>option:checked {
    box-shadow: 0 0 10px 100px var(--mainBackgroundColor) inset;
}

.custom-select>option {
    height: 3.241vh;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 800;
}

.margin-bottom {
    margin-bottom: 1.852vh;
}

.bottom-box {
    margin-bottom: 1.3%;
}

.fa.fa-list-alt,
a>.fa.fa-file-pdf-o,
a>.fa-download {
    color: var(--secondBackgroundColor);
    font-size: 20px;
}

.line-separator {
    border-top: 4px solid var(--secondBackgroundColor);
    margin-top: -0.463vh;
}

.title-page {
    color: var(--mainBackgroundColor);
    font-weight: 800;
    font-size: 22px;
}

.option-link {
    color: var(--mainBackgroundColor);
    text-decoration: none;
}

.option-link:hover {
    color: var(--mainBackgroundColor);
    text-decoration: none;
}

.container-time {
    display: flex;
    align-items: center;
    color: var(--mainBackgroundColor);
    font-size: 16px;
    font-weight: bold;
    gap: 20px;
}

.container-time>p {
    margin-bottom: 0px;
}

.word {
    width: 1500px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.col-form-label.font-weight-bold.col-sm-12.col-md-4,
.dataTables_length>label,
.text-right,
.sorting,
.sorting_1,
.sorting_asc,
.dataTables_info,
.odd>td,
.even>td,
.dataTables_filter>td,
.dataTables_filter>label,
.card-body>td,
.col-form-label.font-weight-bold.col-12.col-sm-6,
.card-body>p,
.text-center.sorting_disabled,
.sorting_desc,
th.text-center,
.container-pages>div.text-center>p,
.form-row label,
.sorting_disabled,
.col-form-label,
.col-md-8 label,
.table-detalhes>.card-body,
.size-div>p,
.sobre-page>p,
.table-hover.table-bordered th,
.table-hover.table-bordered td,
#gridResultado th,
#gridResultado td,
#gridContratosResponsaveis th,
#gridContratosResponsaveis td,
#gridLiquidacoes th,
#gridLiquidacoes td,
.dtr-details>li>span,
.accordion>h5 {
    color: var(--blackWhite);
}

.box-rounded,
.custom-select {
    background-color: var(--boxFormsColor) !important;
}

.custom-select {
    color: var(--blackWhite);
}

.dados-abertos-consulta {
    background-color: var(--whiteblack);
}

.dados-abertos-consulta>h5 {
    color: var(--secondBackgroundColor);
}

.dados-abertos-consulta>p {
    color: var(--blackWhite);
}

.theme-page .title-page,
.theme-page .container-time,
.dados-abertos-page .title-page {
    color: var(--secondBackgroundColor);
}

.dados-abertos-page .list-group-item {
    background-color: var(--navbarBackgroundColor);
}

.dados-abertos-page .list-group-item>a {
    color: var(--blackWhite);
    font-weight: 600;
}

.dados-abertos-page .list-group-item>a:hover {
    color: var(--secondBackgroundColor);
    font-weight: 700;
}

.theme-page #news-description,
.theme-page .container-painel {
    color: var(--blackWhite);
}

#treeviewContasPublicas span,
#treeviewDocumentosPublicos span {
    color: var(--blackWhite);
}

ul.k-group>li.k-item>div:hover,
ul.k-group>li.k-item>div .k-in:hover,
ul.k-group>li.k-item>div:active,
ul.k-group>li.k-item>div .k-in:active {
    background-color: var(--secondBackgroundColor) !important;
    color: white !important;
    cursor: pointer;
}

.k-sprite.fa.fa-file-o.fa-fw:hover {
    color: white !important;
}

ul.k-group>li.k-item>div .k-in {
    height: 100% !important;
    width: 100% !important;
}

.dataTables_scrollBody a {
    color: var(--secondBackgroundColor);
}

.col-sm-3.col-form-label,
.col-sm-6 {
    padding-left: 0px;
}

.dados-label {
    color: var(--secondBackgroundColor);
    font-weight: 900;
    font-size: 17px;
    margin-bottom: 5px;
}

.td-pln {
    text-align: end;
}

.dados-data {
    color: var(--blackWhite);
    margin-bottom: 5px;
    font-size: 17px;
}

.container-message-error>p,
.dados-fale-conosco {
    color: var(--blackWhite) !important;
}

.option-log {
    background-color: var(--boxFormsColor);
    color: var(--blackWhite) !important;
}

.option-log:hover,
.llv-active {
    background-color: var(--secondBackgroundColor) !important;
    color: white !important;
}

.contas-publicas-container-opcoes {
    background-color: var(--boxFormsColor) !important;
    color: var(--blackWhite) !important;
}

.contas-publicas-container-opcoes:hover {
    background-color: var(--secondBackgroundColor) !important;
}

#news-description>p a {
    color: var(--secondBackgroundColor);
    font-weight: 700;
}

.baixar-documento {
    color: var(--secondBackgroundColor);
    font-size: 18px;
}

.search-news-contaner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 25px 0px;
}

.search-news-contaner>input {
    border: 2px solid var(--mainBackgroundColor);
    border-radius: 26px;
}

.search-news-contaner>input:focus {
    border: 3px solid var(--mainBackgroundColor);
}

.news-item {
    margin-bottom: 10px;
}

.pagination-container>ul {
    gap: 1px;
    font-size: 18px;
}

.pagination-container li {
    color: var(--mainColor);
    background-color: var(--mainBackgroundColor);
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-container a {
    color: var(--mainColor);
    border: solid 1px var(--mainBackgroundColor);
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-container a:hover {
    background-color: var(--mainColor);
    color: var(--mainBackgroundColor);
    font-weight: bold;
}

.accordion-perguntas-frequentes {
    background-color: var(--navbarBackgroundColor);
    color: var(--blackWhite);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none !important;
    transition: 1s;
    border-radius: 7px;
}

.accordion-perguntas-frequentes:hover {
    color: var(--secondBackgroundColor);
}

.panel-collapse.collapse.in {
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: var(--blackWhite);
}

.form-inline .form-control {
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
}

.relatorios-content {
    max-height: 800px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.downloaddocumento {
    background: none;
    color: var(--blackWhite);
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    transition: all 1s ease;
}

.downloaddocumento:hover {
    color: var(--secondBackgroundColor);
    font-weight: 800;
    text-decoration: none;
}

#lista-prestacao-contas .list-group-item a.downloaddocumento {
    font-weight: 600;
    margin-top: 10px !important;
}

.nav-pills .nav-link {
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    height: 42px;
    display: flex;
    align-items: center;
}

.nav-pills .nav-link.active {
    background-color: var(--secondBackgroundColor);
}

.titulo-prestacao-contas {
    color: var(--secondBackgroundColor);
    font-size: 22px;
    font-weight: 700;
}

#v-pills-tabContent,
#lista-prestacao-contas {
    background-color: var(--navbarBackgroundColor);
}

#item-prestacao-contas {
    background-color: var(--boxFormsColor);
}

#item-prestacao-contas>form>span>button,
#item-prestacao-contas>form>a.float-right {
    background-color: var(--secondBackgroundColor);
    height: 35px;
    width: 40px;
}

#item-prestacao-contas>form>a.float-right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

#item-prestacao-contas>form>span>button>i,
#item-prestacao-contas>form>a.float-right>i {
    color: white;
    font-size: 18px;
}

#v-pills-tabContent::-webkit-scrollbar {
    display: none;
}

#v-pills-tabContent {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#v-pills-tab>a {
    color: var(--secondBackgroundColor);
}

#v-pills-tab>a.active {
    color: white;
}

.collapse-item {
    color: white;
}

.downloaddocumento.ml-4 {
    font-weight: 600;
}

.downloaddocumento.ml-4:hover {
    color: var(--secondBackgroundColor);
    font-size: 14px;
    text-decoration: none;
}

.list-group-item.ml-4,
.card-body.p-3 {
    background-color: var(--boxFormsColor);
}

.ml-4.mb-2.my-4.important {
    color: var(--blackWhite);
}

.btn_exportar {
    background-color: var(--secondBackgroundColor);
    border: 1px solid var(--secondBackgroundColor);
    color: white;
}

.exercicio-relatorios {
    display: flex;
    gap: 1.5%;
}

.opcao-exercicio {
    width: 14%;
    margin-left: 15px;
}

.relatorios {
    width: 83%;
}

#gridLegislacoes_filter label,
#gridOrcamentos_filter label {
    display: none;
}

@media (max-width: 1500px) {
    .exercicio-relatorios {
        gap: 1%;
    }

    .relatorios {
        width: 82.3%;
    }
}

@media (max-width: 900px) {
    .relatorios {
        width: 81%;
    }
}

@media (max-width: 600px) {
    .exercicio-relatorios {
        flex-direction: column;
    }

    .opcao-exercicio {
        margin: 0 auto 15px;
        width: 30% !important;
    }

    .relatorios {
        width: 92%;
        margin: 0 auto;
    }

    .opcao-exercicio .nav-link {
        justify-content: center;
    }
}

.input-color-font {
    color: #000;
}

.dataTables_scrollBody th::before {
    content: none !important;
}


.ui-widget.ui-widget-content {
    z-index: 9999 !important;
}
