/* Sticky footer styles
-------------------------------------------------- */

html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
height: 60px;
}
#footer {
background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
	  margin-left: -20px;
	  margin-right: -20px;
	  padding-left: 20px;
	  padding-right: 20px;
	}
	#footer .muted {
		margin: 10px;
	}
}

.blue-font {
	color:#0088CC;
}
.muted {
	margin:20px 0 10px 0;
	text-align: center;
}
#notice {
    color: #999999;
		float:right;
    font-size: 12px;
    font-style: italic;
    height: 25px;
    line-height: 25px;
		max-width:200px;
		width:auto;
}
.message-fail {
		color:#f00;
}
table td.numeric {
		text-align:right;
}
.trx-wbp {
	margin-bottom:20px;
}
.trx-wbp textarea {
	display:block;
	margin:5px 0;
}
.btn-fixed-bottom {
	bottom: 80px;
	position: fixed;
}
.btn-fixed-bottom .controls {
	margin-left: 430px;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
@media (max-width: 1024px) {
	.hero-unit h1 {
		font-size:32px;
	}
	.btn-fixed-bottom {
		bottom: auto;
		position: relative;
	}
	.btn-fixed-bottom .controls {
		margin-left: 180px;
	}
}