/*
Theme Name: Restore
Theme URI: 
Author: McLane
Author URI: http://www.mclaneat.com/
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

#main article{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
 
} 



.page-header .h1{
	text-align: center;
	padding: 0 0 1em;
}

.page-header h1 {
	text-align: center;
	margin: .25em 0;
}
.appage .page-header {
	padding: 10px 0 35px;
}

body{
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 1.42857;
	padding-top: 10px;
	color: #555;
	line-height: 23px;
}


h1 {
	font-family: georgia;
	font-weight: normal;
	font-size: 30px;
}
h1 small{
	display: block;
}
h2{
	font-family: georgia;
	font-weight: normal;
}
h3{
	font-size: 20px;
	font-weight: normal;
	font-family: georgia;
}

h4, .h4, aside h2 {
	font-size: 17px;
	font-weight: normal;
	font-family: georgia;
	line-height: 25px;
}

form h3{

	border-bottom: solid 1px;
}

a{
	color: #0a7aae;
	text-decoration: underline;
}
a:hover, a:focus{
	color: #0a7aae;
	text-decoration: underline;
}
legend{
	font-weight: bold;
	font-size: inherit;
	border:none;
	margin: 0 0 10px;
	color: #555;
}
section{
	overflow: hidden;
}
header.interior, header.home{
	margin-bottom: 45px;
}

.req::after {
   content:    " * Required"; 
   color:      rgb(169, 68, 66);
   font-weight: normal;
   font-size: 85%;
}

.jumbotron{
	margin-bottom: 0px;
}
.home .jumbotron .navbar, .interior .jumbotron .navbar{
	background-color: #000;
	bottom: 0;
	width: 100%;

	position: absolute;
	min-height: 30px;
	 margin-bottom: 0; 
	border: 1px solid transparent;
	zoom: 1;
	 top: auto; 
	 height: 50px;
}

.jumbotron .navbar-default .navbar-collapse, .navbar-default .navbar-form{
	height: auto;
	width: 90%;
	background-color: #000;
}
.jumbotron .navbar-responsive-collapse{
	position: absolute;
	bottom: 0;
}

.jumbotron .navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #FFF;
	border-radius: 4px;
}
.jumbotron .navbar-default .navbar-toggle .icon-bar {
background-color: #cccccc;
}
.jumbotron .navbar-default .navbar-nav > a{
	color: #FFF;
}
.jumbotron .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: #000;
	color: #FFF;
}

.jumbotron .navbar-default .navbar-nav > li > a{
	color: #FFF;
}
.jumbotron .navbar-default .navbar-nav > li > a:hover{
	background-color: #666;
	color: #FFF;
}

.submitter-nav .container-fluid{
	padding-left:0px;
	padding-right:0px;
	max-width: 100%;
}
.submitter-nav {
	margin-bottom: 45px;
}

.navbar-inverse{
	background-color: #000;
}

.restorelogo {
	position: relative;
	display: block;

	margin-left: auto;
	margin-right: auto;
	background: url('images/restore-logo-lg.png') no-repeat center;
	background-size: contain;
	height: 80px;
	width: 280px;
	top: 20px;
	text-indent: -9000px;
}

.interior .restorelogo {
	position: relative;
	display: block;

	margin: 0 15px 0;
	background: url('images/restore-logo-lg.png') no-repeat center;
	background-size: contain;
	height: 80px;
	width: 200px;
	top: 20px;
	text-indent: -9000px;
}



.home .jumbotron{
	background-image: url('images/restore-header-cropped-lg.jpg');
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

  	padding: 0;
  	height: 285px;
  	position: relative;
}
.interior .jumbotron{
	background-image: url('images/restore-header-cropped-lg.jpg');
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

  	padding: 0;
  	height: 200px;
  	position: relative;
}

.appage .jumbotron{
	height: 150px;
}

.jumbotronbannertxt h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	display: block;
	background-color: rgba(0,0,0,0.25);

  position: absolute;
  bottom: 0;
  padding: 0 10% 70px;
  width: 100%;
  margin: 0;
	}	

.row .post_content{
	padding: 0 0 0em;
}


.data-table{
	background-color: #FFF;
}





/*FORM STYLES*/

.container{
	
	position: relative;
}
.row {
	padding: 0 0 .5em;
}

.stacked input, .stacked button, .stacked select, .stacked .btn-group {
	margin-bottom: .5em;
}


.checkbox { margin-left: 15px; }
.checkbox + .checkbox{
	margin-top: 10px;
}

.form label{
	text-align: left;
	font-size: 14px;

}

.btn-file label{
	font-weight: normal;
}

form.fluid .input{
	width: 100%
}
.center{
	text-align: center;
}

.highlight {
	padding: 14px 14px;
	margin-bottom: 14px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 4px;
	min-height: 100px;
}

.deactivate{
	margin: 15px 0;
}
.bg-danger, .bg-info{
	padding: 15px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 27px;
	right: 15px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}


@media (min-width: 768px) {

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: -1px;
} 

.restorelogo {
	margin-left: auto;
	margin-right: auto;
	background: url('images/restore-logo-lg.png') no-repeat center;
	background-size: contain;
	height: 40%;
	width: 60%;
	top: 20px;
	text-indent: -9000px;
}


.home .jumbotron .navbar, .interior .jumbotron .navbar{
	background-color: rgba(50,50,50,0.75);

}
.jumbotron .navbar-nav{
	width: 100%;
	text-align: center;
}
.jumbotron .nav > li {
	display: inline-block;float: none;
}
.jumbotron .navbar-default .navbar-collapse, .navbar-default .navbar-form{
	height: auto;
	width: 100%;
	background-color: transparent;
	
}
.jumbotron .navbar-default .navbar-nav > li > a{
	color: #FFF;
}
.jumbotron .navbar-default .navbar-nav > li > a:hover{
	background-color: #000;
	color: #FFF;
}

.jumbotronbannertxt h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	display: block;
	background-color: rgba(0,0,0,0.25);

  position: absolute;
  bottom: 0;
  padding: 0 12% 70px;
  width: 100%;
  margin: 0;
	}	



.form-instructions-link{
	position: absolute;
	right: 0;
	margin-right: 15px;
	width: 31%;
}
.form-instructions-link h2{
	margin-bottom: 0;
	margin-top: 0;
}
.form label{
	text-align: right;
	font-size: 12px;

}

.form-group{
	margin-right: -15px;
}  

.reviewerSidebar{
	position: absolute;
	right: 0;
	margin-right: 15px;
	width: 31%;
	font-size: 95%;
}
.reviewerSidebar section{
	margin-bottom: 20px;
}
.reviewerSidebar h2{
	margin: 0 0 5px;
}
.reviewerSidebar h3{
	margin: 0 0 5px;
}
.reviewerSidebar h4{
	margin: 0 0;
}
.fileList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.fileList li{
	padding-bottom: 5px;
}

.footer-links .menu {
	padding-left: 20px;
}

.footer-links .menu li{
	margin-left: 0;
	margin-right: 10px;
}

#inner-footer p {
    margin: 0 10px 0 0;
    padding: 0;
}

}
@media (min-width: 992px) {

  .jumbotronbannertxt h2{

  padding: 0 20% 70px;
	}	

}
@media (min-width: 1200px) {
  
}

.mapCanvas{
    width: 100%;
    height: 340px;
    margin-left: 6px;
}
.user-nav{
    height: 50px;
    line-height: 40px;
    margin: 0;
    position: absolute;
    right: 0;
}
.user-nav .dropdown-toggle{
    text-transform: capitalize;
}
.nav .user-open > a:hover, .user-nav .open > a:focus{
    background-color: #000000;
}
.user-nav a{
    text-decoration: none;
}

.bootstrap-table .glyphicon-download-alt{
    color:black;
}
*::-ms-clear {
    display: none;
}

navigation {
	display: block;
}