/*! CoreMedia Documentation */

/* --- outdated browser ---*/

#outdated-browser {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#outdated-browser .warning {
  background: #fff;
  border: 2px solid #dd3428;
  margin: 50px auto;
  width: 700px;
}

#outdated-browser .warning__icon img {
  width: 64px;
}

#outdated-browser .warning__container {
  margin-left: 20px;
}

#outdated-browser .warning__title {
  color: #dd3428;
  margin: 0;
}

/* --- fonts ---------------------------------------------------------------- */
/* dm-sans-regular - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
  url('../fonts/dm-sans-v6-latin-regular.woff2') format('woff2'),
  url('../fonts/dm-sans-v6-latin-regular.woff') format('woff');
}

/* dm-sans-italic - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
  url('../fonts/dm-sans-v6-latin-italic.woff2') format('woff2'),
  url('../fonts/dm-sans-v6-latin-italic.woff') format('woff');
}

/* dm-sans-500 - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''),
  url('../fonts/dm-sans-v6-latin-500.woff2') format('woff2'),
  url('../fonts/dm-sans-v6-latin-500.woff') format('woff');
}

/* dm-sans-500italic - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 500;
  src: local(''),
  url('../fonts/dm-sans-v6-latin-500italic.woff2') format('woff2'),
  url('../fonts/dm-sans-v6-latin-500italic.woff') format('woff');
}

/* dm-sans-700 - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
  url('../fonts/dm-sans-v6-latin-700.woff2') format('woff2'),
  url('../fonts/dm-sans-v6-latin-700.woff') format('woff');
}

/* dm-sans-700italic - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 700;
  src: local(''),
  url('../fonts/dm-sans-v6-latin-700italic.woff2') format('woff2'),
  url('../fonts/dm-sans-v6-latin-700italic.woff') format('woff');
}

/* --- defaults --------------------------------------------------------------*/

:root {
  /* colors */
  --color-primary: #672779;
  --color-secondary: #6fc3b8;
  --color-default: #363936;
  --color-code: #4d4c4c;
  --color-gray: #efefef;
  --color-blue: #006cae;
  --color-green: #2fac66;
  --color-yellow: #efdf0f;
  --color-red: #dd3428;
  /* fonts */
  --font-text: DM Sans, sans-serif;
  --font-monospace: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  --font-size-mobile: 14px;
  --font-size-default: 16px;
  --font-size-desktop: 18px;
  --font-base: var(--font-size-mobile);
  /* spacing */
  --header-height: 50px;
  --header-height-large: 70px;
  --content-width: 960px; /* ~ 60em */
  --text-width: 40em; /* dynamically based on font-size */
}

*,
:after,
:before {
  box-sizing: border-box;
  outline: none;
}

html {
  margin: 0;
  height: 100%;
  scroll-padding-top: calc(var(--header-height) + 10px);
}

@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: calc(var(--header-height-large) + 10px);
  }
}

body {
  font-family: var(--font-text);
  font-size: var(--font-base);
  line-height: 1.3125;
  color: var(--color-default);
  height: 100%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  :root {
    --font-base: var(--font-size-default);
  }
}

@media screen and (min-width: 1440px) {
  :root {
    --font-base: var(--font-size-desktop);
  }
}

a {
  color: var(--color-default);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: 500;
  color: var(--color-primary);
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

hr {
  border: 0;
  border-top: 1px solid var(--color-gray);
}

input,
textarea,
select,
button {
  font-family: var(--font-text);
}

/* -- BOOTSTRAP / OLD MAYBE UNUSED CSS -------------------------------------- */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

[role=button] {
  cursor: pointer
}

ol, ul {
  margin-top: 0
}

ol, ol ol, ol ul, ul, ul ol, ul ul {
  margin-bottom: 0
}


dl.variablelist {
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 30% 70%;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: "";
  display: table
}

.dl-horizontal dd:after {
  clear: both
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #efefef
}

.initialism {
  font-size: 90%
}

blockquote {
  padding: 0;
  margin: 0;
  font-size: 20px;
  border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.333334;
  color: #efefef
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014   \A0"
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ""
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: "\A0   \2014"
}

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.333334
}

.javadoclink {
  font-family: var(--font-monospace);
  font-size: 85%;
  color: var(--color-primary);
  background-color: var(--color-gray);
  border-radius: 4px;
  padding: 3px 6px;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none
}

table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #efefef
}

caption, th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.333334;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0
}

.table > tbody + tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive > .table {
    margin-bottom: 0
  }

  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap
  }

  .table-responsive > .table-bordered {
    border: 0
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
  }
}

fieldset {
  margin: 0;
  min-width: 0
}

fieldset,
legend {
  padding: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-size: 24px;
  line-height: inherit;
  border-bottom: 1px solid transparent
}

output {
  padding-top: 11px;
  font-size: 16px
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 0;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease
}

.open > a {
  outline: 0
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.nav:after, .nav:before {
  content: "";
  display: table
}

.nav:after {
  clear: both
}

.nav > li.disabled > a {
  color: #efefef
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #efefef;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: var(--color-primary)
}


.navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 0;
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
}

.navbar-collapse.in {
  overflow-y: auto
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px
}

.navbar-toggle:focus {
  outline: 0
}

@media (max-width: 9998px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 0
  }

  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}


@media (max-width: 9998px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: var(--color-primary);
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #4d4c4c;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #fff
}

.navbar-default .navbar-link:hover {
  color: var(--color-primary)
}

.navbar-default .btn-link {
  color: #fff
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: var(--color-primary)
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 2px
}

.pagination > li {
  display: inline
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 16px;
  line-height: 1.333334;
  text-decoration: none;
  color: var(--color-primary);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: var(--color-primary);
  background-color: #eee;
  border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #006cae;
  border-color: #006cae;
  cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #efefef;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 4px 8px;
  font-size: 16px;
  line-height: 1.1875
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.pager {
  padding-left: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.pager:after, .pager:before {
  content: "";
  display: table
}

.pager:after {
  clear: both
}

.pager li {
  display: inline
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next > a, .pager .next > span {
  float: right
}

.pager .previous > a, .pager .previous > span {
  float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #efefef;
  background-color: #fff;
  cursor: not-allowed
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px
}

a.list-group-item, button.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5
}

button.list-group-item {
  width: 100%;
  text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  background-color: #eee;
  color: #efefef;
  cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #efefef
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #006cae;
  border-color: #006cae
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #7bcdff
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

/* --- grid ----------------------------------------------------------------- */

.cm-grid {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cm-main {
  position: relative;
  margin-top: var(--header-height);
  flex: 1 0 auto;
}

@media screen and (min-width: 1024px) {
  .cm-main {
    margin-top: var(--header-height-large);
  }
}

/* --- header --------------------------------------------------------------- */

.cm-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--color-default);
  z-index: 3;
}

.cm-header__container {
  display: flex;
  height: var(--header-height);
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .cm-header__container {
    height: var(--header-height-large);
    padding-left: clamp(30px, 3vw, 45px);
    padding-right: clamp(30px, 3vw, 45px);
  }
}

@media screen and (min-width: 1400px) {
  .cm-header__container {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.cm-logo {
  flex: 0 0 auto;
  height: 30px;
  margin: auto;
}

.cm-logo__img {
  width: 100%;
  max-width: 197px;
  max-height: 30px;
  fill: #fff;
}

@media screen and (min-width: 1024px) {
  .cm-logo {
    height: 33px;
  }

  .cm-logo__img {
    max-height: none;
  }
}

.cm-navbar {
  display: flex;
  flex-direction: column;
  border: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 50px;
}

@media screen and (min-width: 1024px) {
  .cm-navbar {
    overflow-y: inherit;
    height: auto;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1400px) {
  .cm-navbar {
    gap: 10px;
  }
}

.collapse.in .cm-navbar,
.collapse.show .cm-navbar {
  display: flex;
}

.cm-navbar__title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 10px;
  transition-timing-function: cubic-bezier(.68, -.55, .27, 1.55);
}

.cm-navbar__title:hover {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .cm-navbar__title {
    font-size: 16px;
    text-align: left;
  }
}

.cm-navbar__title:after {
  background-color: #fff;
  bottom: -3px;
  content: "";
  display: block;
  height: 2px;
  left: -2px;
  margin: 0 auto;
  position: relative;
  transition: width .3s ease-in-out;
  width: 0
}

.active .cm-navbar__title:after,
.cm-navbar__title:hover:after {
  width: calc(100% + 4px);
}

.cm-nav-collapse {
  position: absolute;
  padding-top: 20px;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  border: 0;
  z-index: 2;
  background-color: var(--color-default);
}

.cm-nav-collapse.in {
  overflow-y: scroll;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .cm-nav-collapse {
    position: relative;
    display: block;
    top: inherit;
    padding: 0;
  }

  .cm-nav-collapse.in {
    overflow-y: hidden
  }
}

.cm-nav-collapse.show {
  overflow-y: scroll;
  height: calc(100vh - 50px);
  display: flex !important
}

@media screen and (min-width: 1024px) {
  .cm-nav-collapse.show {
    overflow-y: hidden
  }
}

/* --- search --------------------------------------------------------------- */

.dc-search {
  position: absolute;
  right: 15px;
}

@media screen and (min-width: 1024px) {
  .dc-search {
    position: relative;
    right: auto;
    text-align: right;
    align-self: center;
  }
}

.dc-search__form {
  display: flex;
  margin-bottom: 0
}

@media screen and (min-width: 1024px) {
  .dc-search__form {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.dc-search__button {
  position: relative;
  border: 0;
  height: 30px;
  text-align: center;
  width: 30px;
}

.dc-search--expanded {
  position: fixed;
  width: 100%;
  text-align: left;
  top: 50px;
  background: var(--color-default);
  left: 0;
  padding: 20px 30px;
}

.dc-search__field {
  display: none;
  width: clamp(80px, 10vw, 300px);
  padding: 7px 9px 4px 15px;
  background-color: #fff;
  color: var(--color-default);
  border: 0;
  border-radius: 15px 0 0 15px;
  transition: width 0.3s ease;
  margin-right: -1px; /* avoid subpixel border */
  transform: translateX(0);
}

@media screen and (min-width: 1024px) {
  .dc-search__field {
    display: block;
  }
}

.dc-search__button--mobile,
.dc-search__button--search-all {
  display: none;
}

.dc-search__button--open {
  display: block;
  background: #fff url("../img/search.svg") center no-repeat;
  border-radius: 15px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .dc-search__button--open {
    display: none;
  }
}

.dc-search__button--search-all {
  background: #fff url("../img/search.svg") left center no-repeat;
  border-radius: 0 15px 15px 0;
  height: 40px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .dc-search__button--search-all {
    height: 30px;
    display: block;
  }
}

.dc-search--expanded .dc-search__field {
  display: block;
  flex: 1 0 auto;
  height: 40px;
}

.dc-search--expanded .dc-search__button--search-all {
  display: block;
  flex: 0 0 30px;
}

/* --- advanced search with filter ------------------------------------------ */

.dc-search__link {
  display: none;
}

@media screen and (min-width: 1024px) {
  .dc-search__link {
    display: block;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    margin-bottom: 5px;
  }
}

.dc-search-advanced {
  position: fixed;
  top: 120px;
  overflow: hidden;
  width: 100%;
  background-color: var(--color-default);
  z-index: 3;
}

@media screen and (min-width: 1024px) {
  .dc-search-advanced {
    top: 70px;
  }
}

.dc-filter {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 30px;
  margin: 0 auto;
  color: #fff;
}

.dc-filter__headline {
  margin: 0 0 15px 0;
  color: #fff;
}

.dc-filter__close {
  display: none;
}

@media screen and (min-width: 1024px) {
  .dc-filter__close {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    float: right;
    color: #fff;
  }

  .dc-filter__close:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNmZmYiIHBvaW50cz0iMjMuNSw3LjkgMjIuMSw2LjUgMTUsMTMuNiA3LjksNi41IDYuNSw3LjkgMTMuNiwxNSA2LjUsMjIuMSA3LjksMjMuNSAxNSwxNi40IDIyLjEsMjMuNSAyMy41LDIyLjEgMTYuNCwxNSAiLz4NCjwvc3ZnPg0K");
    background-color: transparent;
    background-position: right 0 top -1px;
    background-repeat: no-repeat
  }
}

.dc-filter__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}

@media screen and (min-width: 1024px) {
  .dc-filter__list {
    flex-direction: row;
    gap: 30px;
  }
}

.dc-filter__select-box {
  flex: 1 1 0px;
}

.dc-filter__select-box select {
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm9uZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjNjY2IiBwb2ludHM9IjAsMCAzMCwwIDE1LDE3Ii8+DQo8L3N2Zz4=");
  background-color: transparent;
  background-position: right .2em top 22px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  border: none;
  border-bottom: 1px solid var(--color-default);
  color: var(--color-default);
  outline: none;
  padding: 16px 22px 8px 0;
  width: 100%;
  cursor: pointer;
}

.dc-filter__button {
  display: none;
}

.dc-filter__select-box--selected select {
  color: #000
}

/* --- navigation left ------------------------------------------------------ */

.dc-navigation {
  position: relative;
  display: none;
}

@media screen and (min-width: 1024px) {
  .dc-navigation {
    position: fixed;
    height: calc(100% - var(--header-height-large));
    display: block;
    width: 30%;
    max-width: 500px;
    overflow-y: scroll;

    /* hide scrollbar*/
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
  }
  .dc-navigation::-webkit-scrollbar { /* WebKit */
    width: 0;
  }
}

.dc-navigation--fixed {
  position: absolute;
  top: 106px;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  overflow-y: scroll;
  z-index: 2;
  background-color: #fff;
}

.dc-navigation__btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 10px 30px;
}

.dc-navigation__btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dc-navigation__btn:hover {
  background-color: var(--color-gray);
  border-radius: 20px;
}

.dc-navigation__btn--next:before,
.dc-navigation__btn--prev:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid var(--color-default);
  border-width: 2px 0 0 2px;
}

.dc-navigation__btn--prev:before {
  transform: rotate(-45deg);
  transform-origin: 7px 5px;
}

.dc-navigation__btn--next:before {
  transform: rotate(135deg);
  transform-origin: 5px 6px;
}

.dc-navigation__btn--home img,
.dc-navigation__btn--toc img {
  width: 20px
}

.dc-navigation__btn--close {
  color: var(--color-default);
  width: auto;
  padding-left: 10px;
}

.dc-navigation__btn--close span {
  font-size: 20px;
  padding: 0 10px
}

@media screen and (min-width: 1024px) {
  .dc-navigation__btn--close {
    display: none
  }
}

.dc-navigation__tree {
  padding: 0 0 80px 30px;
}

.dc-navigation .treeview {
  margin: 0;
  padding: 0;
}

.dc-navigation .treeview ul {
  padding: 0;
}

.dc-navigation .treeview ul ul {
  padding-left: 12px;
}

.dc-navigation .treeview li {
  position: relative;
  list-style: none;
}

/* first level */
.dc-navigation .treeview > li {
  margin-bottom: 8px;
}

.dc-navigation .treeview > li > .file {
  font-weight: 500;
}

.dc-navigation .treeview .file {
  display: block;
  padding-left: 24px;
}

.dc-navigation .treeview .file a {
  display: block;
  padding: 8px 8px 8px 0;
  color: var(--color-default);
}

.dc-navigation .treeview .file:hover a {
  color: var(--color-primary);
  text-decoration: underline;
}

.dc-navigation .treeview li.current > .file {
  border-right: 2px solid var(--color-primary);
  font-weight: 700;
}

.dc-navigation .treeview .hitarea {
  position: absolute;
  left: 0;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
  width: 24px;
}

.dc-navigation .treeview .hitarea:before {
  content: "^";
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  transform: rotate(90deg);
  color: var(--color-secondary);
}

.dc-navigation .treeview .hitarea.collapsable-hitarea:before {
  transform: scaleY(-1);
}

.dc-navigation .treeview .hitarea:hover:before {
  color: var(--color-primary);
}

/* --- burger (mobile) ------------------------------------------------------ */

.cm-header__burger {
  position: absolute;
  left: 15px;
  display: flex;
  padding: 0;
  border: 0;
  margin: 0;
  color: #fff;
  fill: currentColor;
  align-items: center;
  cursor: pointer;
}

.cm-header__burger .icon-text {
  display: none;
  font-size: 16px;
  margin: 0 8px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cm-header__burger .icon-text {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .cm-header__burger {
    display: none;
  }
}

/* --- table of content (mobile) -------------------------------------------- */

.dc-navigation__link {
  position: sticky;
  top: 50px;
  display: block;
  color: var(--color-primary);
  background-color: #fff;
  border-bottom: 1px solid var(--color-primary);
  padding: 16px 0;
  z-index: 2;
}

.dc-navigation__link:before {
  content: ">";
  padding-right: 8px;
  color: var(--color-primary);
}

@media screen and (min-width: 1024px) {
  .dc-navigation__link {
    display: none;
  }
}

/* --- name of manual ------------------------------------------------------- */

.dc-subheadline {
  margin: 0 0 16px 0;
  font-weight: 500;
}

.dc-subheadline--intro a {
  color: var(--color-blue);
}

/* --- sidebar -------------------------------------------------------------- */

.sidebar {
  display: none;
}

@media (min-width: 1850px) {
  .sidebar {
    display: block;
    position: absolute;
    right: -330px;
    width: 300px;
    margin-top: 4px;
  }

  .sidebar i {
    font-style: normal;
    line-height: 1.2;
    font-weight: 500;
  }
}

/* --- content -------------------------------------------------------------- */

.dc-content {
  padding: 15px 15px 30px 15px;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .dc-content {
    padding: 30px 30px 60px 60px;
    margin-left: min(30%, 500px);
    max-width: 1200px;
  }
}

.dc-result,
.dc-welcome {
  display: none;
}

.dc-result--show,
.dc-welcome--show {
  display: block;
}

.book,
.chapter,
.section {
  position: relative;
  max-width: var(--content-width);
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .book,
  .chapter,
  .section {
    padding: 0 50px;
  }
}

.book p,
.chapter p,
.section p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: var(--font-base);
  hyphens: auto;
}

@media screen and (min-width: 768px) {
  .book p,
  .chapter p,
  .section p {
    max-width: var(--text-width);
  }
}

.book p a,
.chapter p a,
.section p a {
  overflow-wrap: break-word
}

.book .italic,
.chapter .italic,
.section .italic {
  font-style: italic;
}

.titlepage .title {
  color: var(--color-primary);
  font-size: 2em;
  margin: 30px 0
}

@media screen and (min-width: 768px) {
  .titlepage {
    margin-left: -50px;
  }
}

.xref {
  font-weight: 500;
}

.chapter h4,
.section h4 {
  margin: 36px 0 24px -50px;
  font-size: 1.875em;
}

.chapter h5,
.section h5 {
  margin: 36px 0 24px;
  font-size: 1.5em;
}

@media screen and (min-width: 768px) {
  .chapter h2,
  .section h2,
  .chapter h3,
  .section h3,
  .chapter h4,
  .section h4,
  .chapter h5,
  .section h5 {
    margin-left: -50px;
  }
}

.chapter h5 .code,
.section h5 .code {
  color: var(--color-primary);
  font-size: 90%;
}

.chapter h6,
.section h6 {
  margin: 36px 0 24px;
  font-size: 1.25em;
}

.chapter h7,
.section h7 {
  display: block;
  margin: 36px 0 24px;
  font-size: 1.125em;
}

.section .section {
  padding-right: 0;
  padding-left: 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .section .section {
    padding-left: 20px;
  }
}

.dc-content .section .section .titlepage .title {
  font-size: 22px
}

@media screen and (min-width: 768px) {
  .dc-content .section .section .titlepage .title {
    font-size: 24px;
    margin-left: -20px
  }
}

.dc-content .section .section h6 {
  margin: 30px 0 10px;
  text-transform: none
}

.dc-content .section .section p {
  margin-bottom: 10px
}

.example .title,
.figure .title,
.table .title,
.task .title,
.variablelist .title {
  margin: 6px 0 0 0;
}

.example .title strong,
.figure .title strong,
.table .title strong,
.task .title strong,
.variablelist .title strong {
  font-weight: 500;
}

.dc-content .table {
  width: 100%;
  margin: 30px 0;
}

.dc-content .table .table-contents table {
  border: none;
  min-width: 60%;
  max-width: 100%;
  word-break: break-word;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0;
}

.dc-content .table .table-contents td,
.dc-content .table .table-contents th {
  border: none;
  padding: 10px 0
}

.dc-content .table .table-contents td {
  text-align: left;
  border-top: 1px solid #efefef;
  vertical-align: top;
  word-break: initial;
}

.dc-content .table .table-contents td p {
  margin-bottom: 0;
}

.dc-content .table .table-contents td + td,
.dc-content .table .table-contents th + th {
  padding-left: 10px
}

.dc-content .table-break {
  display: none
}

.dc-content .example {
  margin: 30px 0
}

.dc-content .example-contents .programlisting {
  margin-bottom: 0
}

.dc-content .example-break {
  display: none
}

.dc-content .figure {
  margin: 30px 0
}

.dc-content .figure img {
  max-width: 100%
}

.dc-content .figure [rel=lightbox] {
  cursor: zoom-in;
}

.dc-content .figure-break {
  display: none
}

.dc-content .task {
  margin: 30px 0
}

.dc-content .variablelist {
  margin: 30px 0
}

.dc-content .variablelist .title {
  font-size: 16px;
  margin: 0 10px 0 0
}

.dc-content .variablelist dt {
  margin-bottom: 10px
}

.dc-content .variablelist dd {
  margin: 0 0 20px 20px
}

.dc-content .itemizedlist,
.dc-content .orderedlist {
  margin: 20px 0;
}

.dc-content .itemizedlist .itemizedlist,
.dc-content .itemizedlist .orderedlist,
.dc-content .orderedlist .itemizedlist,
.dc-content .orderedlist .orderedlist {
  margin: 0;
}

.compact p {
  line-height: 1.2;
}

.dc-content .listitem {
  margin-bottom: 5px
}

.dc-content .listitem p {
  margin-bottom: 10px
}

.dc-content .listitem p:last-child {
  margin-bottom: 0
}

.dc-content .listitem .programlisting {
  margin-bottom: 10px
}


.dc-list {
  background-color: #fff;
  list-style: none;
  padding: 20px
}

@media screen and (min-width: 1024px) {
  .dc-list {
    margin-left: -20px;
    margin-right: -20px
  }
}

.dc-list__item {
  border-bottom: 1px solid #efefef;
  padding: 15px 0 13px;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.dc-list__item:last-child {
  border-bottom: none
}

.dc-list__item.invisible {
  display: none
}

/* --- info boxes ----------------------------------------------------------- */

.caution,
.note,
.warning {
  display: flex;
  padding: 10px;
  margin: 30px 0;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .caution,
  .note,
  .warning {
    margin: 60px 0 60px -30px;
    padding: 20px;
  }
}

.note {
  border: 2px solid var(--color-green);
}

.caution {
  border:2px solid var(--color-yellow);
}

.warning {
  border: 2px solid var(--color-red);
}

.note__icon {
  flex: 0 0 auto;
  width: 68px;
  padding-right: 10px;
  margin-bottom: 0
}

.note__container {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .note__container {
    margin-bottom: 10px;
  }
}

.note__container p:last-child {
  margin-bottom: 0;
}

.note__container .link {
  word-break: break-word
}

.caution__title,
.note__title,
.warning__title {
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 18px;
}

.note__title {
  color: var(--color-green);
}

.caution__title {
  color: var(--color-yellow);
}

.warning__title {
  color: var(--color-red);
}

/* --- deprecation ---------------------------------------------------------- */

.deprecated {
  background-color: var(--color-red);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 80%;
}

/* --- glossary ------------------------------------------------------------  */

.glossary .glossterm {
  font-weight: 700;
}

.glossary .glossdef {
  margin-left: 20px;
  max-width: var(--text-width);
}

/* --- index ---------------------------------------------------------------  */

.indexdiv > dl > dt {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .index .index {
    columns: 2;
    column-gap: 30px;
  }

  .indexdiv {
    page-break-inside: avoid;
  }

  .index h3:first-child {
    margin-top: 0;
  }
}

/* --- toc -----------------------------------------------------------------  */

.toc {
  margin: 30px 0;
}

.toc .toc {
  margin: 0;
}

.toc dl {
  margin-left: 15px;
}

.toc .chapter,
.toc .glossary,
.toc .index {
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
}

.list-of-examples,
.list-of-figures,
.list-of-tables {
  margin: 30px 0
}

.list-of-examples p strong,
.list-of-figures p strong,
.list-of-tables p strong {
  color: #672779;
  margin: 24px 0;
  font-size: 24px;
  font-weight: 500;
}

/* --- search results ------------------------------------------------------- */

.dc-result {
  max-width: var(--content-width);
}

.dc-result .dc-headline {
  color: var(--color-primary);
  font-size: 28px;
  margin: 30px 0
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dc-result .dc-headline {
    font-size: 30px
  }
}

@media screen and (min-width: 1024px) {
  .dc-result .dc-headline {
    font-size: 40px
  }
}

.dc-result .dc-subheadline {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 30px;
}

.dc-result__item {
  margin-bottom: 40px
}

.dc-result__item-title,
.dc-result__item a {
  color: var(--color-blue);
}

.dc-result__item-title,
.dc-result__meta {
  margin-bottom: 10px
}

.dc-result__excerpt b,
.dc-result__excerpt strong {
  background-color: #faf4ac;
  padding: 2px 4px 0;
  border-radius: 2px;
  font-weight: 500;
}

.dc-search-results .dc-result__meta {
  display: block
}

/* --- code ----------------------------------------------------------------- */

.classname,
.code,
.command,
.filename,
.package,
.parameter,
.programlisting {
  font-family: var(--font-monospace);
  font-size: 85%;
  color: var(--color-code);
  background-color: var(--color-gray);
  margin: 0;
  padding: 3px 6px;
  border: none;
  border-radius: 4px;
  overflow-wrap: break-word;
}

.parameter {
  font-style: normal
}

.command strong {
  font-weight: normal;
}

.programlisting {
  margin-bottom: 20px;
  padding: 16px;
  border: none;
  line-height: 1.45;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .programlisting {
    padding-left: 30px;
    margin-left: -30px;
    border-radius: 10px;
  }
}

.cmdsynopsis {
  background-color: #EFEFEF;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.45;
}

.cmdsynopsis span {
  display: block;
  margin-top: 15px;
  padding-left: 0.5em;
}

.cmdsynopsis em {
  font-size: 90%;
}

/* --- anchor / permalink --------------------------------------------------- */

.anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  text-decoration: none;
}

.anchor-link {
  vertical-align: middle;
  visibility: hidden;
  fill: currentColor;
}

.bridgehead:hover .anchor-link {
  visibility: visible;
}

/* --- pagination ----------------------------------------------------------- */

.dc-paging {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  max-width: var(--content-width);
}

.dc-paging--centered {
  justify-content: center;
  align-items: baseline;
}

.dc-paging__link {
  position: relative;
  display: block;
  padding: 8px;
  color: var(--color-primary);
  height: 30px;
  min-width: 30px;
  text-align: center;
}

.dc-paging__link--current {
  color: var(--color-code);
}

.dc-paging__link--current:after {
  display: block;
  content: "";
  width: calc(100% + 5px);
  height: 1px;
  margin-left: -2.5px;
  background-color: var(--color-primary);
  font-weight: 500;
}

.dc-paging__link--next,
.dc-paging__link--prev,
.dc-paging__link--up {
  display: inline-block;
  color: var(--color-primary);
}

.dc-paging__link--next:after,
.dc-paging__link--next:before,
.dc-paging__link--prev:after,
.dc-paging__link--prev:before,
.dc-paging__link--up:after,
.dc-paging__link--up:before {
  position: absolute;
  width: 20px;
  text-align: center;
}

.dc-paging__link--prev {
  padding-left: 30px;
  text-align: left;
}

.dc-paging__link--prev:before {
  content: "<";
  display: inline-block;
  left: 0;
}

.dc-paging__link--next {
  padding-right: 30px;
  text-align: right;
}

.dc-paging__link--next:after {
  content: ">";
  display: inline-block;
  right: 0;
}

.dc-paging__link--disabled {
  color: var(--color-code);
}

.dc-paging li:first-child .dc-paging__link--up {
  margin-right: 20px
}

.dc-paging li:first-child .dc-paging__link--up:before {
  content: ">";
  display: inline-block;
  margin-right: 10px;
  transform: rotate(-90deg)
}

.dc-paging li:last-child .dc-paging__link--up {
  margin-left: 20px
}

.dc-paging li:last-child .dc-paging__link--up:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  transform: rotate(-90deg)
}

/* --- to do ---------------------------------------------------------------- */

.dc-todo {
  color: var(--color-red);
  border: 1px solid var(--color-red);
  white-space: pre-line;
  padding: 4px 8px;
  margin: 10px 0 20px
}

/* --- footer --------------------------------------------------------------- */

.cm-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-default);
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .cm-footer {
    flex-direction: row;
  }
}

.cm-footer__list {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.cm-footer__list-item {
  display: inline-block;
}

.cm-footer__list-item > a {
  color: #fff;
}

.cm-footer__list-item:after {
  color: #fff;
  content: "|";
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

.cm-footer__list-item:last-child:after {
  display: none;
}

.cm-footer__copyright {
  margin: 0;
}
