body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0px;
}

.highlight{
   border: 2px solid #00FF00;
   box-shadow: 0 0 15px 0px #00FF00;
}
#div_ticket{
	margin:20px 0px 20px 0px;
	display:inline-block; 
	background-color: #D2DCB3;
	width:300px;
	padding: 0px 0px 5px 0px; 
}
#id_ticket{
	width: 60px;
	font-size:16px;
}

#lbl_total_general{
	font-family: Arial;
	width:200px;
	font-weight: 500;
	text-align:center;
	font-size:26px;
	color:#517F75;
}
button.ticket_pendiente{
	cursor:pointer;
	border: 0px solid #00FF00;
	background-color::#FFFFFF;
	padding: 0px 0px 0px 0px;
}
img.ticket_pendiente{
	cursor:pointer;
	width:36px;
}
span.ticket_pendiente{
	cursor:pointer;
	display:inline-block;
	position:relative;
	top:-32px;
	font-size: 10px;
	width:36px;
	text-align:center;
	color:#FFFFFF;
	font-weight: 700;
}
span.ticket_ultimo{
	cursor:pointer;
	display:inline-block;
	position:relative;
	top:-32px;
	font-size: 10px;
	width:36px;
	text-align:center;
	color:#000000;
	font-weight: 700;
}
#lbl_total_entregado,#lbl_total_tarjeta,#lbl_total_vales{
	margin-top:10px;
	display:inline-block;
	font-family: Arial;
	width:100px;
	font-weight: 500;
	text-align:center;
	font-size:16px;
	color:#517F75;
}
#lbl_total_cambio{
	font-family: Arial;
	width:200px;
	font-weight: 500;
	text-align:center;
	font-size:26px;
	color:#517F75;
}
Input.Detalle{
	display:inline-block;
	font-size: 12px;
	margin: 2px 4px 0px 0px;
	border: 0px solid #ABC46C;
	color: #000000;
	padding: 5px 5px 5px 5px ;
	text-transform:uppercase;
}
.Detalle1{
	background-color: #E5ECD1;
}
.Detalle2{
	background-color: #CADAA5;
}
.Detalle3{
	background-color: #BCD190;
}
.Detalle4{
	background-color: #95B754;
}

Input.Buscar{
	font-size: 20px;
	margin-top:5px;
	border: 1px solid #ABC46C;
	background-color: #eef1f8;
	color: #000000;
	padding: 1px 1px 1px 5px ;
	text-transform:uppercase;
}
Input.DatosId{
	font-size: 11px;
	margin-top:10px;
	border: 1px solid #ABC46C;
	background-color: #d1d8c0;
	color: #000000;
	padding: 1px 1px 1px 5px ;
	text-transform:uppercase;
}
.DatosDetalleReadOnly{
	font-size: 11px;
	margin:5px 0.2px 0px 5.2px;
	border: 0.8px solid #eff2f9;
	background-color: #D2DCB3;
	color: #555555;
	padding: 1px 4px 1px 4px ;
	text-transform:uppercase;
}
Input.DatosDescripcion{
	font-size: 11px;
	margin-top:10px;
	border: 1px solid #ABC46C;
	background-color: #eef1f8;
	color: #000000;
	padding: 1px 1px 1px 5px ;
	text-transform:uppercase;
}	
Input.Total{
	width:300px;
	font-size: 60px;
	font-family: Arial;
	font-weight:500;
	border: none;
	border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	margin-top:2px;
	background-color: #224633;
	color: #FFFFFF;
	padding: 5px 0px 10px 0px ;
	text-align:center;
}
Input.Entrega,Input.Tarjeta,Input.Vales{
	width:100px;
	font-size: 22px;
	font-family: Arial;
	font-weight:400;
	border: none;
	border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	margin-top:2px;
	background-color: #224633;
	color: #DDDDDD;
	padding: 10px 0px 10px 0px ;
	text-align:center;
}
Input.Cambio{
	width:300px;
	font-size: 50px;
	font-family: Arial;
	font-weight:400;
	border: none;
	border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	margin-top:2px;
	background-color: #224633;
	color: #F5F6CE;
	padding: 10px 0px 10px 0px ;
	text-align:center;
}
.teclas{
	cursor:pointer;
	font-size: 10px;
	color: #BBFFBB;
}
div#div_botones{
	margin:auto;
	margin-top:5px;
	width:350px;
}
.boton_tpv{
	cursor:pointer;
	float:left;
	width:45px;
	height:80px;
	background-color: #8EB533;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #005500; 
	margin-left:3px;
}
div.boton_tpv{
	margin-left:5px;
	-webkit-box-shadow: 8px 8px 36px -6px rgba(94,107,47,1);
	-moz-box-shadow: 8px 8px 36px -6px rgba(94,107,47,1);
	box-shadow: 8px 8px 36px -6px rgba(94,107,47,1);
}
.DescripcionParcial{
	display:inline-block;
	width:300px;
	height:50px;
	font-size: 16px;
	font-family: verdana;
	font-weight:200;
	border: none;
	border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	margin-top:10px;
	background-color: #224633;
	color: #FFFFFF;
	padding: 0px 0px 10px 0px ;
	text-align:center;	
	}
Input.Parcial{
	width:300px;
	font-size: 50px;
	font-family: verdana;
	font-weight:200;
	border: none;
	border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	margin-top:0px;
	background-color: #224633;
	color: #FFFFFF;
	padding: 0px 0px 10px 0px ;
	text-align:center;
}
.fondo{
	border: 0px solid #000000;
	width:1024px;
	height:720px;
	margin:auto;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
div#muelle_block{
	border: 0px solid #eeeeee;
	float:left;
	width:50px;
	height:610px;
	background-image:url('../imagenes/muelle_block.gif');
	background-repeat:repeat-y;
	padding: 5px 10px 0px 0px;
}
div#tpv_superior{
	vertical-align:center;
	border: 0px solid #000000;
	float:left;
	width:665px;
	height:90px;
	background-color: white;
	padding: 0px 0px 0px 0px;
}
.usuario{
	display:inline-block;
	font-size:12px;
	color:white;
	text-align:center;
	width:360px;
	margin-top:20px;
	padding: 5px 0px 5px 0px;
	background-color:#51757f;
}
div#tpv_derecha{
	border: 0px solid #FF0000;
	float:right;
	width:310px;
	text-align:center;
}
div#tpv_centro{
	margin: 0px 5px 0px 0px;
	border: 0px solid #00FF00;
	float:right;
	width:36px;
	background-color: #ffffff;
	text-align:center;
	padding: 10px 0px 0px 0px;
}
#div_derecha_central{
	border: 0px solid #000000;
	display:inline-block;
	width:300px;
	height:320px;
}
div#tpv_izquierda_old{
	border: 0px solid #0000FF;
	float:left;
	width:665px;;
	height:620px;
	background-color: #d1dab2;
	padding: 5px 0px 0px 0px;
}
div#tpv_izquierda{
	border: 0px solid #0000FF;
	float:left;
	width:665px;;
	height:620px;
	padding: 5px 0px 0px 0px;
	border-radius: 9px 15px 15px 9px;
	-moz-border-radius: 9px 15px 15px 9px;
	-webkit-border-radius: 9px 15px 15px 9px;
	-webkit-box-shadow: 17px 1px 26px -3px rgba(94,107,47,1);
	-moz-box-shadow: 17px 1px 26px -3px rgba(94,107,47,1);
	box-shadow: 17px 1px 26px -3px rgba(94,107,47,1);
}
div#tpv_detalle{
	border: 0px solid #000000;
	float:left;
	width:593px;
	height:600px;
	background-color: white;
	padding: 10px 5px 5px 0px;
}
div#BannerLogo{
}
div#Total{
	
}
div#BuscarArticulo{
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	border: 1px solid #005500;
	border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	width:300px;
	padding: 2px 0px 5px 0px;
}
div#div_cesta{
	margin-top: 10px;
	text-align:center;
}


Input.ClienteNombre{
	display:inline-block;
	width:295px;
	margin-top: 20px;
	text-align:center;
	font-size:18px;
	color:#517F75;
	border:none;
	background-color: #FFFFF;
}
.ClienteBuscar{
	display:inline-block;
	width:400px;
	margin-top: 20px;
	text-align:center;
	font-size:18px;
	border: 1px solid #ABC46C;
	background-color: #eef1f8;
	color: #000000;
	padding: 1px 1px 1px 5px ;
	text-transform:uppercase;
}

span.CabeceraDetalle{
	font-size: 13px;
	display:inline-block;
	color:#005500;
	background-color: #D6EFAC;
	padding: 3px 5px 3px 5px;
}
.error{
	background-color: #FF0000;
}
.tpv_top_imagen{
	content:url('../imagenes/tpv/tpv_top.png');
	float:right;
	width:308px;
	margin-top:5px;
}
.tpv_bottom_imagen{
	content:url('../imagenes/tpv/tpv_botom.png');
	float:right;
	width:308px;
	margin-top:25px;
}
#lbl_unidades{
	font-size:18px;
	color:#005500;	
}


.boton_tpv 
{
    cursor:pointer;
	float:left;
	width:48px;
	height:75px;
	margin-left:1px;
	padding-top:10px;
 /* padding: 15px 25px;*/
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 6px;
  box-shadow: 0 9px #999;
}

.boton_tpv:hover {background-color: #3e8e41}

.boton_tpv:active {
  background-color: #3e8e41;
  box-shadow: 0 6px #666;
  transform: translateY(4px);
}
