/*
p {
  font-size: 16px;
}

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

body, button {
  font-family: Lato, YuGothic, sans-serif;
}

body {
  margin: 0;
}

*/

/*
code {
  font-family: "Fira Code", "Courier New", Consolas, monospace;
  font-size: 0.83rem;
  color: #7700FF;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  padding: 1px 4px;
  margin: 0px 1px;
  background: white;
}
*/
.md-typeset code,
.md-content__inner > .highlight > .highlighttable > tbody > tr > .linenos {
  font-size: 0.65rem;
  /*color: #4051B5*/
  color: #3f6ec6;
}

/* ********************************************************************************************************************* */
/* *************************                                                                             Basics
/* ********************************************************************************************************************* */

/*
p {
  line-height: 1.65rem;
}

main ul {
  margin-top: 0px;
  margin-bottom: 8px;
}

main li {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.5;
}

pre {
  line-height: 1.6;
}

a {
  color: #39f;
  text-decoration: none;
}

button {
  font-size: 1rem;
  cursor: pointer;
  border: none;
  background: transparent;
  outline: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
*/

/* ul, ol, dl {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
} */

/*
.nav ul,
.breadcrumbs ul {
  padding: 0px;
  list-style-type: none;
}

.site-name {
  display: inline-block;
  color: #ddd;
  font-weight: bold;
}

.site-name::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
}
*/

/* ********************************************************************************************************************* */
/* *************************                                                                             .nav-item
/* ********************************************************************************************************************* */

/*
.nav-item {
  display: block;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.nav-item.section {
  color: #ddd;
  width: 100%;
  text-align: left;
}

.nav-item.section:hover {
  background: #999;
  color: #333;
}

a.nav-item {
  color: #999;
}

a.nav-item.current {
  color: #333;
  background: #eee;
}

a.nav-item.current:hover {
  color: #333;
  background: #bbb;
}

a.nav-item:hover {
  background: #666;
}

.subnav.hide {
  display: none;
}

.nav-item.section::before {
  position: absolute;
  text-align: center;
  width: 5px;
}

.nav-item.section::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f107";
}

.nav-item.section.hide::before {
  content: "\f105";
}
*/

/* ********************************************************************************************************************* */
/* ***********************************************************************************************************  TOC TREE */
/* ********************************************************************************************************************* */

/*
.toctree-l1>.nav-item.section {
  padding-left: 25px;
}

.toctree-l1>a.nav-item {
  padding-left: 25px;
}

.toctree-l1>.nav-item.section::before {
  left: 10px;
}

.toctree-l2>.nav-item.section {
  padding-left: 35px;
}

.toctree-l2>a.nav-item {
  padding-left: 25px;
}

.toctree-l2>.nav-item.section::before {
  left: 20px;
}

.toctree-l3>.nav-item.section {
  padding-left: 45px;
}

.toctree-l3>a.nav-item {
  padding-left: 35px;
}

.toctree-l3>.nav-item.section::before {
  left: 30px;
}

.toctree-l4>.nav-item.section {
  padding-left: 55px;
}

.toctree-l4>a.nav-item {
  padding-left: 45px;
}

.toctree-l4>.nav-item.section::before {
  left: 40px;
}

.toctree-l5>.nav-item.section {
  padding-left: 65px;
}

.toctree-l5>a.nav-item {
  padding-left: 55px;
}

.toctree-l5>.nav-item.section::before {
  left: 50px;
}

.toctree-l6>.nav-item.section {
  padding-left: 75px;
}

.toctree-l6>a.nav-item {
  padding-left: 65px;
}

.toctree-l6>.nav-item.section::before {
  left: 45px;
}

.nav-item.toc {
  background: #ccc;
  color: #555;
  border: none;
}

.nav-item.toc:hover {
  background: #bbb;
  color: #555;
  border: none;
}
*/
/* ****************************************************************************************************************** */
/* ************************************************************************************************************  REPO */
/* ****************************************************************************************************************** */

/*
.repo div {
  padding: 0 10px;
}

.repo div:first-child {
  margin-right: auto;
}

.repo a {
  color: #ddd;
  font-size: 0.9rem;
}

.breadcrumbs li {
  font-size: 0.9rem;
  display: inline;
}
*/

.md-footer,
.md-footer-meta {
  background-color: var(--md-primary-fg-color);
}

.md-copyright__highlight {
  font-size: 0.7rem;
  font-weight: bold;
}

/*

.footer-buttons {
  position: relative;
  height: 2.5rem;
}

.footer-buttons .previous {
  position: absolute;
  left: 0;
  margin: auto;
}

.footer-buttons .next {
  position: absolute;
  right: 0;
}

.footer-buttons a {
  display: inline-block;
  color: #444;
  background: #eee;
  padding: 4px 8px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.footer-buttons span::after,
.footer-buttons span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.footer-buttons .previous span::before {
  margin-right: 6px;
  content: "\f359";
}

.footer-buttons .next span::after {
  margin-left: 6px;
  content: "\f35a";
}

.footer-note {
  display: flex;
  font-size: 0.9rem;
  color: #aaa;
  height: 40px;
  border-top: 1px solid #ccc;
  align-items: center;
  justify-content: center;
}

.footer-note a {
  color: #88d;
}

*/

/********************************************************************************************************************************************/
/******************************************************************************************************* layout                             */
/********************************************************************************************************************************************/

/*
#container {
  display: flex;
}

aside {
  flex: 0 0 300px;
  width: 300px;
  order: 1;
  background: #333;
  z-index: 999;
}

aside>* {
  width: inherit;
}

.home, .home-top {
  display: flex;
  background: #48c;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home {
  position: fixed;
  top: 0;
}

.home .search input {
  display: inline-block;
  border-radius: 40px;
  padding: 4px 10px;
  outline: none;
  width: 250px;
  border: 1px solid #999;
}

.nav {
  position: fixed;
  overflow-y: auto;
  background: #333;
}

.repo {
  display: flex;
  background: #222;
  position: fixed;
  bottom: 0;
  height: 40px;
  align-items: center;
}

#spacer {
  flex: 0 0 22px;
  order: 2;
}

main {
  flex: 1 1 300px;
  order: 3;
  min-width: 0;
  overflow: auto;
}
*/

/* **************************************************************************************** media screen < 768 px */

/*
@media screen and (max-width: 768px) {
  html.show {
    overflow-y: hidden;
  }

  aside {
    display: none;
  }

  aside.show {
    display: block;
    flex: 0 0 100%;
    width: 100%;
  }

  .home, .home-top {
    height: 40px;
  }

  .home-top {
    position: relative;
  }

  .home .version,
  .home .search {
    display: none;
  }

  .hamburger {
    position: absolute;
    right: 15px;
  }

  .hamburger::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-weight: bold;
    color: #ddd;
    font-size: 1.3rem;
  }

  .nav {
    top: 40px;
    height: calc(100% - 80px);
  }

  .site-name.hide {
    display: none;
  }

  #spacer {
    display: none;
  }

  #main {
    margin: 10px 15px;
  }

  .footer-note {
    display: none;
  }

  h1 {
    font-size: 1.45rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.15rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  h6 {
    font-size: 1.0rem;
  }
}
*/

/* **************************************************************************************** media screen > 768 px */

/*
@media screen and (min-width: 768px) {
  .home-top {
    display: none;
  }

  .home {
    height: 100px;
  }

  .home .title {
    margin-top: 5px;
    margin-bottom: 2px;
  }

  .home .version {
    margin-bottom: 2px;
    color: #aaa;
  }

  .nav {
    top: 100px;
    height: calc(100% - 140px);
  }

  #main {
    margin: 10px 50px 10px 30px;
  }

  .hamburger {
    display: none;
  }

  .arrow {
    position: fixed;
    top: calc(50% - 23px);
    bottom: calc(50% - 23px);
    border: 1px solid #eee;
    border-radius: 0px 14px 14px 0px;
    padding-left: 3px;
    padding-right: 6px;
    margin-left: -10px;
    transition: 0.3s ease 0s;
  }

  .arrow::before {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
  }

  .arrow.hide::before {
    content: "\f054";
  }

  .arrow:hover {
    background: #555;
    color: #ddd;
    border-color: #555;
    margin-left: 0px;
  }

  aside.hide {
    display: none;
  }

  h1 {
    font-size: 1.65rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  h6 {
    font-size: 1.0rem;
  }
}

 */

/********************************************************************************************************************************************************
 ****************************************************************************************************************************************  Table style
********************************************************************************************************************************************************/


.md-typeset table:not([class]) th {
  background-color: var(--md-default-fg-color--light);
  color: var(--md-default-bg-color);
  font-size: 0.8rem;
  min-width: 5rem;
  padding: 0.9375em 1.25em;
  vertical-align: top;
}
.md-typeset table:not([class]) td {
  font-size: 0.8rem;
  min-width: 5rem;
  padding: 0.9375em 1.25em;
  vertical-align: top;
}

/*
table {
  border-collapse: collapse;
  font-size: 12px;
  margin: auto;
}

th, td {
  padding: 2px 4px;
}

th {
  color: darkblue;
  background: #eee;
  border: 1px solid #333;
}

td {
  color: black;
  border: 1px solid #b9b9b9;
}

tr th:first-child, tr td:first-child {
  border-left: 1px solid #333366;
}

tr th:last-child, tr td:last-child {
  border-right: 1px solid #333366;
}

tr:first-child td, tr:first-child th {
  border-top: 1px solid #333366;
}

tr:last-child td, tr:last-child th {
  border-bottom: 1px solid #333366;
}

tbody tr:nth-child(2n+1) td {
  background: #fafafa;
}
*/

/* ***************************************************************************************************************** */
/* ****************************************************************************************************** Admonitions */
/* ***************************************************************************************************************** */

/*
.admonition {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  padding-bottom: 10px;
}

.admonition.note {
  background: #e7f2fa;
}

.note p.admonition-title {
  color: white;
  background: #6ab0de;
  margin: 0px;
  padding: 4px 8px;
}

.note p.admonition-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  font-weight: 900;
  padding-right: 5px;
  color: white;
}


.admonition.info {
  background: #FFEDCC;
}

.info p.admonition-title {
  color: white;
  background: #f0b37e;
  margin: 0px;
  padding: 4px 8px;
}

.info p.admonition-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  font-weight: 900;
  padding-right: 5px;
  color: white;
}

.admonition.warning {
  background: #FFEEEE;
}

.warning p.admonition-title {
  color: white;
  background: #FF6666;
  margin: 0px;
  padding: 4px 8px;
}

.warning p.admonition-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  font-weight: 900;
  padding-right: 5px;
  color: white;
}

.admonition p {
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 4px;
}

.admonition pre {
  margin-top: 5px;
  margin-left: 15px;
}
*/

/********************************************************************************************************************************************************
 Detail / summary
********************************************************************************************************************************************************/

/*
details[open] {
  --bg: rgb(0 0 0 / 0.2);
  background: var(--bg);
  outline: 1rem solid var(--bg);
  margin: 0 0 2rem 0;
}

 */

/* ***************************************************************************************************************** */
/* ******************************************************************************************************* MS TEAMS  */
/* ***************************************************************************************************************** */

.msteams {
  color: #223759ff;
  font-size: 1.7em;
  padding-right: 10px;
}

.lila {
  background-color: #7b83eb;
}

/* button "in link style", which other than normal links is not hidden when mGA chatbot is integrated via iFrame container with fixed position (in foreground) */
.button-x {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: all 250ms;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6-teams {
  align-items: center;
  background-color: rgba(211, 211, 211, 0.2);
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAAEZElEQVRoge1ZX2hbVRj/fefe2yZNl7rMyNR1e5oKEzaRqghTBKkMxQnCLAg+bLg9jPbBoVRtJdPVgqKDzodtCoJsYxpZa7U4HzrUsQ0Goy2CowZhdHUvtUi2aGzun8+HJDXJ/dvc05ZBfnC5yTm/853fl+8737n3BGiggQZua9ByGO0eysTXZOOfE0QnGK2lmXIEPptty+450rP5pqy5pDvQPzj3sGniPDGiLpS8ULH9vTeTV2TMJ2QYKaN7KBP3EQ8AUcvA+e6hTFzGnKoMI2UU08ZTfBnReDbxGYBdlY07uy63E+EwwJ2lpnFLEb2jJzqm3QxJjQCBnglMZnNH5deieJ4E+EUAa0rXC8K0Lu3sutzuZkaqAyDREpgrRKxqKOEwgIQDcy0Rf+RqJvCEksHg2pZOR2IRrpGV6wBb/wSlksV/L8WyW4fkNYDvg5OVWu64B/sHtw5bFera8/OzMOkYwPcyM5iByju4GPxiW7EdpfvU1CQYxc+aqqG9fRPibY7VMq+Zid2VDZYieoVpPQlgbQ13Xgg+4OaAPQIGHa1HPDMvimdmFAoFzMxccxQvVGxPpShX2Th6omOambYCSAO4Wbq+EoK3nTn52KybA/Z9gHhDWPEo3RcWFgCiUv5yDizOamZid6q/WnwZ35x+5Dpq9gY/2ByQJb7MG+i7c1krnc24TPH2UikfnhEoi4+1KPji0yc8Db30yjnculWoEs+8Kg7Yf3ndsDAxNb/IeWjrOgDAxNT8okhDN+3iGdjXc4FjrXchGr3DVYRuGLhxYw65XN5L6ywssXfky46q8usYgdq0yedNHHx/AsyAEMDw6acBAKmBKzAMtqVNZToFgaaquOfuJH7LzHjRNkBYxwBs9HTAL+erufacr14LgfQXndACPRjbHursi9hDfHnB/u+rt/iVWAMOVShAtaniuotfiSrk4oCH+KoIeItfgQA47wN+dX6R6yd+Ncqo/yZVSfUWv2oR8Nthq/nu4ldpI/MWr5sWOp8f8/3ly2OWGw5l1PvZJkjauEVLAmwHYq4pJEO87DLKjF8DOMCzssSrityDPxI46e+ARXuZeVaG+PXrY1AUDUL4vxKYluVHmdT01uM2p3wte+DV/T9etdh6wKmPSEBVm9EciSPSHIeqRTxtFXT930zmuhtp0jDM575LP/5HbUeoo8VINPETiJ0dAEEoKlQ1AkXRfG01adowCBfZwstEeLDU/AsIpzS99fhIekvBaVwoB6ItbWlm3ufWL0iBomggofjaItDXI6cePQPgk6VoCPW++sG7m8abm2IXmppicLpULRJIPIDfs21/jdWjIfQLt8nidQB6GBsEvHakZ/NCPWNDOzD4zrpLIPTWO57Ag4f6k6P1jpdy5DHQl/yYgTeAJe1cTMCHh/qSb4eZW+pO89bBuaeIcBSE+3yoGRAODPQlvw07p/T/yFIpVnX1zx3E6GLGNhA2AtDBmIOgi8TW2PT9yeH0LjJlz91AAw3chvgPxYAmv3QoKOIAAAAASUVORK5CYII=);
  background-position: 4%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family:
    system-ui,
    -apple-system,
    system-ui,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: /*top*/ calc(0.875rem - 1px) /*right*/ calc(1.5rem - 1px) /*bottom*/
    calc(0.875rem - 1px) /*left*/ calc(3.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.md-typeset a.button-6-teams {
  color: rgb(70, 78, 184);
}

.button-7-teams {
  align-items: center;
  background-color: rgba(211, 211, 211, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family:
    system-ui,
    -apple-system,
    system-ui,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: /*top*/ calc(0.875rem - 1px) /*right*/ calc(1.5rem - 1px) /*bottom*/
    calc(0.875rem - 1px) /*left*/ calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.md-typeset a.button-7-teams {
  color: rgb(70, 78, 184);
}

/* ***************************************************************************************************************** */
/* *********************************************************************************************** Button animation  */
/* ***************************************************************************************************************** */

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #f0f0f1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

/* ***************************************************************************************************************** */
/* ********************************************************************************************* Admonition kumobox */
/* ***************************************************************************************************************** */

:root {
  --md-admonition-icon--kumobox: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0"><path d=""/></svg>');
}
.md-typeset .admonition.kumobox,
.md-typeset details.kumobox {
  border-color: rgb(69, 101, 116);
  background-color: rgba(85, 120, 136, 0.1);
  font-size: 1em;
}
.md-typeset .kumobox > .admonition-title,
.md-typeset .kumobox > summary {
  background-color: rgb(69, 101, 116);
  color: ghostwhite;
}

.md-typeset .kumobox > .admonition-title::before,
.md-typeset .kumobox > summary::before {
  background-color: rgb(69, 101, 116);
  -webkit-mask-image: var(--md-admonition-icon--kumobox);
  mask-image: var(--md-admonition-icon--kumobox);
}

/* ***************************************************************************************************************** */
/* *******************************************************************************************+++++++** image frames */
/* ***************************************************************************************************************** */

.imgframe {
  box-shadow: rgba(99, 99, 99, 0.8) 0px 2px 8px 0px;
}

.md-typeset figcaption {
  display: inline;
  font-size: 0.9em;
}
