#imgempregado{
	height:93%;
	width:90%;
	margin-left: 7%;
	margin-top: 10%;
}

#empregado{
	float: right;
	height:10vmin;
	width:10vmin;
	border: 0px dotted black;
	border-radius: 50%;
	background-color: #66b3ff;
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}

#divpopupempregado, #divpopupchamado, #divpopupconfirmaempregado{
	position: absolute;
	left: 81%;
  top:12%;
	display: none;
	z-index: 10000000000;
}



#helpempregado{
	top: 12.5%;
}
#novedigitos{
	right: 70%;
	top: 10%;
}
#helphelp{
	top:22.5%;
  right: 0%;
	z-index: 1000;
}
#helpentrar{
	top:84%;
	left:24%;
}
#helpbolasecrainicial{
	top:75%;
	left:105%;
}
#helpbolaslado{
	left: 110%;
	z-index: 100;
	z-index: 100000;
}
#helpgoback{
	position: absolute;
	top:-35%;
	left: -23%;
	z-index: 100000;
}
#helpmenuimagem{
	top:0%;
	left: 7%;
	z-index: 10000000;
}
#helpmenudetalhes{
	top:16%;
	left: -10%;
	z-index: 1000000;
}
#helpbebidas, #helppratos{
	z-index: 10000000;
	left:-52%;
	top: -13%;
}
#helpconfirmar, #helppagar{
	top: 90%;
}
#helpquant{
	top: 34%;
	left: 83%;
	z-index: 1000000;
}
#helppedido{
	top:90%;
}
#helptermcopo{
  top: -60%;
	left: 20%;
}
#helptermprato{
  top:100%;
	left: 50%;
}
#helprefill{
	width: 100px;
	top: 48%;
	left: 114%;
	z-index: 100000;
}
#helpalcool{
	z-index: 100000;
	top: 169%;
	left: 18%;
}
.helppopups{
	position: absolute;
	font-size: 14px;
	color: white;
	width: 200px;
	border: 1px solid lightblue;
	background-color: black;
	opacity: .9;
	display: none;
}
.arrowup {
	position: absolute;
  width: 0;
  height: 0;
	top: -50%;
	right: 4%;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid pink;
}
.arrowleft {
	position: absolute;
  width: 0;
  height: 0;
	top: 25%;
	left: -9%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid pink;
}
.arrowdown {
	position: absolute;
  width: 0;
  height: 0;
	top: 110%;
	left: 0%;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid pink;
}
.arrowright {
	position: absolute;
  width: 0;
  height: 0;
	top: 25%;
	left: 102%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid pink;
}
