/* crear colores intercalados */

    table.dataTable tbody tr.stripe1 {
        background-color: #E8E8E8;
    }
    table.dataTable tbody tr.stripe2 {
        background-color: #c0c0c0;
        border-bottom: solid #c0c0c0;
    }

/*-----------------*/
   th{
        text-align: center !important;
        color: white !important;
        background-color: #6c757d !important;
    }

    td{
/*        color: #6c757d !important;*/
        color: #6c757d;
    }
    table.dataTable {
         margin-bottom: 2px!important;  

    }    
    table.dataTable tbody th, 
    table.dataTable tbody td 
    {
        padding: 0px 3px !important;
        font-family: lato,sans-serif;
        text-rendering: optimizeLegibility;
        font-size: 13px!important;        
        text-align: center!important;

        border: 1px solid rgba(0, 0, 0, 0.15)!important;
    }


    table.dataTable tbody tr:hover {
      background-color: #DAF7A6;
      color: white!important
    }
     
    /*table.dataTable tbody tr:hover > .sorting_1 {
      background-color: rgba(13, 110, 253, 0.954);
      color: white!important;
    }  */

    /*.dataTables_wrapper .dataTables_info {
        padding-top: 0.55em;
    }*/

/*    table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
        background-color: rgba(0,0,0,.05);
        
    }*/ 

.pagination {
    float: right;
}
.dt-search {
    margin-bottom: 5px;
}


