﻿body {
    margin:0;
    font-family: 'Open Sans', sans-serif;
}
#spiderv2{
    display:none;
}
#page-title{
    display:none;
}
#wrap {
    border-top: 5px solid;
    padding: 10px;
    border-color: #a6aa14;
}

#header {
    color: #a6aa14;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0 0 0.2em 0;
}

#spiderControls {
      position: absolute;
      z-index: 12;
      border: 3px solid grey;
      border-radius: 5px;
      width: 400px;
      background-color: white;
}

#spiderControlsHead {
    
}

#spiderControlsTitle {
      color: white;
      background-color: grey;
      font-size: 1.6em;
      font-weight: bold;
      padding: 0.5em;
      cursor: move;
}

#spiderControlsCaption {
      padding: 0.5em 0.5em 0.5em 0.5em;
      font-size: 1.4em;
}

#spiderControlsSubcaption {

}

#spiderControlsToggle {
    text-align: right;
    padding-right: 0.5em;
    background-color: rgb(230,230,230);
    cursor: help;
}

#spiderControlsAccordion {
    padding: 2px;
}



svg { 
  overflow: visible;
  z-index: 11;
}

text {
    pointer-events: none;
    font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-anchor: middle;
    text-shadow: 0 1px 0 #f0f, 1px 0 0 #f0f, -1px 0 0 #f0f, 0 -1px 0 #f0f;
}

text.parent {
    fill: #222;
    background: #ccc;
}

circle {
    fill: #fff;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}

circle.parent {
    /*fill: #fff;*/
    /*fill-opacity: 0;*/
    /*stroke: #fff;
    stroke-width: 0;*/
}

circle.parent:hover {
    stroke-width: .5px;
}

circle.child {
    fill: #fff;
    /*stroke: #999;
    stroke-width: 0;*/
}

circle.child:hover {
     fill: #f0f;
     cursor: pointer;
     stroke-width: 1;
}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s; /* For Safari 3.1 to 6.0 */
  transition: opacity 0.3s;   
}

/* 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);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}
