.porcentajeListaMetas {
  background-color: rgb(84, 84, 84);
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
}

.adjuntoMeta {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 5px 5px;
}

.adjuntoMeta input {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.adjuntoMeta .row {
  position: absolute;
}

.adjuntoMeta .row button {
  padding: 6px;
  width: 50px;
}

.margenesYmin{
  margin-top: 2px;
  margin-bottom: 2px;
}
@media print{
  .oculto-impresion, .oculto-impresion *{
    display: none !important;
  }
}

hr{
  border: 1px solid #d0d0d0;
}

.html5-qrcode-element{
  padding: 10px;
  border-radius: 10px;
  background-color: #f00;
  font-size: 18px;
  color: #fff;
  width: 90%;
  margin-top: 5px;
}

#html5-qrcode-select-camera{
  text-align: center;
  background-color: #fff;
  color: #7097f2;
  width: 200px;
  margin: 0px auto 20px auto;
  box-shadow: 2px 2px 4px gray;
}

#readerFactura__dashboard_section_csr span{
  font-size: 10px;
  color: #606060;
}