* {
    box-sizing: border-box; /* Inclui padding e bordas no cálculo da largura total */
}
.main-padrao {
    font-family: 'Roboto', sans-serif;
    /*background-color: #f5f5f5;*/
    background-color: white;/**/
    /*border-radius: 8px;*/
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative; /* Para que os filhos usem este limite */
}
.borda-form{
    /*border: 1px solid #E67E22;/*Laranja Padrao*/
    /*border: 2px solid #FBE3D1;/*Laranja Claro*/
    border: 1px solid #ccc;/**/
    /*border-radius: 5px;/**/
    padding: 1px;
    background-color: #FBE3D1 /*Laranja Claro*/;
    /*background-color: #F06E6E; /*Vermelho suave*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.form-divisao {
    font-family: 'Roboto', sans-serif;
    /*background-color: #f5f5f5;*/
    background-color: white;
    border: 1px solid #ccc;/**/
    padding: 10px;
    border-radius: 8px;/**/
    /*max-width: 1200px;*/
    width:100%;
    /*margin: 0 auto;*/
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.form-divisao-desc-edificacao {
    font-family: 'Roboto', sans-serif;
    /*background-color: #f5f5f5;*/
    background-color: #E67E22;/* Laranja Padrao*/
    /*border: 1px solid #ccc;/**/
    /*border-radius: 8px;/**/
    /*max-width: 1200px;*/
    width:100%;
    /*margin: 0 auto;*/
    margin-bottom: 15px;
    margin-top: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.form-divisao-form-local{
    font-family: 'Roboto', sans-serif;
    /*background-color: #E67E22;/* Laranja Padrao*/
    /*background-color: #F06E6E; /*Vermelho suave*/
    /*background-color: #f5f5f5;*/
    /*background-color: #ff914d;/*Laranja da Luciana*/
    background-color: #FBE3D1; /* Laranja claro */
    /*border: 1px solid #ccc;/**/
    margin-left: 10px;
    margin-right: 10px;
    /*border-radius: 8px;/**/
    /*max-width: 1200px;*/
    /*margin: 0 auto;*/
    /*margin-bottom: 2px;*/
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    box-sizing: border-box;
}
.form-divisao-form{
    font-family: 'Roboto', sans-serif;
    /*background-color: #f5f5f5;*/
    background-color: white;
    border: 1px solid #ccc;/**/
    /*border: 1px solid #ccc;/**/
    padding: 10px;
    /*border-radius: 5px;/**/
    /*max-width: 1200px;*/
    /*width:100%;/**/
    /*margin: 0 auto;*/
    /*margin-bottom: 2px;*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);/**/
    box-sizing: border-box;/**/
    margin-bottom: 15px;
}
.form-divisao-foto{
    display: flex;
    flex-direction: row;
    /*justify-content: left;/**/
    /*align-items: center;/**/
    font-family: 'Roboto', sans-serif;
    /*background-color: #f5f5f5;*/
    /*background-color: #FBE3D1 /*Laranja Claro*/;
    /*border: 1px solid #ccc;/**/
    padding: 10px;
    gap:20px;
    /*border-radius: 8px;/**/
    /*max-width: 1200px;*/
    width:100%;
    /*margin: 0 auto;*/
    /*margin-bottom: 15px;*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);/**/
    /*box-sizing: border-box;*/
}

.form-divisao-tabela {
    font-family: 'Roboto', sans-serif;
    /*background-color: rgba(151, 0, 0, 0.1);*/
    background-color: #E67E22;/**/
    /*background-color: #BEBEBE;*/
    /*background-color: black;/**/
    /*background-color: rgba(151, 0, 0);/**/
    padding: 1px;
    /*border-radius: 8px;/**/
    /*max-width: 1200px;*/
    width:100%;
    /*margin: 0 auto;*/
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.form-divisao-microfone {
    display: flex;
    font-family: 'Roboto', sans-serif;
    /*background-color: #f5f5f5;*/
    background-color: white;
    border: 1px solid #ccc;/**/
    border-radius: 50px;/**/
    /*max-width: 1200px;*/
    padding: 5px;
    width:100%;
    /*margin: 0 auto;*/
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;  
}
.form-divisao-duas-telas {
    display: flex;
    font-family: 'Roboto', sans-serif;
    gap: 10px;
    /*background-color: #E67E22;/**/
    padding: 1px;
    width:100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.form-divisao-tela {
    font-family: 'Roboto', sans-serif;
    /*background-color: #f5f5f5;*/
    border: 1px solid #ccc;/**/
    padding: 10px;
    /*max-width: 1200px;*/
    width:100%;
    /*margin: 0 auto;*/
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.div-final-form{
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.form-divisao-historico {
    font-family: 'Roboto', sans-serif;
    /*border: 1px solid #ccc;/**/
    border: 1px solid #E67E22; /**/
    padding: 10px;
    width:100%;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/* INICIO ************** MAIN.PHP *****************************/
.Index-Body {
    overflow: hidden; /* Ocultar a barra de rolagem */
    max-width: 1200px; /* Limita a largura máxima a 800px */
    margin: 0 auto;
    padding: 10px; /* Padding uniforme de 15px */
}   

.Box-Index-Imagem {
    /*background-color: #8b4513;*/
    width: 100%;
    /*max-width: 800px;*/
    min-height: 90vh;  /* Garante que a altura ocupa toda a tela */
    box-sizing: border-box;
    overflow: hidden; /* Garante que a imagem não ultrapasse as bordas */
    /* Maintain aspect ratio based on image dimensions */
    padding-top: 56.25%; /* Adjust this percentage based on your image's aspect ratio */
    position: relative;
}

.Box-Index-Imagem img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills container without distortion */
    /*border-radius: 8px;*/
}

.Index-Main {
    padding: 0px; /* Padding uniforme de 15px */
}
/* FIM ************** MAIN.PHP *****************************/


/* Estilo dos itens de formulário */
.Notificacao-Form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Notificacao-Itens-Form {
    margin-bottom: 15px;
}

.Notificacao-Itens-Form label{
    font-size: 14px;
}
.botao-img-label{
    display: inline-flex;;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 10px;
    cursor:pointer;  
}
.botao-img-label button {
    width: 40px;      /* Ajuste o tamanho da imagem  */
    display: block;
    font-size: 25px;
    border-radius: 20px;
}
.botao-img-label img{
    width:40px; 
    cursor:pointer; 
}
.botao-img-label label {
    cursor: pointer;
}

/* INICIO *************** Cadastro Irregularidade **************/
.btn-img-submit button:hover {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    filter: none;
    transform: none;
}
.btn-img-submit {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.btn-img-submit:hover {
    filter: brightness(1.2);
    transform: scale(1.05);
}
.img-submit {
    width: 50px; /* Aumente aqui como quiser */
    height: auto;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}
.img-submit,
.texto-botao {
    transition: inherit; /* Garante que eles usem a mesma transição suave */
}
.texto-botao {
    font-weight: bold;
    color: black; /* Altere conforme o estilo do seu sistema */
}
.cadastro-irregularidade-adicionar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 10px;
}
.cadastro-irregularidade-adicionar button{
    font-size: 25px;/**/
}
.cadastro-irregularidade-adicionar button img {
    width: 25px;      /* Ajuste o tamanho da imagem  */
    height: 30px;
    display: block;
}
.cadastro-irregularidade-adicionar img{
    width:40px; 
    cursor:pointer; 
    border-radius: 5px;
}

.cadastro-irregalirade-local-edificacao-botao-buscar{
    display: flex;
    margin-top: 5px;  
}

.cadastro-irregularidades-local-form{
    font-size: 10px;
}

.cadastro-irregularidades-local-form input[type="text"],
.cadastro-irregularidades-local-form select,
.cadastro-irregularidades-local-form label {
    font-size: 14px;
}

.cadastro-irregularidades-local-form input[type="text"]:focus{
    background-color: #e0e0e0; /* Cor de fundo padrão para a maioria dos navegadores */
    border-color: #3b9af1; /* Borda com cor padrão quando recebe foco */
    outline: none;
}

.cadastro-irregularidades-local-form input[type="text"]{
    margin-top: 5px;
    /*border-radius: 0px;/**/
}

.cadastro-irregularidades-itens-form{
    display: flex;
    flex-direction: column;
    font-size: 10px;
    margin-bottom: 15px;
}

.cadastro-irregularidades-itens-form input[type="text"],
.cadastro-irregularidades-itens-form textarea,
.cadastro-irregularidades-itens-form select,
.cadastro-irregularidades-itens-form label {
    font-size: 14px;
}
.cadastro-irregularidades-itens-form textarea{
    line-height: 1.4;
}
.cadastro-irregularidades-itens-form label {
    margin-bottom: 0px;
}

.cadastro-irregularidades-itens-form input[type="text"]:focus,
.cadastro-irregularidades-itens-form textarea:focus,
.cadastro-irregularidades-itens-form select:focus,
.cadastro-irregularidades-itens-form label:focus {
    background-color: #e0e0e0; /* Cor de fundo padrão para a maioria dos navegadores */
    border-color: #3b9af1; /* Borda com cor padrão quando recebe foco */
    outline: none;
}

.cadastro-irregularidades-itens-form input[type="text"]{
    margin-top: 5px;
}
.cadastro-irregularidades-manual{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/* Estilo para a seção Descrição da Edificação */
.cadastro-irregularidade-desc-edificacao {
    display: flex;
    flex-direction: column;
    background-color: #E67E22;/**/
    /*background-color: #faf3e0;*/
    /*border: 1px solid #b0b0b0;*/
    /*border-radius: 1px;
    /*padding: 5px; /* Ajuste conforme necessário */
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);/**/
    box-sizing: border-box;
    width: 100%;
}

/* Estilo para o campo de descrição como título */
.cadastro-irregularidade-desc-edificacao input[type="text"] {
    width: 100%;
    border: none;
    border-radius: 0px;
    /*background-color: transparent; /* Fundo transparente */
    font-size: 16px; /* Aumenta o tamanho da fonte */
    background-color: #E67E22;
    color: black;
    font-weight: bold;
    pointer-events: none; /* Desabilita o campo para não ser editável */
    padding: 8px; /* Espaçamento interno para melhorar o layout */
    margin-bottom: 0;
    box-shadow: none; /* Remove qualquer sombra padrão */
}

.cadastro-irregularidade-desc-edificacao a:hover {
    color: #a0522d; /* Tom mais claro para o efeito hover */
}

.cadastro-irregalirades-edificacao-botao-buscar{
    display: flex;
    img {
        width: 25px;
    }
    button {
        width: 40px;
        
    }
}
.Desc-Edificacao-Buscar{
    display: flex;
    margin-top: 5px;
    img {
        width: 25px;
    }
    button {
        width: 40px;
    }
}

/* FIM *************** Cadastro Irregularidade **************/

.Busca-Irregularidade{
    display: flex;
    width: 100%;
    margin-left: 15px;
    margin-right: 10px;
    gap:16px;
    align-items: center;
}
.Busca-Irregularidade input[type="text"]:focus {
    border: none !important;
    outline: none !important;
}
.Busca-Irregularidade:focus-within input[type="text"] {
    border: none !important;
    outline: none !important;
}
input:-webkit-autofill {
    border: none !important;
    outline: none !important;
    box-shadow: 0 0 0px 1000px white inset !important; /* ou da cor de fundo */
    -webkit-text-fill-color: #000 !important;
}

.Busca-Irregularidade input {
    border: none !important;
    outline: none !important;
}

.iconeLimpar {
    cursor: pointer; 
    width: 30px; 
    height: 30px; 
    display: none;
}
.iconeLinha {
    width: 5px; 
    height: 28px; 
    display: none;
}
.iconeBusca {
    cursor: pointer; 
    width: 25px; 
    height: 25px;    
}
.iconeMicrofone {
    cursor: pointer; 
    width: 25px; 
    height: 25px;    
}

.Busca-ItemIrregular-Modal{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    button {
        margin: 0;
    }
}

.Item-Irregular-Buscar{
    display: flex;
    img {
        width: 20px;
    }
    button {
        width: 50px;
        margin-left: 5px;
    }
}
.Item-Irregular-Buscar #div-Irregularidades {
    width: 100%;
}
.Desc-Edificacao-Buscar #div-Irregularidades {
    width: 100%;
}

.btn-preencher-img {
    position: relative;
    width: 40px; /* Largura do botão */
    height: auto; /* Altura do botão */
    padding: 0; /* Remove padding interno */
    border: none; /* Remove borda */
    border-radius: 5px; /* Borda arredondada para um visual mais amigável */
    display: flex; /* Alinhamento flexbox */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    cursor: pointer; /* Mostra o cursor de interação */
    transition: background-color 0.3s ease; /* Suaviza a transição de hover */
}

.btn-preencher-img img {
    width: 30px; /* Define a largura da imagem */
    height: auto; /* Mantém as proporções originais */
    object-fit: contain; /* Mantém a imagem inteira visível sem distorção */
}

/* Estilo para os textos */
    p, label {
        font-size: 16px;
        margin-bottom: 8px;
        color: #333;
    }

    /* Estilo para o select e input */
    input[type="text"], select{
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 16px;
        transition: border-color 0.3s ease;
    }
    
    /* Estilo para o select e input */
    textarea{
        border-radius: 4px;
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        transition: border-color 0.3s ease;
    }

    /* Estilo para o checkbox */
    input[type="checkbox"] {
        margin-right: 10px;
    }

    /* Botões */
    button {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }

    button:hover {
        background-color: #0056b3;
    }

/******** Irregularidades Consultar **************/
.irregularidades-novo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    gap: 10px;    
}
.irregularidades-novo button{
    font-size: 20px;/**/
}
.irregularidades-limpar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    margin-bottom: 10px;
}


/* Estilo para o contêiner do botão */
.Coluna-Tabela-Botao {
    width: 30px; /* Define a largura desejada */
    height: 30px; /* Define a altura desejada */
    display: flex; /* Centraliza o conteúdo no contêiner */
    justify-content: center;
    align-items: center;
}

.Botoes-Modal-Foto{
    display: flex;
    justify-content: right;/**/
    padding: 0px;
    gap: 30px;   
}

.Botao-Img-Tabela {
    display: block; 
    width: 30px; /* Define uma largura fixa */
    height: 30px; /* Define uma altura fixa */
    padding: 0; /* Remove padding para ocupar apenas o espaço da imagem */
    background-color: transparent; /* Fundo transparente */
    border: none; /* Remove borda */
    cursor: pointer;
}

.Botao-Img-Tabela:hover {
    background-color: transparent;
}

.Botao-Img-Tabela img {
    width: 100%; /* A imagem ocupa toda a largura do botão */
    height: 100%; /* A imagem ocupa toda a altura do botão */
    object-fit: contain; /* Mantém as proporções da imagem */
}
.Botao-Editar-Excluir{
    /*background-color: #d32f2f;*/
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    button {
        width: 30px;
    }
}
   
button {
    padding: 5px 10px;
    background-color: rgb(151, 0, 0);
    color: white;
    border: none;
    cursor: pointer;
}

    button:hover {
        background-color: #d32f2f;
    }

    
    /**** Menu ******/
    a {
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
    }
    a:hover {
        opacity: 0.7;
    }
/********* STYLE GERAR PDF ***********/

.Botoes-Relatorio-Notificacao{
    display: flex;
    justify-content: space-between;
    padding: 0px;
    align-items: center;
    
}
.BotoesDireita-Relatorio-Notificacao{
    display: flex;
    flex-direction: row;
    
}
.Titulo-Relatorio{
    font-weight: bold;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
}
.Titulo-Edificacao{
    display: flex;
    p {
        font-size: 12px;
    }
}

/* Classe para desativar visualmente o texto */
.disabled {
    color: gray;
    opacity: 0.6;
    pointer-events: none; /* Remove a interação */
}

/* Estilo adicional para input/textarea desabilitados */
input.disabled, textarea.disabled {
    color: gray; /* Texto cinza */
    background-color: #f5f5f5; /* Fundo levemente cinza */
}

textarea {
    text-align: justify;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    /*line-height: 1.0; /* Ajusta o espaçamento entre as linhas */
    /*font-size: 16px;*/
    /*font-family: Arial, sans-serif;*/
}

/*INICIO ************* MODAL STYLE ****************************/

/* Estilos gerais para o modal */
.modal-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo escuro semitransparente */
    z-index: 999; /* Garantir que o modal fique sobre outros elementos */
    overflow: auto;
}
/* O conteúdo do modal */
.modal-content {
    /*padding: 20px;*/
    /*border-radius: 5px;*/
    background-color: #fff;
    width: 100%;
    height: auto;
    /*max-width: 400px; /* Ajuste o valor conforme necessário */
    overflow: auto;
    /*overflow: auto; /*Cadastro_irregularidades*/
    display: flex;
    flex-direction: column;
}

/* Cabeçalho fixo no topo */
.modal-header {
    background-color: #fff;
    padding: 1px;
    font-size: 18px;
    position: sticky; /* Fixar no topo */
    top: 0;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombrinha para destacar */
    width: 100%; /* Garantir que ocupe toda a largura do modal */
    left: 0; /* Alinha o cabeçalho com o lado esquerdo do modal */
    margin: 0; /* Remove margens para colar no topo e nos lados */
}
.modal-header-conteudo{
    display: flex;
    button {
        width: 40px;
        margin-left: 1px;
    }
}
/* Conteúdo que pode rolar */
.modal-body {
    padding: 10px;
    /*padding-right: 5px; /* Adiciona espaço à direita para a barra de rolagem */
    overflow-y: auto; /* Permite rolagem */
    flex-grow: 1; /* Ocupa o espaço restante */
    max-height: calc(100% - 60px); /* Ajuste para a altura do cabeçalho */
    /*max-height: 100%; /* Ajuste de altura para que o conteúdo do modal ocupe o espaço correto */
}

.modal-open {
    overflow: hidden;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}


/* Estilização do modal foto ampliada */
.modal-foto-ampliada {
    display: none; 
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.modal-foto-ampliada img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
}

/* Botão de fechar */
.fechar-foto-ampliada {
    position: absolute;
    top: 15px;
    right: 25px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

/*FIM ************* MODAL STYLE ****************************/

/* Botão de fechar */
.close-btn {
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
}
/* INCIO ************** Geral TABELAS **************/
.table-container {
    width: 100%;
    box-sizing: border-box;
    /*max-width: 100%; /* Limita a largura máxima da tabela */
}

table {
    border-collapse: collapse;
    box-sizing: border-box;
}

th, td {
    border: 1px solid #eeeeee;
    padding: 12px;
    text-align: center;
    font-size: 12px;
}

th {
    background-color: #E67E22;
    color: black;
}

tbody tr:nth-child(even) { /* Estilo para linhas pares */
    /*background-color: #d9d9d9; /* Cinza médio */
    background-color: #FBE3D1; /* Laranja claro */
}

tbody tr:nth-child(odd) { /* Estilo para linhas ímpares */
    background-color: #ffffff; /* Branco */
}

tbody tr:hover { /* Destaque ao passar o mouse */
    background-color: #FDF1EB; /* Cinza mais escuro */
}

/**INICIO*** EStilo Campos Modal Microfone/Buscar **********/
#divLocalPorVoz.ativo {
    font-family: 'Roboto', sans-serif;
    background-color: white;
    border: 1px solid #ccc;/**/
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);/**/
    box-sizing: border-box;/**/
}
.Campos-Por-Voz {
    margin-bottom: 5px;
}
.Campos-Por-Voz label{
    font-size: 14px;
}
.Campos-Por-Voz input{
    font-size: 12px;
}
/**FIM*** EStilo Campos Modal Microfone/Buscar *********/

/* Seção oculta */
#divGerarNotificacao, #divGerarRelatorio {
    margin-top: 20px;
    text-align: center;
}

/* Estilo para fundo cinza no cabeçalho da tabela */
#tabelaMedidas thead th {
    background-color: #f2f2f2; /* Fundo cinza */
    color: #000; /* Cor do texto */
    padding: 10px;
    text-align: left;
}

/* Adicionar borda e alinhamento para o corpo da tabela */
#tabelaMedidas tbody td {
    /*border: 1px solid #ddd;/**/
    padding: 8px;
}
/* FIM ************** Geral TABELAS **************/

/**** Tabela Responsiva 800+ Estilo Responsivo ***/
    .responsive-table {
        width: 100%;
        border-collapse: collapse;
    }
    .responsive-table th, 
    .responsive-table td {
        /*text-align: justify;*/
        border-collapse: collapse;
        padding: 5px;
        border: 1px solid #eeeeee;
        font-size: 12px;
    }
    .responsive-table th{
        font-size: 13px;
        /*height: 40px;*/
        height: auto;
        background-color: #E67E22; /* Laranja*/
    }
    .responsive-table-solicitante th{
        font-size: 13px;
        /*height: 40px;*/
        height: auto;
    }
    .responsive-table-solicitante{
        width: 100%;
        border-collapse: collapse;
    }
    .responsive-table-solicitante th, 
    .responsive-table-solicitante td {
        /*text-align: justify;*/
        border-collapse: collapse;
        padding: 5px;
        border: 1px solid #eeeeee;
        font-size: 13px;
    }
    .responsive-table-relatorio th{
        font-size: 13px;
        height: auto;
        background-color: #E67E22; /* Laranja*/
        padding: 5px;
    }
    .responsive-table-relatorio td{
        padding: 6px;
        font-size: 12px;
    }
    .responsive-local-tabela-relatorio{
        font-weight: bold;
        background-color: #E67E22;/**/
        color: white;
    }
    .rtable-rsolicitante th{
        font-size: 13px;
        height: auto;
        padding: 5px;
    }
    .rtable-rsolicitante td{
        padding: 6px;
        font-size: 12px;
    }
    .rtable-consulta th{
        font-size: 12px;
        padding: 6px;
    }
    .responsive-infoscip-tabela{
        font-size: 12px;
        text-align: justify;
    }

    .responsive-item-irregular-tabela{
        text-align: left;
        line-height: 1.5;
    }

    .responsive-notificacao-tabela{
        text-align: justify;
        line-height: 1.5;
    }
    
    .responsive-notificacao-tabela-relatorio {
        display: flex;
        gap: 10px; /* Adiciona um pequeno espaço entre o texto e o botão */
        align-items: center;
        margin-right: 5px;
    }
    .rtable-modal-buscar{
        width: 100%;
    }  
    .rtable-modal-buscar td{
        padding: 5px;
    } 
    .rtable-td-item{
        text-align: left;
    } 
    .rtable-td-irregularidade{
        text-align: justify;
    } 
    .rtable-td-norma img{
        width:30px;
        padding: 0px;
    }
    .texto-notificacao {
        flex-grow: 1; /* Permite que o texto ocupe o máximo de espaço possível */
        text-align: justify; /* Mantém o texto justificado */
        /*text-align: center; /* */
    }
    .copiar-notificacao-botao{
        width:40px;
        cursor: pointer;
    }
    .responsive-botoes-tabela img{
        width:40px;
        cursor: pointer;
    }    
    .responsive-table-solicitante th {
        /*background-color: rgb(151, 0, 0); /* Vermelho escuro*/
        background-color: #E67E22; /* Laranja*/
        /*color: white;*/
        text-align: center;
    }
    
    .responsive-total-notificacoes-tabela{
        margin-top: 0;
        text-align: center;
        font-weight: bold;
        /*font-size: 1.2rem;*/
        /*color:rgba(0, 0, 0, 0.5);*/
        color:rgba(0, 0, 0, 0.7);
        justify-content: center;
    }

    .responsive-table th:nth-child(7),
    .responsive-table td:nth-child(7) {
        display: none; /* Oculta a coluna "Menu 800-" */
    }
/**** Fim Tabela Responsiva 800+ Estilo Responsivo ***/

/* INICIO **********************Menu do Botao da tabela (800+)****************/
.menu-local-dinamico {
    position: absolute;
    display: none;
    z-index: 10;
    right: 0;
    margin-top: 35px;
    box-sizing: border-box;
    width: 100%;
}

.menu-local-dinamico-botoes {
    display: flex;
    justify-content: left;
    align-items: left;
    width: 100%;
    margin-left: 12px;
    margin-right: 12px;
    /*background-color: #FBE3D1 /*Laranja Claro*/;
    background-color: #e0e0e0; /* Cor de fundo padrão para a maioria dos navegadores */
    border-radius: 4px;
    border: 1px solid #ccc;/**/
    /*color: #E67E22;/* Laranja Padrao*/
    /*color: #555555;/**/
    /*border-color: #3b9af1; /* Borda com cor padrão quando recebe foco */
    outline: none;
}


.menu-local-dinamico-botoes #botao-locais button {
    display: flex;
    justify-content: left;
    align-items: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
    /*background-color: #FBE3D1; /*Laranja Claro*/
    background-color: #e0e0e0; /* Cor de fundo padrão para a maioria dos navegadores */
    /*color: black;/**/
    /*color: rgb(151, 0, 0);/**/
    /*color: #E67E22;/* Laranja Padrao*/
    color: #666666;/**/
    cursor: pointer;
}


.menu2-opcoes {
    position: absolute;
    background-color: white;/**/
    /*background-color: rgb(151, 0, 0);/**/
    /*background-color: black;/**/
    border: 3px solid #E67E22;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
    z-index: 10;
    display: none;
    flex-direction: column;
    gap: 5px;
    margin: 2px;
    margin-right: 2vh;
    right: 0;
}

.menu2-opcoes-botoes {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.menu2-opcoes-botoes button {
    padding: 5px 10px;
    background-color: #E67E22;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.menu2-opcoes-botoes button:hover {
    background-color: #d35400;
}

.menu2-opcoes-icon {
    cursor: pointer; /* Isso faz o cursor se tornar uma mãozinha */
}

.menu-solicitante-opcoes {
    position: absolute;
    background-color: white;/**/
    /*background-color: rgb(151, 0, 0);/**/
    /*background-color: black;/**/
    border: 3px solid #E67E22;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
    z-index: 10;
    display: none;
    flex-direction: column;
    gap: 5px;
    margin: 2px;
    margin-right: 2vh;
    right:0;
    
}

.menu-solicitante-opcoes-botoes {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.menu-solicitante-opcoes-botoes button {
    padding: 5px 10px;
    background-color: #E67E22;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.menu-solicitante-opcoes-botoes button:hover {
    background-color: #d35400;
}

.menu-solicitante-opcoes-icon {
    cursor: pointer; /* Isso faz o cursor se tornar uma mãozinha */
}


/* FIM *********************Menu do Botao da tabela****************/

@media (min-width: 800px) {
    .modal-content {
        width: 85%;
        max-height: 90%;
    }
}

@media (max-width: 800px) {
    .menu {
        height: 7vh;
        img{
            width: 30px;
        }
    }
    .logo {
        font-size: 12px;
    }    

    button {
        width: 100%;
    }

    input[type="text"], select {
        font-size: 14px;
    }

    .Desc-Edificacao input[type="text"] {
        text-align: center;
    }
    
    /*INICIO 800-********** ICONES BUSCA */
    .iconeLimpar {
        width: 25px; 
        height: 25px; 
    }

    .iconeLinha {
        display: none;
    }

    .iconeBusca {
        display: none;
    }

    .iconeMicrofone {
        width: 25px; 
        height: 25px;    
    }

    .inputBuscar :focus{
        background-color: white; /* Cor de fundo padrão para a maioria dos navegadores */
        border-color: white; /* Borda com cor padrão quando recebe foco */
        outline: none;
    }

    /*FIM 800-********** ICONES BUSCA */

    .cadastro-irregularidade-desc-edificacao input[type="text"] {
        text-align: center;
    }

    .modal-content {
        width: 93%;
        max-height: 95%;
    }
    
    .texto-botao {
        display: none;
    }

    /* Estilo para o campo de descrição como título */
    .Desc-Edificacao input[type="text"] {
        /*background-color: transparent; /* Fundo transparente */
        font-size: 13px; /* Aumenta o tamanho da fonte */
        padding: 8px; /* Espaçamento interno para melhorar o layout */
        margin-bottom: 0;
        box-shadow: none; /* Remove qualquer sombra padrão */
    }
    /* Estilo para o campo de descrição como título */
    .cadastro-irregularidade-desc-edificacao input[type="text"] {
        /*background-color: transparent; /* Fundo transparente */
        font-size: 13px; /* Aumenta o tamanho da fonte */
        padding: 8px; /* Espaçamento interno para melhorar o layout */
        margin-bottom: 0;
        box-shadow: none; /* Remove qualquer sombra padrão */
    }

    .menu-local-dinamico-botoes #botao-locais button {
        font-size: 12px;
    }
    /************ Tabela Responsiva****************/

    .responsive-table th, 
    .responsive-table td {
        border-collapse: collapse;
        padding: 6px;
        height: auto;
    }
    .responsive-table th {
        font-size: 12px;
    }
    .responsive-table td {
        font-size: 11px;
    }

    .responsive-table-solicitante th, 
    .responsive-table-solicitante td {
        border-collapse: collapse;
        font-size: 11px;
        padding: 6px;
    }
    
    .responsive-infoscip-tabela{
        text-align: right;
    }

    .responsive-notificacao-tabela{
        text-align: justify;
    }

    .responsive-menu-tabela{
        width: 4vw; 
        box-sizing: content-box; /* Inclui apenas o conteúdo na largura, sem afetar bordas/padding */
    }
    
    .responsive-table th:nth-child(1),
    .responsive-table td:nth-child(1) {
        display: none; /* Oculta a coluna "Nº" */
    }
    .responsive-table th:nth-child(5),
    .responsive-table td:nth-child(5) {
        display: none; /* Oculta a coluna "Observação" */
    }
    .responsive-table th:nth-child(6),
    .responsive-table td:nth-child(6) {
        display: none; /* Oculta a coluna "Menu Ações 800+" */
    }
    .responsive-table th:nth-child(7),
    .responsive-table td:nth-child(7) {
        display: table-cell; /* Faz a coluna reaparecer "Menu Ações 800-" */
    }
    
    .responsive-table-relatorio th:nth-child(1),
    .responsive-table-relatorio td:nth-child(1),
    .responsive-table-relatorio th:nth-child(3),
    .responsive-table-relatorio td:nth-child(3),
    .responsive-table-relatorio th:nth-child(4),
    .responsive-table-relatorio td:nth-child(4),
    .responsive-table-relatorio th:nth-child(5),
    .responsive-table-relatorio td:nth-child(5),
    .responsive-table-relatorio th:nth-child(7),
    .responsive-table-relatorio td:nth-child(7),
    .responsive-table-relatorio th:nth-child(8),
    .responsive-table-relatorio td:nth-child(8) {
        display: none; /* Oculta a coluna "Observação" */
    }
    
    .rtable-rsolicitante th:nth-child(1),
    .rtable-rsolicitante td:nth-child(1),
    .rtable-rsolicitante th:nth-child(3),
    .rtable-rsolicitante td:nth-child(3),
    .rtable-rsolicitante th:nth-child(6),
    .rtable-rsolicitante td:nth-child(6),
    .rtable-rsolicitante th:nth-child(7),
    .rtable-rsolicitante td:nth-child(7),
    .rtable-rsolicitante th:nth-child(9),
    .rtable-rsolicitante td:nth-child(9) {
        display: none; /* Oculta a colunas*/
    }

    .responsive-table-solicitante th:nth-child(4),
    .responsive-table-solicitante td:nth-child(4),
    .responsive-table-solicitante th:nth-child(5),
    .responsive-table-solicitante td:nth-child(5),
    .responsive-table-solicitante th:nth-child(7),
    .responsive-table-solicitante td:nth-child(7) {
        display: none; /* Oculta a colunas*/
    }

    .rtable-consulta th:nth-child(4),
    .rtable-consulta td:nth-child(4){
        display: none; /* Oculta a colunas*/
    }

    /* INICIO **********************Menu do Botao da tabela****************/
    .menu-opcoes {
        position: absolute;
        background-color: white;/**/
        /*background-color: rgb(151, 0, 0);/**/
        /*background-color: black;/**/
        border: 3px solid #E67E22;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 5px;
        z-index: 10;
        display: none;
        flex-direction: column;
        gap: 5px;
        margin: 2px;
        margin-right: 2vh;
        right: 0; /* Força o menu para não sair pela direita */
        width: 85vw;
    }
    .menu-opcoes-observacao{
        background-color: white;
        width: 100%;
        height: auto;
        font-size: 12px;
        justify-content: left;
        align-items: left;
        
    }
    .menu-opcoes-observacao textarea{
       display: flex;
        width: 100%; 
        height: auto;  
        overflow: hidden;
        margin: 0;
        line-height: 1.2; /* Ajuste a altura da linha */
        vertical-align: top; /* Garante o alinhamento ao topo */
    }
    .menu-opcoes-observacao label{
        display: flex;
        margin-bottom: 0;
        font-size: 12px;
    }
    .menu-opcoes-botoes {
        display: flex;
        flex-direction: row;
        gap: 5px;
    }
    .menu-opcoes-botoes button {
        padding: 5px 10px;
        background-color: #E67E22;
        color: white;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }
    
    .menu-opcoes-botoes button:hover {
        background-color: #d35400;
    }
    
    .menu-opcoes-icon {
        cursor: pointer;
    }

    .menu-solicitante-opcoes {
        margin-top: 0vh;
        right:0;
    }

    /* FIM *********************Menu do Botao da tabela****************/
    
    /**INICIO*** 800- EStilo Campos Modal Microfone/Buscar *********/
    .Campos-Por-Voz label{
        font-size: 13px;
    }
    .Campos-Por-Voz input{
        font-size: 12px;
    }
    /**FIM*** 800- EStilo Campos Modal Microfone/Buscar *********/

    /*INICIO****** Campos Cadastrado de Irregularidade***********/
    .Desc-Edificacao-Buscar{
        display: flex;
        img {
            width: 25px;
        }
        button {
            width: 35px;
            
        }
    }
    .cadastro-irregularidade-desc-edificacao input[type="text"] {
        width: 100%;
        border: none;
        /*background-color: transparent; /* Fundo transparente */
        font-size: 13px; /* Aumenta o tamanho da fonte */
        background-color: #E67E22;
        color: black;
        font-weight: bold;
        pointer-events: none; /* Desabilita o campo para não ser editável */
        padding: 8px; /* Espaçamento interno para melhorar o layout */
        margin-bottom: 0;
        box-shadow: none; /* Remove qualquer sombra padrão */
    }

    .cadastro-irregularidade-desc-edificacao a:hover {
        color: #a0522d; /* Tom mais claro para o efeito hover */
    }

    .cadastro-irregularidades-local-form input[type="text"],
    .cadastro-irregularidades-local-form select,
    .cadastro-irregularidades-local-form label {
        font-size: 13px;
    }

    .cadastro-irregularidades-itens-form input[type="text"],
    .cadastro-irregularidades-itens-form select,
    .cadastro-irregularidades-itens-form label {
        font-size: 13px;
    }

    .Label-Form{
        font-size: 13px;
    }
    
    /* Estilo para o checkbox */
    input[type="checkbox"] {
        margin-right: 10px;
    }
}

/* INICIO ******************* MENU ***************************/
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    /* background: #23232e; */
    background: rgb(151, 0, 0);
    color: #fff;
    height: 5vh;
    width: 100%;
    max-width: 1200px; /* Define a mesma largura máxima que o formulário*/
    margin: 0 auto; /* Centraliza o menu */
    margin-bottom: 5px;
    padding: 10px 20px;
    /*border-radius: 8px;*/
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
.logo {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: white;
}  

/* FIM ****************** MENU ****************************/

/* INICIO ************ MENU SANDUICHE *********************/

.menu-icon { /*três linhas do menu*/
    width: 22px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 18px;
}

.menu-icon span {
    display: block;
    width: auto;
    height: 2.0px;
    /*background:#000 ;/**/
    background: white;
    transition: all 0.9s ease;
}

.menu-list { /*quadro do menu que abre*/
    list-style: none;
    padding: 12px;
    margin: 0;
    display: none;
    flex-direction: column;
    position: absolute;
    /*color: rgb(151, 0, 0);*/
    /*background: white;*/
    color: black;
    background: #970000;/**/
    background: white;/**/
    /*background-color: #E67E22; /* Laranja*/
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999; /* Define uma camada mais alta */
    left: 0; /* Garante que o menu se alinhe ao canto direito do botão */
    overflow: hidden; /* Impede que o conteúdo ultrapasse as bordas */
    /*border-radius: 8px; /* Deixe as bordas arredondadas */
    border: 1px solid black; /* Define a borda */
    margin-top: 2vh;
    /*width: 200px;/**/
}

.menu-list.show {
    display: flex;
}

/* Itens de menu com ícones e texto */
.menu-list li {
    display: flex; /* Flexbox para alocar o ícone e o texto lado a lado */
    align-items: center; /* Alinha verticalmente o ícone e o texto */
    cursor: pointer;
    width: 100%;
    white-space: nowrap; /* Certifique-se de que os ícones também não quebrem */
    /*gap: 10px; /* Espaçamento entre o ícone e o texto */
}

/* Garantir que o ícone tenha margem à direita para separar do texto */
.menu-list li a { 
    display: flex;
    align-items: center; /* Alinha verticalmente os itens */
    justify-self: center;
    /*margin-right: 10px; /* Ajuste de margem entre ícone e texto */
    width: 100%; /* Ajuste de tamanho dos ícones */
    /*color: white;/**/
    color:black;
    color: rgb(151, 0, 0);/**/
    /*font-weight: bold;*/
    margin-bottom: 15px;
    margin-top: 7px;
}

.menu-list li img.menu-img {
    width: 30px; /* Ajuste o tamanho conforme necessário */
    height: 30px; /* Ajuste o tamanho conforme necessário */
    margin-right: 10px; /* Espaçamento de 2px entre a imagem e o texto */
}
/* Evita que o ícone se sobreponha ao texto */
.menu-list li span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: auto;
    font-size: 16px;
}

/* Responsividade e melhoria no espaçamento */
.menu-list li:hover {
    color: rgb(189, 90, 90);/**/
    /*color: rgb(151, 0, 0);/**/
}

.menu-list li a:hover {
    color: rgb(189, 90, 90);/**/
    /*color: rgb(151, 0, 0);/**/
}

/* Garantir que o ícone tenha margem à direita para separar do texto */
.menu-list li i { /*tamanho dos espaço onde fica a img*/
    display: none;
    /*display: flex;*/
    margin-right: 20px; /* Ajuste de margem entre ícone e texto */
    min-width: 30px; /* Definindo um tamanho fixo mínimo para os ícones */
    height: 30px;
}

.menu-list i:before {
    font-style: normal;
    font-weight: bold;
}
.icon-cadastrar-notificacao,
.icon-consultar-notificacao,
.icon-irregularidades,
.icon-sair {
    display: flex;
    background-size: cover;
}

.icon-cadastrar-notificacao {
    background-image: url('img/menu/irregularidades01.png');
}

.icon-consultar-notificacao {
    background-image: url('img/menu/lupamenu01.png');
}

.icon-irregularidades {
    background-image: url('img/menu/norma01.png');
}

.icon-sair {
    background-image: url('img/menu/logout.png');
}
/* FIM ************ MENU SANDUICHE *********************/

/* INICIO ********* RELATORIO NOTIFICACOES *************/
/* Estilo para a seção Descrição da Edificação */
.relatorio-titulo{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}
.relatorio-edificacao {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #faf3e0;
    /*background-color: #faf3e0;*/
    /*border: 1px solid #b0b0b0;
    border-radius: 1px;
    padding: 5px; /* Ajuste conforme necessário */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 10px;
}

/* Estilo para o campo de descrição como título */
.relatorio-edificacao input[type="text"] {
    width: 100%;
    border: none;
    align-items: center;
    justify-content: center;
    /*background-color: transparent; /* Fundo transparente */
    font-size: 16px; /* Aumenta o tamanho da fonte */
    background-color: #E67E22;
    color: black;
    font-weight: bold;
    pointer-events: none; /* Desabilita o campo para não ser editável */
    padding: 8px; /* Espaçamento interno para melhorar o layout */
    margin-bottom: 0;
    box-shadow: none; /* Remove qualquer sombra padrão */
}

/* Estilo para o texto (link) na descrição */
.relatorio-edificacao label {
    color: #8b4513; /* Cor marrom para combinar com o estilo do título */
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.relatorio-edificacao a:hover {
    color: #a0522d; /* Tom mais claro para o efeito hover */
}

.relatorio-campos-edificacao{
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 7px;
    margin-left: 5px;
}

.menu-opcoes {
    position: absolute;
    background-color: white;/**/
    /*background-color: rgb(151, 0, 0);/**/
    /*background-color: black;/**/
    border: 3px solid #E67E22;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
    z-index: 10;
    display: none;
    flex-direction: column;
    gap: 5px;
    margin: 2px;
    margin-right: 4vh;
    right: 0; /* Força o menu para não sair pela direita */
    width: 85vw;
}
.menu-opcoes-observacao{
    background-color: white;
    width: 100%;
    height: auto;
    font-size: 12px;
    justify-content: left;
    align-items: left;
    
}
.menu-opcoes-observacao textarea{
   display: flex;
    width: 100%; 
    height: auto;  
    overflow: hidden;
    margin: 0;
    line-height: 1.2; /* Ajuste a altura da linha */
    vertical-align: top; /* Garante o alinhamento ao topo */
}
.menu-opcoes-observacao label{
    display: flex;
    margin-bottom: 0;
    font-size: 12px;
}
.menu-opcoes-botoes {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.menu-opcoes-botoes button {
    padding: 5px 10px;
    background-color: #E67E22;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.menu-opcoes-botoes button:hover {
    background-color: #d35400;
}

.menu-opcoes-icon {
    cursor: pointer;
}

/* FIM ************ RELATORIO NOTIFICACOES *************/

/* INICIO ************ Ferramentas *************/
.ferramentas-main {
    /*background-color: #E67E22; /* Laranja Padrão */
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 2 colunas por linha */
    gap: 10px; /* Espaçamento entre os elementos */
    padding: 10px;
}

@media (max-width: 800px) {
    .ferramentas-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 colunas por linha */
    }
}

.ferramentas-cabecalho {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ferramentas-cabecalho-img{
    margin-right:15px;
}
.ferramentas-cabecalho img{
    width:50px;
}
.ferramentas-cabecalho-label{
    display: flex;
    align-items: center;
}
.ferramentas-cabecalho-label label{
    color: #E67E22;
    font-weight: bold;
}

@media (max-width: 800px) { /* Ferramentas CAbecalho*/
    .ferramentas-cabecalho {
        margin-top: 20px;
    }
    .ferramentas-cabecalho-img{
        margin-right:15px;
    }
    .ferramentas-cabecalho img{
        width:40px;
    }
    .ferramentas-cabecalho-label label{
        font-size: 12px;
    }
}
.ferramentas-botoes {
    display:flex;
    flex-direction: column;
    border: 1px solid #ccc;/**/
    border-radius: 5px;/**/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /*background-color: #FBE3D1;/**/
    padding: 15px;
    text-align: center;
    color: black;
    height: 200px;
    align-items: center;
    justify-content: center;
}

.ferramentas-botoes a{
    color: black;
}
/* FIM ************ Ferramentas *************/

/* INICIO ************ Tabela C1 *************/
.form-tabelac1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.tabelac1-titulo {
    margin-top: 40px;
}
.tabelac1-table td{
    font-size: 16px;
    padding: 10px;
    color: black;
}
.tabelac1-cabecalho{
    background-color: #ccc;
}
.tabelac1-th-caracteristica{
    width:200px;
    font-size: 15px;
    background-color: #ccc;
}
.tabelac1-th-nivel{
    background-color: #ccc;
}
.tabelac1-nivel1-tabela{
    background-color: #32A852;
}
.tabelac1-nivel2-tabela{
    /*background-color:#D4A017;/**/
    background-color:#FFBF00;
}
.tabelac1-nivel3-tabela{
    background-color: #D07070;/**/
    /*background-color: #FBE3D1;/**/
}
.tabelac1-th-nivel{
    font-size: 15px;
    padding: 5px;
}
.tabelac1-titulo{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.tabelac1-caracteristica-tabela{
    word-wrap: break-word;
    line-height: 1.5; /* Ajuste conforme necessário */
    text-align: justify;
    width: 800px; /* Defina um valor menor se necessário */
    max-width: 800px;
    overflow: hidden;
    padding: 5px;
    background-color: #D07070;/**/
    /*background-color: #FBE3D1;/**/   
}
.tabelac2-td-cnae{
    white-space: nowrap;
}
.tabelac2-table td,
.tabelac2-table th{
    font-size: 15px;
    padding: 10px;
    text-align: left;
}
@media (max-width: 800px) { /* para Tabela C1 e C2 */
    .tabelac1-titulo {
        margin-top: 20px;
    }
    .tabelac1-caracteristica-tabela{
        padding: 5px;
    }
    .tabelac1-table td{
        font-size: 10px;
        height: 50px;
    }
    .tabelac1-th-caracteristica{
        font-size: 10px;
    }
    .tabelac1-th-nivel{
        font-size: 9px;
        padding: 5px;
    }
    .tabelac1-titulo{
        text-align: center;
        font-size: 12px;
        font-weight: bold;
    }

    .tabelac2-table td,th{
        font-size: 12px;        
        padding: 10px;
    }
    .tabelac2-table td{
        height: 40px;
    }
}
/* FIM ************ Tabela C1 *************/

/* INCIO ************ FOTOS *************/
        /*#previewContainerModal {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }*/
        #modal-body-fotos img{
            width: 150px;  /* Define a largura fixa */
            height: 150px; /* Define a altura fixa para manter um quadrado */
            border-radius: 5px;
            object-fit: cover; /* Mantém a proporção e corta o excesso */
        }
        #previewContainer {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            padding: 5px;
        }
        .preview-item {
            position: relative;
            display: inline-block;
        }
        .preview-item img {
            width: 150px;  /* Define a largura fixa */
            height: 150px; /* Define a altura fixa para manter um quadrado */
            border-radius: 5px;
            object-fit: cover; /* Mantém a proporção e corta o excesso */
        }
        /*.preview-item img {
            max-width: 150px;
            border-radius: 5px;
        }*/
        .remove-btn {
            position: absolute;
            top: 5px;
            right: 5px;
            background: red;
            color: white;
            border: none;
            cursor: pointer;
            font-size: 14px;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            text-align: center;
        }

/* INICIO ************ IMPORTAR PLANILHA *************/
    .importar-planilha-campos{
        display:flex;
        gap: 10px;
    }
    .importar-planilha-campos p{
        font-size: 12px;
    }
    .importar-planilha-campos select{
        width: auto;
    }
    .importar-planilha-campos button{
        width: auto;
    }
/* FIM ************ IMPORTAR PLANILHA *************/

/* Função Marca Linha da Tabela */
.linha-selecionada {
    background-color: rgb(151, 0, 0) !important;
    color: white; /* Deixa o texto mais legível */
}

.menu-inferior-botoes{
    display:flex;
    justify-content: right;
    gap:15px;
}

/* INICIO ************ MODELOS REDS *************/
.menu-botao {
    display: flex; /* Centraliza o conteúdo no contêiner */
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
.menu-importar{
    display:flex;
    justify-content: right;
    gap:15px;
}
.menu-editar-copiar{
    display:flex;
    justify-content: space-between;
    gap:15px;
}
 /* O conteúdo do modal */
.modal-content-modelos {
    background-color: #fff;
    width: 80%;       /* 80% da largura da tela */
    height: 80%;      /* 80% da altura da tela */
    overflow: hidden; /* <--- Impede estouro interno */
    display: flex;
    flex-direction: column;
    border-radius: 2px;/**/
}
.modal-body-modelos {
    padding: 5px;
    /*overflow-y: auto; /* Permite rolagem */
    max-height: calc(100% - 60px); /* Ajuste para a altura do cabeçalho */
    /*max-height: 100%; /* Ajuste de altura para que o conteúdo do modal ocupe o espaço correto */
}
.form-divisao-duas-telas-modelos {
    display: flex;
    font-family: 'Roboto', sans-serif;
    gap: 10px;
    /*background-color: #E67E22;/**/
    padding: 1px;
    width:100%;
    height:100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.form-divisao-tela-modelos {
    font-family: 'Roboto', sans-serif;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: 97.5%; /* NOVO - garante controle de altura */
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.form-divisao-tela-modelos-R {
    font-family: 'Roboto', sans-serif;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: 90%; /* NOVO - garante controle de altura */
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.form-divisao-tabela-modelos {
    font-family: 'Roboto', sans-serif;
    border: 1px solid  #E67E22;/**/
    padding: 1px;
    width:100%;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow-y: auto; /* <--- Rola se passar do tamanho */
    border-radius: 2px;/**/
}
.form-divisao-tabela-modelos-R {
    font-family: 'Roboto', sans-serif;
    border: 1px solid  #E67E22;/**/
    padding: 1px;
    width:100%;
    height: 90%;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow-y: auto; /* <--- Rola se passar do tamanho */
    border-radius: 2px;/**/
}
.form-divisao-modelos {
    font-family: 'Roboto', sans-serif;
    background-color: white;
    border: 1px solid #ccc;/**/
    padding: 10px;
    border-radius: 8px;/**/
    width:100%;
    margin-bottom: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
@media (max-width: 800px) {
    .form-divisao-duas-telas-modelos{
        flex-direction: column;
        height:auto;
    }
    .form-divisao-tabela-modelos {
        height:300px;
    }
    .modal-content-modelos {
        width: 90%;       /* 80% da largura da tela */
        height: 90%;      /* 80% da altura da tela */
        overflow-y: auto; /* <--- Rola se passar do tamanho */
    }
} 

.quill-display {
    border: 1px solid #ccc;
    padding: 8px;
    min-height: 100px;
    background-color: #f9f9f9;
    font-family: 'Roboto', sans-serif;
    text-align: justify; /* justifica o texto */
    line-height: 1.6; /* controla o espaçamento entre linhas */
    
}
.quill-display p{
    font-size: 14px;
}
.quill-display p {
    margin: 0 0 0 0; /* zera o topo, espaço só abaixo */
    display: block;
    white-space: pre-wrap; /* preserva quebras de linha e espaços */
}
