#bodega table th h3 {
  line-height: 35px;
  margin: 0;
  padding: 0;
  float: left;
}
#bodega table td .editarCantidad {
  display: none;
}
#bodega table td:hover .editarCantidad {
  display: inline-block;
  float: right;
}
.modal_imprimible .firmas {
  display: flex;
  justify-content: space-around;
}
.modal_imprimible .firmas .firma {
  margin-top: 100px;
  border-top: 1px solid black;
  padding: 10px 20px;
  flex-grow: 1;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  max-width: 300px;
}
#modal_historial_producto table td {
  text-align: center;
}
#modal_historial_producto table td.olive {
  background-color: #21ba45;
}
#modal_historial_producto table td.red {
  background-color: red;
}
#modal_historial_producto table td .tiene_movimiento {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
}
@media print {
  .modal_imprimible {
    top: 0!important;
    left: 0!important;
    width: 100% !important;
    margin-top: 0!important;
    box-shadow: none!important;
  }
}
