
/*# sourceMappingURL=custom.min.css.map */

  /* Mudar a cor do header */
  /* .dtHeaderColor thead tr th{
    background-color: #3d5e88;
    color: white;
  } */
  
  /* Para colocar filtro de pesquisa por colunas */
  /* tfoot {
    display: table-header-group;
  } */
  
  /* Mudar a cor da linha quando selecionada */
  /* #dtContent tbody tr.selected td{
      color: white;
      background-color: rgb(125, 162, 55);
  } */
  
  /* Componente de pesquisa da table (input)*/
  /* .datatable_input_col_search {
    display: block;
    width: 100%;
    padding: 0.12rem 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  } */