/* =================================================
LOCAL STYLE SHEET
Use this to overwrite any of the global styles or add customized elements
================================================= */

.state-boundary {
  fill: none;
  stroke: #fff;
  stroke-opacity: 0.3;
  stroke-width: 0.8;
}

path[class*='region'] {
  stroke: #fff;
  stroke-width: 2;
  stroke-opacity: 1;
}

.error {
  stroke: #444;
}

.us-estimate-line {
  stroke-width: 1;
  stroke-dasharray: 5, 3;
}

.us-estimate-text {
  font-size: 12px;
}

.us-estimate-map, .us-estimate-map-key {
  stroke: #ff0000;
  stroke-width: 1;
  stroke-dasharray: 3, 3;
}

.axis--y text {
  fill: #000;
}

#bar-map-svg,
#table-container {
  display: none;
}

#view-option span,
#select-desc {
  margin-right: 8px;
}

.axis path,
.axis line,
g.tick line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.axis text,
g.tick text {
  font: 10px sans-serif;
}

.tooltip {
  position: absolute;
  text-align: left;
  width: auto;
  margin-top: -20px;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
  opacity: 0;
  height: auto;
  padding: 12px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.9em;
  letter-spacing: .015em;
  line-height: 1.3em;
}

.tooltip-shown {
  opacity: 1;
  height: auto;
}

#industry-table, #size-table, #map-table {
  border-spacing: 0px;
  width: 100% !important;
}

.suppressed, .national {
  font-size: 0.75em;
  fill: #8e8e8e;
}

.help-tip {
  display: inline-block;
  top: 18px;
  right: 18px;
  margin-left: 8px;
  text-align: center;
  background-color: #ccc;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
}

.help-tip:before {
  content: '?';
  font-weight: bold;
  color: #fff;
}

.tooltip-p {
  margin-bottom: 3px;
}

path.domain {
  opacity: 0;
}

g.axis--y g.tick line {
  stroke: #e3e3e3;
}

g.total-estimates, g.national, line.us-estimate-map, g.error {
  display: none;
}

.error-shown {
  display: inline !important;
}

#topic-header {
  text-decoration: underline;
}
