
/*@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;}

  .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;}


  .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: 1280px;
  width: 90%;
}

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

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