
/* 
 ElectionNightResults v2.4.0.6
 LiveResultsStyles.css v1.0.0 */

/* STYLE FOR SVG */
svg text {
  pointer-events: none;
}

text.back, text.back-state {
  stroke:#000;
}

[data-code=kenton], [data-code=jeff], [data-code=boyle], [data-code=madison], [data-code=mccracken], [data-code=floyd], [data-code=notselected] {
    fill:#008bb1;
    background: #008bb1;
}

[data-code="reported"] {
    fill: #6c9;
    background: #6c9;
}

[data-code="notreported"] {
    fill: #f1a9a0;
    background: #f1a9a0;
}

[data-code="partial"] {
    fill: #f5d76e;
    background: #f5d76e;
}

[data-code="notparticipating"] {
    fill: white;
    background: white;
}

[data-code=selected] {
    fill: #e65e18;
    background: #e65e18;
}

[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:#FFF;
  background:#e65e18;
}

[data-code=drev] { /* DRE with VVPAT */
  fill:#FFF;
  background:#e60013;
}

[data-code=drex] { /* DRE with and without VVPAT */
  fill:#FFF;
  background:#9b000d;
}

[data-code=dren] { /* DRE NO VVPAT */
  fill:#FFF;
  background:#5e0008;
}

[data-code=avbm]{ 
  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;
}


