html,
body {
    height: 100%;
    font-family: 'Open Sans' Helvetica Arial sans-serif;
}

h1 {
	font-family: 'News Cycle';
	color: #5bb948;
	letter-spacing: 1px
}

h2 {
	font-family: 'News Cycle';
	color: #5bb948;
	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;
}

.wrap > .container {
    padding-top: 140px;
}
.wrap > .container-fluid {
    padding-top: 140px;
}

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

.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;
}

.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;
}

span.required {
	color: red;
}

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

#showUser {
	background-color: #5bb948;
	position: fixed;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 4px;
/* 	height: 44px; */
	z-index: 1000;
}
#showUser .btn { margin-top: -8px; }

#showUser a {
	color: white;
}

.navbar {
	margin-top: 44px;
	background: rgba(255,255,255,.8);
	}

.navbar-header {
	height: 90px; 
}

.navbar-nav {
	padding-top: 10px;
	font-family: 'News Cycle';
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

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

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


.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: "";
}

@media (min-width: 1200px) {
	.panel-body { min-height: 280px; }
	}
@media (min-width: 992px) {
	.panel-body { min-height: 300px; }
	}

.panel-heading {
/* 	min-height: 70px; */
}
.panel-heading h2 {
	text-align: center;
	margin: 0;
}
.panel-footer p {
	text-align: center;
	margin: 0;
}

.markdown
{
	font-style: italic;
	font-size: 80%;
	margin: 0;
}

.disclosure
{
	font-style: italic;
	font-size: 80%;
	border-top: 1px solid #ccc;
	padding-top: 1em;
	margin-top: 1em;
}

.aca {
	width: 84px;
	height: 83px;
	margin-bottom: 1em;
}

form .note {
	font-style: italic;	
}

.payee {
	font-size: 80%;
}


