/*
  New Webdock Documentation area CSS
  2019 Webdock
*/
@font-face {
  font-family: CascadiaRegular;
  src: url('/application/themes/webdock/fonts/CascadiaCode/CascadiaCode-Regular.otf');
}
/*  Tiril styles */
.container {
  max-width: 1700px;
}
#commento-textarea-root {
  border-radius: 10px;
  resize: none;
  background-color: #edf6f6;
  border: 1px solid #1f9f85;
}
#commento-submit-button-root {
  background: #00956c;
  color: white;
  border-radius: 5px;
  box-shadow: none;
}
.sub-header .breadcrumb ul {
  margin-bottom: 0;
}
.page-type-docs-home .sub-header,
.page-type-docs-search .sub-header {
  display: none;
}
.page-template-docs-article .card-panel {
  position: relative;
  box-shadow: none;
  background: #cfeae9 !important;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  padding-left: 40px;
  border-radius: 8px;
  color: #00a1a1 !important;
  font-weight: 500;
}
.card-panel a.white-text {
  color: #00a1a1 !important;
}
@media all and (max-width: 1200px) {
  .hide-on-large-and-down {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 98%;
  }
  .docs-innercontent-content {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.page-template-docs-article .card-panel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 4px;
  border-width: 16px;
  border-color: white #00a1a1 #00a1a1 white;
  border-style: solid;
}
.docs-view .docs-content pre {
  background-color: #003635 !important;
  color: white;
  font-family: 'CascadiaRegular', 'sans-serif';
}
.page-template-docs-article .docs-view .docs-innercontent {
  padding: 0 !important;
}
.docs-innercontent img {
  border-radius: 10px;
}
.docs-innercontent p img {
  /*max-height: 300px; */
  width: auto !important;
  height: auto;
  margin: auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .docs-innercontent-content {
    padding: 2em;
  }
}
.docs-list .docs-list__item:first-child {
  margin-top: 0px;
}
.docs-view .docs-innercontent {
  padding: 2em !important;
}
.tiles {
  margin-bottom: 0 !important;
}
.gradient.valign-wrapper {
  flex-direction: column;
  align-items: flex-start;
}
.docs-content .gradient.valign-wrapper h1 {
  padding-left: 30px;
}
.fullscreen-wrapper {
  align-self: flex-end;
}
.tiles,
.tile-wrapper {
  display: flex;
}
@media all and (max-width: 1200px) {
  .tile-wrapper {
    margin-bottom: 20px;
  }
  .breadcrumb ul {
    margin-top: 1em !important;
    margin-bottom: -20px !important;
  }
}
@media all and (max-width: 900px) {
  body.is-docs {
    background-image: none !important;
  }
}
.tiles {
  flex-wrap: wrap;
}
.docs-list__item__description {
  margin-top: 10px !important;
}
.docs-list__item__description a {
  font-weight: 400;
}
.docs-list__item__date-category a {
  font-size: 0.9em;
}
.docs-search {
  border-radius: 10px;
  background: rgba(224, 239, 239, 0.5600000000000001);
}
.docs-search input {
  border: none;
}
.docs-search input::-webkit-input-placeholder {
  color: #00A1A1;
}
.docs-list__item {
  border-radius: 10px;
  background: rgba(243, 243, 243, 0.49);
  padding: 30px;
}
.docs-content .gradient {
  border-radius: 10px 10px 0px 0px;
  background: #00A1A1;
}
.docs-content .gradient h1,
.docs-content .gradient a {
  color: white;
  max-width: 100%;
  padding: 24px;
}
.docs-view,
.docs-view h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.docs-sidenav a,
.sub-header .breadcrumb {
  font-family: 'Poppins', sans-serif;
}
.docs-sidebar {
  border-radius: 10px;
}
.docs-innercontent {
  border-radius: 0px 0px 10px 10px;
}
.tag-item.btn {
  background-color: #d9efe999 !important;
  color: #00956C !important;
  padding: 3px 8px !important;
  border-radius: 20px !important;
  font-weight: 500;
}
.tag-item.btn:hover {
  background-color: #b7dfd4 !important;
}
.tile-grid-item {
  background-color: #E5F3F3;
  box-shadow: none;
  flex-direction: column !important;
  border-radius: 10px;
  position: relative;
  display: flex !important;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
.tile-grid-item__text h4 {
  margin-top: 15px;
  display: block;
  font-size: 1.2em;
  text-align: left;
  font-weight: 500;
  margin-bottom: 5px;
  color: #00a1a1;
}
.tile-grid-item__text p {
  color: #607D8B;
  margin: 0;
  font-size: 0.9em;
}
.tile-grid-item__icon {
  align-self: flex-end;
  background-color: rgba(255, 255, 255, 0.66);
  border-radius: 60%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  max-width: 4em;
}
.tile-grid-item__icon i {
  margin-bottom: 0;
  font-size: 18px;
  color: #00a1a1;
}
/* Decoration */
body {
  background: url(/application/themes/webdock/img/bg-dots.svg) right 50px no-repeat, url(/application/themes/webdock/img/bg-dots.svg) left 60% no-repeat;
  background-color: #F4F8F8;
}
/* Reading progress bar */
#readingBar {
  /* Positioning */
  display: block;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  /* Dimensions */
  width: 100%;
  height: 4px;
  /* Reset the apperance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of the default border in Firefox/Opera. */
  border: none;
  /* For Firefox/IE10+ */
  background-color: transparent;
  /* For IE10+, color of the progress bar */
  color: #efad2f;
}
#readingBar::-webkit-progress-bar {
  background-color: transparent;
}
#readingBar::-webkit-progress-value {
  background-color: #efad2f;
}
#readingBar::-moz-progress-bar {
  background-color: #efad2f;
}
.reading-progress-container {
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 8px;
  display: block;
}
.reading-progress-bar {
  background-color: #efad2f;
  width: 50%;
  display: block;
  height: inherit;
}
/* Main docs styles */
.docs-view .docs-content * {
  outline: none;
}
.carousel-slider {
  min-height: 230px !important;
}
@media all and (max-width: 1200px) {
  #docs-sidebar-related {
    display: none !important;
  }
}
.docs-view .docs-content .docs-date {
  margin: -2em 0 2em;
  padding-left: 30px;
  color: white !important;
  font-size: 0.95em;
}
.docs-view .docs-content h1 {
  font-size: 1.3rem;
  border-bottom: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 37.5em) {
  .docs-view .docs-content h1 {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 62.0625em) {
  .docs-view .docs-content h1 {
    font-size: 2.1rem;
  }
}
.docs-view .docs-content h2 {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
  margin: 40px 0 10px;
  border-bottom: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.docs-view .docs-content h3 {
  font-weight: 600;
  margin: 40px 0 10px;
  color: rgba(0, 0, 0, 0.9);
  border-bottom: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.docs-view .docs-content p {
  line-height: 160%;
}
.docs-view .docs-content pre {
  padding: 1em;
  box-sizing: border-box;
  border: none;
  background: rgba(62, 75, 73, 0.08);
  position: relative;
}
.docs-view .docs-innercontent {
  background: #fff;
  margin-bottom: 1em;
  box-sizing: border-box;
}
@media all and (min-width: 37.5em) {
  .docs-view .docs-innercontent {
    padding: 1em 2em;
  }
}
.docs-view .docs-innercontent {
  font-size: 16px;
}
@media all and (min-width: 993px) {
  .main-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .main-header nav {
    box-shadow: none !important;
  }
}
.sub-header {
  top: 4em;
  z-index: 1;
  padding: 0.1em 0 1em;
  background: transparent;
  box-sizing: border-box;
}
@media all and (min-width: 62.0625em) {
  .sub-header {
    padding-bottom: 0.1em;
    min-height: 67px;
    top: 64px;
  }
}
.sub-header h5 {
  font-size: 1.2rem;
  margin: 0.5em 0;
  align-self: center;
  color: rgba(0, 0, 0, 0.8);
}
.sub-header.sub-header--docs-start {
  padding: 2em 1em;
}
.sub-header.sub-header--docs-start input {
  border: 2px solid #eee;
}
@media all and (min-width: 37.5em) {
  .sub-header.sub-header--docs-start input {
    font-size: 1em;
  }
}
@media all and (min-width: 62.0625em) {
  .sub-header.sub-header--docs-start input {
    height: 62px;
    font-size: 1.2em;
  }
}
.sub-header.sub-header--docs-start input:hover,
.sub-header.sub-header--docs-start input:active,
.sub-header.sub-header--docs-start input:focus {
  border: 2px solid #eee !important;
  background: rgba(0, 137, 112, 0.04);
}
@media all and (min-width: 62.0625em) {
  .sub-header .container {
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-between;
    align-items: center;
    min-height: 67px;
  }
}
.docs-sidebar {
  margin-bottom: 1em;
  background: #fff;
  padding: 1em;
  box-sizing: border-box;
}
@media all and (min-width: 993px) {
  .docs-sidebar-right {
    max-width: 13.7em;
  }
}
@media all and (min-width: 62.0625em) {
  .docs-sidebar.docs-sidebar--sticky {
    position: fixed;
    min-width: 23.5%;
    max-width: 23.5%;
  }
}
@media all and (min-width: 75.0625em) {
  .docs-sidebar.docs-sidebar--sticky {
    min-width: 15.5%;
    max-width: 15.5%;
  }
}
@media all and (min-width: 80em) {
  .docs-sidebar.docs-sidebar--sticky {
    min-width: 13.7em;
    max-width: 13.7em;
  }
}
.docs-sidebar .sidenav-item.sidenav-item--open ul {
  display: block !important;
}
.docs-sidebar .sidenav-item > a {
  position: relative;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*  padding: 0.2em 0; */
}
.docs-sidebar .sidenav-item:hover > a {
  color: #008970;
  border-bottom: none;
}
.docs-sidebar .sidenav-item:hover > a:before {
  width: 90%;
  height: 2px;
  opacity: 1;
  transition: width 300ms ease;
}
.docs-sidebar .sidenav-item:hover > a span svg line {
  stroke: #008970;
}
.docs-sidebar .sidenav-item > a span {
  width: 1.2em;
  height: 1.2em;
}
.docs-sidebar .sidenav-item > a span svg {
  min-width: 1.2em;
  min-height: 1.2em;
}
.docs-sidebar .sidenav-item > a span svg line {
  fill: none;
  stroke: #3f3f3f;
  stroke-linecap: round;
  stroke-width: 3px;
}
.docs-sidebar ul.docs-sidenav > li:not(:first-child) {
  padding-top: 1em;
}
.docs-sidebar .sidenav-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 2px;
  background: #008970;
  opacity: 0;
  transition: width 300ms ease;
}
.docs-sidebar .sidenav-item ul {
  /*  display: none !important; */
}
.docs-sidebar:first-child li ul {
  display: block;
}
.docs-sidebar li ul {
  display: none;
}
.docs-sidebar li ul:first-child {
  display: block;
}
.docs-sidebar li ul li {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
.docs-sidebar li ul li a.nav-selected {
  color: #00A1A1;
}
.docs-sidebar li ul li a.nav-selected:after {
  background: #008970;
}
.docs-sidebar li ul li a.nav-path-selected {
  color: #00A1A1;
}
.docs-sidebar li ul li a.nav-path-selected:after {
  background: #008970;
}
.docs-sidebar li ul li ul li {
  margin-left: 1em;
}
.docs-sidebar li ul li a {
  position: relative;
  display: block;
  height: auto;
  font-size: 0.95em;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  padding: 0.1em 0.5em 0.1em 1em;
  box-sizing: border-box;
  transition: transform 300ms ease;
}
.docs-sidebar li ul li a:hover,
.docs-sidebar li.is-active-li a.is-active-link {
  color: #008970;
  background: #fff;
  border: none;
  padding: 0.1em 0.5em 0.1em 1em;
}
.docs-sidebar li ul li a:hover:after,
.docs-sidebar li.is-active-li a.is-active-link:after {
  background: #008970;
}
.docs-sidebar li ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 1px;
  margin: auto;
  background: #e0efef;
  border-radius: 2px;
  width: 1px;
  height: 100%;
  transition: background 300ms ease;
}
.breadcrumb ul {
  padding: 0;
  margin: 0.5em 0;
}
@media all and (min-width: 62.0625em) {
  .breadcrumb ul {
    margin: 1em 0;
  }
}
.breadcrumb ul li {
  display: inline-block;
  line-height: 1.1;
}
@media all and (min-width: 37.5em) {
  .breadcrumb ul li {
    line-height: 1.2;
  }
}
.breadcrumb ul li:last-child a {
  color: #008970;
}
.breadcrumb ul li a {
  font-size: 0.7em;
  color: #9e9e9e;
}
@media all and (min-width: 37.5em) {
  .breadcrumb ul li a {
    font-size: 0.8em;
  }
}
.breadcrumb ul li a span {
  margin: 0 0.5em;
}
.docs-search {
  position: relative;
}
@media all and (min-width: 62.0625em) {
  .docs-search {
    min-width: 20em;
    max-width: 25em;
    flex: 1 0 auto;
    margin-left: 2em;
  }
  .docs-search.full-width {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: 0px;
  }
}
.docs-search input {
  padding: 0 1em;
  box-sizing: border-box;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 37.5em) {
  .docs-search input {
    font-size: 1em;
  }
}
@media all and (min-width: 62.0625em) {
  .docs-search input {
    height: 52px;
  }
}
.docs-search input:hover,
.docs-search input:active,
.docs-search input:focus {
  border: 1px solid #00A1A1 !important;
  border-radius: 10px;
  box-shadow: none !important;
  background: rgba(0, 137, 112, 0.04);
  color: #008970;
}
.docs-search input:hover::-webkit-input-placeholder,
.docs-search input:active::-webkit-input-placeholder,
.docs-search input:focus::-webkit-input-placeholder {
  color: #008970;
}
.docs-search input:hover::-moz-placeholder,
.docs-search input:active::-moz-placeholder,
.docs-search input:focus::-moz-placeholder {
  color: #008970;
}
.docs-search input:hover::-ms-input-placeholder,
.docs-search input:active::-ms-input-placeholder,
.docs-search input:focus::-ms-input-placeholder {
  color: #008970;
}
.docs-search input:hover::-moz-placeholder,
.docs-search input:active::-moz-placeholder,
.docs-search input:focus::-moz-placeholder {
  color: #008970;
}
.docs-search input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.docs-search input::-moz-placeholder {
  color: #9e9e9e;
}
.docs-search input::-ms-input-placeholder {
  color: #9e9e9e;
}
.docs-search input::-moz-placeholder {
  color: #9e9e9e;
}
.docs-search .docs-search__btn {
  position: absolute;
  top: 0;
  right: 0.2em;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  box-sizing: border-box;
}
@media all and (min-width: 62.0625em) {
  .docs-search .docs-search__btn {
    width: 52px;
    height: 52px;
  }
}
.docs-search .docs-search__btn:hover svg path {
  fill: #008970;
}
.docs-search .docs-search__btn svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media all and (min-width: 62.0625em) {
  .docs-search .docs-search__btn svg {
    width: 24px;
    height: 24px;
  }
}
.docs-search .docs-search__btn svg path {
  fill: #00A1A1;
}
.docs-tags {
  /*margin: -1.4em 0 2em; */
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  align-items: center;
}
.docs-tags .tag-item {
  padding: 0.2em 0.5em;
  height: auto;
  line-height: inherit;
  font-size: 0.8em;
  box-shadow: none;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
}
.docs-related-block {
  margin-top: 20px;
}
.docs-related-block.docs-related-block--open .docs-related-block__header {
  border-radius: 4px 4px 0 0;
}
.docs-related-block.docs-related-block--open .docs-related-block__header button {
  transform: rotate(180deg);
  transition: transform 300ms ease;
}
.docs-related-block.docs-related-block--open .docs-related-block__content {
  display: block;
}
.docs-related-block.docs-related-block--closed .docs-related-block__header {
  border-radius: 4px;
}
.docs-related-block.docs-related-block--closed .docs-related-block__header button {
  transform: rotate(0deg);
  transition: transform 300ms ease;
}
.docs-related-block.docs-related-block--closed .docs-related-block__content {
  display: none;
}
.docs-related-block.docs-related-block--show-all .docs-related-block__content ul {
  max-height: inherit;
}
.docs-related-block.docs-related-block--show-all .docs-related-block__content ul:after {
  display: none;
}
.docs-related-block.docs-related-block--show-all .docs-related-block__content .show-all-btn {
  display: none;
}
.docs-related-block .docs-related-block__header {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  padding: 0.6em 1em;
  box-sizing: border-box;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #008970;
  border-radius: 4px;
}
@media all and (min-width: 37.5em) {
  .docs-related-block .docs-related-block__header {
    border-radius: 4px 4px 0 0;
  }
}
.docs-related-block .docs-related-block__header h5 {
  margin: 0;
  color: #fff;
  font-size: 0.95em;
  font-weight: bold;
}
.docs-related-block .docs-related-block__header button {
  background: none;
  border: none;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  transition: transform 300ms ease;
}
@media all and (min-width: 37.5em) {
  .docs-related-block .docs-related-block__header button {
    transform: rotate(180deg);
    transition: transform 300ms ease;
  }
}
.docs-related-block .docs-related-block__header button svg line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 3px;
}
.docs-related-block .docs-related-block__content {
  display: none;
  margin: 0 0 2em;
  border: 1px solid #eee;
  border-radius: 0 0 4px 4px;
}
@media all and (min-width: 37.5em) {
  .docs-related-block .docs-related-block__content {
    display: block;
  }
}
.docs-related-block .docs-related-block__content ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  max-height: 12.4em;
}
.docs-related-block .docs-related-block__content ul:after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2em;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media all and (min-width: 62.0625em) {
  .docs-related-block .docs-related-block__content ul:after {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media all and (min-width: 37.5em) {
  .docs-related-block .docs-related-block__content ul {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
    align-items: stretch;
    max-height: 9.4em;
  }
}
.docs-related-block .docs-related-block__content ul li {
  list-style: none;
  box-shadow: 1px 1px 0 #eee;
}
@media all and (min-width: 37.5em) {
  .docs-related-block .docs-related-block__content ul li {
    flex: 1;
    min-width: 50%;
    max-width: 50%;
  }
}
.docs-related-block .docs-related-block__content ul li a {
  display: block;
  padding: 1em;
  box-sizing: border-box;
  font-size: 0.95em;
  color: rgba(0, 0, 0, 0.75);
}
.docs-related-block .docs-related-block__content ul li a:hover {
  color: #008970;
}
.docs-related-block .docs-related-block__content .show-all-btn {
  border-top: 1px solid #eee;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.75em;
  box-sizing: border-box;
  font-size: 0.85em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
  background: rgba(238, 238, 238, 0.9);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.docs-related-block .docs-related-block__content .show-all-btn:hover {
  color: #008970;
}
.docs-list ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
.docs-list ul .docs-list__item {
  list-style: none !important;
}
@media all and (min-width: 37.5em) {
  .docs-list ul .docs-list__item {
    margin-top: 1.5em;
  }
}
.docs-list ul .docs-list__item:last-child {
  border: none;
}
.docs-list ul .docs-list__item h3 {
  margin: 0 0 0.1em;
  display: inline;
}
.docs-list ul .docs-list__item h3 a {
  display: inline;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 0.5em;
  color: rgba(0, 0, 0, 0.9);
  border-bottom: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 37.5em) {
  .docs-list ul .docs-list__item h3 a {
    font-size: 1.1rem;
  }
}
@media all and (min-width: 62.0625em) {
  .docs-list ul .docs-list__item h3 a {
    font-size: 1.33rem;
  }
}
.docs-list ul .docs-list__item h3 a:hover {
  color: #008970;
}
.docs-list ul .docs-list__item p {
  margin: 0;
  display: inline-block;
  margin-right: 1em;
  color: rgba(0, 0, 0, 0.5);
}
.docs-list ul .docs-list__item p a {
  color: #6F6F6F;
}
.docs-list ul .docs-list__item p a:hover {
  color: #008970;
}
.docs-list ul .docs-list__item span.docs-tags {
  display: inline;
  margin: 0 0 1em;
  font-size: 0.9rem;
}
.docs-list ul .docs-list__item .docs-list__item__date-category {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 62.0625em) {
  .docs-list ul .docs-list__item .docs-list__item__date-category {
    margin-top: 0.5em;
    font-size: 0.95em;
  }
}
.docs-list-header {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 1em;
  box-sizing: border-box;
  padding: 1em;
}
.docs-list-header h1 {
  margin: 1em 0 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
  border-bottom: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 37.5em) {
  .docs-list-header h1 {
    margin-top: 0.5em;
    font-size: 1.8rem;
  }
}
@media all and (min-width: 62.0625em) {
  .docs-list-header h1 {
    font-size: 2.1rem;
  }
}
.docs-list-header p {
  margin: 0 0 1em;
  font-size: 1.1rem;
  max-width: 40em;
}
@media all and (min-width: 37.5em) {
  .docs-list-header p {
    margin-bottom: 0.5em;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 62.0625em) {
  .docs-list-header p {
    font-size: 1.2rem;
  }
}
.docs-category {
  margin-bottom: 0.5em;
}
.docs-category h2 {
  margin: 0;
}
.docs-category h2 a {
  color: #000;
}
.docs-category .docs-category__show-all-btn {
  display: block;
  text-align: center;
  margin-top: 1.5em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.75);
  font-weight: bold;
  background: rgba(0, 0, 0, 0.04);
  padding: 0.8em 1em;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.docs-category .docs-category__show-all-btn:hover {
  color: #008970;
  background: rgba(0, 137, 112, 0.1);
}
.docs-list .docs-list__item {
  margin: 1em 0 0;
}
#docs-sidebar-related li ul li a {
  padding: 0.5em 0em 0.5em 1em;
}
#docs-sidebar-toc {
  width: 100%;
}
#docs-sidebar-toc li ul li a {
  padding: 0.5em 0em 0.5em 1em;
}
.commento-root .commento-card .commento-options {
  z-index: 0 !important;
}
/* Clipboard btn stuff*/
.is-relative {
  position: relative;
}
.clipboard-btn {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eeeeee);
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
}
.clipboard-btn {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  padding: 2px 6px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.is-relative:hover .clipboard-btn,
.clipboard-btn:focus {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .clipboard-btn {
    opacity: 1;
  }
}
.retentionmodal {
  padding: 0px !important;
}
.retentionmodal .modal-text {
  padding: 25px;
}
.retentionmodal .modal-buttons {
  padding: 25px;
}
/*# sourceMappingURL=frontend.css.map*/
