html  body {
overflow: hidden;
padding: 0px;
margin: 0px;
background-color: #022A45;
 
}
*
{
padding:0;
margin:0;
 

}
.canvas-container
{
	position:absolute!important;
	pointer-events:none;
	z-index:9999;
}
#infopopupclosebtn
{
/*	position: absolute;right: 5%;width: 3%;top: 4%;cursor: pointer; */
	
	position: absolute;
    right: 10px;
    width: 31px;
    top: 11px;
    cursor: pointer;
	opacity:0;
	
}
.clickable1 
{
	pointer-events:none;
	/**/ display:none; 
}

.tempItem
{
	/* */display:none; 
	
}
 
#phaser-container
{
position:absolute;
width:100%;



}
.hideCursor
{
/* cursor: default; */
 
}
.showCursor
{
/* cursor:default; */
}

.addcursorEraser {

  cursor: url(../assets/images/eraser.cur), auto !important;;
}

.addcursorPencil {

  cursor: url(../assets/images/draw_tool.cur), auto !important;;
  
}
#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%;
}


#info
{
	position:fixed;
	color:white;
	font-size:15px;
	right: 2%;
	bottom: 3%;
	width: 25px;
	height: 25px;
	cursor:pointer;
}
#info>img
{
width:100%;
height:100%;
}
#infopopup
{
	position:fixed;
	color:white;
	font-size:15px;
	right: 2%;
	bottom: 9%;
	display:none;
	z-index:999999;
	transform-origin:right bottom;
}
 
#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;
}