/* Elementos genéricos */
body {
    position: relative;
    margin: 0;
    -webkit-text-size-adjust: none;
    min-height: 416px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-background-size: 0.438em 100%;
    background: -webkit-gradient(linear, left top, right top, from(#c5ccd4), color-stop(71%, #c5ccd4), color-stop(92%, #cbd2d8), to(#cbd2d8));
    -webkit-touch-callout: none;
}

html, body {
    overscroll-behavior: none; /*Esta é a opção mais completa. 
    Ela desativa completamente o "pull to refresh" e o efeito de "bounce" quando o usuário tenta rolar além do limite do conteúdo.*/
}

h3{
    font-size: 24px;
    text-align: center;
}

a {
    color: inherit;
    /*text-decoration: underline;*/
   
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
  
}
select {
    /* Remove a seta padrão para um visual mais limpo */
    appearance: none;
    -webkit-appearance: none;
}


.alinhar-direita {
    text-align: right;
}

.header{
    display:block;
    font-weight:bold;
    color:rgb(73, 102, 145);
    font-size:12pt;
    margin-bottom:6px;
    line-height:14pt;
    text-align: left;
   } 

/* IDs */


#menutop {
      
    position: fixed;
    width: 100%;
    top: 60px;
    height: 7vh;
    justify-content: center;
    margin: auto;
    /*border: 5px solid #0a0a0a;*/
    background: -webkit-gradient(linear, left top, right top, from(#c5ccd4), color-stop(71%, #c5ccd4), color-stop(92%, #cbd2d8), to(#cbd2d8));
    z-index: 100;

}


#topbar, #topbarLogin {
   
    left: 0;
    width: auto;
    height: 60px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdd5df), color-stop(3%, #b0bccd), color-stop(50%, #889bb3), color-stop(51%, #8195af), color-stop(97%, #6d84a2), to(#2d3642));
    margin-bottom: 13px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box; /* Garante que padding não altere a largura */
    z-index: 100; /* Fica acima das outras divs */

}


#titulotela, .titulodetalhe {
    line-height: 32px;
    height: 32px;
    font-size: 13pt;
    position: absolute;
    font-weight: bold;
    margin-top: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
    text-decoration-line: none;
}


#content {
    width: 100%;
    min-height: 250px;
    margin-top: 0px;
    z-index: 0;
    overflow: hidden;
    justify-content: center;
}

#content #gap_menu {
    margin-top: 20px;
}
#content #gap_pesquisa {
    margin-top: 50px;
}



#title{
    position:absolute;
    font-weight:bold;
    top:0;
    left:0;
    right:0;
    padding-top: 3px;
    font-size: 18px;
    text-align:center;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    color:#FFF;
    text-shadow:rgba(0, 0, 0, 0.6) 0 -1px 0;
    text-decoration-line: none
   } 

#menu_principal {
    top:0;
    margin-top: 150px;
}

/* Classes */


.pageitem, .results {
    -webkit-border-radius: 8px;
    background-color: #fff;
    border: #878787 solid 1px;
    font-size: 12pt;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: block;
    height: auto;
    width: auto;
    margin: 3px 9px 17px;
    list-style: none;
    /*line-height: 30px;*/
}

.results {
    margin-top: 10px;
    margin-left: 0;
    /*border: #878787 solid 1px;
    -webkit-border-radius: 8px;
    background: #fff;*/
    height: 450px;
    overflow-y: auto;
    width: 100%;
}

.results div {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.results div:hover {
    background-color: #f8f9fa;
}

.results .checkbox {
    margin-right: 10px;
    cursor: pointer;
}
.results .aluno-info {
    flex: 1;
    cursor: pointer;
    overflow: hidden; /* Esconde overflow */
    text-overflow: ellipsis; /* Adiciona ... no final se truncado */
    white-space: nowrap; /* Impede quebra de linha */
    /* Mantenha cor do saldo como antes */
}
.results .header-reason {
    text-align: center !important; /* !important para forçar sobre qualquer herança */
    font-weight: bold;
    cursor: default;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%; /* Garante largura total para centralização */
}
.results .header-reason strong {
    color: hsl(0, 0.00%, 2.00%);
    display: block !important; /* Força bloco para centralizar texto */
    margin: 0 auto; /* Centraliza se necessário */
    text-align: center !important; /* Centraliza o texto dentro do strong */
}
.results .separator-line {
    width: 50%; /* Linha mais curta, centralizada */
    margin: 5px auto 10px auto; /* Centraliza horizontalmente e adiciona espaço embaixo */
    border: none;
    border-top: 1px solid #ccc;
    display: block; /* Garante bloco para centralização */
}

.results hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 5px 0 10px 0;
    width: 100%; /* Garante que a linha ocupe toda a largura, centralizada implicitamente */
}

.menu{
    position:relative;
    list-style-type:none;
    display:block;
    height:43px;
    overflow:hidden;
    border-top:1px solid #878787;
    width:auto;
    cursor:pointer;
   } 



.menu a{
    display:block;height:43px;
    width:auto;
    text-decoration:none
   } 
   
.menu a img{
    width:auto;
    height:32px;
    margin:5px 0 0 5px;
    float:left;
   } 

.menu .name {
    margin:11px 0 0 7px;
    width:auto;
    color:#000;
    font-weight:bold;
    font-size:17px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    float:left;
    max-width:85%;
 
   } 

.menu .comment{
    margin:11px 30px 0 0;
    width:auto;
    font-size:17px;
    text-overflow:ellipsis;
    overflow:hidden;
    max-width:75%;
    white-space:nowrap;
    float:right;
    color:#324f85;
   } 
     
.menu .arrow {
    position:absolute;
    width:8px!important;
    height:13px!important;
    right:10px;
    top:15px;
    margin:0!important;
    background:url("https://classflow.com.br/imagens/arrow.png") 0 0 no-repeat;


} 

.textbox {
    padding: 5px 9px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #878787;
    z-index: 1;
    width: 100%;
    max-width: none;
   
}

.textbox img {
     width: 10%;
}

.grid_alunos1 {
    display: grid;
    grid-template-areas:
        "a a a a a a a a a a b b"
        "c c c c c c c c c d d d"
        "e e e e e e f f f f f f"
        "g g g g g g g h h h h h"
        "i i i i i i i i i i i i"
        "j j j j j j k k k k k k";
    grid-template-columns: repeat(12, 1fr);
    gap: 2px;
}

.item {
    background-color: transparent;
    color: rgb(12, 11, 11);
    /*padding: 2px;*/
    text-align: center;
    
}

.item1 { grid-area: a; text-align: left;}
.item2 { grid-area: b; text-align: right; }
.item3 { grid-area: c; text-align: left; }
.item4 { grid-area: d; text-align: right; }
.item5 { grid-area: e; text-align: left; }
.item6 { grid-area: f; text-align: right; }
.item7 { grid-area: g; text-align: left; }
.item8 { grid-area: h; text-align: right; }
.item9 { grid-area: i; text-align: left; }
.item10 { grid-area: j; text-align: left; }
.item11 { grid-area: k; text-align: right; }


/* grid usados para inclusao multiplas de aulas e pagamento */

.grid_incs {
    display: grid;
    border: 2px solid #7a7878;
    border-radius: 12px;
    grid-template-columns: repeat(20, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    padding: 10px;

    /* Define a largura do grid como 50% da largura da tela */
    width: 50%;
    
    /* Centraliza o grid horizontalmente */
    margin-left: auto;
    margin-right: auto;
}


.incs {
    background-color: transparent;
    color: rgb(12, 11, 11);
    text-align: center;
    border: 0px solid #3815d4;
}

/* Areas de inclusão de aulas */

.incs_aulas1 {
    grid-column: 1 / span 16;
    grid-row: 1;
    text-align: left;
}

.incs_aulas2 {
    grid-column: 17 / span 4;
    grid-row: 1;
    text-align: left;
}

.incs_aulas3 {
    grid-column: 1 / span 16;
    grid-row: 2;
    text-align: left;
}

.incs_aulas4 {
    grid-column: 17 / span 4;
    grid-row: 2;
    text-align: left;
}

.incs_aulas5 {
    grid-column: 1 / span 2;
    grid-row: 3;
    text-align: center;
}

.incs_aulas6 {
    grid-column: 3 / span 1;
    grid-row: 3;
    text-align: center;
}

.incs_aulas7 {
    grid-column: 4 / span 2;
    grid-row: 3;
    text-align: center;
}

.incs_aulas8 {
    grid-column: 6 / span 15;
    grid-row: 3;
    text-align: center;
}



/* Areas de inclusão de pagamentos */

.incs_pgs1 {
    grid-column: 1 / span 16;
    grid-row: 1;
    text-align: left;
}

.incs_pgs2 {
    grid-column: 17 / span 4;
    grid-row: 1;
    text-align: left;
}

.incs_pgs3 {
    grid-column: 1 / span 10;
    grid-row: 2;
    text-align: left;
}

.incs_pgs4 {
    grid-column: 11 / span 10;
    grid-row: 2;
    text-align: left;
}

.incs_pgs5 {
    grid-column: 1 / span 4;
    grid-row: 3;
    text-align: left;
}

.incs_pgs6 {
    grid-column: 5 / span 3;
    grid-row: 3;
    text-align: center;
}

.incs_pgs7 {
    grid-column: 8 / span 5;
    grid-row: 3;
    text-align: left;
}

.incs_pgs8 {
    grid-column: 13 / span 3;
    grid-row: 3;
    text-align: center;
}

.incs_pgs9 {
    grid-column: 16 / span 5;
    grid-row: 3;
    text-align: left;
}

.auto_width{
  width: 100%;
  height: 100%;
  box-sizing: border-box; /* Garante que padding e borda sejam incluídos na largura/altura */
}


/* Classe principal para o contêiner dos botões */
.grupo-botoes {
   
    gap: 10px; /* Espaço entre os botões */
    align-items: center; /* Alinha os botões verticalmente no centro */

    position: fixed;
    top: 60px; /* Ajuste para a altura da div-1 */
    left: 0;
    width: 100%;
   
    box-sizing: border-box;
    z-index: 99; /* Fica abaixo da div-1 */
    transition: opacity 0.3s ease-in-out; /* Transição suave */

  }

  .grupo-botoes.hidden {
    display: none;
}

  /* Estilo dos botões */
  .grupo-botoes button {
    padding: 5px 20px; /* Espaçamento interno */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-width: 0 4px 0 4px;
    transition: background-color 0.3s ease;
    white-space: nowrap; /* Evita que o texto quebre a linha dentro do botão */
    cursor: hand;
    -webkit-border-image: url("https://classflow.com.br/imagens/tributton.png") 0 4 0 4;
    font: 13px;
    text-decoration: none;
    color: #070707;
    text-shadow: #FFF 0 1px 0;
    height:35px;
  }

  /* Efeito de hover */
  .grupo-botoes button:hover {
    background-color: #e9e9e9;
  }


.Gridtopbar {
    display: grid;
    grid-template-areas: "l1 l1 l1 l1 t1 t1 t1 t1 t1 t1 m1 m1";
    grid-template-columns: repeat(12, 1fr);
    gap: 0px;
    
}

.item_Gridtopbar {
    background-color: transparent;
    color: rgb(12, 11, 11);
    text-align: center;
     
}

#topbarDSV svg{
    height: 40px;
    width: 40px;
    /* Cor padrão do ícone para telas grandes (opcional, mas recomendado) */
    transition: fill 0.3s ease; /* Adiciona uma transição suave na mudança de cor */
  }

#topbarsearch svg{
    height: 40px;
    width: 40px;
    /* Cor padrão do ícone para telas grandes (opcional, mas recomendado) */
    transition: fill 0.3s ease; /* Adiciona uma transição suave na mudança de cor */
}


.item_Gridtopbar1 {
    
    grid-area: l1;
    text-align: left;
    padding: 10px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index:300;
}

.item_Gridtopbar2 {
    grid-area: t1;
    display: flex;
    font-size: 24px;
    padding: 10px;
    position: absolute;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    text-overflow: ellipsis;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
    text-decoration-line: none;
}



.item_Gridtopbar3 {
    grid-area: m1;
    text-align: right;
    padding: 15px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index:300;
     
}


.container-mes {
    display: flex;
    justify-content: center;
}

.grid-container-mes {
    display: grid;
    grid-template-columns: 10% 80% 10%;
    background-color: #748AA7;
    height: 45px;
    width: 98.6vw;
    justify-items: center;
    border-radius: 8px;
    margin-top: 8px;
    margin-bottom: 22px;
}

.grid-item-mes {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 30px;
}

.grid-item-mes-back {
    justify-content: flex-start;
    cursor: pointer;
}

.grid-item-mes-middle {
    display: flex;
    font-size: 20px;
    align-items: center;
}

.grid-item-mes-forward {
    justify-content: flex-end;
    cursor: pointer;
}

.truncado {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10px;
}

.separator {
    font-size: 1.2em;
    font-weight: bold;
}

.hminicio {
    display: flex;
}


#qtder{
    text-align: right;
}



.datepicker {
  
    font-size: 16px; 
    text-align:left; 
    float:left;
    width: 100%;
    height: 100%;
    box-sizing: border-box; /* Garante que padding e borda sejam incluídos na largura/altura */
  }

.botaomais button{
    cursor: pointer; 
    border-radius: 20px; 
    float:left; 
    width:130px; 
    height:32px;
    color:#080808;
    font: 20px;
    /*background: -webkit-gradient(linear, left top, right top, from(#c5ccd4), color-stop(71%, #c5ccd4), color-stop(92%, #cbd2d8), to(#cbd2d8));*/
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdd5df), color-stop(3%, #b0bccd), color-stop(50%, #889bb3), color-stop(51%, #8195af), color-stop(97%, #6d84a2), to(#2d3642));*/
    background-image: url("https://classflow.com.br/imagens/tributton.png") 0 4 0 4;
    /*-webkit-border-image: url("https://classflow.com.br/imagens/tributton.png") 0 4 0 4;*/
    width: 100%;
    height: 100%;
    box-sizing: border-box; /* Garante que padding e borda sejam incluídos na largura/altura */
}

#botaoCopiar {
   
    justify-content: center;
    text-align: center;
       
}

.botao-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px; /* Adiciona um espaço de 10 pixels entre os itens flex */
}

.botaoAcao, #botaoCopiar button, .action-buttons button {
    cursor: hand;
    -webkit-border-image: url("https://classflow.com.br/imagens/tributton.png") 0 4 0 4;
    border-width: 0 4px 0 4px;
    width:auto;
    font: 13px;
    text-decoration: none;
    color: #070707;
    text-shadow: #FFF 0 1px 0;
    height:40px;
}

#botaoCopiar button{
    margin-top: 20px;
}



.action-buttons button {
    cursor: not-allowed; /* Desabilitado visual */
    /*color: #c7c5c5;*/
}
.action-buttons button:enabled {
    color: #070707;
    cursor: pointer;
}

.action-buttons.hidden {
    display: none !important; /* Esconde completamente os botões quando classe 'hidden' for aplicada */
}

.input_alunos {
    width: 600px; 
    height: 30; 
    font-size: 16px; 
    color: #000000; 
    border: 1px solid #C0C0C0; 
    padding-left: 10px; 
    padding-right: 0px; 
    padding-top: 3px; 
    padding-bottom: 3px; 
    background-color: #FFFFFF"
   
}

.input_nome{
    text-align: left; 
    float: left;
    width: 300px;
  
}

.input_serie{

    width: 300px; 
    height: 31px; 
    border-radius: 3px;
    border: 1px solid #4e4e4e; 
    padding-left: 2px; 
    padding-right: 0px; 
    padding-top: 3px; 
    padding-bottom: 3px;
    background-color: #FFFFFF;
    color:#000;
}

.input_telefone{
    text-align: left; 
    float: left;
    width: 200px;
}

.input_valor{

    text-align: left;
    float: left;
    width:100px;
}

.input_select, .input_local{
    width: 130px; 
    height: 30; 
    font-size: 16px; 
    color: #000000; 
    border: 1px solid #C0C0C0; 
    padding-left: 10px; 
    padding-right: 0px; 
    padding-top: 3px; 
    padding-bottom: 3px; 
    background-color: #FFFFFF"
   
}

.input_local {
    width: 250px;
 
    
}

.link {
    text-decoration:underline;
    color:#080808;
    /*font-weight:550;*/

}

/* Estilo do Modal */
.modal {
    display: none; /* Inicialmente oculto */
    position: fixed;
    z-index: 200; /* Acima de outros elementos */
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo escurecido */
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdd5df), color-stop(3%, #b0bccd), color-stop(50%, #889bb3), color-stop(51%, #8195af), color-stop(97%, #6d84a2), to(#2d3642));
    background: -webkit-gradient(linear, left top, right top, from(#c5ccd4), color-stop(71%, #c5ccd4), color-stop(92%, #cbd2d8), to(#cbd2d8));
    background: -webkit-gradient(linear, left top, right top, from(#c5ccd4), color-stop(71%, #c5ccd4), color-stop(92%, #cbd2d8), to(#cbd2d8));
    background-image: url("https://classflow.com.br/imagens/tributton.png") 0 4 0 4;

    /*-webkit-border-radius: 8px;*/
    /*border: #070707 solid 3px;*/
    
    width: 100%;
    height: 100%;
    /*max-width: 300px; /* Limita a largura para não cobrir a tela inteira */
    margin: auto;
    text-align: center;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
   
}

.modal-content h2 {
    font-size: 14pt;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.modal-content label {
    font-size: 14pt;
    display: block;
    margin-bottom: 10px;
}

.modal-content input[type="password"] {
        border:1;
        height:28px;
        float:center;
        font-size:13px;
        position:relative;
        top:2px;
        left:2px;
        bottom: 0;
        width: 30%;
        width: 100%;
        max-width: 200px;
        margin:auto;
       } 


.modal-content .botao-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.modal-content .botaoAcao {
    width: 100px;
    font-size: 12pt;
    padding: 8px 20px;
}

#informesenha{
    top:80px;
}

/* Para a pesquisa */

.search-container {
    width: 100%;
    max-width: 600px;
    text-align: center;
    padding: 20px;
    margin: auto;
    top:0px;
    height: auto;
}
.search-box {
    flex: 1; /* Cresce para ocupar o espaço restante */
    min-width: 0; /* Permite encolher se necessário */
    width: 100%;
    height: 40px;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #dfe1e5;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    outline: none;
}


/* results aqui */

.search-inputs {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    top:0px;
}
.status-filter {
    flex: 0 0 auto; /* Não cresce, largura automática */
    width: auto;
    min-width: 120px; /* Largura mínima para o select */
    padding: 8px;
    font-size: 16px;
    /*border: 1px solid #777777;*/
    border: #878787 solid 1px;
    height: 40px;
    border-radius: 4px;
    background: white;
}
.modalSearch {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.modalSearch-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}
.modalSearch-content h2 {
    margin-top: 0;
}
.modalSearch-content p {
    margin: 5px 0;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

#caixaCobranca{
    
    margin:auto;
}


/* Media Queries */
@media (max-width: 480px) {

    #content #gap_pesquisa {
        margin-top: 0px;
    }

    .search-container {
        width: 100%;
        max-width:none;
        text-align: center;
        padding: 10px;
        margin: auto;
        top:0px;
        height: auto;
    }

    .search-inputs {

        margin-bottom: 0px;
        gap: 0px;
        
        display: flex;
        align-items: center;
        top:0px;
    }

    .results {

        height: 480px;
        line-height: 1.0;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 500px;

        margin-top: 10px;
        margin-left: 0;
        /*border: #878787 solid 1px;
        -webkit-border-radius: 8px;
        background: #fff;*/
      
        overflow-y: auto;
        width: 100%;
    }



   
    #topbarDSV svg{
        height: 30px;
        width: 30px;
      
      }
    
    #topbarsearch svg{
        height: 30px;
        width: 30px;
      
    }

   

    .textbox img {
        width: 40%;
   }

       
    .modal-content h2 {
        font-size: 14pt;
    }

    .modal-content label {
        font-size: 12pt;
    }

    .modal-content input[type="password"] {
        font-size: 12pt;
        max-width: 130px;
    }

    .modal-content .botaoAcao {
        font-size: 12pt;
        padding: 6px 15px;
    }

    .pageitem {

        line-height: 25px;
    }

    .item_Gridtopbar{

        font-size: 12px;
      
    }
   
    .item_Gridtopbar1 {
        padding-top: 0px;
        grid-area: l1;
        margin-top: 0;
        text-align: left;
        font-size: 20px;
    }
   
    .item_Gridtopbar2 {
        font-size: 18px;
        padding-top: 5px;
    }

    .item_Gridtopbar3 {
        font-size: 25px;
        padding-right: 5px;
        padding-top: 0px;
    }

    .grid-item-mes {
       
        margin:auto;
        font-size: 20px;
    }

    .grid-item-mes-middle {
        
        font-size: 18px;
       
    }

    .botaoAcao {
        width: 100px;
        height: 32px;
        font-weight: normal;
    }

 
    #topbar, #topbarLogin {
        height: 45px;
        top:0px;
        padding-top:5px
      
    }

    #menutop {
      
        top: 45px;
        height: 7vh;
          
    }

    
    #content {
        top: 87px;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    /* Estilo dos botões */
  .grupo-botoes button {

    font: 10px;
    height: 30px;
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 0;
    padding-right: 15px;

    
  }

    .input_nome{
        text-align: left; 
        float: left;
        width: 260px;
    }
    .input_serie{

        width: 260px; 
        height: 37px; 
        border-radius: 6px;
        border: 1px solid #a8a5a5; 
        padding-left: 2px; 
        padding-right: 0px; 
        padding-top: 3px; 
        padding-bottom: 3px;
        background-color: #FFFFFF;
        color:#000;

    }

    .input_telefone{
        
        width: 160px;
    }

    .input_valor{

        text-align: left;
        float: left;
       
    }

    .input_alunos {
        width: 250px; 
        height: 30px;
        border-radius: 0px; 
        font-size: 16px; 
        color: #000000; 
        border: 1px solid #C0C0C0; 
        padding-left: 10px; 
        padding-right: 0px; 
        padding-top: 3px; 
        padding-bottom: 3px; 
        background-color: #FFFFFF;
 
    }
   
    .botaomais button{
        
        width:85px; 
        color:black;
        
    }


    .botaomais input{
        
        color:black;
        
    }

  

    .datepicker {
        width: 100%;
        height: 100%;
        box-sizing: border-box; /* Garante que padding e borda sejam incluídos na largura/altura */
        background-color: #FFFFFF;
        border-radius: 0px; 
        font-size: 16px; 
        
    }

    .input_select, .input_select_forma, .input_select_qtde, .input_valor{
        width: 100px; 
        height: 30px; 
        font-size: 16px; 
        color: #000000; 
        border: 1px solid #C0C0C0; 
        padding-left: 10px; 
        padding-right: 0px; 
        padding-top: 3px; 
        padding-bottom: 3px; 
        background-color: #FFFFFF;
        border-radius: 0px; 
                   
    }

    .input_select_forma {
        width: 130px;
    } 

    .input_valor {
        width: 70px;
    }

    .input_select_qtde {
        width: 50px;
    }

    .input_select{
        width:130px;
        padding-left: 0px; 
        padding-right: 0px; 
        padding-top: 0px; 
        padding-bottom: 0px; 
        border: 0px solid #C0C0C0; 
    }

    
    .input_local{
        width: 250px;
        background-color: #FFFFFF;
        border-radius: 0px; 
        color:black;

    }

    .grid_incs {

        display: grid;
        border: 0px solid #7a7878;
        border-radius: 0px;
        grid-template-columns: repeat(20, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 5px;
        padding: 0px;
        margin:0px;
    
        /* Define a largura do grid como 50% da largura da tela */
        width: 100%;
        
        /* Centraliza o grid horizontalmente */
        margin-left: auto;
        margin-right: auto;
    }

    .incs_aulas1 {
        grid-column: 1 / span 15;
        grid-row: 1;
        text-align: left;
    }
    
    .incs_aulas2 {
        grid-column: 16 / span 5;
        grid-row: 1;
        text-align: left;
    }
    
    .incs_aulas3 {
        grid-column: 1 / span 15;
        grid-row: 2;
        text-align: left;
    }
    
    .incs_aulas4 {
        grid-column: 16 / span 5;
        grid-row: 2;
        text-align: left;
    }

    .incs_aulas5 {
        grid-column: 1 / span 3;
        grid-row: 3;
        text-align: center;
    }
    
    .incs_aulas6 {
        grid-column: 4 / span 1;
        grid-row: 3;
        text-align: center;
        
    }
    
    .incs_aulas7 {
        grid-column: 5 / span 3;
        grid-row: 3;
        text-align: center;
    }
    
    .incs_aulas8 {
        grid-column: 8 / span 13;
        grid-row: 3;
        text-align: center;
    }
    
    .incs_pgs1 {
        grid-column: 1 / span 15;
        grid-row: 1;
        text-align: left;
    }
    
    .incs_pgs2 {
        grid-column: 16 / span 5;
        grid-row: 1;
        text-align: left;
    }

    .incs_pgs3 {
        grid-column: 1 / span 13;
        grid-row: 2;
        text-align: left;
    }
    
    .incs_pgs4 {
        grid-column: 14 / span 7;
        grid-row: 2;
        text-align: left;
    }

    .incs_pgs5 {
        grid-column: 1 / span 4;
        grid-row: 3;
        text-align: left;
    }
    
    .incs_pgs6 {
        grid-column: 5 / span 2;
        grid-row: 3;
        text-align: center;
    }
    
    .incs_pgs7 {
        grid-column: 7 / span 6;
        grid-row: 3;
        text-align: left;
    }
    
    .incs_pgs8 {
        grid-column: 13 / span 2;
        grid-row: 3;
        text-align: center;
    }
    
    .incs_pgs9 {
        grid-column: 15 / span 6;
        grid-row: 3;
        text-align: left;
    }

    .auto_width{
        width: 100%;
        height: 100%;
        box-sizing: border-box; /* Garante que padding e borda sejam incluídos na largura/altura */
        background-color: #FFFFFF;
        border: 1px solid #c5c1c1;
        border-radius: 0px;
        color:black;
      }

      .link {
        text-decoration:underline;
        color:#080808;
        /*font-weight:550;*/
       
    }

    .item {
       font-size: 16px;
        
    }
}
    

@media (min-width: 1024px) {
   
    #titulotela {
        margin-top: 15px;
        font-size: 18pt;
    }

   
   
}