html {
	position: relative;
    min-height: 100%;
} 
	
.header, .footer {
    width: 100%;
    height: 50px;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
}
body > .container {
    background-color: #f8f8f8;
	padding-top: 10px;
    padding-bottom: 20px;
    min-height: calc(100vh - 100px);
}

body{
	background-image: url('images/urban_forest.jpg');
	background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	padding-top: 50px;
	padding-bottom: 50px !important;
}

.page-header, .page-header > h1{
	margin-top: 0px !important;
}
/*
body {
	/*display: flex !important;*/
	/*padding-top: 60px;
	padding-bottom: 60px !important;
}

.footer {
  /*width: 100%;*/
 /* height: 60px;
}
*/
.navbar-logo {
	margin-top: 9px;
	margin-right: 10px;
}

.toc-h1 {
	font-size: 30px;
}

.toc-h2 {
	font-size: 24px;
}

.carousel {
    position: relative;
}

.controllers {
    position: absolute;
    top: 50px;
}

.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px;
}

.carousel-control.left, 
.carousel-control.right {
    background-image: none;
}

.carousel-caption {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding-top: 0;
	padding-bottom: 0;
	color: #000;
	text-align: left;
	text-shadow: none;
	//text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.no-list-style {
	list-style: none;
	padding: 0;
}

.map-image img {
	max-height: 200px;
}

.calendar-well{
	background-color: light-gray !important;
}

.bg-do {
	background: #71da71 !important;
}

.bg-dont {
	background: #ff8080 !important;
}

.front-page {
	font-family: 'Cabin', san-serif;
}

.election-results-table>thead>tr>th, .election-results-table>tbody>tr>td{
	text-align: center;
}

.btn-sq {
	width: 100px !important;
	height: 100px !important;
	font-size: 10px;
}

#system_alert_message_editor {
  height: 500px;
}

.vcenter {
    vertical-align: middle !important;
}

.message-box-td {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.gallery-item {
	max-height: 250px;
}

#county-map {
	height: 400px;
}

#precincts-table tbody td {
  vertical-align: middle;
}

.tree-btn {
	margin-bottom: 3px !important;
}

.demise-information-well {
	background-color: #ffb4af;
}


#campaign-trees-location-map { 
	height: 400px; 
}

#trees-location-map { 
	height: 700px; 
}

.dataTables_wrapper {
/*	background-color: #ffffff !important;
	padding: 5px; */
}

.table td{
    border-color: #00AA00!important;
}

.table th{
    border-color: #00AA00!important;
}

.table {
	border-color: #00AA00!important;
}

.button-spacing > .btn {
	margin-bottom: 5px;
}

.survey-team-panel-group {
	margin-bottom: 200px;
}


.survey-team-panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e080";
    float: right;
    color: white;
	cursor: pointer;
}
.survey-team-panel-heading a.collapsed:after {
    content:"\e114";
}

.survey-team-progress-bar {
	margin-top: 10px !important;
	margin-bottom: 5px !important;
}

