/*put package specific styles here...*/

.fixed {
	margin-top: -50px;
}

#concept_report {
	margin-top: 10px;
}

.select2-drop{
	margin-top: -50px;
}



/* Home Page (e.g.: Index.htm) Styles */

.home-section-title {
	color: #4765a0;
	display: block;
	font-size: 35px;
	font-weight: 200;
}

.home-section-text {
	color: #777;
	font-size: 19px;
	line-height: 18px;
	font-weight: 200;
}

.home-content-block {
	padding-bottom: 20px;
}

.home-title {
	color: #4765a0;
	font-weight: 200;
	display: block;
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 3px;
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
}

.home-body-text {
	color: #777;
	font-size: 15px;
	font-weight: 200;
	line-height: 18px;
}

.home-service-block {
	background-color: #f9f9f9;
}

.search-tips {
	padding-top: 40px;
}

.saved-search {
	margin-bottom: 10px;
	font-size: 13px;
	color: #777;
	line-height: 1.3;
}

.home-list {
	margin-bottom: 20px;
}

.home-list-item {
	font-size: 14px;
	font-weight: 200;
	line-height: 1.25;
	margin-bottom: 8px;
	color: #777;
}

.footer a {
	color: #eaeaea;
}

.home-link {
	color: #f9f9f9;
}

.home-link:hover {
	color: #f9f9f9;
}

.powered-by-arches { 
	left: 0px; 
	height: 15px; 
	margin-top: -8px; 
	padding-right: 5px;
}

.hpla-logo {
	margin-top: -26px;
	height: 64px;
}

.arches-topbar {
	height: 40px; 
	margin-bottom: 10px;
}

.topbar-shim {
	margin-top: 12px;
}

.footer-text {
	color: #dadada;
	font-weight: 200;
	line-height: 1.3;
}

.footer-mailing-text {
	color: #dadada;
	font-weight: 200;
	line-height: 1.3;
}


.survey-la {
	height: 50px;
	margin-bottom: 10px;
}

.city-logos {
	height: 90px;
	margin-bottom: 20px;
}

.copyright-logo {
	margin-top: -3px;
	height: 40px;
}

.copyright-text {
	margin-top: 5px;
	font-size: 13px;
	vertical-align: middle;
	color: #dadada;
	font-weight: 200;
	line-height: 1.1;
}

/*Device Screen Size Mods*/
@media (max-width: 600px) {
  .topbar-shim {
   margin-top: 0px;
  }

  .hpla-logo {
  	height: 48px;
  	margin-top: -8px;
  }

}

@media (min-width: 767px) {

  .hpla-logo {
  	margin-top: -38px;
  }

}


@media (min-width: 993px) {

  .hpla-logo {
  	margin-top: -28px;
  }


}

.tile-layer-icon {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	height: 100%;
	width: 100%;
	margin-top: 5px;
}


.tooltip {
	margin-top: -45px;
	margin-left: 5px;
	margin-right: 5px;
}

.tooltip.left {
	margin-left: -8px;
}

.tooltip.right {
	margin-left: 8px;
}

.neighborhood-council {
	background-image: url("../img/layer-icons/neighborhood-council.png");
}

.city-council {
	background-image: url("../img/layer-icons/city-council.png");
}

.planning-districts {
	background-image: url("../img/layer-icons/planning-districts.png");
}

.community-planning {
	background-image: url("../img/layer-icons/community-planning.png");
}