header {
	background-color:#78a12f;
}
.print_header{
	display: none;
}
.navbar-brand img{
	float:left;
}
.navbar-brand span.sm{
	line-height: 23px;
	margin-left: 10px;
	margin-top: 9px;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
}
.navbar-brand .sm .date{
	font-size:70%;
}
#map{
	height:400px;
	width:100%;
}
.sidebar{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
.sidebar .nav-link{
	color:#78a12f;
}
.sidebar .nav-link:hover, .sidebar .nav-link:focus,.sidebar .nav-link.active{
	background:#78a12f;
	color:white;
}
.contents {
	position: relative;
	height: 500px;
	transition: height 0.3s;
}
.contents .tab-pane{
	position: absolute;
	top: 0;
	width:100%;
}
.contents .tab-pane{
	z-index:0;
}
.contents .tab-pane.active{
	z-index: 500;
}
.contents-title a.badge{
	background:#78a12f;
	color:white;
	text-decoration: none;
	transition: background-color 0.3s;
}
a{
	color:#78a12f;
}
a:hover{
	color:black;
}
.contents-title a.badge:hover{
	background:#3a3a3a;
}
.contents-title h1{
	display: inline-block;
}
.navbar-brand img{
	width: 50px;
}
.print-only{
	display: none;
}

/* Table Based */

.sub-title{
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.tab-pane{
	width: calc(50% - 7px);
	border: 1px solid;
	padding: 0;
	PADDING-TOP: 0;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.tab-pane#tab-pane-dev_apps, .tab-pane#tab-pane-bc_ass{
	width: 100%;
}
#tab-pane-dev_apps > p {
	padding-left: 10px;
}
.map-image {
	float: left;
	width: calc(50% - 7px);
	text-align: center;
	margin-bottom: 5px;
}
.map-image img{
	border: 2px solid #78a12f;
	max-width: 100%
}

.contents-title h1{
	display: block;
}

.tab-pane h1{
	BACKGROUND: #78a12f;
	MARGIN: 0;
	padding: 5px;
	text-align: center;
	color:white;
	font-size:18px
}
.tab-pane#tab-pane-planning_zoning,.tab-pane#tab-pane-future_debt,.tab-pane#tab-pane-serv{
	/*width: calc(100% - 7px);*/
}
.tab-pane#tab-pane-planning_zoning .row .col-12{
	width:100%;
	float:left;
}
.tab-pane#tab-pane-planning_zoning .row .col-lg-4{
	width:30%;
	float:left;
}
.tab-pane#tab-pane-planning_zoning .row .col-lg-6{
	width:50%;
	float:left;
}
/*
.tab-pane .row:not(:first-child){
	padding-left:10px;
	padding-right:10px;
}*/

.tab-pane .padding{
	padding-left:10px;
	padding-right:10px;
}

.dev_permit {
	border-top:1px solid #eaeaea;
	border-bottom: 5px solid #eaeaea;
}
.dev_permit > div {
	width:25%;
	float: left;
}
.permit{
	border-bottom: 1px solid #eaeaea;
}
.permit .row > div {
	width:20%;
	float:left;
}
.permit .row{
	padding-left:10px;
	padding-right:10px;
}
.bc_ass_b{
	border-top:1px solid #eaeaea;
	border-bottom: 3px solid #eaeaea;
}
.bc_ass_b > div:first-child{
	width:20%;
	float: left;
}
.bc_ass_b > div:not(:first-child){
	width:40%;
	float: left;
}
.bc_ass_a{
	border-bottom: 1px solid #eaeaea;
}
.bc_ass_a > div{
	width:16%;
	float: left;
}

.services.table{
	width:80%;
	margin:0 auto;
}

.lotsize .col-lg-4{
	width:33%;
	float:left;
}
.lotsize .alert {
	width:95%;
	margin:0 auto;
}
.sidebar{
	display: none;
}

.contents{
	clear: both;
	height:auto !important;
}

.contents .tab-pane{
	position: relative;
	top:auto
}

.fade:not(.show){
	opacity: 1;
}

.col-lg-9{
	width: 100%;
}


@media (min-width: 576px) {
	.navbar .container{
		padding: 0 !important;
	}
}
@media (min-width: 768px) {
	.navbar-brand img{
		width: 100px;
	}
}
@media (min-width: 992px) {
	.sidebar{
		border-right: 1px solid #eaeaea;
		border-bottom: none;
	}
}
