@import url(../../../_shared_assets/css/main.css);
body {
  background: rgba(0, 0, 0, 0); }

.page-wrapper {
  width: 100%;
  text-align: center;
  min-height: 350px; }

.title {
  max-width: 680px;
  margin: 1rem auto 0;
  line-height: 1.35em;
  font-size: 18px; }

canvas {
  width: 100%; }

svg {
  padding-bottom: 2rem; }

.state {
  stroke: #fff;
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-linecap: round;
  fill: #F5F5F5; }
  .state.active {
    fill: #FEF3C0; }
    .state.active:hover {
      fill: #FDEA92; }

.location {
  fill: #E94149; }

/* Tooltips */
.tooltip {
  color: #444;
  background: white;
  font-size: 14px;
  position: absolute;
  text-align: left;
  padding: 0.75rem;
  width: 280px;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
  .tooltip table {
    width: 100%; }
    .tooltip table tbody tr {
      border-top: 1px solid #e5e5e5; }
      .tooltip table tbody tr:first-child {
        border-top: none; }
    .tooltip table tbody td {
      padding: 0.35em 0; }
  .tooltip .small-caps {
    font-weight: bold;
    font-variant: all-small-caps;
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 1.25; }
  .tooltip .no-data {
    font-style: italic;
    color: #b4b4b4;
    text-align: center; }
  .tooltip.double-wide {
    width: 420px; }
    .tooltip.double-wide .double-table {
      display: inline-block;
      width: 46%; }
      .tooltip.double-wide .double-table.right {
        float: right; }

/* Helpers */
.align-right {
  text-align: right; }

.nowrap {
  white-space: nowrap; }

/* Legend */
.legend .legend-circle {
  stroke: #999;
  stroke-width: 1px;
  fill: transparent; }

.legend .legend-line {
  stroke: #999;
  stroke-width: 1px; }

.legend .legend-text {
  font-size: 11px;
  fill: #999;
  cursor: default; }

.legend .legend-item.active .legend-circle,
.legend .legend-item.active .legend-line {
  stroke: #E94149;
  fill: #E94149; }

.legend .legend-item.active .legend-text {
  fill: #E94149; }

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 380px) {
  .tooltip {
    position: static;
    width: 100%;
    padding: 0 0.5rem;
    margin-top: 1rem;
    box-shadow: none;
    border: 1px solid #ccc; }
    .tooltip .no-data {
      padding: 0.5rem 0; }
    .tooltip.double-wide {
      width: 100%; }
  .hide-on-mobile {
    display: none; } }

/* Smallest screens ----------- */
@media only screen and (max-width: 330px) {
  .tooltip {
    position: static;
    width: 100%;
    padding: 0 0.5rem 0.5rem;
    margin: 1rem auto;
    box-shadow: none;
    border: 1px solid #ccc; }
    .tooltip.double-wide {
      width: 100%; }
  .hide-on-mobile {
    display: none; } }
