﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	margin-top:15px;
    padding-left: 15px;
    padding-right: 15px;
	font-size: 0.8rem;
}
	

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
nav.login-bar {
	background-color: #ececec;
	-webkit-box-shadow: 0px 1px 1px #d6d4d4;
	-moz-box-shadow: 0px 1px 1px #d6d4d4;
	box-shadow: 0px 1px 1px #d6d4d4;
}

div.path-and-select-firm {
	background-color: #cee6fa;
	-webkit-box-shadow: 0px 1px 1px #d6d4d4;
	-moz-box-shadow: 0px 1px 1px #d6d4d4;
	box-shadow: 0px 1px 1px #d6d4d4;
}
ol.breadcrumb{margin:0 !important;}

div.active-firm-name {
	font-size:1.2em;
	color: #808080;
	line-height:1.6em;
	padding-top:6px;
}

.breadcrumb {
	padding: 0.50rem 1rem !important;
}

div.credits-bar {
	background-color : lightgray;
	color: black;
}
