/* style.css */

	/* html { 
		background: url(background.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	} */
	
	body {
		background-color: #F1F1F1;
	}
	
	.disablehover {
		outline: none;
	}
	  
	.btn-group {
		background-color: none;
		margin-left: 100px; 
		text-align: right;
	}
	
	#homePageContainer {
		margin-top: 80px;	
		width: 400px;
	}
	
	#formPageContainer {
		margin-top: 10px;		
		width: 80%;
	}
	
	#mainPageContainer {
		margin-top: 60px;	
		width: 90%;
		min-height: 311px;		
	}	

	#viewPageContainer {
		margin-top: 60px;
		width: 80%;
	}	
	
	#userPageContainer {
		margin-top: 60px;
		width: 80%;
		min-height: 293px;		
	}

	#statePageContainer {
		margin-top: 60px;
		width: 80%;
		min-height: 293px;		
	}	

	#emailPageContainer {
		margin-top: 60px;
		width: 80%;
	}		
	
	#confirmPageContainer {
		margin-top: 60px;
		width: 80%;
		min-height: 293px;		
	}	

	#mailConfirmPageContainer {
		margin-top: 80px;
		width: 80%;
		min-height: 293px;		
	}		

	#pdoPageContainer {
		margin-top: 60px;
		width: 80%;
		min-height: 293px;
	}		
	  
	input {
		margin: 2px 0;
	}
	  
	.toggleButton {
		font-weight: bold;
		color: #392CEA;
	}
	
	.bg-light {
		background-color: transparent!important;
	}
	
	.navbar-color {
		background-color: 1F223F;
	}
	
	#tm-bottom-b {
		background-color: rgba(0, 0, 0, .1);
		border: solid rgba(0, 0, 0, .15);
		border-width: 1px 0;
		box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
	}			
	
	.footer-color {
		background-color: rgba(0, 0, 0, .1);
/* 			border: solid rgba(0, 0, 0, .15);
		border-width: 1px 0; 
		box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);*/
	}

	/* Form */

	.form-input{
		max-width: 400px;
	}

	/* Main */

	#periodo {
		text-align: right;
	}
	
	.help-inline-error {
		color:red;
	}

