﻿#dashboard section>* {
  outline-color:rgba(0,0,0,0.1);
  background-color:#F3F7FE;
}
#dashboard section h1,
#legend>div {
  background-color:#0A2D82;
  color:#ffffff;
}
#record header *.clock * {
  border-color:rgba(0,0,0,0.1); 
}
#record footer big.pos * {
  color:#89EC28;
}
#record footer big.neg * {
  color:#0A2D82;
}
#compas {
  background-image:url(../../dashboard/_elements/compas_black.png);
}
#compas b svg {
  fill:#89EC28;
}
#compas b:after {
  border-bottom-color: #FDB100;
}

#compas sup path {
  stroke:#0A2D82;
}
#compas sub path {
  stroke:#FDB100;
}
#compas sup:after {
  border-bottom-color:#0A2D82;
}
#compas sub:after {
  border-bottom-color:#FDB100;
}
#situation footer small * {
  color:#CC8E00;
}
#dashboard article.graph svg.grid path {
  stroke:#0A2D82;
}
#dashboard article.graph svg.grid path.record {
  stroke:#0A2D82 !important;
}
#graph24h path {
  stroke:#0A2D82;
}

#graphAdvancePos path {
  fill:rgba(137,236,40,0.3);
  stroke:rgba(137,236,40,1);
}
#graphAdvanceNeg path {
  fill:rgba(10,45,130,0.3);
  stroke:rgba(10,45,130,1);
}

