html, body { 
  font: 14px helvetica neue, helvetica, arial, sans-serif;
  width: 100%;
  height: 100%;
}

#cy {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}

#loading {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -0.5em;
  font-size: 2em;
  color: #fff;
}

#loading.loaded {
  display: none;
}

#clear {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0.25em;
  visibility: hidden;
}

#search-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  margin: 0.5em;
  width: 14em;
}

#search {
  width: 14em;
}
#reusability-div{
  position: absolute;
  left: 210px;
  background-color: white;
  top: 0px;
  margin: 0.5em;
  max-height: 34px;
  padding: 0 1.4em 0 1.4em;
  border-radius: 5px;
}

#reusability{
  margin-top: 10px;
  margin-bottom: 10px;
}

body.has-start #clear {
  visibility: visible;
}

#end {
  display: none;
}

body.has-start:not(.has-end) #end {
  display: inline;
}

body.has-start:not(.has-end) #start {
  display: none;
}

body.calc #loading {
  display: block;
}

.tt-dropdown-menu {
  background: #fff;
  width: 14em;
  border-radius: 0.25em;
  border: 1px solid #ccc;
  max-height: 20em;
  overflow: auto;
  margin-top: 0.5em;
}

.tt-dropdown-menu * {
  margin: 0;
  padding: 0;
}

.tt-suggestion {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}

.ac-name {
  font-size: 1.25em;
}

.ac-node-type,
.ac-milk,
.ac-country,
.ac-more {
  font-size: 0.8em;
}

#info {
  position: absolute;
  left: 0;
  top: 3em;
  margin: 0.5em;
  background: #bbdbf7;
  border-radius: 0.25em;
  border: 1px solid #ccc;
  width: 14em;
  display: none;
  z-index: 9998;
}

#info p {
  margin: 0;
}

#linkout {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0.25em;
  z-index: 999;
}

#reset,
#filter,
#filterType,
#save,
#debug {
  width: 3em;
  margin: 0.5em;
  position: absolute;
  top: 0;
  z-index: 999;
}
#lvl2Filter{
  background-color: white;
  padding: 5px;
  position: absolute;;
  z-index: 999;
  top: 3em;
  right: 0;
  margin: 0.5em;
  border-radius: 0.25em;

}

#qtip-2-content{
  background-color: #e6e6e6;
}
#qtip-2-content p, #qtip-2-content h1{
  margin-bottom: 0;
}
#legend {
  width: 3em;
  margin: 0.5em;
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 999;
}
#reset {
  right: 0;
}

#filter {
  right: 8em;
}

#filterType {
  right: 4em;
}

#save {
  right: 12em;
}
#debug {
  right: 16em;
}

#reset i {
  transform: rotate(45deg);
}

#filters{
  max-height: 500px;
  overflow-y: scroll;
}
#filters label, #lvl2Filter label, #filtersType label {
  font-weight: normal;
  padding: 0 0.25em;
}

#filters strong, #filtersType strong{
  display: block;
}

#filters hr, #filtersType hr {
  margin: 0.25em 0;
}

#ex1Slider {
  position: absolute;
  top: 6em;
  right: 1em;
}
#ex1Slider .slider-selection {
  background: #BABABA;
}



node:selected {

  border-color: rgb(187, 219, 247);
  border-opacity: 0.5;
  border-width: 10;
}