/* Sticky footer styles
 * -------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
main {
  /* Margin bottom by footer height */
  margin-bottom: 40px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  line-height: 40px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.fill img {
  width: 100%;
}

/* img { */
/*   object-fit: cover; */
/*   /* min-width: 100%; */ */
/*   /* min-height: 100%; */ */
/*   /* width: auto; */ */
/*   /* height: auto; */ */
/* } */

.hidden {
  display: none;
}

/* Cytoscape */
#cy {
  width: 100%;
  height: 100%;
}

#cy-control {
  width: 400px;
  height: 100%;
  float: right;
  background-color: #eeeeee;
  padding: 10px;
}

.cy-header {
  background-color: #dddddd;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-toplright: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-size: 18px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
}

.cy-container {
  border: 1px solid #dddddd;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomlright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  width:100%;
  height: 500px;
  display: flex;
  font-size:12px;
}

.cy-param-input{
  margin-right: 5px;
}

.cy-param-slider{
  width: 190px;
}

.cy-param-header {
  font-weight:bold;
}

.cy-param {
  margin-top:10px;
}

.cy-blurb {
  font-size: 11px;
}

.cy-blurb-header {
  font-weight:bold;
  font-size: 11px;
}

.cy-button {
  margin-right: 5px;
}

.cy-legend-img {
  margin-right: 3px;
}

.cy-legend-col2 {
  display: inline-block;
  width:87px;
}

.cy-legend-col4 {
  display: inline-block;
  width:70px;
}
