*/

.logo{
	max-width: 50%;
	margin-bottom: 20px;
}



button{
	background: #1e6195;
	color: #fff;

	border-radius: 3px;
	border: 1px solid white;
	cursor: pointer;
	font-size: 14px;


	max-width: 250px;
	padding: 10px 4px 10px 4px;
	width: 90%;
	margin-bottom: 5px;
}


.contenedor {
	width: 95%;

	max-width: 400px;
	
	margin: auto;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #38d3de;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
	box-shadow: 2px 2px 10px black;


}

.contenedor2 {
	width: 100%;
	max-width:400px;
	margin:auto;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	position: relative;
	margin-bottom: 70px;
	padding: 5px;
	
}


.back_portada{
	width:100%;
}

button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.styled-select {
    border-radius: 3px;
	border: 1px solid white;
	background-color:transparent;
	height: 40px;
	overflow: hidden;
	width: 100%;
}

.styled-select select {
   background-color: #1e6195;
   border-radius: 3px;
   color:#fff;
   border: none;
   font-size: 14px;
   height: 40px;
   padding: 8px; /* If you add too much padding here, the options won't show in IE */
   width: 100%;
}

.styled-select option{
   background-color: #204862;
   min-height: 2em;
}

.styled-select_2 {
    border-radius: 3px;
	border: 1px solid white;
	background-color:transparent;
	height: 30px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

.styled-select_2 select {
   background-color: #1e6195;
   border-radius: 3px;
   color:#fff;
   border: none;
   font-size: 14px;
   height: 30px;
   width: 100%;
}

.styled-select_2 option{
   background-color: #204862;
   min-height: 2em;
}

.subtitulos{
	font-size: 14px;
	width: 100%;
	text-align: left;
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }


.listas_btn_nueva{
	width:100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 5px;
}


.boton_mas{
	font-size: 25px;
	font-weight: bold;
	border-radius: 50%;
	width: 40px;
	margin-left: 3px;
}

#borrar_cli, #borrar_lista, #borrar_producto{
	background: red;
}

#copiar_lista{
	background: green;
}

.nueva_lista{
	font-size: 14px;
	width:100%;
}


#nueva_lista,#borrar_lista, #generar_pdf_enviar, #borrar_cli, #producto_nuevo, #borrar_producto, #copiar_lista{
	margin-bottom: 0px;
	padding: 0px;
	height: 40px;
}


.nombre_nuevo_producto{
	width:100%;
	margin-bottom: 3px;
}

.nuevo_producto{
	width:100%;
	font-size: 13px;	
	padding: 3px;
}

.edicion_producto{
	width:100%;
	display: none;
}

.mensaje_error, .mensaje_error_producto{
	width: 95%;
	text-align: center;
	color:red;
	margin-bottom: 5px;
	padding: 0;
	
	font-size: 14px;
	font-weight:bold;
}

.mensaje_error{
	margin-top:-5px;
}

#nombre_listas_precios{
	width:100%;
}

#producto_nuevo{
	margin-top: 5px;
}


.nombre_nueva_lista{
	width:100%;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	display: none;

}

.contenedor_boton_guardar{
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.un_input{
	font-weight: 800;
	padding: 3px;
	width: 100%;
	margin-bottom: 5px;	
}

select:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.lista_precios{
	width:100%;
	display: flex;
	flex-direction: column;
}

.titulo_marca{
	padding: 3px;
	color: white;
	font-size: 18px;
}


.contenedor_datos{
	width:100%;
	border-bottom: 2px solid white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contenedor_telefono{
	display: flex;
	flex-direction: row;
	width:100%;

}

#caract_telefono{
	width:30%;
}

#numero_telefono{
	width:70%;
	margin-left: 5px;	
}

.marco_producto0, .marco_producto1{
	display: flex;
	flex-direction: column;
	align-items:center;
	width:95%;
	background-color: #cdd8ed;
	padding: 3px;
	margin-bottom: 15px;
	border: 1px solid black;
}

.contenedor_marca{
	display: flex;
	flex-direction: column;
	align-items: center;
	width:100%;
	margin-top: 10px;
	background-color: #2e2c28;
	margin-bottom: 20px;
	border-radius: 10px;

}

.tipo_producto_titulo{
	display: flex;
	flex-direction: column;
	align-items: center;
	width:95%;
	margin-bottom: 10px;
	background-color: #edb8bf;
	
	
}

.parrafo_titulo_producto{
	width: 100%;
	font-size: 16px;
	color: white;
	padding: 3px;
	text-align: center;
	margin-bottom: 3px;
}

.nombre_marca{
	font-size: 17px;
	color: white;
	width: 100%;
	text-align: center;
	padding: 5px;
}

.marco_producto0{
	background-color: #cdd8ed;	
}

.marco_producto1{
	background-color: #cdd0d7;	
}

.nombre_producto{
	
	width:100%;
	text-align: center;


}

.codigo{
	width:50%;
	text-align: right;
	margin-right: 30px;
}

.formato{
	width:50%;
	text-align: left;
	margin-left: 30px;

}



#nuevo_precios_producto{
	display: none;
}




.producto{
	font-size: 16px;
	font-weight: bold;
}

.precio_del_producto, .precio_del_producto_final{
	text-align: left;
	font-weight: bold;
	font-size: 14px;	
	padding: 3px;
}



.codigo_formato{
	width:98%;
	text-align: center;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #e0e3e9;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
}

.precios_producto{
	width:100%;
	display:flex;
	flex-direction: row;
}

.titulo_precios{
	background: rgb(168, 147, 147);
	
	font-size: 14px;
	color :white;
	width: 100%;
	text-align: center;
	padding: 2px;
	margin-top: 2px;
}


.titulo_precios_2{
	background: #dc8e99;
	font-size: 14px;
	color :white;
	width: 98%;
	padding: 2px;
	margin-top: 2px;
	margin-bottom:3px;
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;


}

.titulo_lista_nombre{
	width:100%;
	background-color: #1e6195;
	padding: 3px;
	text-align: center; 
	color: white;
	display:none;
	margin-bottom: 3px;
}

.dos_botones{
	display: flex;
	flex-direction: row;
	width:100%;
	justify-content: center;
}

.contenedor_todos_precios{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 65%;
}

.precios_titulo{
	font-size: 14px;
	width:60%;
	text-align: right;
	margin-right: 3px;
}

.precios_precio{
	
	
	width: 40%;
	font-size: 15px;
	display:flex;
	flex-direction:row;
}

.precio_text{
	font-weight: 800;
	padding: 3px;
	width: 100%;
	margin-top: 2px;
}

.precio_text2{
	font-weight: 800;
	padding: 3px;
	width: 50%;
}

.contenedor_precio, .contenedor_precio_resaltado, .contenedor_precio_nuevo, .contenedor_precio_cliente{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0px;
}

.contenedor_precio_resaltado{
	background-color: rgb(184, 164, 164);
}

.div_aumentar{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 35%;
	font-size: 14px;
	padding: 5px;
	align-items: left;
}

#guardar_cambios, #guardar_producto, #cancelar_producto{
	
	display: none;
}

#guardar_lista_base{
	margin-top: 10px;
	display:none;
}

#generar_pdf_general, #generar_pdf_enviar{
	display:none;	
}

.modificar_general{
	width: 98%;
	display: none;
	flex-direction: column;
	background: #84a9ed;
	padding: 5px;
	font-size: 14px;
	margin-top: 10px;
	border: 1px solid white;
}

.modificar_general2{
	width: 100%;
	display: none;
	flex-direction: row;
	justify-content: center;
	background: #84a9ed;
	padding: 5px;
	font-size: 14px;
	margin-top: 10px;
	border: 1px solid white;
}

.option_buttons{
	display: flex;
	flex-direction: row;
	width:30%;
	font-size: 20px;
	font-weight: bolder;
	align-items: center;
	justify-content: center;

}


.opciones{
	padding: 2px;

}
 


.mod_titulo{
	width: 100%;
	text-align: center;
	background: #adc3ec;
	margin-bottom: 5px;
	padding: 3px;
}

.seleccionar_todos{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	border: 1px solid white;
	padding: 5px;
}



.radio_texto_valores{
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 5px;
}


.radio_texto{
	display: flex;
	flex-direction: row;
	width: 60%;
	align-items: center;
}

.radio_valores{
	display: flex;
	flex-direction: row;
	width: 45%;
	align-items: center;
	justify-content: center;
}

.mas_menos{
	width: 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

#boton_mas, #boton_porc_o_pes{
	height: 35px;
	padding: 3px;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: bolder;

}

.simbolo{
	width: 10%;
	font-size: 15px;
}

.porcentaje_general, .checkbuttons{
	width:100%;
	display: flex;
	justify-content: center;
	background-color: #1e6195;
	border: 1px solid white;
   	border-radius: 3px;
   	color:#fff;
   	
}


.porcentaje_general{
	align-items: center;
	flex-direction: row;
	padding: 3px;

}
.checkbuttons{
	font-size: 14px;;
	flex-direction: column;
	margin-bottom: 3px;
}

.check{
	margin: 7px 7px 7px 10px;
}





.titulo_porcentaje{
	font-size: 14px;
	width: 60%;
	text-align: right;
	margin-right: 5px;
}



h4{
	padding:5px;
}

.guardar_cancelar_buttons{
	display: flex;
	flex-direction: row;
	align-items: center;
	width:100%;
	margin-top: 5px;

}



.vinculacion_listas{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 5px;	
}

.precio_cantidad{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size:14px;
}

.bloque_spin, .bloque_spin_oculto{
	display: flex;
	flex-direction: row;
	width:100%;
	justify-content: center;
}

.cantidad_entregado{
	width:100%;
	text-align: center;
	font-weight: bold;
}

.button_spin{

	padding: 0px 10px 0px 10px;
	width:30px;
	margin: 0px;
	font-size: 16px;
	font-weight: bolder;
	

}

.contenedor_precio_pedidos{
	
	text-align: center;
	width:100%;
	font-size: 14px;
}

.contenedor_precio{
	font-weight: bold;
}

.totales{
	width:100%;
	flex-direction: column;
	display: none;
	margin-top: -10px;
}

.total_pesos, .total_cajas{
	display: flex;
	flex-direction: row;
	justify-content: center;
	width:100%;
	
	
}

.total_pesos{
	padding: 2px;
	
}

.total_cajas{
	padding: 5px;
	background-color: #92bfdd;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid black;
	border-radius: 10px;
}

.texto_total_pesos, .subtotal_pesos{
	font-size: 16px;
	font-weight: bold;
}
.texto_total_pesos{
	width:50%;
}

.marco_totales{
	width:100%;
	border: 1px solid black;
	background-color: #3cb0fd;
	border-radius: 5px;
}




.swal2-popup {
	font-size: 13px !important;
  }

  .swal2-confirm, .swal2-deny, .swal2-cancel{
	font-size: 1.5em !important;
  }	


.pedidos_fecha{
	display: none;
	flex-direction: column;
	width:100%;
}

.fecha_pedido{
	padding: 5px;
	font-size: 14px;
	margin-bottom: 5px;
}

.pedido{
	width:100%;
	border: 1px solid black;
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
	background-color: #cdd0d7;
	margin-bottom: 5px;
}
.pedido :hover{
	cursor: pointer;
}

.pedido_titulo{
	width:100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	padding: 2px;
}


.texto_titulo_pedido_1{
	width:33%;
}
.texto_titulo_pedido_2{
	width:66%;
}
.texto_titulo_pedido_3{
	width:50%;
}
.texto_titulo_pedido_4{
	width:50%;
}


.boton_estado{
	width:100px; 
	padding:0px;
	margin-bottom:0px;
}

.bloque_listas{
	width:100%;
	display:flex;
	flex-direction: column;
}


.bloque_saldos{
	width:100%;
	display: flex;
	flex-direction: column;
	display: none;

}

.checkbox_saldos{
	width:100%;
	text-align: center;
	font-size: 14px;
	padding: 8px;
}

