html  body {
overflow: hidden;
padding: 0px;
margin: 0px;
background-color: #022A45;
font-family:'MyriadPro-Light,MyriadPro-Regular';
	 -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}
 
*
{
padding:0;
margin:0;
font-family:'source_sans_proregular',source_sans_probold;

}

#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%;



}
.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: 2%;
}


#info
{
	position:fixed;
	color:white;
	font-size:15px;
	right: 2%;
	bottom: 2%;
	width: 25px;
	height: 25px;
	cursor:pointer;
	
}
#info>img
{
width:100%;
height:100%;
}
#infopopup
{
	position:fixed;
	color:white;
	font-size:15px;
	right: 2%;
	bottom: 8%;
	display:none;
	width:350px;
	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;
}

@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;
	}
}

 
