.background {
    fill: none;
    pointer-events: all;
}

.fab {
    stroke: yellow;
    stroke-width: 1px;
    opacity: 0.8;
}

.fir {
	  fill: yellow;
	  opacity: 0;
    cursor: pointer;
}

.fir-boundary {
    fill: none;
    stroke: #888;
    /*stroke-dasharray: 2,2;*/
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: .5px;
}

.fir-boundary.ECTRL {
    stroke: #8BF63D;
    /*stroke-width: .5px;*/
}


.graticule {
    fill: none;
    stroke: #333;
    /*stroke-width: .5px;*/
    stroke-opacity: .5;
}


.boundary {
    fill: none;
    stroke: #000;
    /*stroke-width: .5px;*/
}

.country {
    fill: #ccc;
    opacity: 0.4;
    stroke: #000;
    stroke-width: 0.5px;
}

#tooltip {
    position: absolute;
    width: auto;
    height: auto;
    padding: 2px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    background-color: white;
}

#tooltip.hidden {
    display: none;
}

#tooltip p {
    margin: 0 0 0 0;
    padding: 2px 2px;
    font-family: sans-serif;
    font-size: 11px;
}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  pointer-events: none;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  pointer-events: none;
}

/* Northward tooltips */
.d3-tip.n:after {
  content: "\25BC";
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}

/* Eastward tooltips */
.d3-tip.e:after {
  content: "\25C0";
  margin: -4px 0 0 0;
  top: 50%;
  left: -8px;
}

/* Southward tooltips */
.d3-tip.s:after {
  content: "\25B2";
  margin: 0 0 1px 0;
  top: -8px;
  left: 0;
  text-align: center;
}

/* Westward tooltips */
.d3-tip.w:after {
  content: "\25B6";
  margin: -4px 0 0 -1px;
  top: 50%;
  left: 100%;
}


.hidden{
    display: none;
}

svg {
    background: none;
}

/* same as FAB opacity */
.swatch {
    stroke: #000;
    stroke-width: 0.5px;
    opacity: 0.8;
}

.q0-5 {
    fill:rgba(239,243,255, 1)
}
.q1-5 {
    fill:rgba(189,215,231, 1)
}
.q2-5 {
    fill:rgba(107,174,214, 1)
}
.q3-5 {
    fill:rgba(49,130,189, 1)
}
.q4-5 {
    fill:rgba(8,81,156, 1)
}