body { 
  font: 14px helvetica neue, helvetica, arial, sans-serif;
}

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

#addExperience{
	position: absolute;
	bottom: 20px;
	left: 10px;
}
#addProcess{
	position: absolute;
	bottom: 40px;
	left: 10px;
}

#addSystem{
	position: absolute;
	bottom: 60px;
	left: 10px;	
}
#addApp{
	position: absolute;
	bottom: 80px;
	left: 10px;	
}
#debug{
	position: absolute;
	bottom: 100px;
	left: 10px;	
}
#clear{
	position: absolute;
	bottom: 120px;
	left: 10px;	
}

#title{
	position: absolute;
	font-size: 40px;
}

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

#search {
  width: 14em;
}

.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: 1.0em;
}

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

#info p {
  margin: 0.3em;
}

#info ul {
    padding-left: 30px;
}
#info li {
    font-size: 12px;
}

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

#filter, 
#filterToggle,
#reset{
  width: 3em;
  margin: 0.5em;
  position: absolute;
  top: 0;
  z-index: 999;
}

#filter{
  right: 4em;
}
#filterToggle{
  right: 8em;
}
#reset {
  right: 0;
}
#reset i {
    transform: rotate(45deg);
}

#filters label, #filtersToggle label {
  font-weight: normal;
  padding: 0 0.25em;
}

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

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

#compSelect{
  position: relative;
  margin-left: 40%;
  margin-right: 40%;
  margin-top: .5em;
}