@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&family=Roboto:wght@300;400;500&display=swap');

/* Cores do Template - Versão 1 */
:root[data-theme="1"] {
    --cor-primaria: #59205D;
    --cor-secundaria: #4A1C52;
    --cor-terciaria: #6B2569;
}

/* Cores do Template - Versão 2 */
:root[data-theme="2"] {
    --cor-primaria: #01448A;
    --cor-secundaria: #013970;
    --cor-terciaria: #0155A4;
}

/* Aplicar estado collapsed antes do JS carregar (evita flash) */
html.menu-collapsed .fixed-sidebar {
    width: 80px;
}

html.menu-collapsed .content {
    margin-left: 80px;
}

/* Botões Outline Primary - Tema Dinâmico */
.btn-outline-primary {
    color: var(--cor-primaria);
    background-color: transparent;
    border: 1px solid var(--cor-primaria);
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    color: #ffffff;
    background-color: var(--cor-primaria);
    border-color: var(--cor-primaria);
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(var(--cor-primaria-rgb), 0.25);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: var(--cor-primaria);
    background-color: transparent;
    border-color: var(--cor-primaria);
    opacity: 0.65;
    cursor: not-allowed;
}

/* Botões Primary - Tema Dinâmico */
.btn-primary-theme {
    color: #ffffff;
    background-color: var(--cor-primaria);
    border-color: var(--cor-primaria);
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-primary-theme:hover,
.btn-primary-theme:focus,
.btn-primary-theme:active {
    color: #ffffff;
    background-color: var(--cor-secundaria);
    border-color: var(--cor-secundaria);
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(var(--cor-primaria-rgb), 0.25);
}

/* Botões Secondary - Tema Dinâmico */
.btn-secondary-theme {
    color: #ffffff;
    background-color: var(--cor-secundaria);
    border-color: var(--cor-secundaria);
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-secondary-theme:hover,
.btn-secondary-theme:focus,
.btn-secondary-theme:active {
    color: #ffffff;
    background-color: var(--cor-terciaria);
    border-color: var(--cor-terciaria);
}

/* Estilizando a barra de rolagem */
::-webkit-scrollbar {
    width: 9px;
    /* Largura da barra de rolagem */
}

/* Estilizando o botão de rolagem (cabeçalho) */
::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    /* Cor padrão da barra de rolagem */
    border-radius: 6px;
    /* Borda arredondada */
    transition: background-color 0.3s ease;
    /* Transição suave para a mudança de cor */
}

/* Mudança de cor quando o mouse passa sobre a barra de rolagem */
::-webkit-scrollbar-thumb:hover {
    background-color: #696969;
    /* Nova cor quando o mouse passa sobre a barra de rolagem */
}

/* Estilizando a trilha da barra de rolagem (o fundo) */
::-webkit-scrollbar-track {
    background-color: #f4f4f4;
    /* Cor de fundo da barra de rolagem */
}

/* Estilizando as setas de rolagem (aparecem nos extremos) */
::-webkit-scrollbar-button {
    display: none;
    /* Ocultar as setas de rolagem */
}

body {
    background-color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
    background-color: #f4f4f4;
}

body,
html {
    /*height: 100%;*/
    font-family: 'Roboto', sans-serif;
    background-color: #f4f4f4;
}

a {
    text-decoration: none;
}

strong {
    font-weight: 500;
}

/* NOTA: Os estilos do menu sidebar foram movidos para menu-sidebar.css */

.content {
    margin-left: 380px;
    /* Largura da barra lateral fixa */
    padding: 20px;
    max-width: calc(100vw - 390px);
    transition: all 0.3s ease;
    overflow-x: hidden;
}

.content.collapsed {
    margin-left: 70px;
    max-width: calc(100vw - 80px);
}

.content .notificacao {
    position: relative;
}

.content .notificacao .qtd {
    display: table;
    position: absolute;
    top: -5px;
    left: 18px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}

.content .notificacao .qtd2 {
    display: table;
    position: absolute;
    top: -5px;
    left: -8px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}

.content header .bt-inicio {
    font-size: 18px;
    font-weight: 600;
    color: #757575;
    border-left: 2px solid #757575;
    text-transform: uppercase;
    padding-left: 12px;
}

.content .block .icon {
    border-radius: 5px;
    background: var(--cor-primaria);
    width: 73px;
    height: 102px;
    margin-top: -35px;
}

.content .block h1 {
    color: var(--cor-primaria);
    font-size: 24px;
    font-weight: 600;
}

.content .block h1 span {
    display: block;
}

/* ==================================================
   HEADER VERSÃO 2
   ================================================== */

.header-v2 {
    padding: 4px 0;
}

.header-v2 .logo {
    max-height: 38px;
    height: auto;
    width: auto;
}

.header-v2 .header-actions {
    gap: 12px;
}

.header-v2 .notificacao {
    position: relative;
}

.header-v2 .notificacao .qtd {
    display: table;
    position: absolute;
    top: -4px;
    right: -4px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    text-align: center;
    line-height: 1.2;
}

.header-v2 .notificacao .qtd2 {
    display: table;
    position: absolute;
    top: -4px;
    left: -8px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    text-align: center;
    line-height: 1.2;
}

.header-v2 .notificacao svg {
    width: 24px;
    height: 24px;
    transition: all 0.2s ease;
}

.header-v2 .notificacao a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header-v2 .notificacao a:hover svg {
    transform: scale(1.1);
}

.header-v2 .notificacao a:hover svg path,
.header-v2 .notificacao a:hover svg g {
    fill: var(--cor-primaria);
}

.header-v2 .bt-inicio {
    font-size: 16px;
    font-weight: 600;
    color: #757575;
    border-left: 2px solid #757575;
    padding-left: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
}

.header-v2 .bt-inicio:hover {
    color: var(--cor-primaria);
    border-left-color: var(--cor-primaria);
    text-decoration: none;
}

/* Responsivo */
@media (max-width: 768px) {
    .header-v2 .logo {
        max-height: 32px;
    }

    .header-v2 .header-actions {
        gap: 6px;
    }

    .header-v2 .notificacao svg {
        width: 20px;
        height: 20px;
    }

    .header-v2 .bt-inicio {
        font-size: 14px;
        padding-left: 8px;
    }
}

@media (max-width: 576px) {
    .content {
        padding: 10px;
    }

    .header-v2 {
        padding: 2px 0;
    }

    .header-v2 .header-actions {
        gap: 4px;
    }
}

/* ==================================================
   Page Header - Títulos de Página
   ================================================== */

.page-header {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 8px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
}

.page-header small {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    margin-left: 8px;
}

/* ==================================================
   Breadcrumb
   ================================================== */

.breadcrumb {
    background-color: #f5f5f5;
    padding: 8px 12px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 13px;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li + li:before {
    content: "/";
    padding: 0 8px;
    color: #bdbdbd;
}

.breadcrumb li.active {
    color: #757575;
}

.breadcrumb a {
    color: var(--cor-primaria);
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.content .block ul {
    list-style: none;
}

.content .block ul a {
    font-size: 24px;
    color: #06152b;
    font-weight: 500;
}

.content .block ul a li {
    border-bottom: thin solid #e1e7ec;
    padding: 10px 5px;
}

.content .block ul a:last-child li {
    border-bottom: none;
}

.content .block span.contador {
    padding: 3px 15px;
    border-radius: 5px;
    border: 1px solid #CECECE;
    color: #809FB8;
}

.block {
    width: 100%;
    min-height: 260px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
}

.block .acoes {
    display: flex;
    justify-content: space-between;
    width: 110px;
    position: absolute;
    top: 12px;
    right: 0px;
}

.block .acoes svg {
    transition: transform ease 0.5s;
    margin-right: 10px;
}

.block .acoes span.contador {
    color: #FFB100;
    font-weight: 800;
}

.block header {
    width: 100%;
    border-radius: 5px;
    background: var(--cor-primaria);
}

.block header span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
}

.block ul.lista {
    padding: 15px;
}

.block ul.lista li {
    border-bottom: thin solid #CECECE;
    margin: 0px;
    position: relative;
    padding: 15px 5px;
    font-size: 22px;
    padding-right: 115px;
    font-weight: 400;
    cursor: pointer;
}

.block ul.lista li:last-child {
    border-bottom: none;
}

.block ul.lista ul {
    background-color: #f7f7f7;
    border-radius: 5px;
}

.block ul.lista ul li {
    padding-right: 0px;
    font-size: 20px;
    font-weight: normal;
}

.btMenu {
    border: thin solid #ddd;
    padding: 10px 16px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 18px;
    z-index: 9999;
    display: block;
}

.bt-fechar {
    position: absolute;
    top: 20px;
    left: 260px;
    display: none;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8000;
    display: none;
}

@media screen and (max-width: 990px) {
    .content {
        margin-left: 0px;
        padding: 20px;
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width:650px) {
    .logo {
        width: 100%;
    }

    .content header .bt-inicio {
        font-size: 20px;
        font-weight: 700;
        color: #757575;
        border-left: 2px solid #757575;
        text-transform: uppercase;
    }
}

/* JULIANO */

.panel-listar>.panel-heading {
    padding: 10px;
    border: 1px solid #333;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-listar>.panel-body {
    padding: 0px;
}

hr {
    border-top: 1px dotted #000000 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.table {
    margin-bottom: 0;
}

.btn {
    padding: 5px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-link {
    text-decoration: none;
}

.btn-padrao {
    background-color: var(--cor-primaria) !important;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-weight: 500;
    color: #FFF;
}

.btn-padrao:focus,
.btn-padrao:hover {
    color: #fff;
    background-color: #777;
    border-color: #333;
}

.btn-padrao.disabled:hover,
.btn-padrao[disabled]:hover,
fieldset[disabled] .btn-padrao:hover,
.btn-padrao.disabled:focus,
.btn-padrao[disabled]:focus,
fieldset[disabled] .btn-padrao:focus,
.btn-padrao.disabled.focus,
.btn-padrao[disabled].focus,
fieldset[disabled] .btn-padrao.focus {
    background-color: #FFCC00;
    border-color: #2e6da4;
}


.btn-padrao:disabled, .btn-padrao.disabled, fieldset:disabled .btn-padrao {
	background-color: #000 !important;
    color: #FFF !important;
    opacity: 0.3;
}

.btn-primary {
    background-color: var(--cor-primaria) !important;
    border-radius: 5px;
    border: none;
    padding: 5px 35px;
    font-weight: 500;
    color: #FFF;
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #777;
    border-color: #333;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #FFCC00;
    border-color: #2e6da4;
}


.btn-primary:disabled, .btn-primary.disabled, fieldset:disabled .btn-primary {
	background-color: #000 !important;
    color: #FFF !important;
    opacity: 0.3;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.page-header {
    color: var(--cor-primaria);
}

.breadcrumb {
    list-style: none;
    border-radius: 4px;
    border: 1px solid #DDD;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #777;
}

.breadcrumb>i {
    display: none !important;
}

.breadcrumb svg {
    display: none !important;
}

.breadcrumb>.active>a,
.breadcrumb>.active>span,
.breadcrumb>.active>a:hover,
.breadcrumb>.active>span:hover,
.breadcrumb>.active>a:focus,
.breadcrumb>.active>span:focus {
    color: #fff;
    background-color: var(--cor-primaria);
    border-color: var(--cor-primaria);
}

.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: var(--cor-primaria);
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: var(--cor-primaria);
    border-color: var(--cor-primaria);
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: var(--cor-primaria);
}

.panel-primary>.panel-heading .badge {
    color: var(--cor-primaria);
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: var(--cor-primaria);
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.panel-filtrar>.panel-heading .panel-title {
    font-size: 16px;
    color: #000;
    padding-top: 3px;
    padding-bottom: 0px;
    font-weight: 500;
}

.panel-filtrar>.panel-heading {
    background: #DDD;
    color: #000;
    padding: 5px 10px;
    border: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-info {
    border-radius: 0 !important;
    border-color: #CCC !important;
}

.btn-form {
    color: #fff;
    background-color: var(--cor-primaria);
    border-color: var(--cor-primaria);
}

.btn-form:focus,
.btn-form:hover {
    color: #fff;
    background-color: #777;
    border-color: #333;
}

/* formulários */
.form-group {
    margin-bottom: 10px;
}

.form-group label {
    margin-bottom: 2px;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /* #d4dae3 */
    border-radius: 5;

    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* fim - formulários */

label.error {
    width: 100%;
    color: red;
    display: none;
    font-size: 12px;
    font-weight: normal;
}

/* tabela (primary) */
.panel-tabela {
    border-radius: 5;
    border-color: var(--cor-primaria);
}

.panel-tabela>.panel-heading {
    background: var(--cor-primaria);
    color: #FFF;
    padding: 5px 10px;
    border: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-tabela>.panel-body {
    padding: 10px 10px 0px 10px;
}

.panel-tabela>.collapse>.panel-body {
    padding: 10px 10px 0px 10px;
}

.panel-tabela>.panel-footer {
    padding-left: 10px;
    padding-right: 10px;
}

/* fim - tabela (primary) */

/* tabela-padrao (default style but tabela layout) */
.panel-padrao {
    border-radius: 0;
    border-color: #ddd;
    border: 1px solid #ddd;
}

.panel-padrao>.panel-heading {
    background: #f5f5f5;
    color: #333;
    padding: 5px 10px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-padrao>.panel-body {
    padding: 10px 10px 0px 10px;
}

.panel-padrao>.collapse>.panel-body {
    padding: 10px 10px 0px 10px;
}

.panel-padrao>.panel-footer {
    padding-left: 10px;
    padding-right: 10px;
}
/* fim - tabela-padrao */

.panel-tabela-escuro {
    border-color: #212529;
}

.panel-tabela-escuro>.panel-heading-escuro {
    background-color: #424951;
    color: #FFF;
}

/* tabela2 (primary) */
.panel-tabela2 {
    border-radius: 5;
    border-color: var(--cor-primaria);
}

.panel-tabela2>.panel-heading {
    background: #FFF;
    color: #000;
    padding: 5px 10px;
    border: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 15px;
}

.panel-tabela2>.panel-heading .fa {
    background: #FFF;
    color: var(--cor-primaria);
}

.panel-tabela2>a>.panel-footer {
    color: #000;
    font-weight: bold;
}

/* fim - tabela2 (primary) */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 10px 5px 10px;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--cor-primaria);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--cor-primaria);
    border-color: var(--cor-primaria);
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.alert-error {
    color: red;
    text-align: center;
    font-size: 16px;
}

.alert-success {
    color: var(--cor-primaria);
    background-color: #f4f4f4;
    border: 3px solid var(--cor-primaria);
    padding: 5px 8px 3px 8px;
    margin-bottom: 10px;
}


.alert-primary {
    color: #000;
    background-color: #eee;
    border-color: #DDD;

    padding: 5px 8px 3px 8px;
    margin-bottom: 10px;
}

.alert-danger,
.alert-info,
.alert-warning,
.alert-success3 {
    padding: 5px 8px 3px 8px;
    margin-bottom: 10px;
}

.alert-vermelho {
    padding: 5px 8px 3px 8px;
    margin-bottom: 10px;
    color: #a94442;
    background-color: #FFF;
    border-color: #a94442;
    font-weight: bold;
}

.alert-laranja {
    padding: 5px 8px 3px 8px;
    margin-bottom: 10px;
    color: #ffc107;
    background-color: #FFF;
    border-color: #ffc107;
    font-weight: bold;
}

.alert-verde {
    padding: 5px 8px 3px 8px;
    margin-bottom: 10px;
    color: green;
    background-color: #FFF;
    border-color: green;
    font-weight: bold;
}

.alert-default {
    padding: 3px 8px 3px 8px;
    margin-bottom: 10px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.alert-default2 {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.alert-primary2 {
    color: #fff;
    background-color: var(--cor-primaria);
    border-color: #2e6da4;
}

.alert-success2 {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.alert-info2 {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.alert-warning2 {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.alert-danger2 {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.alert-success3 {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.bg-primary {
    color: #000 !important;
    background-color: #eee !important;
}

.btn-regular-entregue {
    color: #333;
    background-color: #e6c405;
    border-color: #e6c405;
}

.btn-regular-entregue:focus,
.btn-regular-entregue:hover {
    color: #333;
    background-color: #e6c405;
    border-color: #e6c405;
}


.btn-regular-analise {
    color: #fff;
    background-color: #1E90FF;
    border-color: #1E90FF;
}

.btn-regular-analise:focus,
.btn-regular-analise:hover {
    color: #fff;
    background-color: #1E90FF;
    border-color: #1E90FF;
}

.btn-nao-informado {
    color: #fff;
    background-color: #ab2e6a;
    border-color: #ab2e6a;
}
.btn-nao-informado:focus,
.btn-nao-informado:hover {
    color: #fff;
    background-color: #ab2e6a;
    border-color: #ab2e6a;
}

.btn-regular-aprovada {
    color: #fff;
    background-color: #228B22;
    border-color: #228B22;
}

.btn-regular-aprovada:focus,
.btn-regular-aprovada:hover {
    color: #fff;
    background-color: #228B22;
    border-color: #228B22;
}


.btn-regular-ressalva {
    color: #fff;
    background-color: #CD853F;
    border-color: #CD853F;
}

.btn-regular-ressalva:focus,
.btn-regular-ressalva:hover {
    color: #fff;
    background-color: #CD853F;
    border-color: #CD853F;
}

.btn-irregular-atraso {
    color: #fff;
    background-color: #DB7093;
    border-color: #DB7093;
}

.btn-irregular-atraso:focus,
.btn-irregular-atraso:hover {
    color: #fff;
    background-color: #DB7093;
    border-color: #DB7093;
}

.btn-irregular-diligencia {
    color: #fff;
    background-color: #8A2BE2;
    border-color: #8A2BE2;
}

.btn-irregular-diligencia:focus,
.btn-irregular-diligencia:hover {
    color: #fff;
    background-color: #8A2BE2;
    border-color: #8A2BE2;
}

.btn-irregular-reprovada {
    color: #fff;
    background-color: #FF6347;
    border-color: #FF6347;
}

.btn-irregular-reprovada:focus,
.btn-irregular-reprovada:hover {
    color: #fff;
    background-color: #FF6347;
    border-color: #FF6347;
}

.btn-irregular-reprovada {
    color: #fff;
    background-color: #FF6347;
    border-color: #FF6347;
}

.btn-irregular-reprovada:focus,
.btn-irregular-reprovada:hover {
    color: #fff;
    background-color: #FF6347;
    border-color: #FF6347;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    border: 0;
}

/* filtrar (info) */
.panel-filtrar {
    border-radius: 0;
    border-color: #CCC;
    margin-bottom: 10px;
}

.panel-filtrar>.panel-heading {
    background: #DDD;
    color: #000;
    padding: 5px 10px;
    border: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-filtrar>.panel-heading .panel-title {
    font-size: 14px;
    color: #000;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.panel-filtrar>.panel-collapse>.panel-body {
    padding: 10px 10px 0px 10px;
}

#filtro_submit_campo #label_filtro_submit {
    display: none;
}

/* fim - filtrar (info) */

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity:1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

.andamento_caixa_botao .btn-padrao,
.andamento_caixa_botao .btn-info,
.andamento_caixa_botao .btn-default,
.andamento_caixa_botao .btn-form,
.andamento_caixa_botao .btn-success,
.andamento_caixa_botao .btn-warning,
.andamento_caixa_botao .btn-danger
{
    margin-bottom: 10px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.acao_link {
    color: #014484 !important;
}

.badge-primary {
    color: #eee;
    background-color: #000;
}

.badge-success {
    color: #FFF;
    background-color: #014484;
}

.badge-padrao {
    color: #f5f5f5 !important;
    background-color: #333 !important;

    border-radius: 5px !important;
}

.badge-light {
    color: #333 !important;
    background-color: #FFF !important;

    border-radius: 5px !important;
    border: 1px solid #9C9C9C !important;
    font-weight: normal !important;
}

.badge-cinza-claro {
    color: #333 !important;
    background-color: #f5f5f5 !important;
}

.badge-verde {
    color: #f5f5f5 !important;
    background-color: #28a745 !important;
}

.badge-amarelo {
    color: #333 !important;
    background-color: #ffc107 !important;
}

.badge-vermelho {
    color: #f5f5f5 !important;
    background-color: #dc3545 !important;
}

.badge-preto {
    color: #f5f5f5 !important;
    background-color: #343a40 !important;
}

.badge-azul {
    color: #f5f5f5 !important;
    background-color: #007bff !important;
}

.badge-cinza {
    color: #f5f5f5 !important;
    background-color: #6c757d !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.hide {
    display: none !important;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #777;
}

.badge-primary {
    color: #eee;
    background-color: #000;
}

.badge-success {
    color: #FFF;
    background-color: #014484;
}

.badge-padrao {
    color: #f5f5f5 !important;
    background-color: #333 !important;

    border-radius: 5px !important;
}

.badge-light {
    color: #333 !important;
    background-color: #FFF !important;

    border-radius: 5px !important;
    border: 1px solid #9C9C9C !important;
    font-weight: normal !important;
}

.badge-cinza-claro {
    color: #333 !important;
    background-color: #f5f5f5 !important;
}

.badge-verde {
    color: #f5f5f5 !important;
    background-color: #28a745 !important;
}

.badge-amarelo {
    color: #333 !important;
    background-color: #ffc107 !important;
}

.badge-vermelho {
    color: #f5f5f5 !important;
    background-color: #dc3545 !important;
}

.badge-preto {
    color: #f5f5f5 !important;
    background-color: #343a40 !important;
}

.badge-azul {
    color: #f5f5f5 !important;
    background-color: #007bff !important;
}

.badge-cinza {
    color: #f5f5f5 !important;
    background-color: #6c757d !important;
}

.fa-circle-question {
    color:#757575
}

.modal-login-header{
    color: #f5f5f5 !important;
    background-color: var(--cor-primaria) !important;
}


.login-alert {
	display: flex;
	align-items: center;
}

.login-spinner {
	border: 8px solid #f3f3f3;
	border-top: 8px solid var(--cor-primaria);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 2s linear infinite;
	margin-right: 10px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.is-invalid {
    border-color: #fa5c7c !important;
    padding-right: calc(1.5em + .9rem)  !important;;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fa5c7c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fa5c7c' stroke='none'/%3e%3c/svg%3e")  !important;;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .225rem) center;
    background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}

.link-copiar-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.link-copiar-group {
    display: flex;
    width: 100%;
}

.link-copiar-group .btn:first-child {
    flex: 1;
}

.link-copiar-group .btn:last-child {
    flex: 0;
    width: auto;
}

.link-copiar-message {
    margin-top: 5px;
    margin-left: 5px; /* Alinha com o botão de copiar */
    margin-bottom: 0;
    color: green;
    font-weight: normal;
    display: none;
}

.modal-dialog-organizacao {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 1200px;
    max-width: calc(100vw - 20px);
}
.modal-dialog-organizacao .modal-content {
    width: 100%;
	height: 100%;
    margin: 0 auto;
	min-height: 50vh;
}
.modal-dialog-organizacao .modal-body iframe {
    width: 100%;
    height: 100%;
    border: none;
	min-height: 50vh;
}

/* Responsivo - modal de consulta organizacao */
@media (max-width: 768px) {
    .modal-dialog-organizacao {
        min-height: auto;
    }
    .modal-dialog-organizacao .modal-content {
        min-height: 40vh;
    }
    .modal-dialog-organizacao .modal-body iframe {
        min-height: 40vh;
    }
    .modal-dialog-organizacao .modal-header h6 {
        font-size: 0.85rem;
        word-break: break-word;
    }
    .modal-dialog-organizacao .modal-footer {
        flex-wrap: wrap;
        gap: 5px;
    }
    .modal-dialog-organizacao .modal-footer .btn {
        flex: 1 1 auto;
        min-width: 0;
    }
}

a .btn-warning {
    color: #fff !important;
}
.select-readonly {
    background-color: #e9ecef !important; /* cinza padrão Bootstrap */
    cursor: not-allowed;                  /* cursor de bloqueio */
    pointer-events: none;                 /* impede clique */
    opacity: 1;                           /* mantém o texto visível */
    color: #6c757d;                       /* cinza no texto */
}
