@font-face {
  font-family: Janda;
  font-style: normal;
  font-weight: 300;
  src: local('Janda Manatee Solid'), local('JandaManateeSolid'), url(../fonts/JandaManateeSolid.ttf) format('truetype');
}


html,
body {
    height: 100%;
    background-color: #275691;
    font-family: Janda;
	font-size: 22px;
	line-height: 1.3em;
	color: #fff;
}

body {
	overflow-y: scroll !important;
}

a, a:active, a:visited {
	color: #f7b419;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

a.btn, a.btn:active, a.btn:visited {
	color: #fff;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .btn-link {
	color: #f7b419;
}

table td, table th, .breadcrumb, .breadcrumb > .active {
	background-color: #fff;
	color: #275691;
	font-size: 16px;
}

tr.filters td {
	background-color: #275691;
}

table a, table a:active, table a:visited,
.breadcrumb a, .breadcrumb a:active, .breadcrumb a:visited {
	color: #275691;
}
table a:hover, .breadcrumb a:hover {
	color: #f7b419;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #275691;
}

.table-bordered {
	border: solid 1px #275691;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: solid 3px #275691;
	border-left: none;
	border-right: none;
}


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

.wrap > .container {
    padding: 140px 15px 20px;
}

.footer {
    height: 60px;
    border-top: 1px solid #4b7fc1;
    padding-top: 10px;
}

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

.navbar {
    height: 114px;
}

.navbar-inverse {
    background-color: #26873a;
    border: none;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
	padding: 17px 15px 15px 15px !important;
	margin-left: -8px !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background: none !important;
	text-transform: uppercase;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


h1, h2 {
	margin-top: 1em;
	text-transform: uppercase;
}

.btn-success {
	color: #fff;
	background-color: #26873a;
	border-color: #256b35;
}

.glyphicon {
	font-size: 16px;
}

div.summary {
	margin: .3em 0 .3em;
	color: #4b7fc1;
}

.form-control, input {
	color: #000;
}

.item-image {
	margin-bottom: .5em;
}

#cboxOverlay{
	background: #000;
}

.navbar-collapse {
	margin-top:	64px;
	background: #26873a;
}

.site-about p, .site-about ol, p.box {
	color: #000;
	font-size: 22px;
	line-height: 24px;
	border-radius: 0px 20px 0px 20px;
	border: 3px solid #000;
	background-color: #fff;
	padding: 30px 20px 30px 20px;
}

p.box { text-align: left; }

p.box a, p.box a:visited {
	color: #337ab7;
}
p.box a:hover, p.box a:active {
	color: #f7b419;
}

.site-about h2 {
	margin-bottom: 0.3em;
}

ol li {
	margin-left: 2em;
}

.img-placeholder {
	display: block;
	height: 400px;
}


.alert a:hover { color: #26873a; }

.indent { display: inline-block; margin-left: 6em; }