.addNewRecord{
    background-color: #09760E !important ;
    color: white !important;
}
.buttons-excel{
    background-color: #1D1AA3 !important;
    color: white !important;   
}
.buttons-pdf{
    background-color: #B59514 !important;
    color: white !important;      
}
.dt-button{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

table.dataTable tbody td{
    white-space: nowrap !important;
    font-size: 13px;
}

table.dataTable thead th{
    white-space: nowrap !important;
}


.transparentbar {
    background-repeat:no-repeat;
    cursor:pointer;
    outline:none;
    border:none;
    box-shadow:none; 
    background-image: none;  
    background-color: transparent;
  
  }
  
  .btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }
  
  .transparentbar:hover {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
  }

  #tblDetalleVentas_length, #tblDetalleVentas_filter{
    display: none !important;
  }
