@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

@media screen and (max-width:1460px){
	#global{
		left: 20px;
	}
}

@media screen and (min-width:1460px){
	#global{
		left: 155px;
	}
}

body, input, textarea, select, button{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:15px;
	-webkit-appearance: none;
 	-webkit-border-radius: 0;
}

body, html{
	min-height:100%;
	background-color: #edeef2;
	color: black;
}

#global{
	position: absolute;
	top: 150px;
	opacity: 0;
	transition: opacity 0.5s, top 0.5s;
	-moz-transition: opacity 0.5s, top 0.5s;
	-webkit-transition: opacity 0.5s, top 0.5s;
}

#loading_icon{
	position: absolute;
	top: 100px;
	left:0;
	right: 0;
	margin :auto;
	width: 120px;
	height: auto;
	background-color: white;
	border-radius: 50%;
	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}