/*Cytoscape.js*/
#ppcnetwork_analysis_panel {
    /*display: none;*/
    visibility: hidden;
}
#ppcnetworks_view_panel {
    height: 31em;
    border: 2px solid #888;
    border-radius: 0.55em;
}
#ppcnetworks_ctrl_panel {
    height: 31em;
    border: 2px solid #888;
    border-radius: 0.55em;
    padding-top: 1em;
}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#cy {
    height: 30em;
    overflow: hidden !important;
    margin: 1em;
    color: darkgray;
    font-weight: 100;
    float: left;
    width: 98%;
}
#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;
}

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;
}

.vcenter {
  margin-top: auto;
  margin-bottom: auto;
}

.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;
}

#info p {
  margin: 0;
}

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

#filter {
  right: 4em;
}

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

#filters strong {
  display: block;
}

#filters hr {
  margin: 0.25em 0;
}
#ppcnetworks_ctrl_panel .row {
    margin-bottom: 20px;
}
/*Slider*/
.slider.slider-horizontal {
    width: 100%;
}
/*buttons*/
.fa-rotate-45 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
