[class*="sidebar-dark-"] {
  background-color: #17202a !important;
}

table.dataTable tbody td {
  white-space: nowrap !important;
  font-size: 13px !important;
}

#tbl_productos thead th {
  white-space: nowrap !important;
  font-size: 14px !important;
}

#tbl_inventario thead th {
  white-space: nowrap !important;
  font-size: 14px !important;
}

.transparentbar {
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: none;
  background-image: none;
  background-color: transparent;
}

/*lo nuevo del otro css*/

.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;
}

div.dataTables_wrapper {
  width: 100%;
  margin: 0 auto;
}

.card-gray {
  border: 1px solid gray;
}

.card-header {
  border-bottom: 1px solid gray;
}

.card-gray:not(.card-outline) > .card-header {
  background-color: #34495e !important;
}


.small-box {
  border: 1px solid gray !important;
}

.card-header {
  padding: 0.4rem 1.25rem !important;
}

.form-control,
select {
  border: 1px solid gray !important;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border: 1px solid gray !important;
}

/*--------------*/

#tblDetalleVenta_lenght,
#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;
}

/* .btn {
  border-radius: 50rem !important;
} */

/* .dt-button {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
} */

.select2-container--default .select2-selection--single {
  height: calc(3.5rem + 2px) !important;
  border: 1px solid gray !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  margin-top: 15px !important;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--single {
  border: 1px solid gray !important;
}

select[readonly].select2 + .select2-container {
  pointer-events: none;
  touch-action: none;
}
