/* Wrapper for page content to push down footer */
#wrap {
	min-height:100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer{
	height:60px;
	text-align:center;
}

.form-signin {
max-width: 350px;
min-width: 300px;
padding: 29px 49px 29px;
margin: 0 auto 20px;
background-color: #fff;
border: 5px solid #e5e5e5;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
		border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
		box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.loader{
text-align: center;
vertical-align: middle;
line-height: 300px;
display:block;
margin:auto;
}
.help-block {
    display: inline;
}

.reporthead td { position: sticky !important; top:0 !important; }