/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; 
}

body {
  margin-bottom: 120px; /* Margin bottom by footer height */
}

a.footerlink:link { color:000; text-decoration:none; font-weight:normal; }
a.footerlink:visited { color: #000; text-decoration:none; font-weight:normal; }
a.footerlink:hover { color: #000; text-decoration:underline; font-weight:normal; }
a.footerlink:active { color: #000; text-decoration:none; font-weight:normal; }

a.breadcrumblink:link { color:000; text-decoration:none; font-weight:normal; }
a.breadcrumb:visited { color: #000; text-decoration:none; font-weight:normal; }
a.breadcrumb:hover { color: #007AC2; text-decoration:none; font-weight:normal; }
a.breadcrumb:active { color: #000; text-decoration:none; font-weight:normal; }

.breadcrumbdiv {
	margin-bottom:10px;
}
.recordNavigationDiv {
	border-radius: calc(.25rem - 1px) ;
	background-color: rgba(0,0,0,.03);
	border:1px solid rgba(0,0,0,.125);
	margin-bottom:20px;
	padding:10px;
}
.filterBar {
	padding:10px;
	background-color:#E0E0E0;
	border:1px solid black;
	margin-bottom:20px;
}
.subFilterBar {
	padding:10px;
	background-color:#FFFFFF;
	border-left:1px dotted black;
	border-right:1px dotted black;
	border-bottom:1px dotted black;
	margin-top:-20px;
	margin-bottom:20px;
}

.bodyHeader{
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	padding-right:20px;
	background-color: #FFF;
	width:100%;
	margin-bottom:0px;	
}
.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #FFFFFF;
	height: 120px; /* Set the fixed height of the footer here */
	padding:20px 20px 20px 20px;
}

.highlight {
	color:#007AC2;
	font-weight: bold;
}
.btn-primary {
	background-color:#007AC2;
	border-color:#007AC2;
}
span.line {
  display: inline-block;
}
