@font-face {
    font-family: 'arimobold_italic';
    src: url("arimo-bolditalic-webfont.b1324f158858.eot");
    src: url("arimo-bolditalic-webfont.b1324f158858.eot?#iefix") format('embedded-opentype'),
         url("arimo-bolditalic-webfont.b332410a29a6.woff2") format('woff2'),
         url("arimo-bolditalic-webfont.035128aacfd3.woff") format('woff'),
         url("arimo-bolditalic-webfont.8da96c0a469a.ttf") format('truetype'),
         url("arimo-bolditalic-webfont.baa225c7884d.svg#arimobold_italic") format('svg');
    font-weight: bold;
    font-style: italic;
}
html, body {
    height: 100%;
    }
.page-header {
  margin-bottom: 0; margin-top: 0; 
}
body > .container-fluid {
	margin-bottom: 3em;
}
#sidebar {
  margin-left: 0;
  padding-left: 1em;
  -webkit-box-shadow: -5px 0 4px -2px #888;
  -moz-box-shadow: -5px 0 4px -2px #888;
  box-shadow: -5px 0 4px -3px #888;
  min-height: 20em;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -3em;
}

#content > * {
  margin-left: 20px;
  
}
#content > .page-header { margin-left: 0 }
.breadcrumb li a {
 text-decoration: none;
}
/*
.breadcrumb li a:after {
  content: "/";
  padding: .2em .5em;
}
*/

#footer, #push { height: 3em; }
#footer {
    background-color: #f5f5f5;
    padding: 1em;
	position: fixed;
	bottom: 0;
	width: 99.9%;
}

.nav-collapse ul {
/*  background: url("../img/rptlab.c330901072bb.png") 1em center no-repeat transparent; */
  padding-left: 9em;
}


.navbar-inverse {
  background-color: #1E4C9C
}

.navbar-inverse .navbar-brand {
  color:white;
}

.navbar-inverse .navbar-nav>li>a {
color: white;
}

.navbar-inverse .navbar-nav>li.btn-group .btn {
  border-width: 0
}

.navbar-inverse a:hover {
    color: #C8C7C7 !important; 
}

.dl-horizontal dt, dt { margin: 0.1em 0; }

.can_edit td:not{
    background-color: #f0f7fd;
    border-color: #d0e3f0;
    border-right: 5px solid #eee
}


/* attempts by andy to save space at top of template */
.navbar {
  margin-bottom: 0
}

.page-header h1 {margin: 0;}

.muted {
	color: #999;
}
.credit {
	font-style: italic;
}
.reportlab {
	display: inline-block;
	font-size: 1.3em;
	font-family: "Helvetica Neue", "arimobold_italic", Helvetica,Arial,sans-serif;
	letter-spacing: 0;
	font-weight: bold;
	font-style: italic;
	color: #204D9B;
}
.reportlab span {
	color: #EC2227;
}
.twitter-typeahead, .tt-dropdown-menu, .tt-hint {
	width: 100%;
}
.tt-selectable {
	padding: 0.15em 0.9em;
}
.tt-selectable:hover {
	cursor: pointer;
	background-color: #DEF;
}
.tt-menu {
	z-index: 2000 !important;
	background-color: #FFF;
	border: 1px solid #AAA;
}

[data-can_edit="true"] .placeholder::empty {
	min-height: 1.2em;
}
[data-can_edit="true"] .placeholder:empty::before {
	content: "Click to edit";
	color: #999;
	font-style: italic;
	color: #337ab7;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
#main {
	padding-bottom: 5em
}
.form-control.edit_htmlfield {
    height: inherit
}