/*************************************************************************
ESTILO.CSS
*************************************************************************/

table.dataTable {
    cursor: pointer;
}
table.dataTable th{
  cursor:default;
}

thead > tr, thead > tr > th {
   background-color: #343A40;
   color: white;
   font-weight: bold;
   text-align: start;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px solid #111 !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
}

.dataTables_paginate {
  padding-bottom: 20px;
}

.dataTables_info {
  display: none;
}


