root { 
    display: block;
}

#logo {
        border-top:1px solid #e2e2e2;
        background: #fff;
        border-bottom:1px solid #e2e2e2;
        text-align:center;
        padding: 5px;
        margin-left: auto;
        margin-right: auto;
}

#logo img {
  vertical-align:middle;
  margin-left: 10px;
  margin-right: 10px;
}

.widget-title {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

#content {
    min-height: 100%;
    overflow: auto;
    position: relative;
}

#footer{
    position: relative;
    bottom: 60px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.autoCompList{
    position:fixed;
    z-index: 1000;
}

#graphicsArea .totalBar{
  fill: crimson;
}

#graphicsArea .corrBar{
  fill: steelblue;
}

.chart text {
  fill: white;
  font: 10px sans-serif;
  //text-anchor: end;
  text-anchor: start;
}

.legend text {
  fill: black;
  font: 10px sans-serif;
  dominant-baseline: middle;
}


.axis text {
  font: 10px sans-serif;
  fill: black;
}

.axis.x text{
    word-wrap: break-word;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

#cmdLineArea rect{
    fill: gainsboro;
    stroke-width: 1;
    stroke: lightgray;
}

#cmdLineArea text{
    fill: black;
    font: 13px sans-serif;
    //text-anchor: middle;
}

#cmdLineArea .centered{
    text-anchor: middle;
}

#cmdLineArea .nameText{
    font-weight: bold;
}

.bars .clickable{
    cursor: help;
}

.bar .click_area{
    opacity: 0;
}