html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.myPopup {
  position: fixed;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e4e4e4;
  color: var(--color-blanco);
  /* padding:10% 10%;*/
  width: 20%;
  /*width: 30vw;*/
  border: 1px solid black;
  padding: 0% 1%;
}
.div_botones {
  margin-top: 6%;
  margin-bottom: 6%;
  height: 70px;
  border-radius: 20px;
  background-color: #f0f0f0;
  color: black;
  font-size: 25px;
  font-family: sans-serif;
  font-weight: 600;
  /* align-items: center;*/
}

.botones {
  background-color: transparent;
  color: black;
  font-size: 25px;
  font-family: sans-serif;
  font-weight: 600;
  height: 40px;
  width: 80%;
  margin-top: 10px;
}

.image {
  margin-top: 20%;
  margin-left: 20%;
  margin-right: 10px;
  height: 40px;
  width: 40px;
}
.image_menu_tvp {
  margin-top: 20%;
  /*margin-left:20%;
  margin-right: 10px;*/
  height: 40px;
  width: 40px;
}

.image_sobre_calculadora {
  margin-top: 0%;
  margin-left: 20%;
  margin-right: 10px;
  height: 35px;
  width: 35px;
}

.image_panel_izquierdo {
  margin-top: 0%;
  margin-left: 12%;
  margin-right: 10px;
  height: 41px;
  width: 41px;
}
.image_panel_izquierdo_cuadrante {
  margin-top: auto;
  height: 41px;
  width: 41px;
}

.image_boton_arriba_abajo {
  margin-top: 5%;
  /*margin-left:17%;*/
  margin-right: 10px;
  height: 35px;
  width: 28px;
}

.div_flex_icono {
  /* flex: 0.4; */
  background-color: var(--color-azul-1);
  height: 70px;
  /* new*/
  width: 70px;
  border-radius: 20px;
}

.div_flex_boton {
  flex: 1.7;
  background-color: transparent;
}

/******************************************* AMBIENTES *********************************************************/
.boton_volver_ambientes {
  background-color: var(--color-azul-1);
  color: var(--color-blanco);

  min-width: fit-content;
  max-width: 7%;
  height: 90%;
  margin-right: 10px;

  padding: 5px 12px;
  margin: 8px;

  border: 2px solid var(--color-blanco);
  cursor: pointer;

  border-radius: 8px;

  font-size: 18px !important;
  /*font-size: 0.8em !important;*/
  /*font-size: 15px;*/
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 500;
  text-shadow: 1px 1px 4px black;
  box-shadow: 1px 1px 1px #0a2d47;
}
.boton_ambientes {
  background-color: var(--color-azul-1);
  color: var(--color-blanco);

  width: 8%;
  height: 90%;
  margin-right: 10px;

  padding: 5px 12px;
  margin: 8px;

  border: 2px solid var(--color-blanco);
  cursor: pointer;

  border-radius: 8px;

  /*font-size: 0.8em;*/
  font-size: 18px !important;
  font-family: sans-serif;
  font-weight: 500;
  text-shadow: 1px 1px 4px black;
  box-shadow: 1px 1px 1px #0a2d47;
  word-wrap: break-word;
  text-transform: capitalize;
}

.boton_ambientes_izq_der {
  background-color: var(--color-azul-1);
  color: var(--color-blanco);

  width: 100%;
  height: 40%;
  margin-right: 10px;

  padding: 5px 12px;
  margin: 8px;

  border: 2px solid var(--color-blanco);
  cursor: pointer;

  border-radius: 8px;

  /*font-size: 0.8em;*/
  font-size: 18px !important;
  font-family: sans-serif;
  font-weight: 500;
  text-shadow: 1px 1px 4px black;
  box-shadow: 1px 1px 1px #0a2d47;
  word-wrap: break-word;
  text-transform: capitalize;
}

.boton_ambientes_verde {
  background-color: #39b34a;
  color: var(--color-blanco);
  width: 130px;
  height: 130px;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 200;
}

.boton_ambientes_rojo {
  background-color: rgb(231, 71, 71);
  color: var(--color-blanco);
  width: 130px;
  height: 130px;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 200;
}

.boton_derecha {
  background-color: transparent;
  color: var(--color-blanco);
  margin-top: 4%;

  height: 10%;
  border-radius: 15px;
  border: 2px solid var(--color-azul-1);
  /*color: gray;*/
  color: black;
  /*font-size: 25px;*/
  font-size: 18px !important;
  font-family: sans-serif;
  /*font-weight: 200;*/
  font-weight: 700;
}

.boton_derecha_verde {
  background-color: #39b34a;
  color: var(--color-blanco);
  margin-top: 4%;

  height: 10%;
  border-radius: 20px;
  border: 2px solid var(--color-azul-1);
  color: gray;
  /*font-size: 25px;*/
  font-size: 18px !important;
  font-family: sans-serif;
  /*font-weight: 200;*/
  font-weight: 700;
}

.boton_derecha_comandero {
  background-color: var(--color-azul-1);
  color: var(--color-blanco);
  margin-top: 4%;
  width: 75%;
  height: auto;

  min-height: 10%;
  border-radius: 10px;
  border: 2px solid var(--color-azul-1);
  color: var(--color-blanco);
  font-size: 0.8em;
  /*font-size: 18px !important;*/
  font-family: sans-serif;
  /*font-weight: 200;*/
  font-weight: 700;
}

.boton_derecha_comandero_rojo {
  background-color: rgb(231, 71, 71);
  color: var(--color-blanco);
  margin-top: 1px;
  width: 103px;
  height: 85px;
  border-radius: 10px;
  border: 2px solid var(--color-azul-1);
  color: var(--color-blanco);
  font-size: 14px;
  /*font-size: 18px;*/
  font-family: sans-serif;
  /*font-weight: 200;*/
  font-weight: 700;
}

.boton_sobre_calculadora {
  background-color: var(--color-azul-1);
  color: var(--color-blanco);
  margin-top: -6px;
  width: 23%;
  height: 69px;
  border-radius: 10px;
  border: 2px solid var(--color-azul-1);
  color: var(--color-blanco);
  font-size: 0.8em;
  font-family: sans-serif;
  /*font-weight: 200;*/
  font-weight: 700;
  margin-right: 2%;
  /*min-width: 70px;*/
}

.boton_bajo {
  background-color: var(--color-azul-1);
  color: var(--color-blanco);
  width: 200px;
  height: 70;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 20px;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 200;
}

.boton_categoria_plato {
  background-color: var(--color-azul-1);
  color: var(--color-blanco);
  width: 98%; /*70px;*/
  height: 70px !important; /*85% !important;/* 70px !important;*/
  margin-right: 5px; /* 38px; /*10%; /*5px;*/
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 200;
}

.flex_boton_categoria_plato {
  padding: 0 0;
  background-color: transparent;
  border: 0;
  margin-top: 16px;
  margin-left: 0.8%;
  width: 10%;
}

.PUNTO_VERDE_TECLADO {
  width: 12px;
  height: 12px;
  margin-top: -18px;
  margin-left: -31px;
}

.boton_teclado {
  background-color: transparent;
  color: rgb(43, 43, 43);
  width: 74px;
  height: 57px;
  margin-right: 4px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
  border: 0px;

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
}

.grid-container_mesa {
  /* 2 filas, 2 columnas */
  /* margin-left: 20px;*/
  width: 100%;
  border: 2px solid var(--color-azul-1); /* borde de 2px de ancho y color var(--color-azul-1) */
  border-radius: 20px; /* radio de borde de 20px */
  background-color: var(--color-blanco); /* fondo blanco */
  display: grid;
  grid-template-columns: repeat(5, 5fr) !important;
  /* grid-gap: 10px;*/
  padding: 10px;
  float: left !important;
  margin-left: -12px;
  margin-top: 20px;
  max-height: 100% !important;
}

.casilla_grid_container_mesa {
  border: 1px solid black;
  text-align: center;
}

.grid_mesa {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  justify-items: center;
  align-items: center;
  height: 80%;
  width: 100%;
  margin: 0 auto;

  margin-top: -81px;
}

.casilla {
  height: 100%;
  width: 100%;
  background-color: transparent;
  /* border-radius: 50%;*/
  position: relative;
  border: 0px solid black;
}

.casilla_vacia {
  width: 0px;
  height: 0px;
}

.circulo {
  height: 30px;
  width: 30px;
  border: 2px solid black;
  background-color: var(--color-blanco);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circulo_verde {
  height: 30px;
  width: 30px;
  border: 2px solid black;
  background-color: green;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circulo-grande {
  height: 150px;
  width: 150px;
  border: 2px solid black;
  background-color: var(--color-blanco);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#casilla-7 {
  grid-row: 3 / span 1;
  grid-column: 2 / span 1;
}

#casilla-8 {
  grid-row: 3 / span 1;
  grid-column: 3 / span 1;
}

#casilla-9 {
  grid-row: 3 / span 1;
  grid-column: 4 / span 1;
}

#casilla-12 {
  grid-row: 2 / span 1;
  grid-column: 3 / span 1;
}

#casilla-13 {
  grid-row: 3 / span 1;
  grid-column: 3 / span 1;
}

#casilla-14 {
  grid-row: 4 / span 1;
  grid-column: 3 / span 1;
}

#casilla-17 {
  grid-row: 3 / span 1;
  grid-column: 4 / span 1;
}

#casilla-18 {
  grid-row: 3 / span 1;
  grid-column: 5 / span 1;
}

#casilla-19 {
  grid-row: 4 / span 1;
  grid-column: 4 / span 1;
}

#casilla-21 {
  grid-row: 4 / span 1;
  grid-column: 2 / span 1;
}

.boton_calculadora_dto {
  background-color: transparent;
  color: rgb(43, 43, 43);
  width: 85px;
  height: 80px;
  margin-right: 10px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
  border: 0px;

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boton_superior_comanda {
  margin-top: 7px;
  background-color: var(--color-azul-1);
  color: var(--color-blanco);
  width: 170px;
  height: 115px;
  margin-left: 0px;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 400;
}

.boton_superior_comanda_rojo {
  margin-top: 7px;
  background-color: rgb(231, 71, 71);
  color: var(--color-blanco);
  width: 170px;
  height: 115px;
  margin-left: 0px;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 400;
}

/* .fila_productos {
  width: 16%;
  height: 30%;
} */

.boton_productos {
  background-color: blue;
  color: var(--color-blanco);
  width: 80%;
  height: 80%;
  margin-left: 18px;
  margin-right: 10px;
  border-radius: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30% 0;
}

.cajetin_cocina {
  background-color: blue;
  color: var(--color-blanco);
  width: 90%;
  height: 150%;
  margin-left: 18px;
  margin-right: 10px;
  border-radius: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30% 0;
}

.fila_cocina {
  width: 24%;
  height: 25%;
}

.boton_bajo_cocina {
  background-color: var(--color-azul-1);
  color: var(--color-blanco);
  width: 80%;
  height: 50;
  margin-right: 10px;
  margin-top: 0px;
  border-radius: 20px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 600;
}

.boton_bajo_cocina_verde {
  background-color: #39b34a;
  color: var(--color-blanco);
  width: 80%;
  height: 50;
  margin-right: 10px;
  margin-top: 0px;
  border-radius: 20px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 600;
}

.boton_bajo_cocina_rojo {
  background-color: rgb(231, 71, 71);
  color: var(--color-blanco);
  width: 80%;
  height: 50;
  margin-right: 10px;
  margin-top: 0px;
  border-radius: 20px;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 600;
}

.boton_cerrar_cocina {
  background-color: rgb(228, 121, 0);
  color: var(--color-blanco);
  width: 20%;
  height: 50;
  margin-right: 10px;
  margin-top: 0px;
  border-radius: 20px;
}

.Imagen_mesa {
  position: relative;
}

.Texto_mesa {
  position: relative;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  text-align: center;
  z-index: 999;
  text-shadow: 1px 1px 1px lightgrey;
}

.Texto_reserva {
  margin-top: -24px;
  position: absolute;
  width: 20px;
  height: 20px;
  transform: none;
  color: var(--color-blanco);
  background-color: var(--color-azul-1);
  text-align: center;
}

.Texto_label {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 999;
  font-family: sans-serif;
  font-size: 18px;
}

.detalle_fila_pedido {
  background-color: transparent;
  color: var(--color-blanco);
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: sans-serif;
}

.detalle_fila_pedido_dto {
  background-color: transparent;
  color: var(--color-blanco);
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: sans-serif;
}

/* ///////////////////// VENTANA FLOTANTE ///////////////////////////////*/
.ventana_flotante {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background-color: var(--color-blanco);
  padding: 20px;
}

.precio {
  display: flex;

  margin-bottom: 20px;
  margin-left: 0px;
  text-align: left;
}

.cantidad {
  /*display: flex;*/

  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
}

/* ///////////////////// VENTANA FLOTANTE ///////////////////////////////*/

/* ///////////////////// VENTANA FLOTANTE COCINA ///////////////////////////////*/
.div_flotante_cocina {
  position: fixed;
  /*top: 30%;
  left: 35%;*/
  top: 15%;
  left: 25%;
  /*transform: translate(-35%, -30%);*/
  width: 50%;
  height: 70%;
  background-color: var(--color-blanco);
  overflow-y: scroll;
  border-radius: 10px;
  border: 2px solid var(--color-azul-1);
}

/*///////////////////// modificadores //////////////////////////////*/
.combinados_grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

.modf_grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

.modf_grid-item {
  background-color: var(--color-azul-1);
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: var(--color-blanco);
}

.modf_grid-item:hover {
  background-color: #78b85f;
  cursor: pointer;
}

.modf_selected {
  background-color: rgb(231, 71, 71);
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: var(--color-blanco);
}

.modf_hidden {
  display: none;
}

.popup_reservas {
  position: fixed;
  top: 18%;
  left: 20%;
  width: 40%;
  height: 70%;
  background-color: var(--color-blanco);
  border: 1px solid black;
  z-index: 9999;
}

.reserva_contenido {
  padding: 10px;
  height: 75%;
}

/*///////////////////// MENSAJES CAMARERO//////////////////////////////*/

.mensaje {
  position: fixed;
  top: 25%;
  left: 25%;
  width: 30%;
  height: 30%;
  background-color: var(--color-blanco);
  border: 1px solid black;
  z-index: 9999;
}

.mensaje_cabecera {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #ccc;
}

.mensaje_cabecera h2 {
  margin: 0;
}

.mensaje_contenido {
  padding: 10px;
}

.mensaje_cerrar {
  background-color: rgb(231, 71, 71);
  width: 50%;
  color: var(--color-blanco);
  border: none;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/*//////////////////////////*/

.mensaje_metodo {
  position: fixed;
  top: 5%;
  left: 20%;
  width: 50%;
  height: 80%;
  background-color: var(--color-blanco);
  border: 1px solid black;
  z-index: 9999;
}

.produccion_cocina {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 98%;
  background-color: var(--color-blanco);
  border: 1px solid black;
  z-index: 9999;
}

.produccion_cocina_crear {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 98%;
  background-color: var(--color-blanco);
  border: 1px solid black;
  z-index: 9999;
}

/* ///////////////////// VENTANA FLOTANTE COBRAR ///////////////////////////////*/

.modal_cobrar {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 70%;
  background-color: #fff;
  box-shadow: 0px 0px 10px #aaa;
  padding: 20px;
}
#Div_principal_cobrar {
  width: 50%;
  height: auto;
}

/* ///////////////////// VENTANA DESCUENTOS ///////////////////////////////*/
.modal_descuentos {
  position: fixed;
  /*top: 2%;*/
  top: 10%;
  /*left: 4%;*/
  left: 6%;
  /*transform: translate(1%, 1%);*/
  width: 90%;
  height: 90%;
  background-color: var(--color-blanco);
  box-shadow: 0px 0px 10px #aaa;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid var(--color-azul-1);
}
#Div_principal_descuentos {
  height: 75% !important;
}

.Lateral_izq_tpv {
  /* width: 190px;*/
  /* width: 150px;*/

  width: 145px;
  height: 98vh;

  border-radius: 10px;

  border: 0px solid var(--color-azul-1);
  display: block;
  border-radius: 10px;
  border: 2px solid var(--color-azul-1);
  margin-top: 0px;
  text-align: center;
  background-color: var(--color-blanco);
}

.Lateral_der_tpv {
  width: 350px;
  height: 98vh;

  border-radius: 10px;

  border: 0px solid var(--color-azul-1);
  display: block;
  border-radius: 10px;
  border: 2px solid var(--color-azul-1);
  margin-top: 0px;
  margin-left: 4px;
  text-align: center;
  background-color: var(--color-blanco);
}

.single-line {
  margin-top: -1px;
  width: 100%;
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
}

.pantalla_comandero {
  display: flex;
  /*height: 100%; /*100vh;*/
  height: -webkit-fill-available;
}

.contenedor_calculadora {
  height: 363px;
  width: 100%;
  background-color: trasparent;
  margin-top: 0px;
}
.cuerpo_calculadora {
  height: 78.5%;
  width: 79%;
  /* width:32%; */
  background-color: var(--color-blanco);
  margin-top: 12px;
  border-radius: 20px;
  border: 2px solid var(--color-azul-1);
  margin-left: 10%;
}

.Input_calculadora_pagos {
  width: 75%;
  margin-top: 25px;
  margin-left: 14%;
  background-color: black;
  margin-bottom: 20px;
  border-radius: 10px;
  color: var(--color-blanco);
}

.contenedor_tres_botones_calculadora {
  width: 100%;
  margin-left: 4px;
  display: flex;
  background-color: transparent;
  height: 45px;
}

.boton_calculadora {
  background-color: transparent;
  color: rgb(43, 43, 43);
  width: 100%;
  height: 56.5px;
  margin-right: 10px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
  border: 0px;

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

  /*margin-left: 10%;*/
  background-image: url(../img/tpv/BOTON_CALCULADORA_ESPACIO.png);
  background-size: cover;
  font-family: sans-serif;
}
.boton_calculadora_popup_cobrar {
  background-color: transparent;
  color: rgb(43, 43, 43);
  width: 100%;
  height: 56.5px;
  margin-right: 10px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
  border: 0px;

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

  /*margin-left: 10%;*/
  background-image: url(../img/tpv/BOTON_CALCULADORA_ESPACIO.png);
  background-size: cover;
  font-family: sans-serif;
}
.boton_calculadora_popup_dto {
  background-color: transparent;
  color: rgb(43, 43, 43);
  width: 100%;
  height: 56.5px;
  height: 77.5px;
  margin-right: 10px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
  border: 0px;

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

  /*margin-left: 10%;*/
  background-image: url(../img/tpv/BOTON_CALCULADORA_ESPACIO.png);
  background-size: cover;
  font-family: sans-serif;
}
.titulo_pedidos_tpv {
  margin-top: 0px;
  height: 0px;
  font-family: sans-serif;
}

.boton_subir_detalle_pedido_tpv {
  background-color: var(--color-azul-1);
  color: var(--color-blanco);
  height: 40px !important;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px;
  margin-left: 2%;
  width: 40px;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 200;
  border-radius: 8px;
}

.boton_bajar_detalle_pedido_tpv {
  background-color: var(--color-azul-1);
  color: var(--color-blanco);
  height: 40px !important;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px;
  margin-left: 2%;
  width: 40px;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 200;
  border-radius: 8px;
}

.boton_ampliar_detalle_pedido_tpv {
  background-color: var(--color-azul-1);
  color: var(--color-blanco);
  height: 40px !important;
  margin-right: 5px;
  /* margin-top:15%;*/
  margin-bottom: 15%;
  border: 0px;
  margin-left: 2%;
  width: 40px;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 200;
  border-radius: 8px;
}
.contenedor_importe_detalle_tpv {
  /*height:4%; */
  height: 35px;

  width: 100%;
  background-color: var(--color-blanco);
  margin-top: 0px;
}

.Input_calculadora_tpv {
  width: 95% !important;
  margin-top: 7px !important;
  margin-left: 0% !important;
  background-color: black;
  margin-bottom: 7px !important;
  border-radius: 10px !important;
  color: var(--color-blanco);
}
/*.textos_cabecera_derecha_ambientes_tvp{
}*/

/* //////////////////////// PARA MOVILES/IPAD /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*@media only screen and (min-width: 768px) and (max-width: 1200px)/* and  (min-height: 700px){*/
/* INI MEDIA 1200PX */
@media screen and (max-width: 1400px) {
  #cuerpo_calculadora_popup_cobrar {
    width: 37% !important;
  }
  #Div_principal_descuentos {
    top: -16% !important;
    /*width: 75% !important;
    left: 0%;*/
    width: 85% !important;
    left: -8%;
  }
  #Div_principal_cobrar {
    top: 43% !important;
    width: 75% !important;
    left: 60%;
  }
  .detalle_fila_pedido {
    font-size: 12px;
  }
  .detalle_fila_pedido_dto {
    font-size: 12px !important;
  }
  #Modificar_cnt_precio {
    width: 50% !important;
  }
  #div_modificar_comensales_tpv {
    width: 50%;
    margin-left: 25%;
    height: 80%;
    /* margin-left: 25% !important;
    height: 80% !important; */
  }
  .contenedor_importe_detalle_tpv {
    margin-top: 8%;
  }
  .contenedor_importe_detalle_tpv h2 {
    /* font-size: 14px !important; */
    font-size: 14px;
    /* font-weight: bold !important; */
    font-weight: bold;
  }
  .div_traspaso_pedido_mesa {
    height: auto !important;
  }
  #Div_traspasas_container_detalle_pedido {
    height: auto !important;
  }
  #Div_motivo_cerrar_mesa {
    width: 70% !important;
    left: 60% !important;
  }
}
@media screen and (max-width: 1200px) {
  /* COMANDERO*/
  #Modificar_cnt_precio {
    width: 53% !important;
  }
  .boton_calculadora_popup_dto {
    margin-right: 20px;
    height: 86.5px !important;
  }
  .cuerpo_calculadora {
    width: 81% !important;
  }
  #Div_principal_cobrar {
    width: 65% !important;
    height: auto;
  }
  /* COCINA*/
  #boton_produccion_cocina {
    margin-left: 2.5% !important;
  }
  #boton_avisar_camarero {
    margin-right: 2.5% !important;
  }
  /* ambientes tvp cuadrantes*/
  .calculadora_tvp_cuadrantes {
    width: auto !important;
    max-width: 315px !important;
  }
  .div_iconos_mesas {
    left: 5% !important;
    width: 90% !important;
  }
  /* menus_tvp*/
  .myPopup {
    width: 40vw !important;
  }
  /*ambiente tvp */
  .div_mesa_ambientes_tpv {
    font-size: 25px !important;
  }
  #Div_traspasar {
    /*left: 35% !important;
    width: 53% !important;*/
    width: 100% !important;

    left: 50% !important;
  }
  #Div_Modificar_num_comensales {
    /* left: 42% !important; */
    /* width: 53% !important; */
    left: 42%;
    width: 53%;
  }
  .image_panel_izquierdo {
    height: 41px !important;
    width: 41px !important;
  }
  /* TPV->Comanda.php */
  #Div_motivo_cerrar_mesa {
    left: 60% !important;
    width: 80% !important;
  }
  .div_traspaso_pedido_mesa {
    /*margin-left: 0% !important;
      margin-top: 0% !important;*/
    margin-left: 12% !important;
    margin-top: 20% !important;
    width: 75vw !important;
  }
  input[type='text'],
  input[type='password'],
  input[type='date'],
  input[type='number'] {
    padding: 0px;
  }
  #calculadora_general_tpv {
    /*height: 81.5% !important;*/
    height: 77.5% !important;
  }
  #Div_principal_descuentos {
    /*width: 55% !important;*/
    width: 93% !important;
    left: 0% !important;
    /* NEW */
    margin-left: 1.5% !important;
    top: 1% !important;
  }
  #Input_calculadora_pagos_dto {
    /*margin-left: 0px !important;*/
    width: 98% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
  #calculadora_dto_tvp {
    margin-left: 57% !important;
    height: 465px !important;
    /*width: 345px !important;*/
    width: 415px !important;
    /*margin-top: -467px !important;*/
    margin-top: -27px !important;
  }
  .div_botones_calculadora_dto_tvp {
    margin-left: 0% !important;
  }
  #boton_calculadora_dto {
    margin-left: 2% !important;
  }
  #Botones_ok_cancelar_modificadores {
    /* margin-top: 55px !important; */
    margin-top: 55px;
  }
  .ventana_flotante {
    /* left: 54% !important;
    width: 53% !important; */
    left: 54%;
    width: 53%;
  }
  .modal_cobrar {
    left: 60% !important;
  }
  #cuerpo_calculadora_popup_cobrar {
    width: 50vw !important;
    height: 440px !important;
  }
  #Input_calculadora_pagos_cobros {
    margin-bottom: 10px !important;
    width: 98% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
  .boton_calculadora {
    margin-right: 20px;
  }
  .boton_calculadora_popup_cobrar {
    margin-right: 20px;
    height: 88.5px !important;
  }
}
/* FIN MEDIA 1200PX */
.boton_calculadora_popup_dto {
  margin-right: 20px;
  /*height: 83.5px !important;*/
  height: 90.5px !important;
}
.contenedor_tres_botones_calculadora {
  margin-bottom: 15px !important;
  margin-left: 10px;
}
.contenedor_tres_botones_calculadora_cobrar {
  width: 100%;
  margin-left: 4px;
  display: flex;
  background-color: transparent;
  height: 45px;

  margin-bottom: 24px !important;
  /*margin-left: 10px;*/
  margin-left: 5px;
  margin-right: 5px;
}
.contenedor_tres_botones_calculadora_dto {
  width: 100%;
  margin-left: 4px;
  display: flex;
  background-color: transparent;
  height: 45px;

  margin-bottom: 24px !important;
  margin-left: 10px;
}
/* ///////////////////// VENTANA FLOTANTE COCINA ///////////////////////////////*/
.div_flotante_cocina {
  position: fixed;
  top: 30%;
  left: 35%;
  transform: translate(-35%, -30%);
  width: 40%;
  height: 40%;
  background-color: var(--color-blanco);
  overflow-y: scroll;
  border-radius: 10px;
  border: 2px solid var(--color-azul-1);
}

/*PARA MOVILES*/
/*@media only screen and (max-width: 900px) and (max-height: 450px){*/
@media screen and (max-width: 900px) {
  /* tpv */
  /* ini menu tvp*/
  .div_flex_icono img {
    margin-right: 30px !important;
  }
  .botones {
    font-size: 16px !important;
  }
  /* INI AMBIANTES TVP */
  /* .image_panel_izquierdo {
    height: 25px !important;
    width: 25px !important;
  } */
  /* fin menu tvp*/
  .textos_cabecera_derecha_ambientes_tvp {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .cabecera_ambientes_tvp_textos {
    width: 30% !important;
  }
  .cabecera_ambientes_tvp_textos {
    font-size: 9px !important;
  }
  .boton_ambientes_izq_der {
    font-size: 18px !important;
  }
  .boton_derecha {
    font-size: 18px !important;
  }
  /* #Boton_alerta_cocina {
    font-size: 14px !important;
  } */
  .div_mesa_ambientes_tpv {
    font-size: 18px !important;
  }
  /* FIN AMBIANTES TVP */
}

/* NUEVOS*/
/*MENUS TVP*/
#botones_menu_tvp {
  margin-top: 0px !important;
  width: 100% !important;
}
@media screen and (max-width: 2400px) {
  .cuerpo_calculadora_popups {
    height: 78.5%;
    /*width:79%; */
    width: 32% !important;
    background-color: var(--color-blanco);
    margin-top: 12px;
    border-radius: 20px;
    border: 2px solid var(--color-azul-1);
    margin-left: 10%;
  }
  #container_calculadora_descuentos {
    width: 32% !important;
  }
  .cuerpo_calculadora_popups_dto {
    height: 78.5%;
    /*width:79%; */
    width: 100% !important;
    background-color: var(--color-blanco);
    margin-top: 12px;
    border-radius: 20px;
    border: 2px solid var(--color-azul-1);
    margin-left: 10%;
    height: 480px !important;
  }
}
@media screen and (max-width: 2000px) {
  .cuerpo_calculadora_popups {
    height: 78.5%;
    /*width:79%; */
    /*width:37% !important; */
    width: 44% !important;
    background-color: var(--color-blanco);
    margin-top: 12px;
    border-radius: 20px;
    border: 2px solid var(--color-azul-1);
    margin-left: 10%;
  }
  #container_calculadora_descuentos {
    width: 37% !important;
  }
  .cuerpo_calculadora_popups_dto {
    height: 78.5%;
    /*width:79%; */
    width: 100% !important;
    background-color: var(--color-blanco);
    margin-top: 12px;
    border-radius: 20px;
    border: 2px solid var(--color-azul-1);
    margin-left: 10%;
  }
}
@media screen and (max-width: 2000px) {
  #Div_principal_descuentos {
    top: 0%;
  }
}

/*media para el comandero con altura y ancho especial para el TPV*/

/*media para el comandero con altura y ancho especial*/
/*@media screen and (max-width: 2000px) and  (max-height: 1000px){

  #Div_principal_descuentos {
    top: -10% !important
  }
}*/
