@charset "UTF-8";
body {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background-color: #FFFFF1; }

a {
  text-decoration: none;
  color: #999999; }
  a:hover {
    font-weight: bold; }
  a:active {
    color: #000000; }
  a:visited {
    color: #009900; }

#kader {
  height: 80%;
  width: 90%;
  display: inline-block; }

#header {
  position: absolute;
  left: 50px;
  top: -60px;
  width: auto;
  z-index: 1; }

/*let op padding-bottom hack voor schalen van svg in IE*/
#tjaart {
  position: relative;
  top: -4em;
  float: left;
  width: 90%;
  height: auto;
  padding-bottom: 100%; }

#mySVG, #tipperSVG {
  position: absolute;
  height: 100%;
  width: 100%; }

div.tooltip {
  position: absolute;
  font-size: 1.2em;
  font-weight: bold;
  width: 18em;
  height: auto;
  /*15em;*/
 /* resize    text-align: center;
: vertical;*/
  padding-top: .8em;
  padding-bottom: .8em;
  border: solid 2px black;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 4px 4px 2px grey;
  -webkit-box-shadow: 4px 4px 2px grey;
  background: lemonchiffon;
  pointer-events: none;
  z-index: 100; }

#tiptext {
  width: 100%;
  height: 6em;
  text-align: center; }

#tipchart {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding-bottom: 50%;
  display: none;
  overflow: visible; }

#blader {
  position: absolute;
  top: .5em;
  right: 5em;
  overflow: visible;
  z-index: 1000; }

#bron {
  position: absolute;
  left: 420px;
  top: 80px; }

.grotekop {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 3em;
  /*        weight: bold;*/
  color: dimgrey;
  /*    letter-spacing: -.1em;*/ }

.node {
  font-size: 1.5em; }

.surkels {
  stroke: grey;
  stroke-opacity: .2;
  fill-opacity: 20;
  cursor: crosshair; }

.surkelstekst {
  font-family: "Ärial narrow";
  font-weight: bold;
  cursor: crosshair; }

.node circle.surkels {
  fill: lightgrey; }

.leaf.node circle.surkels {
  fill: white; }

#controlpanel {
  position: absolute;
  right: 0;
  width: auto; }

#slidit {
  float: left;
  clear: both;
  /*    position: absolute;
      top: 0;
      left: 60em; */
  height: auto;
  padding: 0; }

#jarenSlider {
  -webkit-appearance: none;
  background-color: pink;
  width: 364px;
  /*24.8em;*/
  height: 14px;
  /*1em;*/
  border-radius: 6px;
  border: .5px dashed dimgrey; }

output {
  position: absolute;
  width: 2em;
  height: 1.5em;
  text-align: right;
  left: 10em;
  top: -2em;
  font-size: 2em;
  z-index: 10; }

#slideschaaltje {
  width: 100%;
  height: 4em; }

/* werkt allemaal niet in IE - het ding blijft te hoog
input[type=range]::-ms-track {
    height: 5px;
    background: transparant;
}

input[type=range]::-ms-fill-lower, input[type=range]::-ms-fill-upper {
    background: white;
}
*/
#knoppen {
  float: left;
  clear: both;
  left: 1em;
  width: auto;
  height: 2em; }

.buttons {
  float: left;
  color: #af2944;
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
  border: .1em solid;
  border-color: #696 #363 #363 #696;
  margin-left: 1em;
  margin-right: .5em;
  margin-bottom: .4em;
  z-index: 100; }

#switches {
  float: left;
  clear: both;
  width: 95%;
  margin-top: 2em;
  margin-left: 1em; }

#colorpickers {
  float: left;
  background-color: #F9E6EA; }

#grouppickers {
  float: right;
  background-color: #F9E6EA; }

.lHeader {
  font-weight: bold; }

#asSVG {
  width: 100%;
  height: 100%; }

.yAs path, .xAs path {
  fill: none;
  stroke: #000; }

.yAs line {
  fill: none;
  stroke: dimgrey;
  stroke-width: 1px; }

#graphpath {
  stroke: steelblue;
  stroke-width: 1.5px;
  fill: none; }

.xAs test, yAs text {
  font-family: "Droid Sans";
  font-size: .8em; }

@media all and (orientation: portrait) {
  #tjaart {
    clear: both;
    padding-bottom: 0%; }

  #controlpanel {
    left: 0;
    clear: both; } }
