@charset "UTF-8";
/* CSS Document */

.popover{
	z-index: 99999999999999;
}
.help{
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
	display:none;
	position: absolute;
	
	z-index: 999999;
	
}
.centerHelp{
		-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
	position: absolute;
	-webkit-box-shadow: 0px 0px 0px 5000px rgba(0,0,0,0.6); 
	box-shadow: 0px 0px 0px 5000px rgba(0,0,0,0.6);
	z-index: 999999;
	pointer-events:none;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.help1{
	left:0px;
	top:0px;
}
.help2{
	right:0px;
	top:0px;
}
.help3{
	top:0px;
}

.help-dialogue{
	position: absolute;
	height:5px;
}
.helpjs{
	display: none;
}