
/*@charset "UTF-8";*/

/*
 Complemento de definições para materialize
 Lages SC 27-01-26
*/ 

  label{font-weight: bold;font-size: 1.1em; color:#000!important;}
  
  select{border:0px;}
  select:focus{border:0px;}
  
  /*.dropdown-content li > a, .dropdown-content li > span {
    color: #ff4 !important;
    background-color: #334 !important;
  }
*/

/* Cor de fundo do menu */
.dropdown-content {
  background-color: #333; /* Exemplo: cinza escuro */
}

/* Cor dos links (itens) do menu */
.dropdown-content li > a, 
.dropdown-content li > span {
  color: #ffa; /* Exemplo: branco */
}

/* Cor ao passar o mouse (hover) */
.dropdown-content li:hover {
  background-color: #555; /* Exemplo: cinza um pouco mais claro */
}



  .tabela {font-weight: bold; font-size: 1.1em; }
  .tabela th{border:1px solid #000; padding:2px;}
  .tabela td{border:1px  solid #000; padding:2px;}
  .tabela tr{background:#fff!important; color:#000!important;}
  .tabela tr:hover {background: #ff0!important;color:#00f!important; cursor:pointer!important;}

  .tabe {font-weight: bold; font-size: 1.0em; }
  .tabe th{border:1px solid #666; padding:3px;}
  .tabe td{border:1px  solid #666; padding:3px;}

/*
  .tabelax {font-weight: bold; font-size: 1em; }
  .tabelax th {border:0px solid white!important; padding:2px; background:#55f!important;color: #fff!important;}
  .tabelax td{border:1px  solid #999; padding:2px;}
  .tabelax tr{background:#fff!important; color:#000!important;}
  .tabelax tr:hover {background: #ff0!important;color:#000!important; cursor:pointer!important;}
*/
  .card {border-radius: 6px;}
  .btn {border-radius: 6px;}
  .conteudo {margin: 0 auto; max-width: 1366px; width: 85%;}

  input[type="text"], input[type="date"], input[type="password"], textarea , select{
    color: #000;
    background: transparent;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 2px solid #000!important; 
    /*border-radius: 6px!important;*/
    padding-left: 3px!important;
  }

  .nen-rodape {position: absolute; bottom: 10px; left: 16px; right: 16px;}  

/* Cor de fundo do dropdown */

.dropdown-content {background-color: #555!important;}

/* Cor do texto dos itens */
.dropdown-content li > a, 
.dropdown-content li > span {color: #ff5 !important;}

/* Cor de hover (passar o mouse) dos itens */
.dropdown-content l > a:hover {background-color: #888 !important;}
