/*---------------------------------------------------------------------------------------------------
CSS using a ShiVaEngine Template, modified by Bérenger Dalle-Cort - Eurosystems - 2015  
 -----------------------------------------------------------------------------------------------------*/

body
{

	overflow-x:hidden;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}  

/*-------------------------------------------------------------------------
								Misc. 
 ------------------------------------------------------------------------*/

.unselectable 
{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#loginForm
{
	position:absolute;
	top:2px;
	right:2px;
}

/*-------------------------------------------------------------------------
								ShiVa Styles 
 ------------------------------------------------------------------------*/

.shiva 
{ 
	padding-right: 0; 
	margin-left: -0px; 
	margin-right: auto; 
	display: block; 
}

div.shiva 
{ 
	margin-left: auto;
	margin-right: auto;        
	text-align: center; 
	font-family: arial; 
}

#shivafocus
{
	outline: none; /* hide focus highlight */
	font-size:0;
	cursor: default;

}

#canvas
{
	width: 100%;
	height: 100%;
}

#output
{
	position: absolute;
	bottom: 0px;
	width:100%;
} 
 
/*-------------------------------------------------------------------------
								Loading Styles 
 ------------------------------------------------------------------------*/

#loading_div
{
	position: absolute;
	top: 50%;
	left : 50%;
	margin-top: -50px;
	margin-left: -64px;
	width: 128px;
	height: 100px;
	align-content:center;
}

.shiva-progress-outer
{  
	text-align: center; 
	height: 2px;
	background: #FFFFFF; 
	border: 1px solid #000000;	
}


#loading_gif
{
	align:center;
	width: 50px;
	height: 50px;
}
