html,
body,
.row {
  height: 100%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}
* {
  outline: 0 !important;
}
*:focus,
*:hover,
*:active {
  outline: 0 !important;
}
.container-fluid {
  height: calc(100% - 34px - 28px);
  min-width: 470px;
}
@media (max-width: 520px) {
  .container-fluid {
    height: calc(100% - 34px - 55px);
  }
}
.panel {
  box-shadow: none;
}
.smaller {
  font-size: 75%;
}
.quiet {
  color: #666;
}
.quieter {
  color: #aaa;
}
.page-header {
  background: #843800;
  background: linear-gradient(left, #843800 0, #f8e4a5 100%);
  background: -moz-linear-gradient(left, #843800 0, #f8e4a5 100%);
  background: -webkit-linear-gradient(left, #843800 0, #f8e4a5 100%);
  border-bottom: 2px solid #333;
  color: #fff;
  height: 34px;
  margin: 0;
  padding: 0;
  min-width: 470px;
}
.page-header img {
  margin: 2px 10px 2px 4px;
  height: 30px;
}
.page-header h3 {
  padding: 6px 6px;
  margin-top: 0;
  text-shadow: 1px 1px 2px #333;
  font-size: 18px;
}
.footer {
  height: 28px;
  color: #fff;
  background: #B4945D;
  border-top: 2px solid #333;
}
@media (max-width: 520px) {
  .footer {
    height: 55px;
  }
}
.footer ul {
  display: inline-block;
  margin: 4px 4px 0;
  padding: 0;
  list-style: none;
}
.footer ul li:first-child {
  padding-left: 8px;
}
.footer ul li {
  padding-left: 16px;
  display: inline-block;
}
.footer a {
  color: #fff !important;
}
.footer img {
  margin-left: 6px;
  height: 20px;
  box-shadow: 1px 1px 3px #000;
}
.sidebar {
  border-right: 2px solid #444;
  height: 100%;
  overflow-y: auto;
  padding: 0;
  width: 470px;
}
#intro {
  color: #666;
  padding: 5px 15px 0;
}
#intro #tip {
  padding: 40px 60px;
}
#intro #introImg {
  height: 200px;
}
#intro #introFooter {
  margin-top: 50px;
}
#intro #nplccImg {
  height: 60px;
  width: 120px;
}
#pcaHeader {
  color: #666;
  display: none;
  height: 61px;
  line-height: 1;
  padding: 5px 15px 0 0;
}
#pcaHeader .leftSide {
  display: inline-flex;
  width: 430px;
}
#pcaHeader .leftSide img {
  height: 50px;
  margin-left: 5px;
  width: 50px;
}
#pcaHeader .leftSide div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5px;
}
#pcaHeader .leftSide div .title {
  color: #333;
  font-weight: bold;
  width: 360px;
}
#pcaHeader .leftSide div .area {
  margin-top: 1px;
  font-style: italic;
}
#pcaHeader #resetButton {
  color: #aaa;
  cursor: pointer;
  margin-top: 10px;
  padding-left: 5px;
}
#overview div {
  margin-bottom: 20px;
  color: #666;
  line-height: 1.2;
  font-size: 0.9em;
}
.tabHeadersOne {
  display: none;
  height: 33px;
}
.tabHeadersOne ul.nav-tabs {
  background-color: #aaa;
  border-bottom: none;
  display: flex;
  height: 33px;
  padding: 8px 10px 0;
}
.tabHeadersOne ul.nav-tabs li {
  background-color: #bbb;
  border: 1px solid #999;
  border-bottom: none;
  border-radius: 3px 3px 0;
  color: #fff;
  cursor: pointer;
  height: 25px;
  line-height: 16px;
  margin: 0 auto;
  padding: 4px 10px;
}
.tabHeadersOne ul.nav-tabs li.active {
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
.tabContainer {
  display: none;
  height: calc(100% - 61px - 33px);
  overflow-y: auto;
}
.tabContainer .tab-content {
  height: 100%;
}
.tabContainer .tab-content .tab-pane {
  max-height: 600px;
  padding: 10px 15px;
}
.tabContainer .tab-content .tab-pane > div {
  margin-bottom: 20px;
}
.tabContainer .tab-content .tab-pane .description {
  border-bottom: 1px solid #eee;
  color: #666;
  line-height: unset;
  font-size: smaller;
  padding: 10px;
  width: 400px;
}
.tabContainer .tab-content .tab-pane img {
  margin-bottom: 10px;
}
.tabContainer .tab-content .tab-pane li h4 {
  margin-bottom: 2px;
}
.tabContainerTwo ul.nav-tabs {
  background-color: #fff;
  border: none;
  display: flex;
  margin-top: 5px;
  padding: 0 30px;
}
.tabContainerTwo ul.nav-tabs li {
  background-color: #fff;
  border: none;
  color: #333;
  cursor: pointer;
  margin: 0 auto;
}
.tabContainerTwo ul.nav-tabs li:hover {
  border-bottom: 2px solid #eee;
}
.tabContainerTwo ul.nav-tabs li.active {
  border-bottom: 2px solid #ffa500;
  font-weight: bold;
}
#tooltip {
  position: absolute;
  top: 0;
  left: -9999px;
  max-width: 450px;
  z-index: 10001;
  background: #ffffff;
  border: 1px solid #AAA;
  border-radius: 6px;
  padding: 0 10px 10px 10px;
  box-shadow: 2px 2px 6px #555;
}
#tooltip .tooltip-title {
  font-size: 12px;
  font-weight: 700;
  padding: 4px;
}
#tooltip .tooltip-area {
  color: #666;
  font-size: 12px;
  font-style: italic;
  border-bottom: 1px solid #DDD;
  padding-bottom: 4px;
  line-height: 1.5;
}
#tooltip .tooltip-text {
  padding: 4px 0;
  color: #666;
  font-size: smaller;
  margin: 0;
  clear: both;
}
#tooltip-pointer {
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  border-right: 8px solid #555;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 10000;
  top: 0;
  left: -9999px;
}
/* Leaflet components*/
.map-content {
  height: 100%;
  padding: 0;
  width: calc(100% - 470px);
}
.map-content #map {
  height: 100%;
  width: 100%;
}
.leaflet-bottom.leaflet-right .leaflet-control {
  width: 100%;
}
.leaflet-control-attribution {
  width: 65%;
}
.leaflet-interactive.mask {
  fill-opacity: .15;
  fill: #333;
  cursor: default;
}
.leaflet-legend .block-container {
  overflow-y: auto;
  max-height: 200px;
  margin-bottom: 30px;
}
.leaflet-legend .block-container h4 {
  font-size: 12px;
  font-weight: bold;
}
.leaflet-legend .block-container label {
  font-size: 11px;
  font-weight: 400;
}
.leaflet-legend .block-container .legend-caret::before {
  top: -2px;
  left: 3px;
}
.leaflet-legend .block-container .legend-row + .legend-row {
  margin-top: 0;
}
.leaflet-legend .opacity-slider {
  display: inline-flex;
  width: 70%;
  padding: 4px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.leaflet-legend .opacity-slider .fa {
  padding: 0 5px;
}
.leaflet-legend .opacity-slider input[type=range] {
  -webkit-appearance: none;
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  cursor: ew-resize;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  /*hide the outline behind the border*/
}
.leaflet-legend .opacity-slider input[type=range]::-webkit-slider-runnable-track {
  width: 150px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
.leaflet-legend .opacity-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #333;
  margin-top: -6px;
}
.leaflet-legend .opacity-slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: goldenrod;
}
.leaflet-legend .opacity-slider input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.leaflet-legend .opacity-slider input[type=range]:focus::-moz-range-track {
  background: #ccc;
}
.leaflet-legend .opacity-slider input[type=range]::-ms-track {
  /*!*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead *!*/
  background: transparent;
  /*!*leave room for the larger thumb to overflow with a transparent border *!*/
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
.leaflet-legend .opacity-slider input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
.leaflet-legend .opacity-slider input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
.leaflet-legend .opacity-slider input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: goldenrod;
}
.leaflet-legend .opacity-slider input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
.leaflet-legend .opacity-slider input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
.leaflet-legend .opacity-slider input[type=range]::-ms-tooltip {
  display: none;
}
.leaflet-control-layers-list {
  font-size: 10px;
  line-height: 1;
}
.leaflet-control-layers-list .layerLegend {
  float: right;
  width: 20px;
  height: 15px;
  margin-left: 10px;
}
.leaflet-control-layers-list .layerLegend.swcd {
  border-bottom: 2px solid #3388ff;
}
.leaflet-control-layers-list .layerLegend.coaTNC {
  border-bottom: 2px solid #f8981d;
}
.leaflet-control-layers-list .layerLegend.coaODFW {
  border-bottom: 2px solid #ed432d;
}
.leaflet-control-layers-list .layerLegend.watersheds {
  border-bottom: 2px solid #3388ff;
}
.leaflet-control-layers-list .layerLegend.nwr {
  border-bottom: 2px solid #5e1592;
}
/* d3 components*/
.indicator {
  font-size: 14px;
  vertical-align: middle;
}
.indicator a {
  margin-left: 10px;
  margin-top: 50px;
}
.indicator svg {
  width: 400px;
}
.indicator line {
  shape-rendering: crispedges;
  stroke-width: 1px;
}
.indicator circle {
  fill: #49006a;
  stroke-width: 1px;
  stroke: #666;
}
.indicator .fieldLabel {
  font-weight: 700;
  border-radius: 5px;
  padding: 5px;
}
.indicator .fieldLabel span {
  font-weight: 400;
}
.indicator .mainLine {
  stroke: #AAA;
}
.indicator .valueLine {
  stroke: #000;
}
.indicator .baselineMean {
  stroke: #AAA;
  stroke-dasharray: 4 2;
}
.indicator.barChart {
  margin-top: 10px;
}
.indicator.whisker {
  height: 130px;
}
.indicator.whisker .meanValue {
  fill: #666;
}
#vegetation .indicator svg {
  width: 430px;
}
.category .visual {
  position: relative;
  margin-top: -10px;
  margin-left: -10px;
}
.category .visual .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.category .habitat .species {
  margin-left: 20px;
}
.category .habitat .species .fieldLabel {
  font-weight: 500;
}
#grassland_historically_open .fieldLabel,
#grassland_2km_vesp .fieldLabel,
#grassland_2km_weme .fieldLabel {
  background-color: #e6e528;
}
#oak_savanna .fieldLabel,
#oak_savanna_2km_webe .fieldLabel {
  background-color: #76bb4a;
}
#oak_woodland .fieldLabel,
#oak_woodland_2km_wbnu .fieldLabel {
  background-color: #7bbe84;
}
#riparian_forest .fieldLabel,
#riparian_forest_2km_yewa .fieldLabel,
#ripfor_intscts_priority_chat_wetlands_pct .fieldLabel,
#ripfor_intscts_anchor_habitat_pct .fieldLabel,
#ripfor_intscts_willamette_river_cold_points_pct .fieldLabel,
#ripfor_intscts_priority_revetment_removal_zones_pct .fieldLabel {
  background-color: #b4e3bc;
}
#riparian_shrubland .fieldLabel,
#riparian_shrub_2km_ybch .fieldLabel,
#ripshrub_intscts_priority_chat_wetlands_pct .fieldLabel,
#ripshrub_intscts_anchor_habitat_pct .fieldLabel,
#ripshrub_intscts_willamette_river_cold_points_pct .fieldLabel,
#ripshrub_intscts_priority_revetment_removal_zones_pct .fieldLabel {
  background-color: #fad988;
}
#dev_2010 h5,
#dev_2050 h5,
#dev_change h5 {
  color: #fff;
}
#dev_2010 .fieldLabel,
#dev_2050 .fieldLabel,
#dev_change .fieldLabel {
  background-color: #9c9c9c;
}
