/* STYLE FOR SVG */
svg text {
  pointer-events: none;
}

text.back, text.back-state {
  stroke:#000;
}

[data-code=pbvs], [data-code=bmds], [data-code=tbas] { /* PAPER BALLOT */
  fill:#f2e8d7;
  background:#f2e8d7;
}

[data-code=pbpc], [data-code=pcvs] { /* paper ballot Punch Card */
  fill:#eecf8b;
  background:#eecf8b;
}

[data-code=mpbv], [data-code=mpdv], [data-code=mbdv] { /* mixed paper ballot with vvpat */
  fill:#e6b122;
   background:#e6b122;
}

[data-code=mpdx], [data-code=mbdx] { /* mixed paper ballot with and without vvpat */
  fill:#e6911e;
  background:#e6911e;
}

[data-code=mpbn], [data-code=mpdn], [data-code=mbdn] { /* mixed paper ballot NO vvpat */
  fill:#e65e18;
  background:#e65e18;
}

[data-code=drev] { /* DRE with VVPAT */
  fill:#e60013;
  background:#e60013;
}

[data-code=drex] { /* DRE with and without VVPAT */
  fill:#9b000d;
  background:#9b000d;
}

[data-code=dren] { /* DRE NO VVPAT */
  fill:#5e0008;
  background:#5e0008;
}

[data-code=avbm], [data-code=ipa] { 
  fill: url('https://www.verifiedvoting.org/verifier/#p1'); 
  background: #F2E8D7 url('/wp-content/themes/verified_voting/images/diagonal.png');
}

[data-code=nev]  {
  fill:#999;
  background:#999;  
}

path[data-code=deselected], [data-code=deselected] {
  fill:#fff !important;
  background:#fff;
}

[data-code=selected] {
  fill:#e65e18 !important;
  stroke:#fff;
  background:#e65e18;
}

text {
  stroke:#fff;
}

/* text for areas */
text[data-code=pbvs], text[data-code=bmds], text[data-code=tbas], text[data-code=pbpc], text[data-code=pcvs], text[data-code=deselected]{
  stroke:#000;
}

path.navigate {
  stroke:#000;
}

path.map-on {
  stroke:#000;
  stroke-width:3px;
}
path.greyed {
  fill:#EEC !important;
  stroke-width:3px;
}

path.mapfader {
  fill:#EDEDED !important;
  stroke-width:1px;
  stroke:#000;
}

path.navigate:hover, path.navigate.hover {
  /* stroke-width:3px; */
  stroke:#000 !important;
  stroke-width:3px;
 /* fill:#EEC !important;  */
  cursor:pointer;
}


