
*{
    font-family: Arial, Helvetica, sans-serif;
}
.videos{
    
    text-align: center;
 }

 .videos video{
    border-radius: 25px;
    width: 50%;
    height: auto;
 }

 .caixa_box{

    text-align: center;
 }

 .caixa_box div{
   
    border: solid #154889 2px;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
 }

 .caixa_box footer{
    border: solid #154889 2px;
    width:30px;
    height:30px;
    margin: auto;
    border-radius: 25px;
   
 }
.espera {
    position: absolute; /* Faz com que o elemento seja posicionado em relação ao elemento pai mais próximo com position relativo ou ao viewport se não houver um elemento pai com position relativo. */
    top: 50px; /* Alinha o elemento ao topo do contêiner pai ou da tela. */
    left: 0; /* Alinha o elemento à esquerda do contêiner pai ou da tela. */
    width: 100%; /* Faz com que o elemento ocupe toda a largura do contêiner pai ou da tela. */
    height: 100%; /* Faz com que o elemento ocupe toda a altura do contêiner pai ou da tela. */
    z-index: 9999; /* Garante que o elemento fique à frente de outros elementos. Ajuste o valor se necessário. */
    display: flex; /* Usa Flexbox para centralizar o conteúdo. */
    justify-content: center; /* Centraliza horizontalmente o conteúdo. */
    align-items: center; /* Centraliza verticalmente o conteúdo. */
    background-color: rgba(0, 0, 0, 0.5); /* Opcional: adiciona um fundo semi-transparente para destacar o conteúdo. */
  }


  .avisos{
  
    font-weight: bold;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    width:99.9%;
    height: 100vh;
    top: 1px;
    left: 1px;
    
  }
  .avisos y{
    color:white;
    background-color:#095f99 ;
    padding: 10px;
    border-radius: 15px;
   
    
  }
  .avisos_erro y{
    color:white;
    background-color: rgb(225, 52, 52);
    padding: 10px;
    border-radius: 15px;
   
  }
  
  .avisos_erro {
    font-weight: bold;
    font-size: 20px;
    background-color:  rgba(225, 52, 52, 0.409);
    text-align: center;
    position: absolute;
    width:99.9%;
    height: 100vh;
    top: 1px;
    left: 1px;
  
  }  

.pagination {
  display: flex;
  justify-content: center; /* Centraliza a paginação */
  padding: 20px 0; /* Espaçamento vertical */
}

.pagination a {
  text-decoration: none; /* Remove o sublinhado */
  color: #095f99; /* Cor do texto */
  padding: 10px 15px; /* Espaçamento interno */
  border: 1px solid #095f99; /* Borda */
  margin: 0 5px; /* Espaçamento lateral */
  border-radius: 5px; /* Bordas arredondadas */
  transition: background-color 0.3s, color 0.3s; /* Efeito de transição */
  border-radius: 25px;
}

.pagination a:hover {
  background-color: #095f99; /* Cor de fundo ao passar o mouse */
  color: white; /* Cor do texto ao passar o mouse */
}

.pagination .active {
  background-color: #095f99; /* Cor de fundo do item ativo */
  color: white; /* Cor do texto do item ativo */
  border: 1px solid #095f99; /* Borda do item ativo */
}

.pagination .disabled {
  color: #ccc; /* Cor do texto do item desativado */
  pointer-events: none; /* Desabilita a interação */
  border: 1px solid #ccc; /* Borda do item desativado */
}
.clockclock{

    height: 100%;
    width:70%;
    background-position: center;
    background-size: contain;
    text-align: center;
    
    

}

.clockclock img{

   width: 90%;
   height: 100vh;
    

}
.clock{
   
    width: 30%;
    height: 100vh;
    box-shadow:0 2px 14px 0 #154889;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    color:#154889;
    background-color: #f1f2f6;
    
}
.input_login{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.input_login input{
    box-shadow:0 2px 14px 0 #154889;
}
.clock_pai{
    display: flex;
    background-color:white;
    height: 100%;
}

.btn_login{
    text-align: center;
    border-radius: 25px;
}

.btn_login button{
    
    border-radius: 25px;
    font-weight: bold;
}
.login{
    height: 100vh;
    width: 100vw;
    /*background-image: url('jovem-.jpg');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;   
}

.div_login{
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
    width:100vw;
    background-color: rgba(255, 255, 255, 0.500);  
}

.form_login{
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px rgb(211, 211, 211);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
    color: #154889;
    font-weight: bold;
    box-shadow:0 2px 14px 0 #154889;
    font-size: 22px;
   
    
}

.form_login input{

    border-radius: 20px;
    background-color: rgba(13, 173, 247, 0.129);  

   
    
}




.form_login button{

    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    

   
    
}

/* atulização clock*/
.cx_sumit{
    background-color: rgba(0, 0, 0, 0); /* Preto com 0% de opacidade */
    border: 1px solid rgba(0, 0, 0, 0); /* Adiciona uma borda preta para visibilidade */
    color: #000; /* Cor do texto do botão */
    font-size: 11px; /* Tamanho da fonte */
    cursor: pointer; /* Muda o cursor ao passar sobre o botão */
    color: #2563EB;
    font-weight: bold;
}
.bot_banco{
   
    text-align: right;
    padding-bottom: 10px;
    
}
.estante{
    border: solid 2px #81cbe441; 
    width: 20%;
    
}
.estante_h{
    
    width: 100%;
    
}
.mo{
    display: flex;
    width: 100%;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    
   
}

.aws{
    display: flex;
    flex-wrap: wrap; /* Permite que os itens quebrem para a linha de baixo */
    align-items: center;

   
}

.galeria {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza a galeria horizontalmente */
    max-width: 100%; /* Evita que a galeria ultrapasse a largura da tela */
    margin: 0 auto; /* Centraliza a galeria com margem automática */
    padding: 20px; /* Adiciona um pouco de espaçamento ao redor da galeria */
    box-sizing: border-box; /* Inclui padding e border no cálculo da largura total */
   
}
.imagens {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%; /* Limita a largura máxima para não ultrapassar a tela */
}
.cont_aws {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 200px; /* Define uma largura máxima para cada item */
}
.cont_aws img {
    width: 100%; /* Faz com que a imagem ocupe a largura máxima do item */
    height: auto; /* Mantém a proporção da imagem */
    cursor: pointer; /* Adiciona um cursor pointer para interatividade */
}


.navegacao button{
   border-radius:25px;
}





/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.lightbox-img {
    max-width: 90%;
    max-height: 90%;
}
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
}




.titu{
    width: 100%;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    
}

.titu p{
   
    
    padding: 10px;
}

.pratileira{
    padding: 5px;
    border-top: solid 2px #81cbe441;
}

.input{
    max-width: 100px;
}

.porcetagem{
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #50c2f0;
    top:97%;


    
}

.porcetagem10{
position: relative;
width: 100%;
height: 20px;
background-color: #50c2f0;
top:87%;



}

.porcetagem20{
    position: relative;
    width: 100%;
    height: 34px;
    background-color: #50c2f0;
    top:77%;



}

.porcetagem30{
    position: relative;
    width: 100%;
    height: 49px;
    background-color: #50c2f0;
    top:67%;



}

.porcetagem40{
    position: relative;
    width: 100%;
    height: 64px;
    background-color: #50c2f0;
    top:57%;



}

.porcetagem50{
    position: relative;
    width: 100%;
    height: 79px;
    background-color: #50c2f0;
    top:47%;



}

.porcetagem60{
    position: relative;
    width: 100%;
    height: 94px;
    background-color: #50c2f0;
    top:37%;



}

.porcetagem70{
    position: relative;
    width: 100%;
    height:109px;
    background-color: yellow;
    top:26%;



}

.porcetagem80{
    position: relative;
    width: 100%;
    height:124px;
    background-color: orange;
    top:16%;



}
.porcetagem90{
    position: relative;
    width: 100%;
    height:139px;
    background-color: red;
    top:6%;



}

.porcetagem100{
    position: relative;
    width: 100%;
    height:147px;
    background-color: #a20000;
    top:0%;


}


.modulo{
    width: 110px;
    height: 155px;
    border: 4px solid #154889;
    position: relative;
}

.layout{
    padding: 10px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: bolder;
    font-size: 9px;
    color: #154889;

}

.layout h1{
    font-size: 15px;
    color: #154889;
}


#tabela_coment th{
   
    
    text-align: center;
    width: 25%;
    
    
}

.saldo{
   
    margin-left: 35%;
}

#br_{

    width:60%;
    height: 30px;
  
}

#br_status{
    width:20%;
    height: 30px; 
    
}

#br_dia{
    width:20%;
    height: 30px; 
    
}

.edit_br{

    display: flex;
    text-align: center;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}
/* atulização clock*/

/*  produção */


.h6_{
    
    
    color: #1e4067;
    border: solid 2px #81cbe409 ;
    border-radius: 15px;
    text-align: center;
    background-color:#81cbe441;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
      
}
    
.ea-dark-scheme .h6_{
          
    color: #222222;
    border: solid 2px rgb(170, 170, 170) ;
    border-radius: 15px;
    text-align: center;
    background-color:rgb(170, 170, 170) ;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
      
}
    






/*  produção */
.not{
  background-color: #ff0000;
  border-radius: 25px; 
  width: 20%;
  height: auto; 
  border: red solid 1px;
 
  font-weight: bold;
  
}

.menu{
   
 width: 100%;
 height: auto;
    
    
}
.ea-dark-scheme #tabela input{
    background-color: #222222;
    color: white;
}

.ea-dark-scheme #tabela select{
    background-color: #222222;
    color: rgb(154, 154, 154);
}


.menu_img img{
    width: 40px;
    height: 40px;
}

.menu_img {
    padding-top: 6px;
    padding-bottom: 2px;
    border-bottom: 1px solid #E2E8F0;
    
}

.ea-dark-scheme .menu_img {
    padding-top: 6px;
    padding-bottom: 2px;
    border-bottom: 1px solid #525252;
    
}

.menu_item{
    padding-top: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    
}

.menu_item p{
   cursor: pointer; 
   font-size: 18px;
   border-bottom: 1px solid #E2E8F0;
   padding-bottom: 10px;
   color: #154889;
    
}

body.ea-sidebar-width-compact .menu_item p:hover{
    padding: 2px; 
}

.menu_item p:hover{
    border-radius: 25px;
    background-color: #ECECEC;
    color: #52C1EE;
    padding: 10px;
 }



.pagina{
    border-radius: 25px;
    background-color: #ECECEC;
    color: #52C1EE;
    padding: 10px; 
}

.pagina label{
   
    color: #52C1EE;
   
}

body.ea-sidebar-width-compact .pagina{
    padding: 2px; 
    color: #52C1EE;
}

 

 .ea-dark-scheme .menu_item p:hover{
    
    border-radius: 25px;
    background-color: #404040;
    color: #52C1EE;
    padding: 10px;
     
 }

 .ea-dark-scheme .pagina{
    
    border-radius: 25px;
    background-color: #404040;
    color: #52C1EE;
    padding: 5px;
     
 }

.menu_img  r{
   
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #154889;
        
 
 }

 .menu_img  o{
   
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #154889;
        
 
 }


.menu_item p label{
    cursor: pointer; 
        
 }

.ea-dark-scheme .menu_item p {
    border-bottom: 1px solid #525252;
    color:#2563EB;
}


body.ea-sidebar-width-compact .menu_item{
    width: 70%;
   
    
}
.menu_item label{
   
    padding-left: 10px;   
}
.menu_item .pagina svg{
   
    color: #52C1EE;   
}

body.ea-sidebar-width-compact .sidebar .menu .menu_item a p label{
   
    display:none;
}

body.ea-sidebar-width-compact .sidebar .menu img{
   
    width: 40px;
    height: 40px;
}
body.ea-sidebar-width-compact .sidebar .menu_img{
   
    text-align:center;
    padding-top: 6px;
    
    
    

}

body.ea-sidebar-width-compact .sidebar .menu_img o{
   
   display: none;
    
    

}

body.ea-sidebar-width-compact .sidebar .menu_img r{
   
    display: none;
     
     
 
 }
.ea-dark-scheme .menu_img  r{
   
    color: #2563EB;
        
 
 }



body.ea-sidebar-width-compact .sidebar {
    overflow: visible;
    padding: 0;
    
}
/*FORMULARIO REGISTER USER  */

.register{
    
    margin: 20px;
    padding: 20px;
    border-radius: 25px;
    border: solid 2px rgb(235, 235, 238) ;
    box-shadow:0 2px 14px 0 #6f6f6f;
    background-image: url('fundos.png');
    
}

.register input{
    border-radius: 25px;
    color: #1e4067;
    background-color:rgba(235, 235, 238, 0.40);
    
  
}


.update input{
    border-radius: 25px;
    color: #1e4067;
    background-color:#81cbe412;
    
  
}

.update select{
    border-radius: 25px;
    color: #1e4067;
    background-color:#81cbe412;
  
}
.update input[type=checkbox]:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    bottom: 0px;
    right: 5px;
    background-color:white;
    border-radius: 25px;
    border: solid 2px rgb(211, 211, 211);
   
}

.update input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    bottom: 0px;
    right: 5px;
    background-color:#1E80EF;
    border: solid 2px #1E80EF;
}

.update select option{
    border-radius: 25px;
    color: #1e4067;
    background-color:#81cbe412;
    
  
}

.ea-dark-scheme .update input{
    border-radius: 25px;
    color: white;
    background-color:rgba(235, 235, 238, 0.038);
    
  
}

.ea-dark-scheme .update select{
    border-radius: 25px;
    color: white;
    background-color:rgba(235, 235, 238, 0.038);
  
}

.ea-dark-scheme .update select option{
    border-radius: 25px;
    color: white;
    background-color:#222222;
  
}

.update h6{
    
    color: #1e4067;
    border: solid 2px #81cbe409 ;
    border-radius: 15px;
    text-align: center;
    background-color:#81cbe441;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
  
}

.ea-dark-scheme .update h6{
      
    color: #222222;
    border: solid 2px rgb(170, 170, 170) ;
    border-radius: 15px;
    text-align: center;
    background-color:rgb(170, 170, 170) ;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
  
}

.ea-dark-scheme .pai{
   
    color:rgb(170, 170, 170);
    border-radius: 25px;
    border: solid 2px rgb(170, 170, 170) ;
    border-top: solid 8px rgb(170, 170, 170);
    margin-bottom: 10px;
   
   
}


.register select{
    border-radius: 25px;
    color: #1e4067;
    background-color:rgba(235, 235, 238, 0.40);
  
}

.register select option{
    border-radius: 25px;
    color: #1e4067;
    background-color:rgba(235, 235, 238, 0.40);
  
}

#h1_p{
    text-align: center;
    color: #1e4067;
    font-family: cursive; 
    
}

.register h6{
    
    color: #1e4067;
    border: solid 2px #81cbe409 ;
    border-radius: 15px;
    text-align: center;
    background-color:#81cbe441;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
  
}


.pai{
   
    color: #1e4067;
    border-radius: 25px;
    border: solid 2px rgb(235, 235, 238) ;
    border-top: solid 8px  rgba(255, 255, 255, 0.079);
    margin-bottom: 10px;
   
   
}

.pessoal{
   
    display: flex;
    padding: 0px 10px 10px 10px;
    
   
}
.pessoal_nome{
    width: 99%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
 }

.filho{
   width: 50%;
   height: auto;
   margin: 5px;
}

.filho p{
   font-size: 12px;
   color: #f32323;
   width: 100%;
 }

.filho_forma{
    display: flex;
    padding: 0px 10px 10px 10px;
 }

 .filho_filho{
   width: 33%;
   height: auto;
   margin: 5px;
 }
.pessoal_end{
    width: 99%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
 }

 .pessoal_enabled{
    display: flex;
    margin-left: 30px;
    margin-bottom: 10px;
 }


/*BANCO DE HORAS */

.ocult{
    display:none;
    width:100%;
    text-align: center;
    border-radius: 25px;
    border: solid 2px rgb(235, 235, 238) ;
    padding: 10px;
   

}


.atraso_tole{
   
    width:50%;
    border: solid 2px rgb(235, 235, 238) ;
    border-radius: 25px;
    padding:20px;
    margin-left:15%;
    top:50px ;
    position: absolute;
    background-color: #F5F5F5;
    box-shadow:0 2px 14px 0   #BDAD00;
    padding:20px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.atraso{

    
    width:50%;
    border: solid 2px rgb(235, 235, 238) ;
    border-radius: 25px;
    padding:20px;
    margin-left:15%;
    top:50px ;
    position: absolute;
    background-color: #F5F5F5;
    box-shadow:0 2px 14px 0 #77B43F;
    padding:20px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    
   

}
.erro{
    width:50%;
    border: solid 2px rgb(235, 235, 238) ;
    border-radius: 25px;
    padding:20px;
    margin-left:15%;
    top:50px ;
    position: absolute;
    background-color: #F5F5F5;
    box-shadow:0 2px 14px 0 #f32323;
    padding:20px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.ea-dark-scheme .erro{

    background-color:#222222;
  
}

.ea-dark-scheme .atraso{

    background-color:#222222;
  
}

.ea-dark-scheme .atraso_tole{

    background-color:#222222;
  
}
.img{
    text-align: center
}

.img img{
    width: 15%;
    height: auto;

}

.img img:hover{
    width: 30%;
    height: auto;

}
.form-popup_cx{

    width:99%;
    border: solid 2px rgb(235, 235, 238) ;
    border-radius: 25px;
    box-shadow:0 2px 14px 0 #6f6f6f;
    top: 10px;
    left: 5px;
    padding: 20px;
    position: absolute;
    background-color: #F5F5F5;
    font-weight: bolder;
    color: #4C5367;
}

.ea-dark-scheme .form-popup_cx{
    
   
    border: solid 2px #222222; ;
    border-radius: 25px;
    box-shadow:0 2px 14px 0 #6B6B6B;
    position: absolute;
    background-color:#222222;
    color: white;
    
   
    
}
.form-popup{
    
    display:none;
    width:99%;
    border: solid 2px rgb(235, 235, 238) ;
    border-radius: 25px;
    box-shadow:0 2px 14px 0 #6f6f6f;
    top: 10px;
    left: 5px;
    padding: 20px;
    position: absolute;
    background-color: #F5F5F5;
    font-weight: bolder;
    color: #4C5367;
    

    
}

body.ea-sidebar-width-compact  .form-popup{
   
    padding:20px;
    margin-left:15%;

}


.medidas{
    text-align: center;                                                                                                                                                                                                     
    margin-left: auto;
    margin-right: auto;
}

.btn_center{
    text-align: center;
}
.ea-dark-scheme .form-popup{
    
   
    border: solid 2px #222222; ;
    border-radius: 25px;
    box-shadow:0 2px 14px 0 #6B6B6B;
    position: absolute;
    background-color:#222222;
    color: white;
    
   
    
}


.form{
    width:100%;
    display:flex;
    padding: 20px;
}

.opcao{
    width: 33%;
    padding: 10px;
    
}


input[type=checkbox] {
    position: relative;
    cursor: pointer;
    right: 10px;
}
input[type=checkbox]:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    bottom: 5px;
    right: 5px;
    background-color:white;
    border-radius: 25px;
    border: solid 2px rgb(211, 211, 211);
   
}
input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    bottom: 5px;
    right: 5px;
    background-color:#1E80EF;
    border: solid 2px #1E80EF;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 4px;
    left: 2px;

}


.closes{
    text-align: right;
    
    
}

.closes button{
    border: solid 2px rgb(235, 235, 238) ;
    border-radius: 25px;
    width: 30px;
    height: 30px;
    margin-right: 50px;
    margin-top: 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.4);
    font-weight: 500;
    
    
}

.closes button:hover{
   
    border: solid 4px rgb(235, 235, 238) ;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.9);
    color: rgba(0,0,0,1);
    
    
}



.falta{
    text-align: justify;
    padding: 10px;
}



.banco-negativo{
    font-weight: 800;
    color: #ff3e3e;


}

.banco-positivo{
    font-weight: 800;
    color: #12c943;
}

.atraso img{
    width: 25%;
    height: auto;
}

.atraso img:hover{
    cursor: pointer;
    width: 35%;
    height: auto;
}

.atraso p{
    width: 80%;
    text-align: justify;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
}

.atraso  p:hover{
    cursor: pointer;
    width: 100%;
    text-align: justify;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
}

.erro img{
    width: 35%;
    height: auto;
}

.erro img:hover{
    cursor: pointer;
    width: 45%;
    height: auto;
}

.erro p{
    width: 80%;
    text-align: justify;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
}

.erro  p:hover{
    cursor: pointer;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
}

.atraso_tole img{
    width: 25%;
    height: auto;
}

.atraso_tole img:hover{
    cursor: pointer;
    width: 35%;
    height: auto;
}

.atraso_tole p{
    width: 80%;
    text-align: justify;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    text-align: center;
}

.atraso_tole  p:hover{
    cursor: pointer;
    width: 100%;
    text-align: justify;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
}


thead{
   background-color: #e3e3e365 ;
}


.tables{
   
   
    border: solid  #e3e3e365 8px;
    border-radius: 25px;
 
    
   
  
  

}

.ea-dark-scheme .tables{
   
    border: solid  #404040 8px;
    border-radius: 25px;

}

.ea-dark-scheme thead{
   background-color:#404040 ;
   color:#E3E3E3;
}

.ea-dark-scheme .td-nome{
    color:#E3E3E3;
    
}

.ea-dark-scheme td{
    border-top:solid 2px #222222;
    border-bottom:solid 2px #6B6B6B;
}


td{
    font-weight: 700;
}


.ea-dark-scheme .form-popup select{
    
   background-color:#6B6B6B;
   font-weight: 700;
   color: white;
    
   
    
}

.form-popup select{
     
    font-weight: 700;
    color: #4C5367;
     
 }

 .ea-dark-scheme .form-popup option{
    
    background-color:#6B6B6B;
    font-weight: 700;
    color: black;
     
    
     
 }

 .form-popup select option{
    
    
    font-weight: 700;
    color: #4C5367;
     
    
     
 }

.ea-dark-scheme .form-popup input{
    
    background-color:#6B6B6B;
     
    
     
 }

 .ea-dark-scheme .form-popup textarea{
    
    background-color:#6B6B6B;
       
     
 }

.v{
    display: none;
}
#v2{display: none;}
#v3{display: none;}
#v4{display: none;}
#v5{display: none;}
#v6{display: none;}
#v7{display: none;}
#v8{display: none;}
#v9{display: none;}
#v10{display: none;}
#v11{display: none;}
#v12{display: none;}
#v13{display: none;}
#v14{display: none;}
#v15{display: none;}
#v16{display: none;}
#v17{display: none;}
#v18{display: none;}
#v19{display: none;}
#v20{display: none;}
#v21{display: none;}
#v22{display: none;}
#v23{display: none;}
#v24{display: none;}
#v25{display: none;}
#v26{display: none;}
#v27{display: none;}
#v28{display: none;}
#v29{display: none;}
#v30{display: none;}
