html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 40px;
	
}



.form-heading {
	margin-bottom: 30px;
}



#login {
	margin-top: 80px;
	margin-bottom: 80px;
}
#login form {
	max-width: 380px;
	padding: 15px 35px 45px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid rgba(0,0,0,0.1);
}
#login .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
}
#login input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#login input[type="password"] {
	margin-bottom: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#login .form-control.bootstrap-select { padding: 0px; margin-bottom: 20px; }
#login .form-control.bootstrap-select button { padding: 10px; font-size: 16px; }

form .row { margin-top: 10px; margin-bottom: 10px; }



span.disabled { cursor: not-allowed; }



body > .navbar { border-radius: 0px; }
body > .alert { border-radius: 0px; margin-bottom: 0px; }

#popup_extract .modal-dialog { min-width: 1000px; }



.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #f5f5f5;
}
.footer > .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}
footer.footer .container-fluid .text-muted {
	margin: 10px 0;
}