/* CSS Document */
.tabla_valores tr td {
  text-align: center;
}

.fondo {
  width: 100%;
  background-color: red;
}

.nopadding {
  padding: 5px !important;
  margin: 0 !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 2px;
  padding-left: 2px;
}

#div_pantallas {
  overflow: scroll;
}

body {
  background-color: #adadad;
}

.metal {
  background-color: #6c757d;
  border-color: #6c757d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #adadad;
  height: 100px;
  margin: 10px;
  margin-right: 10px;
  box-shadow: inset 0px 0px 5px 0px #b1b1b1;
}
.metal.activo {
  background-color: #28a745;
  border-color: #28a745;
  color: #FFFFFF;
}
.metal h3 {
  /*TITULO */
  text-align: center;
  font-size: 19px;
  margin-top: 10px;
}
.metal h4 {
  /* IMPORTE */
  font-size: 17px;
}
.metal h4 div.valores {
  white-space: nowrap;
}
.metal h4 div.valores.vacio {
  display: none;
}
.metal h4 span.span_delete {
  width: 98%;
  height: 50px;
  display: block;
}
.metal h4 span.span_delete button {
  width: 90%;
  height: 90%;
  margin: 5%;
}
.metal h4 .div_importe, .metal h4 .div_kilos {
  padding-left: 10px;
}

.metal_especial {
  background-color: #ff5329;
  border-color: #ff0404;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #adadad;
  height: 100px;
  margin: 10px;
  margin-right: 10px;
  box-shadow: inset 0px 0px 5px 0px #b1b1b1;
}
.metal_especial.activo {
  background-color: #28a745;
  border-color: #28a745;
  color: #FFFFFF;
}
.metal_especial h3 {
  /*TITULO */
  text-align: center;
  font-size: 19px;
  margin-top: 10px;
}
.metal_especial h4 {
  /* IMPORTE */
  font-size: 17px;
}
.metal_especial h4 div.valores {
  white-space: nowrap;
}
.metal_especial h4 div.valores.vacio {
  display: none;
}
.metal_especial h4 span.span_delete {
  width: 98%;
  height: 50px;
  display: block;
}
.metal_especial h4 span.span_delete button {
  width: 90%;
  height: 90%;
  margin: 5%;
}
.metal_especial h4 .div_importe, .metal_especial h4 .div_kilos {
  padding-left: 10px;
}

.metal_especial_pre_remito {
  background-color: #32f85d;
  border-color: #067c1f;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #adadad;
  height: 100px;
  margin: 10px;
  margin-right: 10px;
  box-shadow: inset 0px 0px 5px 0px #b1b1b1;
}
.metal_especial_pre_remito.activo {
  background-color: #28a745;
  border-color: #28a745;
  color: #FFFFFF;
}
.metal_especial_pre_remito h3 {
  /*TITULO */
  text-align: center;
  font-size: 19px;
  margin-top: 10px;
}
.metal_especial_pre_remito h4 {
  /* IMPORTE */
  font-size: 17px;
}
.metal_especial_pre_remito h4 div.valores {
  white-space: nowrap;
}
.metal_especial_pre_remito h4 div.valores.vacio {
  display: none;
}
.metal_especial_pre_remito h4 span.span_delete {
  width: 98%;
  height: 50px;
  display: block;
}
.metal_especial_pre_remito h4 span.span_delete button {
  width: 90%;
  height: 90%;
  margin: 5%;
}
.metal_especial_pre_remito h4 .div_importe, .metal_especial_pre_remito h4 .div_kilos {
  padding-left: 10px;
}

.metal_especial_post_remito {
  background-color: #835f37;
  border-color: #7c2b06;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #adadad;
  height: 100px;
  margin: 10px;
  margin-right: 10px;
  box-shadow: inset 0px 0px 5px 0px #b1b1b1;
}
.metal_especial_post_remito.activo {
  background-color: #28a745;
  border-color: #28a745;
  color: #FFFFFF;
}
.metal_especial_post_remito h3 {
  /*TITULO */
  text-align: center;
  font-size: 19px;
  margin-top: 10px;
}
.metal_especial_post_remito h4 {
  /* IMPORTE */
  font-size: 17px;
}
.metal_especial_post_remito h4 div.valores {
  white-space: nowrap;
}
.metal_especial_post_remito h4 div.valores.vacio {
  display: none;
}
.metal_especial_post_remito h4 span.span_delete {
  width: 98%;
  height: 50px;
  display: block;
}
.metal_especial_post_remito h4 span.span_delete button {
  width: 90%;
  height: 90%;
  margin: 5%;
}
.metal_especial_post_remito h4 .div_importe, .metal_especial_post_remito h4 .div_kilos {
  padding-left: 10px;
}

.metal_especial_pre_fardo {
  background-color: #071242;
  border-color: #24272a;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #adadad;
  height: 100px;
  margin: 10px;
  margin-right: 10px;
  box-shadow: inset 0px 0px 5px 0px #b1b1b1;
}
.metal_especial_pre_fardo.activo {
  background-color: #28a745;
  border-color: #28a745;
  color: #FFFFFF;
}
.metal_especial_pre_fardo h3 {
  /*TITULO */
  text-align: center;
  font-size: 19px;
  margin-top: 10px;
}
.metal_especial_pre_fardo h4 {
  /* IMPORTE */
  font-size: 17px;
}
.metal_especial_pre_fardo h4 div.valores {
  white-space: nowrap;
}
.metal_especial_pre_fardo h4 div.valores.vacio {
  display: none;
}
.metal_especial_pre_fardo h4 span.span_delete {
  width: 98%;
  height: 50px;
  display: block;
}
.metal_especial_pre_fardo h4 span.span_delete button {
  width: 90%;
  height: 90%;
  margin: 5%;
}
.metal_especial_pre_fardo h4 .div_importe, .metal_especial_pre_fardo h4 .div_kilos {
  padding-left: 10px;
}

.metal_especial_control {
  background-color: #686cef;
  border-color: #5c5d8e;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #adadad;
  height: 100px;
  margin: 10px;
  margin-right: 10px;
  box-shadow: inset 0px 0px 5px 0px #b1b1b1;
}
.metal_especial_control.activo {
  background-color: #28a745;
  border-color: #28a745;
  color: #FFFFFF;
}
.metal_especial_control h3 {
  /*TITULO */
  text-align: center;
  font-size: 19px;
  margin-top: 10px;
}
.metal_especial_control h4 {
  /* IMPORTE */
  font-size: 17px;
}
.metal_especial_control h4 div.valores {
  white-space: nowrap;
}
.metal_especial_control h4 div.valores.vacio {
  display: none;
}
.metal_especial_control h4 span.span_delete {
  width: 98%;
  height: 50px;
  display: block;
}
.metal_especial_control h4 span.span_delete button {
  width: 90%;
  height: 90%;
  margin: 5%;
}
.metal_especial_control h4 .div_importe, .metal_especial_control h4 .div_kilos {
  padding-left: 10px;
}

.metal_especial_sorteo {
  background-color: #28a745;
  border-color: #28a745;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #adadad;
  height: 100px;
  margin: 10px;
  margin-right: 10px;
  box-shadow: inset 0px 0px 5px 0px #b1b1b1;
}
.metal_especial_sorteo h3 {
  /*TITULO */
  text-align: center;
  font-size: 19px;
  margin-top: 10px;
}
.metal_especial_sorteo h4 {
  /* IMPORTE */
  font-size: 17px;
}
.metal_especial_sorteo h4 div.valores {
  white-space: nowrap;
}
.metal_especial_sorteo h4 div.valores.vacio {
  display: none;
}

.metal_especial_ajustes {
  background-color: #a90032;
  border-color: #730223;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #adadad;
  height: 100px;
  margin: 10px;
  margin-right: 10px;
  box-shadow: inset 0px 0px 5px 0px #b1b1b1;
}
.metal_especial_ajustes.activo {
  background-color: #28a745;
  border-color: #28a745;
  color: #FFFFFF;
}
.metal_especial_ajustes h3 {
  /*TITULO */
  text-align: center;
  font-size: 19px;
  margin-top: 10px;
}
.metal_especial_ajustes h4 {
  /* IMPORTE */
  font-size: 17px;
}
.metal_especial_ajustes h4 div.valores {
  white-space: nowrap;
}
.metal_especial_ajustes h4 div.valores.vacio {
  display: none;
}
.metal_especial_ajustes h4 span.span_delete {
  width: 98%;
  height: 50px;
  display: block;
}
.metal_especial_ajustes h4 span.span_delete button {
  width: 90%;
  height: 90%;
  margin: 5%;
}
.metal_especial_ajustes h4 .div_importe, .metal_especial_ajustes h4 .div_kilos {
  padding-left: 10px;
}

#div_footer {
  height: 10%;
  border-top: 1px solid #FFF;
  padding: 5px;
}
#div_footer .btn.confirmar {
  /*margin-top: 10%;*/
  margin: 0px;
}
#div_footer div.total_general {
  margin: 5px;
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
}

table.tabla_resumen {
  width: 100%;
}
table.tabla_resumen tr th {
  background-color: #000;
  color: #FFF;
  padding: 1px 10px;
  text-align: right;
}
table.tabla_resumen tr td {
  border: 1px solid #333;
  padding: 1px 10px;
  text-align: right;
}

#dialogo_enviar_comanda i.carga {
  display: none;
}
#dialogo_enviar_comanda.inactivo i.impresora {
  display: none;
}
#dialogo_enviar_comanda.inactivo i.carga {
  display: inline-block;
}

/* REMITO */
#lineas_remito {
  font-family: monospace;
  text-align: left;
  width: 100%;
}

#resultado_de_remitos .linea_remito {
  background-color: #4387f7;
  color: #fff;
  margin-top: 5px;
}
#resultado_de_remitos .linea_remito span {
  padding: 5px;
}

table.cuerpo_post_remito {
  width: 100%;
}
table.cuerpo_post_remito tr td {
  font-size: 15px;
  text-indent: 3px;
  font-weight: bold;
}
table.cuerpo_post_remito tr td.botones {
  text-align: right;
  min-width: 90px;
}
table.cuerpo_post_remito tr td input.input_kg_pr {
  margin: auto;
  width: 50%;
}
table.cuerpo_post_remito tr.sig {
  background-color: #ee0202;
}
table.cuerpo_post_remito tr.linea {
  border-top: 1px solid #000;
}
table.cuerpo_post_remito tr.linea + tr.sig {
  display: none;
}
table.cuerpo_post_remito tr.linea div.bad {
  display: none;
}
table.cuerpo_post_remito tr.linea.ok {
  background-color: #28a745;
  color: #FFF;
}
table.cuerpo_post_remito tr.linea.ok .btn_bad {
  display: inline-block;
}
table.cuerpo_post_remito tr.linea.ok .btn_ok {
  display: none;
}
table.cuerpo_post_remito tr.linea.bad {
  background-color: #ee0202;
  color: #FFF;
}
table.cuerpo_post_remito tr.linea.bad + tr.sig {
  display: table-row;
}
table.cuerpo_post_remito tr.linea.bad .btn_bad {
  display: none;
}
table.cuerpo_post_remito tr.linea.bad .btn_ok {
  display: inline-block;
}
table.cuerpo_post_remito tr.linea.bad div.bad {
  display: inline-block;
}
table.cuerpo_post_remito tr.fardo {
  border-top: 1px solid #bdbdbd;
}
table.cuerpo_post_remito tr.fardo td {
  font-size: 12px;
  font-weight: normal;
}
table.cuerpo_post_remito tr.fardo td.desc {
  text-indent: 10px;
}
table.cuerpo_post_remito tr.fardo + tr.sig_fardo {
  display: none;
}
table.cuerpo_post_remito tr.fardo div.bad {
  display: none;
}
table.cuerpo_post_remito tr.fardo.ok {
  background-color: #28a745;
  color: #FFF;
}
table.cuerpo_post_remito tr.fardo.ok .btn_bad {
  display: inline-block;
}
table.cuerpo_post_remito tr.fardo.ok .btn_ok {
  display: none;
}
table.cuerpo_post_remito tr.fardo.bad {
  background-color: #ee0202;
  color: #FFF;
}
table.cuerpo_post_remito tr.fardo.bad + tr.sig_fardo {
  display: table-row;
}
table.cuerpo_post_remito tr.fardo.bad .btn_bad {
  display: none;
}
table.cuerpo_post_remito tr.fardo.bad .btn_ok {
  display: inline-block;
}
table.cuerpo_post_remito tr.fardo.bad div.bad {
  display: inline-block;
}

#comanda_fuera_rango i {
  color: red;
}
#comanda_fuera_rango span.max {
  color: green;
}
#comanda_fuera_rango span.min {
  color: red;
}

.add_img_button i.not_ok {
  display: inline;
}
.add_img_button i.ok {
  display: none;
}
.add_img_button.ok i.not_ok {
  display: none;
}
.add_img_button.ok i.ok {
  display: inline;
}

/*# sourceMappingURL=estilo.css.map */
