
body,html{
    height: 100%;
}


/* CARD 
  .card-header  {
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 4px;
      padding-right: 4px;
    
      margin-left: 2px;
      margin-right: 2px;
      margin-top: 2px;
      margin-bottom: 2px;
    
  }

  .card-body  {
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 6px;
      padding-right: 6px;

      margin-left: 2px;
      margin-right: 2px;
      margin-top: 2px;
      margin-bottom: 2px;
  }
*/  


/* PANEL EXPANDE - COLAPSA 
  .panel-collapse-xpande{
      cursor: pointer;   
  }
*/

/* NAV - BAR */
  .navbar  {
      font-size: 0.9rem;
      padding-top: 0px;
      padding-left: 4px;
      padding-bottom: 0px;
      margin-left: 0px;
      margin-top: 0px;
  }

  .navbar-light .nav-item.active .nav-link,
  .navbar-light .nav-item .nav-link{
      color: steelblue;
  }


  .navbar-light .nav-item:focus .nav-link,
  .navbar-light .nav-item:hover .nav-link {
      color: dodgerblue;
  }



/* Table */
  .table {
      padding-top: 0px;
      margin-top: 0px;
      padding-bottom: 0px;
      margin-bottom: 0px;
      /* font-size:14px !important; */
  }

  .table-hover tbody tr:hover td {
      background: rgb(208, 228, 253);
  }

  @media (max-width: 500px) {  
      .table-responsive {  font-size:12px !important;   }
  }






