/*

> GENERAL

*/

body, html  {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	
}



p{
font-size:16px;
line-height:1.3;
font-weight:normal;
}


a{
color:#d81010;
text-decoration:underline; 
}

a:hover {
color:#d81010;
text-decoration:none; 
}


	.tcenter {
	text-align:center !important;
	}

	
	.tleft {
	text-align:left;
	}
	
	.tright{
	text-align:right;
	}
	/*
		@media (max-width: 769.5px) {
			p {
			text-align:center !important;
			}
			
			.tleft {
			text-align:center !important;
			}
			
			.tright{
			text-align:center !important;
			}
				
		}		
	*/
	

	.uppercase{
	text-transform:uppercase;
	}
	
	.font-big{
	font-size:20px;	
	}
	
	.font-normal{
	font-size:16px !important;	
	}
	
	.font-small{
	font-size:13px !important;	
	}
	
	font-open{
	font-weight:400;	
	font-family: 'Open Sans', sans-serif !important;
	}
	
	font-roboto{
	font-weight:100;
	font-family: 'Roboto', cursive !important;
	}

	.bold{
	font-weight:bold !important;
	}	
	
	.gray {
	color: #555 !important;	
	}
	
	.dark {
	color: #111 !important;	
	}
	
	.whitish{
	color:#f1f1f1 !important;
	}


	
/*

> LOGIN SCREEN

*/

.login-screen, .homepage{
background:url('../img/bg.jpg') no-repeat top left;
background-size: cover;
width:100%;
height:100%;	
}

.login-screen h1{
color:#fff;
margin:150px 0 30px 0;
font-size:35px;
font-weight:100;
line-height:1.4;
}


.login-form{
width:350px;
}

.login-screen .form-control{
height: 50px;
padding: 10px 20px;
font-size: 16px;
}

.login-screen .btn{
padding: 12px 5px;
font-size:16px;
}



/*

> UPLOAD HEADER

*/

.header{

}

.header h1{
font-weight:bold;
margin:0 0 10px 0;
}

.header h1 a{
color:#000;
text-decoration:none;
}

.header .container{
background-color:#fff;
padding:25px 15px 20px 15px;
}
	


/*

> UPLOAD PAGE

*/


.upload-page .container{
background-color:#fff;	
}

.upload-page .ajax-upload-dragdrop{
margin: 0 0 0 10px;
}

.upload-page .ajax-file-upload-error{
color:red;
padding: 15px 0 25px 15px;	
}

.upload-page #eventsmessage{
padding: 15px 0 25px 15px;	
}

.upload-page ul{
	list-style-type:square;
	margin:15px 0 15px -15px;
}
	


/*

> UPLOAD FOOTER

*/


.footer .container{
background-color:#f1f1f1;
padding:25px 15px 20px 15px;
	
}	



