/* retain this setting to ensure font consistency in the PDF, enabling reliable text extraction - BEGINNING */
* {
  font-variant-ligatures: none !important;
}
/* retain this setting to ensure font consistency in the PDF, enabling reliable text extraction - END */

.middlecontent {
  margin: 0 auto;
  max-width: 1100px;
}

.header,
a.logo {
  position: fixed;
}

a.logo {
  background: url(../images/camag.logo.png) left center no-repeat
    rgba(0, 0, 0, 0);
  display: block;
  height: 75px;
  margin-left: 64px;
  top: 0;
  width: 172px;
}

.header {
  background: #fcfcfc;
  max-width: 1100px;
  visibility: collapse;
  width: 100%;
}

.header-links {
  margin-left: 300px;
  position: relative;
}

.link-for-header {
  color: #555;
  font-family: "Roboto Slab", ff-tisa-web-pro, Georgia, Arial, sans-serif;
  font-size: 100%;
  font-weight: 700;
  height: 75px;
  overflow: hidden;
  padding: 21px 0 0 21px;
  width: 147px;
}

.rst-content .menuselection {
  background: #e7f2fa;
  border: 1px solid #7fbbe3;
  border-radius: 4px;
  font-size: 80%;
  font-weight: 700;
  margin: auto 2px;
  padding: 2.4px 6px;
}

.rst-content .section ul li img,
.rst-content .section ul li p img,
.rst-content section ul li img,
.rst-content section ul li p img {
  margin-bottom: 5px;
}

.rst-content .admonition-todo .admonition-title {
  background-color: red;
}

.rst-content img {
  height: auto !important;
  max-width: 100%;
}

.rst-content .section > a > img,
.rst-content .section > img,
.rst-content section > a > img,
.rst-content section > img {
  margin-bottom: 24px !important;
}

.editionlabel,
.rst-content .editionlabel {
  background: #efd72a;
  border: 1px solid #ffaa29;
  border-radius: 4px;
  font-size: 80%;
  font-weight: 700;
  margin: auto 2px;
  padding: 2.4px 6px;
  display: inline-block;
  vertical-align: middle;
}

/* ensure editionlabel is visible in navigation tree and breadcrumbs */
.wy-menu .editionlabel,
.wy-breadcrumbs .editionlabel,
.wy-menu .toctree-l1 a .editionlabel,
.wy-menu .toctree-l2 a .editionlabel,
.wy-menu .toctree-l3 a .editionlabel,
.wy-menu .toctree-l4 a .editionlabel {
  margin-left: 6px;
  margin-right: 0;
}

/* smaller label in the sidebar to keep layout tight */
.wy-menu .editionlabel {
  font-size: 75%;
  padding: 1.6px 5px;
}

/* Tweak vertical alignment so label lines up with nearby text/icons */
.wy-menu .editionlabel,
.wy-breadcrumbs .editionlabel,
.wy-menu a .editionlabel {
  display: inline-block;
  line-height: 1; /* avoid inheriting larger line height */
  transform: translateY(-1px); /* slight upward nudge; adjust if needed */
}

.rst-content .evaluationlabel {
  background: #daa520;
  border: 0px;
  border-radius: 0px;
  font-size: 80%;
  font-weight: 700;
  margin: auto 2px;
  padding: 2.4px 6px;
}

.link-for-header {
  display: block;
  float: right;
}

@media not print {
  .wy-body-for-nav {
    background: #edf0f2 !important;
  }

  .wy-nav-content-wrap {
    background: #edf0f2 !important;
  }
}

/*
 * CSS hacks and small modification for  Sphinx 
 */

/* Colors and text decoration.
 For example, :black:`text in black` or :blink:`text blinking` in rST. */

.black {
  color: black;
}

.gray {
  color: gray;
}

.grey {
  color: gray;
}

.silver {
  color: silver;
}

.white {
  color: white;
  text-shadow: 1px 1px 2px black;
}

.maroon {
  color: maroon;
}

.red {
  color: red;
}

.magenta {
  color: magenta;
}

.fuchsia {
  color: fuchsia;
}

.pink {
  color: pink;
}

.orange {
  color: orange;
}

.yellow {
  color: yellow;
}

.beige {
  color: beige;
}

.bisque {
  color: bisque;
}

.lime {
  color: lime;
}

.green {
  color: green;
}

.olive {
  color: olive;
}

.teal {
  color: teal;
}

.cyan {
  color: cyan;
}

.aqua {
  color: aqua;
}

.blue {
  color: blue;
}

.navy {
  color: navy;
}

.purple {
  color: purple;
}

.black-bg {
  background-color: black;
}

.gray-bg {
  background-color: gray;
}

.grey-bg {
  background-color: gray;
}

.silver-bg {
  background-color: silver;
}

.white-bg {
  background-color: white;
}

.maroon-bg {
  background-color: maroon;
}

.red-bg {
  background-color: red;
}

.magenta-bg {
  background-color: magenta;
}

.fuchsia-bg {
  background-color: fuchsia;
}

.pink-bg {
  background-color: pink;
}

.orange-bg {
  background-color: orange;
}

.yellow-bg {
  background-color: yellow;
}

.beige-bg {
  background-color: beige;
}

.bisque-bg {
  background-color: bisque;
}

.lime-bg {
  background-color: lime;
}

.green-bg {
  background-color: green;
}

.olive-bg {
  background-color: olive;
}

.teal-bg {
  background-color: teal;
}

.cyan-bg {
  background-color: cyan;
}

.aqua-bg {
  background-color: aqua;
}

.blue-bg {
  background-color: blue;
}

.navy-bg {
  background-color: navy;
}

.purple-bg {
  background-color: purple;
}

.under {
  text-decoration: underline;
}

.over {
  text-decoration: overline;
}

.blink {
  -webkit-animation: 1s linear infinite condemned_blink_effect; /*  for Safari 4.0 - 8.0 */
  animation: 1s linear infinite condemned_blink_effect;
}

.line {
  text-decoration: line-through;
}

.strike {
  text-decoration: line-through;
}

.it {
  font-style: italic;
}

.termit {
  font-style: italic;
}

.ob {
  font-style: oblique;
}

.bolditalic {
  font-weight: bold;
  font-style: italic;
}

.blinkingblue {
  -webkit-animation: 1s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 1s linear infinite condemned_blink_effect;
  color: blue;
}

.lockedcolor {
  color: #949054;
}

.verylightgray {
  color: lightgray;
}

.lightgray {
  color: darkgray;
}

.lightgreen {
  color: lightgreen;
}

.rangegreen {
  color: #88fcd7;
}

.rangegreen-bg {
  background-color: #88fcd7;
}

.rangegreenassign {
  color: #d3e8e9;
}

.rangegreenassign-bg {
  background-color: #d3e8e9;
}

.rangegreenpeak {
  color: #c1feee;
}

.rangegreenpeak-bg {
  background-color: #c1feee;
}

.blinkingorange {
  -webkit-animation: 1s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 1s linear infinite condemned_blink_effect;
  color: orange;
}

.yellowgreen {
  color: yellowgreen;
}

@-webkit-keyframes condemned_blink_effect {
  /* for Safari 4.0 - 8.0 */
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

.image-reference {
  cursor: zoom-in;
}

.admonition {
  page-break-inside: avoid;
}

.single-content-header {
  font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
  font-weight: 700;
  margin-top: 0;
  font-size: 175%;
}

@media screen and (min-width: 1100px) {
  .wy-nav-content-wrap {
    background: rgba(0, 0, 0, 0.05);
  }

  .wy-nav-content {
    background: #fcfcfc;
    margin: 0;
  }

  .wy-grid-for-nav {
    top: 75px;
  }

  .wy-nav-side {
    left: initial;
    top: 75px;
  }

  .header {
    visibility: visible !important;
  }

  .rst-versions {
    left: initial !important;
  }
}

@media print {
  .wy-nav-content-wrap {
    background: transparent;
    margin-left: 0;
    min-height: 100%;
  }
  .wy-nav-content {
    max-width: initial;
  }

  .wy-grid-for-nav {
    position: initial;
  }

  .no-print {
    display: none;
  }
}

@media screen {
  .only-print {
    display: none;
  }
}

.rst-content .nomargintoctree .toctree-wrapper ul {
  margin-bottom: 0px;
}

/* Applied on main index:sections. */
/* Start section description. */
@media screen and (min-width: 450px) {
  .tocdescr {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    list-style-type: none;
    margin-bottom: 10px;
  }
  /* Dan Andreasson on Stack Overflow. */
  .tocdescr:after {
    content: "";
    flex: 1 0 33.3%;
    -webkit-flex: 1 0 33.3%;
    margin-left: 45px;
    align-self: stretch;
    -webkit-align-self: stretch;
  }
}
@media screen and (max-width: 450px) {
  .tocdescr {
    display: flex;
    display: -webkit-flex;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    list-style-type: none;
    margin-bottom: 10px;
  }
  .tocdescr:after {
    content: "";
    flex: none;
    -webkit-flex: none;
  }
}
.descr {
  flex: 2 0 33.3%;
  -webkit-flex: 2 0 33.3%;
  margin: 10px 15px;
  border-radius: 0.3em;
  user-select: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px 0px,
    rgba(211, 216, 223, 0.33) 0px 15px 20px -1px;
  min-height: 248px;
}
.descr figure {
  margin-bottom: 0px;
  display: block;
}

.descr figure a {
  text-decoration: none;
  cursor: pointer;
}

.descr figure a::after {
  content: "" !important;
  flex: none;
  -webkit-flex: none !important;
  margin: 0px !important;
}
.descr img {
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  cursor: pointer;
}
.descr dl {
  margin-bottom: 10px;
}
.descr dl dt > a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.descr dl dt a em,
.descr dl dt a span {
  font-weight: bold;
  font-style: normal;
  font-size: 1.3em;
}
.descr dl dt {
  padding: 18px 15px 0px !important;
  border-top: hidden !important;
  background: none !important;
}
.descr dl dd {
  padding: 0px 15px;
  font-style: normal;
  margin: 0px;
  color: #808080;
  font-size: 90%;
}
#getting-started .descr {
  box-shadow: none;
}
/* End section description. */
