/* This file intentionally left blank. */

.wy-nav-content {
  max-width: 950px !important;
}

/* Entire left sidebar background */
.wy-nav-side,
.wy-side-scroll,
.wy-menu-vertical {
  background: #ffffff !important;
}

/* Top project/search area */
.wy-side-nav-search,
.wy-side-nav-search > a,
.wy-side-nav-search .version {
  background: #ffffff !important;
  color: #000000 !important;
}

/* Search box */
.wy-side-nav-search input[type="text"] {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

/* All normal/inactive sidebar text and links */
.wy-menu-vertical,
.wy-menu-vertical p.caption,
.wy-menu-vertical header,
.wy-menu-vertical a,
.wy-menu-vertical li.toctree-l1 > a,
.wy-menu-vertical li.toctree-l2 > a,
.wy-menu-vertical li.toctree-l3 > a,
.wy-menu-vertical li.toctree-l4 > a {
  background: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Hover state */
.wy-menu-vertical a:hover {
  background: #ffffff !important;
  color: #000000 !important;
}

/* Active/current page selection */
.wy-menu-vertical li.current > a,
.wy-menu-vertical li.on a,
.wy-menu-vertical li.toctree-l1.current > a,
.wy-menu-vertical li.toctree-l2.current > a,
.wy-menu-vertical li.toctree-l3.current > a,
.wy-menu-vertical li.toctree-l4.current > a {
  background: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Keep expanded current sections white except for the selected link */
.wy-menu-vertical li.current,
.wy-menu-vertical li.current ul {
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

/* Overall page background */
body,
.wy-body-for-nav,
.wy-grid-for-nav {
  background: #ffffff !important;
}

/* Main content wrapper */
.wy-nav-content-wrap {
  background: #ffffff !important;
}

/* Main readable content area */
.wy-nav-content {
  background: #ffffff !important;
}

/* Right / surrounding area beside the content */
.rst-content,
.document,
.documentwrapper,
.bodywrapper {
  background: #ffffff !important;
}
