html,
body {
    height: 100%;
    font-family: 'Open Sans';
}
#testBanner {
	position: fixed;
	top: 10px;
	right: 10px;
	background-color: red;
	color: white;
	z-index: 1050;
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 1px;
	padding: 4px 8px;
}
h1 {
}

h2 {
	font-size: 1.4em;
	font-weight: 700;
}

h3 {
	font-size: 1.2em;
	font-weight: 400;
}

a {
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

#mainContent {
    padding: 90px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 100px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}
.grid-view th {
  position: sticky;
  top: 100px;
  background-color: white;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.required label:after {
	content: ' *';
	color: red;
}

.navbar {
	background: rgba(255,255,255,.8);
	}

a.navbar-brand {  }
.navbar-brand img { display: inline; margin-right: 0.2em; height: 70px; }

.navbar-collapse { background-color: white; margin-top: 5px; /* border-top: 1px solid #666; border-bottom: 1px solid #666; */ }

.navbar-toggle { border-color: #333; }
.navbar-toggle .icon-bar { background-color: #333 }

#showUser {
	float: right;
	margin-right: 15px;
}
.agencyClass {
	display: inline-block;
	width: inherit;
}
.navbar-fixed-top {
}
.navbar-collapse {
}

.required label:after {
	content: ' *';
	color: red;
}

.label a {
	color: white;
	font-weight: normal;
}

.opsMenu {
	display: fixed;
	right: 0;
	top: 0;
	text-align: right;
	font-size: 0.9em;
	color: #aaa;
}
.opsMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.opsMenu li {
	display: inline;
}
.opsMenu li:before {
	content: " | ";
}
.opsMenu li:first-child:before {
	content: "";
}

ul.breadcrumb {
	margin-top: 1em;
}

.elementList label {
	display: block;
}

.activeStatus {
	color: green;
}

.notActive {
	color: red;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 4px 8px;
}

.hasDatepicker {
	display: block;
	padding: 6px 12px;
	border: 1px solid #ccc;
	margin-top: 4px;
	border-radius: 4px;
}

.dbTitle {
	margin-left: 1em;
	font-weight: bold;
}

.shift {
	margin-top: -10px; font-size: 150%;
	padding: 3px;
	border: none;
	box-shadow: none;
	color: #aaa;
}

.persist {
	float: right;
}

.git {
	font-size: 80%;
}
.table thead { background-color: white; }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#loader {
    border: 16px solid #ddd; /* Light grey */
    border-top: 16px solid #0055a4; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: none;
}

/* ============================================================================ */
/*       PRINT STYLES                                                           */
/* ============================================================================ */

@media only print {
	a[href]:after {
		content: none !important;
	}
	#w0 { display: none; }
	#w1 { display: none; }
	.breadcrumb { display: none; }
	.footer { display: none; }
	#mainContent { padding-top: 0; }
	#printHeader { display: block; padding-bottom: 0.2em; margin-bottom: 0.2em; border-bottom: 1px solid #666; }
	#printHeader h1 { font-size: 1.2em; }

}


