/* multiselectbox */
#offset, #interpolation, #order {
    float: left;
}
.multiselect {
    border: 1px solid black;
    float: left;
}/*
div#leftContainer  {
    display: inline;
    float: left;
    width: 30%;
}
div#rightContainer {
    display: inline;
    float: right;
    width: 70%;
}*/

.selectBox {
    position: relative;
}
.selectBox select {
    width: 100%;
    font-weight: bold;
}
.overSelect {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
}
#checkboxes {
    display: none;
    border: 1px #dadada solid;
}
#checkboxes label {
    display: block;
}
#checkboxes label:hover {
    background-color: #1e90ff;
}
/* mulötiselect end */

.disabled {
    color: grey;
}

body {
    overflow: hidden;
}

body div#tooltip {
    background-color: lightgrey;
    border-color: darkgrey;
    border-radius: 5px;
    border-style: solid;
    padding: 2px 5px 2px 5px;
    position: absolute;
    visibility: hidden;
    z-index: 10;
}

div#container {
    border: 1px solid black;
    left: 0;
    height: 91vh;
    overflow-x: scroll;
    margin: 1vh;
    position: absolute;
    top: 0;
    width: 99vw;
}

div#filterLegend, div#selectFacultyLegend, div#selectCostCenterLegend, form#options {
    background-color: lightgrey;
    border-color: darkgrey;
    border-radius: 5px;
    border-style: solid;
    color: black;
    font-size: 2vh;
    padding: 2px 5px 2px 5px;
    position: absolute;
    /*visibility: hidden;*/
    z-index: 10;
}

div#filterLegend {
    left: 0;
    top: 0;
}

div#selectFacultyLegend {
    left: 0;
    top: 4vh;
}

div#selectCostCenterLegend {
    left: 0;
    top: 8vh;
}

form#options {
    bottom: 0;
    margin: 0;
    width: 100%;
}

form#options fieldset{
    border: 0;
    padding: 0;
}

.chart text {
  fill: black;
  font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.axis path, .axis line {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
  shape-rendering: crispEdges;
}

.layer {
    stroke-width: 1px;
}
.layer.active, .layer.selected {
    fill: #EEEEEE;
    stroke: black;
    stroke-width: 1px;
}
