<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;
}
 
i{
  margin-right: 0.5em;
}

.boton{
  width: 220px;
  margin-top: 5px;
}


input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.datepicker {
  width: 280px; 
}

.invisible {
  visibility: collapse;
  height: 0;
  padding: 0;
  margin: 0;
}
 
.home{
  width: 42px;
  position: absolute;
}

.titulo {
  font-weight: 700;
}

.input-group{
  flex-wrap: unset !important;
}

.input-group-text{
  width: 12em !important;
} 

.pequeno{
  width: 2.5em !important;
}
 


html, body, section {
    height: 100%;
    min-height: 100%;
}
body{
    background-color: lightgray;
}

table thead tr{
    color: white;
    background: rgb(0, 76, 131);
   
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-size: 0.7em;
  }
   

  table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }
  


  table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
  }
  
  table th,
  table td {
    padding: .625em;
    text-align: center;
   /* border: solid !important;*/
  }
  
  table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  
  @media screen and (max-width: 800px) {

    .titulo {
        font-weight: 500;
        margin-left: 40px;
    }
 
    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }
    
    table thead {
      border: none;
      /*clip: rect(0 0 0 0);*/
      height: auto;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: auto;      
    }
     

    table tr {
      border-bottom: 3px solid #ddd;
      display: block; 
      margin-bottom: .625em;
    }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: block; 
      height: 40px; 
      font-size: 1em;
      text-align: right;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }</pre></body></html>