html  body {
overflow: hidden;
padding: 0px;
margin: 0px;
background-color: #cccccc;
font-family:'MyriadPro-Light,MyriadPro-Regular';

}
 
*
{
padding:0;
margin:0;
font-family:'source_sans_proregular',source_sans_probold;

}
.canvas-container
{
	position:absolute!important;
	pointer-events:none;
	z-index:9999;
}
.clickable1 
{
	pointer-events:none;
    display:none; 
}
#infopopupclosebtn
{
/*	position: absolute;right: 5%;width: 3%;top: 4%;cursor: pointer; */
	
	position: absolute;
    right: 10px;
    width: 31px;
    top: 11px;
    cursor: pointer;
	opacity:0;
	
}
#phaser-container
{
position:absolute;
width:100%;



}


.addcursorEraser {

  cursor: url(../assets/images/eraser.cur), auto !important;;
}

.addcursorPencil {

  cursor: url(../assets/images/draw_tool.cur), auto !important;;
  
}


.hideCursor
{
/* cursor: none; */
 
}
.showCursor
{
/* cursor:default; */
}
#MainContainer
{
	position:relative;
	height:768px;
	width:1024px;
	display:block;
	pointer-events:none;
	
}
#logo
{
	position:fixed;
	color:white;
	font-size:15px;
	margin-left: 2%;
	bottom: 3%;
	
	 -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}


#info
{
	position:fixed;
	color:white;
	font-size:15px;
	right: 2%;
	bottom: 3%;
	width: 25px;
	height: 25px;
	cursor:pointer;
	 -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}
#info>img
{
width:100%;
height:100%;
}
#infopopup
{
	position:fixed;
	color:white;
	font-size:15px;
	right: 2%;
	/* bottom: 55px; */
	display:none;
	/* width:350px; */
	bottom:9%;
	transform-origin:right bottom;
	
	 -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
  
  z-index:999999;
}
 
#loader
{
position: absolute;
width: 100px;
height: 100px;
top: 338px;
left: 425px;
background: url(../assets/images/loader.gif) no-repeat;
background-size: contain;

}
.infoClicked
{
	opacity:0.4;
}
/* 
@media only screen and (max-height: 680px) {
	
	#infopopup
	{
		width:250px;
	}
}
@media only screen and (max-height: 500px) {
	
	#infopopup
	{
		width:200px;
	}
}
@media only screen and (max-height: 400px) {
	
	#infopopup
	{
		width:180px;
	}
}
@media only screen and (max-height: 400px) {
	
	#infopopup
	{
		width:160px;
		bottom:40px;
	}
}
 */
 
