/* tamaño de fuente */
th, table.dataTable tbody td {
    white-space: nowrap !important;
    font-size: 14px !important;
    border-style: none;
}

#tbl_productos thead tr{
    white-space: nowrap !important;
    
}

.addNewRecord{
    background-color: #17A2B8 !important; /*para el boton agregar*/
    color: white !important;
}

.buttons-excel{
    background-color: #28A745 !important;
    color: white !important;
}

.buttons-print{
    background-color: #606161 !important;
    color: white !important;
}

.dt-buttons{
    padding-top: 3px !important;
    padding-bottom:  3px !important;
}

/* .transparentbar {
    background-repeat:no-repeat;
    cursor:pointer;
    outline:none !important;
    border:none !important;
    box-shadow:none !important; 
    background-image: none;  
    background-color: transparent !important;
  
  } */
  
  .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;
  }


#tblDetalleVenta_length, #tblDetalleVenta_filter{
    display: none !important;
}

button.tabledit-save-button.btn.btn-sm.btn-success{
    font-size: 0 !important;
}

button.tabledit-save-button.btn.btn-sm.btn-success:before{
    font-size: 12px !important;
    content: "Guardar";
}

button.btn.btn-danger.btn-sm.tabledit-confirm-button{
    font-size: 0 !important;
}
button.btn.btn-danger.btn-sm.tabledit-confirm-button:before{
    font-size: 12px !important;
    content: "Confirmar";
}
/* 
.btn-toolbar{
    flex-wrap: nowrap !important;
} */

button.tabledit-save-button.btn.btn-sm.btn-success{
    margin: 0 5px !important;
}

button.btn.btn-danger.btn-sm.tabledit-confirm-button{
    margin: 0 5px !important;
}

 .sidebar-mini{
    height: 100vh !important;
} 