/* Right-column panel on hub module docs (docs.plesty.net): structured table
   of all registered hub modules. Styled as a mirror of the sphinx_rtd_theme
   left navigation (.wy-nav-side / .wy-menu-vertical) so it reads as a third
   column of the same theme. */

#plesty-hub-panel {
  position: fixed; top: 0; right: 0; bottom: 0; width: 300px;
  overflow-y: auto; z-index: 200;
  background: #343131; color: #d9d9d9;
  font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-size: 90%;
}

/* Header block mirrors .wy-side-nav-search. */
#plesty-hub-panel h3 {
  margin: 0; padding: 0.809em 1em; text-align: center;
  background: #2980b9; color: #fcfcfc;
  font-size: 100%; font-weight: 700;
}

/* Category headings mirror .wy-menu-vertical p.caption. */
#plesty-hub-panel h4 {
  margin: 1em 0 0; padding: 0 1.618em;
  color: #55a5d9; font-size: 85%; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.05em;
}

/* Vendor sub-headings. */
#plesty-hub-panel h5 {
  margin: 0.6em 0 0; padding: 0 1.618em;
  color: #8d8c8c; font-size: 80%; font-weight: 700;
  text-transform: capitalize;
}

#plesty-hub-panel ul { list-style: none; margin: 0; padding: 0; }
#plesty-hub-panel li { margin: 0; }

/* Entries mirror .wy-menu-vertical a. */
#plesty-hub-panel a {
  display: block; padding: 0.3em 1.618em 0.3em 2.2em;
  color: #d9d9d9; text-decoration: none; font-size: 90%;
}
#plesty-hub-panel a:hover { background: #4e4a4a; }
#plesty-hub-panel .current {
  background: #fcfcfc; color: #404040; font-weight: 700;
}
#plesty-hub-panel .nodocs {
  padding: 0.3em 1.618em 0.3em 2.2em; color: #7f7d7d; font-size: 90%;
}

#plesty-hub-panel .registry-link {
  display: block; margin: 1.2em 1.618em; padding: 0.5em;
  text-align: center; border-radius: 3px;
  background: #2980b9; color: #fcfcfc; font-size: 90%;
}
#plesty-hub-panel .registry-link:hover { background: #3091d1; }

@media (min-width: 1400px) {
  .wy-nav-content-wrap { margin-right: 300px; }
}
@media (max-width: 1399px) {
  #plesty-hub-panel { display: none; }
}
