html,
body {
    height: 100%;
    font-family: 'Raleway';
    background-image: url(../images/bg_body.png);
    color: white;
}

h1 {
	font-family: 'Roboto Slab';
	font-weight: 700;
	background: rgba(0,0,0,.5);
	padding: 5px;
}

.content h1 {
	background: none;
}

.container > div h1 {
	margin-top: 0;	
}

h2 {
	font-family: 'Roboto Slab';
	font-size: 1.4em;
	font-weight: 700;
	background: rgba(255,255,255,.5);
	padding: 5px;
}

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

h5 {
	color: white;
}

a {
	color: #BB3023;
}

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

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

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

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

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

.modal {
	color: black;
}

.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 img, .page-view img {
	max-width: 100%;
}

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

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

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

.topButtons {
	margin-top: 10px;
	overflow: auto;
}

.navbar-nav {
	margin-top: 10px;
}

.navbar-nav a:hover {
	color: #636D35;
}

.navbar-nav > li > a {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 700;
}

.navbar > .container a.navbar-brand { margin: 10px 0 0 0px; padding: 3px; position: fixed; border: 1px solid #888; height: 88px; background-color: white; }
.navbar-brand img { display: inline; margin-right: 0.2em; height: 80px;  }

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

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

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

#sponsors img {
	height: 80px; 
	padding: 10px;
	background-color: white;
	border: 1px solid #665;
	margin: 0 1em 1em 0;
}

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

#social {
	clear: left;
}
#social img {
	margin-right: 0.25em;
}

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

.preview
{
	max-height: 40px;
}

.well, .thumbnail, .panel {
	background-color: #444;
	border: 1px solid #222;
}

.panel-default > .panel-heading {
	background-color: green;
	border-color: green;
	color: white;
}

.content .panel a {
	color: white;
}

.panel-heading h3 {
	color: white;
}

.thumbnail .caption {
	color: white;
}

.form-group input {
	color: black;
}

.breadcrumb {
	background: rgba(0,0,0,.5);
	margin-bottom: 0;
}

.breadcrumb > li, .breadcrumb > li.active {
	color: #999;
}

.content {
	background: rgba(0,0,0,.5);
	padding: 1em;
	overflow: auto;
}

.content a {
	color: pink;
}

.table-striped > tbody > tr > th {
	font-weight: 400;
}

.table-striped > tbody > tr > td {
	font-weight: 700;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background: rgba(255,255,255,.75);
	color: black;
}

.table-striped > tbody > tr:nth-child(odd) > td a, .table-striped > tbody > tr:nth-child(odd) > th a {
	color: black;
	text-decoration: underline;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
	background: rgba(0,0,0,.25);
	color: white;
}

.table-striped > tbody > tr:nth-child(even) > td a, .table-striped > tbody > tr:nth-child(even) > th a {
	color: white;
	text-decoration: underline;
}

#log-panel-detailed-grid .table > thead > tr > td.success, #log-panel-detailed-grid .table > tbody > tr > td.success, #log-panel-detailed-grid .table > tfoot > tr > td.success, #log-panel-detailed-grid .table > thead > tr > th.success, #log-panel-detailed-grid .table > tbody > tr > th.success, #log-panel-detailed-grid .table > tfoot > tr > th.success, #log-panel-detailed-grid .table > thead > tr.success > td, #log-panel-detailed-grid .table > tbody > tr.success > td, #log-panel-detailed-grid .table > tfoot > tr.success > td, #log-panel-detailed-grid .table > thead > tr.success > th, #log-panel-detailed-grid .table > tbody > tr.success > th, #log-panel-detailed-grid .table > tfoot > tr.success > th {
	background-color: white;
}

.panel-heading {
	background-color: #eee;
}

input[type=file] {
	color: white;
}

.redactor-editor {
	color: black;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: pink;
}

.has-error .form-control {
	border-color: pink;
}

.table-striped > tbody > tr.bg-success td, .table-striped > tbody > tr.bg-success th {
	background: rgba(0, 103, 56, .5);
	color: white;
}

#newsletter label {
	font-weight: normal;
}

#newsletter .field-user-email {
	margin-top: 8px;	
}

.btn-warning {
	color: black;
}

.btn-donate {
	background-color: rgb(244, 82, 77);
	background-image: linear-gradient(to right, rgb(244, 82, 77) 0%, rgb(254, 108, 97) 50%, rgb(244, 82, 77) 100%);
	color: white;	
}
.btn-donate:hover {
	background-image: linear-gradient(to right, rgb(244, 82, 77) 100%, rgb(254, 108, 97) 50%, rgb(244, 82, 77) 0%);
	color: white;	
}

.mr-1 { margin-right: 0.25em; }
.mr-3 { margin-right: 1em; }

#links img {
	max-width: 255px;
	margin: 10px;
}
.blueimp-gallery > .description, .blueimp-gallery > .example {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  display: none;
}
.blueimp-gallery-controls > .description, .blueimp-gallery-controls > .example {
  display: block;
}

span.tt {
	margin-left: 0.5em;
	background-color: red;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 50%;
	margin-left: 0.5rem;
}

.redactor-box .btn { color: white; }

@media (max-width: 1200px) {
	.navbar-collapse { background-color: #eee; }

}

@media (max-width: 780px) {

}

