
html, body {
	background-color:white;
	height:100%;
	width:100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	padding:0;
	position:relative;
}

#main-wrapper
{
	min-height:315px;
	min-width:260px;
	width: 100%;
    height: 100%;
	overflow: hidden;
	position:relative;
}

#header
{
	position:absolute; 
	top:0px; 
	left:0px; 
	height:110px; 
	right:0px;
	overflow:hidden;
}

#content
{
	position:absolute; 
	top:110px; 
	bottom:15px; 
	left:0px; 
	right:0px; 
	overflow:auto;
	padding: 0 20px;
}

#footer
{
	position:absolute;
	bottom:0px; 
	height:15px; 
	left:0px; 
	right:0px; 
	overflow:hidden;
}

#footer .big-line
{
	position:absolute;
	bottom:0;
}

#tuto
{
	font-size : 1em;
}

a,
a:visited
{
	color:grey;
	text-decoration:none;
	font-size:1em;
}

#apps
{
	text-align:center;
}

#apps > div
{
	display:inline-block;
	padding: 5%;
	width:50%;
	max-width:200px;
	position:relative;
}

#apps > div img
{
	/*width:50%;*/
	max-width:256px;
}

#gearvr img
{
	padding-left:40px;
}

#jm-logo
{
    width: 100%;
    height: 80px;
    padding-top: 15px;
}

#jm-logo img
{
	height:100%;
	padding-left: 15px;
}

#logo
{
	position:absolute;
	top:30px;
	right: 15px;
}

#logo  img
{
	width:200px;
}

#login-form
{
	width:90%;
	height:145px;
    margin: auto;
	text-align:center;
	padding-top: 50px;
}

.error
{
	color:red;
	text-align:center;
}

.success
{
	color:green;
	text-align:center;
}

#register-form .error
{
	font-size:1em;
	color:red;
	text-align:center;
	font-weight:normal;
	width: 100%;
}


.big-line
{
	background-color:#70ad47;
	height:15px;
	width:100%;
	overflow:hidden;
}

.form-style-3{
    max-width: 450px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-3 label {
	display:inline-block;	
    margin-bottom: 10px;
	text-align: left;
}

.form-style-3 span.title {
	display:block;
	padding: 10px;
	text-align: left;
	color:white;
	font-size:1.2em;
}

.form-style-3 label.center {
	text-align: center;
}

.form-style-3 label > span{
    float: left;
    width: 100px;
    color: #70ad47;
    font-weight: bold;
    font-size: 0.8em;
    text-shadow: 1px 1px 1px #fff;
}
.form-style-3 fieldset{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #70ad47;
    background: #70ad47;
}

.form-style-3 textarea{
    width:250px;
    height:100px;
}
.form-style-3 input[type=text],
.form-style-3 input[type=date],
.form-style-3 input[type=password],
.form-style-3 input[type=datetime],
.form-style-3 input[type=number],
.form-style-3 input[type=search],
.form-style-3 input[type=time],
.form-style-3 input[type=url],
.form-style-3 input[type=email],
.form-style-3 select, 
.form-style-3 textarea{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid white;
    outline: none;
    color: #70ad47;
    padding: 5px 8px 5px 8px;
    background: white;
	height:35px;
	margin-right:20px;
	font-size:1.2em;
}

.form-style-3 input.small {
	position:absolute;
	right:21px;
	width:70%;
}

.form-style-3  input[type=submit],
.form-style-3  input[type=button]{
    background: #70ad47;
    border: 2px solid white;
    padding: 10px 15px 10px 15px;
    color: white;   
    font-size:1.2em;
	cursor:pointer;
}
.required{
    color:red;
    font-weight:normal;
}

#register-form
{
	display:none;
	color: #70ad47;
	text-align:left;
	position:relative;
}

#register-form.validated
{
	display:block;
}

#register #title
{
	margin-top:10px;
	padding-bottom:10px;
}

#register #title a
{
	color:red;
    font-weight:bold;
	font-size:1.1em;
	text-decoration:underline;
}

#register-form label input[type=submit]
{
	width:80px;
}

#register-form textarea
{
	width:100%;
	box-sizing: border-box;
}


@media screen and (max-height:500px) {
	
	#header
	{
		height:80px; 
	}

	#content
	{
		top:80px; 
		bottom:5px; 
	}

	#footer
	{
		height:5px; 
	}
	
	.big-line
	{
		height:5px;
	}
	
	#jm-logo
	{
		height: 70px;
		padding-top: 5px;
	}

	#jm-logo img
	{
		padding-left: 8px;
	}

	#logo
	{
		top: 10px;
		right: 8px;
	}

	#logo  img
	{
		width:80px;
	}
	
	a, a:visited,
	#login-form,
	#tuto,
	input
	{
		font-size: 0.9em;
	}

	#login-form {
		
	}
}

@media screen and (max-width:550px) {
	
	#header
	{
		height:70px; 
	}

	#content
	{
		top:70px; 
		bottom:8px; 
	}
	
	.big-line
	{
		height:8px;
	}
	
	#footer
	{
		height:8px;
	}
	
	.form-style-3 input.small {

		width: 60%;
	}
	
	#jm-logo
	{
		height: 55px;
		padding-top: 7px;
	}

	#jm-logo img
	{
		padding-left: 8px;
	}

	#logo
	{
		top: 12px;
		right:8px;
	}

	#logo  img
	{
		width:80px;
	}
	
	a, 
	a:visited,
	#login-form,
	#tuto,
	input
	{
		font-size: 0.9em;
	}
	
	#login-form,
	input
	{
		font-size: 0.8em;
	}

}

@media screen and (max-width:380px) {
	
	.form-style-3 input.small {
		width: 50%;
	}
	
}

@media screen and (max-width:300px) {
	
	.form-style-3 input.small {
		width: 40%;
	}
	
}



