body {
    background-color: rgba(245, 245, 245);
    /* background-image: url('../img/brasao.png');    
    background-repeat: no-repeat;
    background-position: center; 
    background-size: contain;    
    border: solid 1px red; */
}

.btnIndex {
    width: 100%;
    height: 50px;    
    font-size: larger;
    font-weight: 500;
    margin: 0% 0% 0 0%;
    border: solid 0px yellow; 
}

.botaoIndex {
    width: 30%;
    height: 150px;
    font-size: xx-large;
    margin: 0% 0% 0% 12%;
    border: solid 0px red; 
}

.imglogo {
    width: 9%;
    text-align: center;
    margin: -6% 0% 0% 0%;
    border: solid 0px red;
}

.row {
    width: 100%;  /* Garante que a largura ocupe 100% da tela */
    max-width: 100%; /* Garante que a largura não ultrapasse 100% */
    margin-left: 0px;  /* Ajuste a margem esquerda (se necessário)*/
    margin-right: 0px; /*Ajuste a margem direita (se necessário) */
    border: solid 0px red;
}

/**************************************************
    BOTÃO LIMPAR FILTROS NO CADASTRO DO PACIENTE
**************************************************/
#limparFiltros {
    margin-top: 12.5%;
    height: calc(2.3rem + 1px); /* Mantém o botão alinhado ao campo */
}


.navbar {
    background-color: rgba(5, 95, 71, 0.712) !important;
}
.nav-link {
    font-size : 14px;
    font-weight: 600;
    color: black !important;
}
.nav-link:hover {
    font-weight: 700;
    color:#fff !important;
}
.dropdown-menu {
    font-size: 14px;
    background-color: #d7e3eb !important;
}

.form-inline {
    float:center;
    font-size: 14px;
    border: solid 0px yellow;
}

.produzido {    
    font-family: 'Noto Sans', sans-serif;
    width: 7%;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    font-size: 12px;    
    border:solid 0px red;
    margin: 0.1% 0% 0% 0%;
}

a {
    text-decoration: none; /* Remove o sublinhado */
    color: #4a74a5; /* Define a cor padrão */
    font-weight: bold; /* Deixa o texto em negrito */
}

a:hover {
    
    color: #0056b3; /* Cor diferente ao passar o mouse */
}

/*******  VOLTAR SETINHA DO CAMPO SELECT QUE FOI RETIRADO ******************
********        DA VERSÃO NOVO DO BOOTSTRAP 
***************************************************************************/
select {
    appearance: auto !important;
}

/* TAMANHO DO GRAFICO DE BARRAS */
canvas {
    max-width: 100% !important;
    max-height: 320px !important;
}

.lh-condensed {
    line-height: 1.25;
}

.form-group {
    border: solid 0px blue !important;
}

.form-check-inline {
    border: solid 0px red !important;
}

.form-control {
    font-size:13px;
}

.labelform {
    font-size: 15px;
    font-weight: 600;
    border: solid 0px red;
}

.pagto {          
    margin: 15% 0% 0% 15%;
    font-size: 15px;
    font-weight: 605;
    border: solid 0px red;
    color: rgb(168, 166, 8)
}

.pagtoAcomp {
    margin: 5% 0% 5% 0%;
    font-size: 15px;
    font-weight: 605;
    border: solid 0px red;
    /*color: rgb(168, 166, 8)*/
}
.pagination  {    
    float:right;    
    margin: 1% 0% 0% 5% !important;
    border: solid 0px red;
    
}

/* CONFIGURAÇÕES GRAFICOS */
.anoGrafico {
    float:left;
    text-align: left;
    margin: 0% 0% 0 0%;
    /* font-size: 13px; */
    background-color: rgb(247, 245, 245);
    border: solid 0px red; /*rgb(247, 247, 247);-*/
}


/* CONFIGURAÇÕES TAMANHO PESQUISAR CON PACIENTES*/
#gridConPacientes_filter {        
    float:left;
    width: 87%;
    border: solid 0px red;
}

#dt-search-1 {        
    float:right;
    margin: 0% 0% 1.5% 0%;
    width: 55%;
    border: solid 2px #a5a4a4
}


/* CONFIGURAÇÕES TAMANHO PESQUISAR CON HOSPITAIS*/
#gridConHospitais_filter {        
    float:left;
    width: 87%;
    border: solid 0px red;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 95%; 
    margin: 0 0% 0 0%; 
    border: solid 2px #a5a4a4;   
}

/*************************************************
    CONFIGURAÇÕES DAS CORES DOS PLACEHOLDERS
**************************************************/

::-webkit-input-placeholder {
   color: rgba(31, 29, 29, 0.360)!important;
} 
:-moz-placeholder { /* Firefox 18- */
   color: rgba(31, 29, 29, 0.360)!important;
} 
::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(31, 29, 29, 0.360)!important;
} 
:-ms-input-placeholder {  
   color: rgba(31, 29, 29, 0.360)!important;
}

/**************************************
    CONFIGURAÇÕES DATA TABLES
**************************************/

th { font-size: 14px; }
td { font-size: 12px; }

.badge {
    font-size: 11px !important;
}

.msgsucesso {
    border : solid 1px red;
}

/* FORMATAÇÃO CONSULTAS */
.subtitulo {
    margin: 0 0 2% 0;
    border-bottom: solid 2px rgba(0, 59, 109, 0.69);
    font-weight: 700;   
}

.linhaconsulta:nth-child(1n-3){
/*    background:#EEEED1;*/
    border-bottom: solid thin;
    border-color:#BEBEBE;
    margin-top: 0%;
}

/*********************************************
     CONFIGURAÇÃO CONTRATO DE SERVIÇO
*********************************************/
.textocontrato {
    text-align: justify;
    font-size: 11px;
}
.text_direita {
    text-align: right;
    border: solid 0px red;
}


/**************************************
    CONFIGURAÇÕES MODAL CONCLUIR PROTOCOLO
**************************************/

.origem {
    text-align: center;
    font-weight: 700;
    background-color: rgb(223, 223, 223);
    border: solid 1px rgb(223, 223, 223);
}
.boxOrigem {
    text-align: left;
    font-size: 13px;
    background-color: rgb(247, 245, 245);
    border: solid 1px rgb(247, 247, 247);
}
.destino {
    text-align: center;
    font-weight: 700;
    background-color: rgb(223, 223, 223);
    border: solid 1px rgb(223, 223, 223);
}
.boxDestino {
    text-align: left;
    font-size: 13px;
    background-color: rgb(247, 245, 245);
    border: solid 1px rgb(247, 247, 247);
}


/********************************
     ESPAÇOS CONFIGURADOS
********************************/

.espaco2 {
    margin-top: 2%;    
}
.espaco3 {    
    margin-top: 3%;
}
.espaco4 {
    margin-top: 2%;
}
.espaco5 {
    margin-top: 5%;
}
.espaco6 {
    margin-top: 6%;
}

.espaco10 {
    margin-top: 10%;
}

.espacoEsquerda {    
    width: 30%;
    margin: 0% 0% 0% 8%;
    border: solid 0px green;
}

.espacoDireita {    
    width: 55%;
    margin: 0% 0% 0% 0%;
    border: solid 0px red;
}

/* Centraliza o conteúdo da coluna */
.text-center {
    text-align: center; /* Alinha horizontalmente */
}

/* Centraliza verticalmente (se necessário) */
table tbody tr td {
    vertical-align: middle;
}
/********************************
    COR DOS ERROS DE VALIDAÇÃO
*********************************/
.error {
    color: red
}

/************************************º
    CONFIGURAÇÃO CELULAR
*************************************/
@media screen and (min-width:320px) {
    .titulo {
        margin: 19% 0 2% 0;
        border-bottom: solid 2px rgba(0, 59, 109, 0.69);
    }
    
}

@media screen and (min-width:480px) {
    .titulo {
        margin: 12% 0 2% 0;
        border-bottom: solid 2px rgba(0, 59, 109, 0.69);
    }
 
   
}

/* CONFIG CELULAR */
@media(max-width: 480px) {
    .row {
        width: 100%;  /* Garante que a largura ocupe 100% da tela */
        max-width: 100%; /* Garante que a largura não ultrapasse 100% */        
        margin-left: -5px;  /* Ajuste a margem esquerda (se necessário)*/
        margin-right: -5px; /*Ajuste a margem direita (se necessário)*/
        border: solid 0px green;
    }
    .titulo {
        margin: 28% 0 2% 0;
        border-bottom: solid 2px rgba(0, 59, 109, 0.69);
    }  
    .imglogo {
        width: 40%;
        margin: -12% 0% 0% 0%;
        border:solid 0px yellow;
    }

    #limparFiltros {
        margin-top: 2%;  

    }

    .produzido {    
        font-family: 'Noto Sans', sans-serif;
        width: 25%;
        text-align: center;
        font-style: italic;
        font-size: 10px;
        border:solid 0px yellow;
        margin: 0% 0% 0% 0%;
    } 
    .pagto {        
        margin: 3% 0% 2% 0%;
        font-size: 15px;
        font-weight: 605;
        border: solid 0px blue;
        color: rgb(168, 166, 8)
    }

    .cpfsmall {        
        margin: 0% 0% 10% 2%;
        border: solid 0px blue;        
    }

    .botaoIndex {
        width: 90%;
        height: 150px;        
        font-size: xx-large;
        margin: 0% 0% 0% 5.5%;
        border: solid 0px red; 
    }
    .tituloBot {
        font-size: 16px;
        margin: 1% 0% 0% 0%;
        border: solid 0px red; 
    }

    .espacoEsquerda {    
        width: 80%;
        margin: 0% 0% 0% 10%;
        border: solid 0px blue;
    }
    
    .espacoDireita {    
        width: 100%;
        margin: 0% 0% 0% 0%;
        border: solid 0px red;
    }

    
  
}

@media(max-width: 768) {
 
    .titulo {
        margin: 17% 0 2% 0;
        border-bottom: solid 2px rgba(0, 59, 109, 0.69);
    }  
    .produzido {    
        font-family: 'Noto Sans', sans-serif;
        width: 15%;
        text-align: center;
        font-size: 10px;
        border:solid 0px yellow;
        margin: 0% 0% 0% 0%;
    }    
 
}

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

@media screen and (min-width:768px) {
    .titulo {
        margin: 7% 0 2% 0;
        border-bottom: solid 2px rgba(0, 59, 109, 0.69);
    }   
        
}

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


/*FORMATAÇÕES DIARIAS MOTORISTAS*/

.alignRight {
    float:right;
}

.alignCenter {
    float: center;
}

#cidade {
    text-transform: uppercase;
}


/* FORMATAÇÃO IMPRESSÃO MOTORISTA*/

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.filter-note {
    background-color: #e7f3ff;
    border-left: 4px solid #0d6efd;
    padding: 12px 15px;
    margin-bottom: 25px;
    border-radius: 5px;
    font-size: 0.95rem;
}
/* .btn-primary {
    background-color: #0d6efd;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s;
}
.btn-primary:hover {
    background-color: #0b5ed7;
    transform: translateY(-2px);
} */
.filter-group {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.filter-group:last-child {
    border-bottom: none;
}
.filter-title {
    color: #0d6efd;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.filter-title i {
    margin-right: 10px;
}
.status-badge {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}



/* Forçar a tabela de diárias ocupar 100% */
#tabela_diarias {
    width: 100% !important;
    border-collapse: collapse; /* deixa linhas coladas */
}

/* Bordas nas células */
#tabela_diarias th,
#tabela_diarias td {
    border: 1px solid #ddd;
    padding: 8px;

}

/* Cabeçalho */
#tabela_diarias thead th {
    background-color: #f4f4f4;
    text-align: center;
    font-weight: bold;
}

/* Linhas alternadas */
table.dataTable tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Hover */
table.dataTable tbody tr:hover {
    background-color: #f1f1f1;
}


/* Cabeçalho tabela viagens motorista*/
#tabela_viagens thead th {
    background-color: #f4f4f4;
    text-align: center;
    font-weight: bold;
    /*font-size: 12px;*/
}
/******************************************************
*********** CONFIGURAÇÕES MULTIPLOS UPLOADS ***********
*******************************************************/
.file_customizada::-webkit-file-upload-button {
    /* visibility: hidden; */
    border:solid 0px green;
    border-radius:3px;
    border-color:#3682ce;
    background:linear-gradient(to bottom, #3682ce 5%, #3682ce 100%);
    box-shadow:inset 0px 0px 0px 0px #fdf7f0;
    color:#fff;
    text-shadow:0px 1px 0px #7e7d7d;
}

.file_customizada::-webkit-file-upload-button:hover {
    background:linear-gradient(to bottom, #0c5eca 5%, #106ce4 100%);
}

iframe {
    border: 0px solid red;
    overflow: hidden;
    margin: 0;
    height: 90px;
    width: 450px;
}

#anexos {
    list-style-image: url(../img/file.png);
}

img.remover {
    cursor: pointer;
    vertical-align: bottom;    
}

.listaArq {
    border: solid 0px red;
    margin:0 0 1% 0;    
}

.imgAnexos {
    width: 50%;
    border:solid 0px red;
    /* margin: 0 0 0 25%; */
}

/*********************************************
  CONFIGURAÇÕES CHECKBOX SELECIONAR CONSULTA 
*********************************************/
.rowCheckbox {
    transform: scale(1.3);
    cursor: pointer;
    margin: 0;
}

#selectAll {
    transform: scale(1.3);
    cursor: pointer;
    margin: 0;
}

/* Centraliza o cabeçalho do checkbox */
#gridPacientes thead th:first-child {
    text-align: center;
}

/* Melhora o espaçamento */
#gridPacientes tbody td:first-child {
    padding: 8px 0;
    text-align: center;
}

.icon-white {
    color: white;
    font-size: 16px;
}