@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff") format("woff");
    /*url("../fonts/Poppins-Regular.woff") format("woff");*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff") format("woff");
    /*url("../fonts/Poppins-Bold.woff") format("woff");*/
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic.woff") format("woff");
    /*url("../fonts/Poppins-Regular-Oblique.woff") format("woff");*/
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-BoldItalic.woff") format("woff");
    /*url("../fonts/Poppins-Bold-Oblique.woff") format("woff");*/
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic.woff") format("woff");
    /*url("../fonts/Poppins-Oblique.woff") format("woff");*/
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.woff") format("woff");
    /*url("../fonts/Poppins-Light.woff") format("woff");*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-LightItalic.woff") format("woff");
    /*url("../fonts/Poppins-Light-Oblique.woff") format("woff");*/
  font-weight: normal;
  font-style: italic;
}

header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #AF4D61;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  left: 0;
  line-height: 3.5rem;
  margin-bottom: 0.35rem;
  padding: 0 2rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
header:after {
  background: none;
  content: "";
  height: 0.35rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
header a {
  text-decoration: none;
}
header .logo {
  font-size: 100%;
  line-height: 1.3rem;
}
header .logo * {
  vertical-align: middle;
}
header .logo img {
  height: 32px;
  margin-right: 0.5rem;
}
header nav.shortcuts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style-type: none;
}

header nav.shortcuts li .fa {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

header nav.shortcuts li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  padding: 0 1rem;
}

header nav.shortcuts li a span {
  margin-bottom: 0rem;
  line-height: 1.3rem;
  text-decoration: none;
  font-family: "Poppins"
}

header nav.shortcuts li a span::after {
  content: '';
  display: block;
  margin: 0;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

header nav.shortcuts li a span:active::after,
header nav.shortcuts li a span:focus::after,
header nav.shortcuts li a span:hover::after {
   width: 100%;
   background: #ffffff;
}

article > aside {
  background-color: #291A40;
  bottom: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 3.2rem;
  padding: 1rem 0rem 1rem 0rem;
  position: fixed;
  width: 20rem;
  overflow-y: auto;
  transition: 0.5s ease;
}

article > aside.closed {
  width: 50px;
}

button.collapsebtn {
  position: absolute;
  cursor: pointer;
  right: -12px;
  z-index: 2;
  font-size: 22px;
  padding-right: 8px;
  padding-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #291A40;
  color: white;
  transform: translateX(-50%);
  opacity: 0.6;
}

article > aside .menu {
  line-height: 2rem;
  list-style-type: none;
  margin-top: 2rem;

}

article > aside .menu.hidden {
  display: none;
}

article > aside .menu > label {
  display: block;
  font-family: "Poppins", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 100;
  margin-left: 1rem;
}
article > aside .menu ul {
  display: none;
  margin-top: 0;
}

article > aside .menu > .dd-item {
  margin: 0.5rem 0px 0.5rem 20px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins";
}

article > aside .menu .dd-item {
  padding-left: 0.7rem;
  padding-right: 0.5rem;
  list-style: none;
  font-size: 14px;
  font-family: "Poppins";

}
article > aside .menu .dd-item.alwaysopen > ul {
  display: block;


}

article > aside .menu .dd-item.parent > ul {
  display: block;

}
article > aside .menu .dd-item.active > ul {
  display: block;

}
article > aside .menu .dd-item.active > div {
  background-color: none;
}
article > aside .menu .dd-item.active > div * {
  /*font-weight: normal;*/
  color: white;
  border-bottom: none;
}
article > aside .menu .dd-item.haschildren > div {
  margin-left: -20px;
}

article > aside .menu .dd-item div {
  display: flex;
  flex-direction: row;
}
article > aside .menu .dd-item div * {
  line-height: inherit;
}
article > aside .menu .dd-item div i.read-icon {
  display: none;
}
article > aside .menu .dd-item div i.category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  width: 20px;
  cursor: pointer;
}
article > aside .menu .dd-item div a {
  display: flex;
  flex: 1;
  order: 2;
  padding: 0 0rem;
  text-decoration: none;
}
article > aside .menu .dd-item div a:hover,
article > aside .menu .dd-item div a:focus,
article > aside .menu .dd-item div a:active {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(220, 220, 220, 0.05);
  padding: 0 0rem;
}
article > aside .menu .dd-item div i.category-icon:active,
article > aside .menu .dd-item div i.category-icon:focus,
article > aside .menu .dd-item div i.category-icon:hover {
  background-color: none;
  border-radius: 0.2rem;
  padding: 0 0rem;
}
article > aside .menu .dd-item li {
  border-left: none;
}
article > aside section {
  margin: 2rem 0rem;
}

aside.side-toc {
  float: right;
  box-sizing: border-box;
  display: block;
  right: 0;
  top: 5rem;
  bottom: 1rem;
  padding-right: 10px;
  position: fixed;
  width: 15rem;
  overflow-y: auto;
  line-height: 1.5rem;
  font-family: "Poppins";
}

aside.side-toc > p {
  color: #000000;
  font-size: 9pt;
  margin-top: 0;
  margin-bottom: 20px;
}

aside.side-toc > nav > ul {
  list-style-type: none !important;
  border-left: 1px solid gray;
  padding: 0 0 0 5px;
  margin: 0;
}

aside.side-toc > nav > ul > li  {
  padding-bottom: 3px;
  font-size: 9pt;
  margin-left: 0.5rem;
}

aside.side-toc > nav > ul > li a:hover {
  color: #291A40;
  text-decoration: underline;
}

aside.side-toc ul  {
  list-style-type: none !important;
}

div.side-toc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  margin-right: 15rem;
  overflow-y: auto;
  padding: 0 1rem 2rem 2rem;
}

/*!
 * facette-docs - Facette project documentation
 * Website: http://docs.facette.io/
 */
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

html {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

body {
  background-color: #fff;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Poppins";
}

.tab-nav-button {
  border-width: 0px 0px 2px 0px !important;
  border-color: #fff!important;
  /*border-radius: 4px !important;*/
  background-color: #fff;
  float: left;
  display: block;
  position: relative;
  margin-left: 4px;
  bottom: -1px;
  font-size: 1.4rem!important;
  color: #D48F9D!important;
}

.tab-nav-button:hover {
color: #000000!important;
}

.tab-nav-button:first-child {
  margin-left: 0px;
}
.tab-nav-button.active {
  box-shadow: none!important;
  border-width: 0px 0px 2px 0px !important;
  border-color: #000000!important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #000000!important;
}

.tab-panel {
    margin-top: 32px;
    margin-bottom: 32px;
}
.tab-content {
    display: block;
    clear: both;
    padding: 8px;
}

.tab-content .tab-item{
    display: none;
}

.tab-content .tab-item.active{
    display: block;
}

.tab-item pre{
    margin-bottom: 0;
    margin-top: 0;
}

:disabled {
  pointer-events: none;
}

a {
  color: inherit;
}

a:focus {
  outline: 0;
}

section ol,
section ul {
  padding: 0 1.5rem;
}

section ul {
  list-style-type: square;
}

section a {
  color: #D48F9D;
}

section a:hover {
  color: #291A40;
  text-decoration: underline;
}

section strong {
  font-weight: 600;
}

.nav-select {
  background: #e5e5e5;
  display: none;
}

.searchbox {
  margin: 0rem 0rem 0rem 0rem;
  padding: 0rem 0rem;
  color: #012a3c;
  text-align: center;
}

.searchbox input {
  border: 1px solid #cccccc;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: auto;
  width: 30rem;
  border-radius: 6px;
}

.searchbox span {
  position: absolute;
  float: right;
  margin-top: -45px;
  right: 30px;
  cursor: pointer;
}

#sidebar-toggle-span {
  display: none;
}

#navigation {
  margin-top: 3rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 0rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

#navigation a {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  color: #D48F9D;
  padding: 10px;
  border: 1px solid #D48F9D;
  font-family: "Poppins";
  border-radius: 6px;
}

#navigation a:hover {
  color: white;
  background-color: #D48F9D;
  text-decoration: none;

}

#navigation a i {
  font-size: 1.3rem;
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
}
#navigation a label {
  margin: auto;
  flex-grow: 2;
  font-size: 1.3rem;
  width: 50%;
}

#navigation a.nav-next {
  text-align: right;
}

.burger {
  display: none;
}

header div.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -0.025em;
  font-family: "Poppins";
  font-weight: bold;
}

article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 3rem;
}

article section.page {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  margin: 0 1rem 0 20rem;
  overflow-y: auto;
  padding: 2rem 4rem;
  transition: 0.5s ease;
}

article section.page.expand {
  margin: 0 1rem 0 2rem;
}

article section.page h1:first-of-type {
  margin: 3rem 0rem;
  font-family: "Poppins", "gotham-light", "Helvetica", "Tahoma", "Geneva", "Arial",
    sans-serif;
  text-align: center;
  color: #000000;
  font-size: 3.25rem;
  line-height: 3.25rem;
}
article section.page h1 {
  color: #000000;
  font-size: 28px;
  margin-top: 4rem;
  font-weight: normal;
}
article section.page h1:first-of-type small {
  font-family: "Poppins", "gotham-light", "Arial Narrow", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  color: #777;
  line-height: 0.5;
}
article section.page h2 {
  color: #000000;
  margin-top: 3rem;
  font-weight: normal;
  line-height: 2.5rem;
}
article section.page h3 {
  color: #000000;
  margin-top: 3rem;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.7rem;
}

article section.page h4 {
  color: #000000;
  margin-top: 3rem;
  font-weight: normal;
  font-size: 1.5rem;
}

article section.page h5 {
  color: #000000;
  margin-top: 3rem;
  font-weight: normal;
  font-size: 1.2rem;
}

article section.page table {
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e6e6e6;
  table-layout: auto;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
article section.page table th,
article section.page table td {
  padding: 0.25rem 0.75rem;
}
article section.page table th {
  padding: 0.5rem;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  font-weight: 800;
  background: #f6f6f6;
  color: black;
  border-bottom: 2px solid #e5e5e5;
}
article section.page table td {
  padding: 0.5rem;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
  border: 1px solid #e6e6e6;
  color: #323232;
}
article section.page table td:first-child code {
  background-color: transparent;
  padding: 0;
}
article section.page img {
  border: 0;
  max-width: 100%;
  margin: 3rem auto;
  display: block;
  text-align: center;
}
article section.page img.border {
  border: 2px solid #e6e6e6 !important;
  padding: 2px;
}
article section.page img.shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
article section.page img.inline {
  display: inline !important;
  margin: 0 !important;
  vertical-align: bottom;
}
article section.page img.inline {
  display: inline !important;
  margin: 0 !important;
  vertical-align: bottom;
}
article section.page code {
  font-family: "RobotoMono", monospace;
}
article section.page p > code,
article section.page li code,
article section.page table code {
  padding: 0 0.25rem;
}

article section.page li p {
  margin: 0;
}

article section.page pre {
  background-color: #eee;
  border-radius: 0.2rem;
  color: #444;
  overflow: auto;
  padding: 0.5rem;
}
article section.page pre .copy-to-clipboard {
  float: right;
  position: relative;
  right: 0px;
}
article section.page pre[class*="language-"] {
  background-color: #333;
  color: #eee;
  overflow: auto;
  padding: 0.5rem;
  text-overflow: ellipsis;
}
article section.page pre.language-headers {
  background-color: #444;
  color: #ddd;
}
article section.page pre.language-headers + pre {
  border-radius: 0 0 0.2rem 0.2rem;
  margin-top: -1.7rem;
  padding-top: 0.52rem;
  position: relative;
}
article section.page code[class*="language-"],
article section.page pre[class*="language-"] {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: pre;
}

.anchor {
  color: #2053ab;
  font-size: 0.5em;
  cursor: pointer;
  visibility: hidden;
  vertical-align: middle;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.anchor:hover {
  color: #238fbd;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

h2:hover .anchor,
h3:hover .anchor,
h4:hover .anchor,
h5:hover .anchor,
h6:hover .anchor {
  visibility: visible;
}

.tooltipped {
  position: relative;
}

.tooltipped:after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 5px 8px;
  font: normal normal 11px/1.5 "Poppins", "Work Sans", "Helvetica", "Tahoma",
    "Geneva", "Arial", sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.tooltipped:before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  content: "";
  border: 5px solid transparent;
}

.tooltipped:hover:before,
.tooltipped:hover:after,
.tooltipped:active:before,
.tooltipped:active:after,
.tooltipped:focus:before,
.tooltipped:focus:after {
  display: inline-block;
  text-decoration: none;
}

.tooltipped-s:after,
.tooltipped-se:after,
.tooltipped-sw:after {
  top: 100%;
  right: 50%;
  margin-top: 5px;
}

.tooltipped-s:before,
.tooltipped-se:before,
.tooltipped-sw:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-se:after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}

.tooltipped-sw:after {
  margin-right: -15px;
}

.tooltipped-n:after,
.tooltipped-ne:after,
.tooltipped-nw:after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 5px;
}

.tooltipped-n:before,
.tooltipped-ne:before,
.tooltipped-nw:before {
  top: -5px;
  right: 50%;
  bottom: auto;
  margin-right: -5px;
  border-top-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-ne:after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}

.tooltipped-nw:after {
  margin-right: -15px;
}

.tooltipped-s:after,
.tooltipped-n:after {
  transform: translateX(50%);
}

.tooltipped-w:after {
  right: 100%;
  bottom: 50%;
  margin-right: 5px;
  transform: translateY(50%);
}

.tooltipped-w:before {
  top: 50%;
  bottom: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-e:after {
  bottom: 50%;
  left: 100%;
  margin-left: 5px;
  transform: translateY(50%);
}

.tooltipped-e:before {
  top: 50%;
  right: -5px;
  bottom: 50%;
  margin-top: -5px;
  border-right-color: rgba(0, 0, 0, 0.8);
}

footer {
  color: #aaa;
  font-size: 0.95rem;
  margin: 0 1rem 0 20rem;
  padding: 1rem 4rem;
}
footer p {
  margin: 0px;
}
footer .footline {
  /*border-top: 1px solid #e6e6e6;*/
  margin: 0rem;
  padding: 0;
  font-size: smaller;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .footline .tags {
  order: 1;
}
footer .footline .tags a:before {
  content: "#";
}
footer .footline .author {
  order: 3;
}
footer .footline .github-link {
  order: 4;
}
footer .footline .date {
  order: 3;
}

div.expand {
  padding-bottom: 1.7rem;
}

div.expand i {
  font-size: small;
}

div.notices {
  margin: 2rem 0;
  position: relative;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  position: relative;
}

div.notices p {
  padding: 0px;
  display: block;
  font-size: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

div.notices.note p:first-child:before {
  float: left;
  width: 20px;
  height: 20px;
  top: -20px;
  content:"" ;
  background-image: url("../images/note.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: block;
  margin-left: -30px;
}

div.notices.info p:first-child:before {
  float: left;
  width: 20px;
  height: 20px;
  top: -20px;
  content:"" ;
  background-image: url("../images/tip.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: block;
  margin-left: -30px;
}

div.notices.tip p:first-child:before {
  float: left;
  width: 20px;
  height: 20px;
  top: -20px;
  content:"" ;
  background-image: url("../images/tip.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: block;
  margin-left: -30px;
}

div.notices.warning p:first-child:before {
  float: left;
  width: 20px;
  height: 20px;
  content:"";
  background-image: url("../images/warning.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: block;
  margin-left: -25px;
}

div.notices p:first-child {
  margin: 0.5rem 1.7rem;
  text-transform: uppercase;
}

div.notices.note {
  background: #e0eafc;
  border-left: 5px solid #7391D9;
  color: #000000 !important;
}

div.notices.info {
  background: #fefaf5;
  border-left: 5px solid #FCB65A;
  color: #000000 !important;
}

div.notices.tip {
  background: #DDF6EE;
  border-left: 5px solid #41CFA0;
  color: #000000 !important;
}

div.notices.warning {
  background: #FFEDEF;
  border-left: 5px solid #E81127;
}

ul.children.children-card {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

ul.children.children-card > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  min-height: 0;
  width: 45%;
  min-width: 250px;
  margin: 0.5rem 0.5rem;
  border: 0.1rem solid #eee;
}

ul.children.children-card > span card {
  margin: 0px 0px;
  display: block;
  padding: 1rem;
  background-color: #eee;
  font-size: 150%;
}

ul.children.children-card > span a.card {
  line-height: 1.8rem;
  font-family: "Poppins";
}


ul.children.children-card > span p {
  padding: 0rem 1rem;
}

/*small cards for use case tiles*/

ul.small-card {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

ul.small-card > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  min-height: 0;
  width: 30%;
  /*min-width: 250px;*/
  margin: 0.5rem 0.5rem;
  border: 0.1rem solid #eee;
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
}

ul.small-card > span card {
  margin: 0px 0px;
  display: block;
  padding: 1rem;
  background-color: #eee;
  font-size: 150%;
}

ul.small-card > span a.card {
  line-height: 1.8rem;
  font-family: "Poppins";
}

ul.small-card > span p {
  padding: 0rem 1rem;
}

ul.small-card > span p.more {
  padding: 0rem 1rem;

}

/* homepage */



div.banner {
  background: url("../images/homepage-banner.png") center no-repeat;
  /*  background-color: #291A40;*/
  background-size: cover  !important;
  margin-top: 3rem;
  min-height: 270px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

a.online-link {
  color: white;
  font-size: 1.2rem;
}

a.online-link:hover {
  color: #AF4D61;
}

a.online-link i {
  padding-left: 0.5rem;
  font-weight: lighter;
  font-size: 1.1rem;
}

div.intro {
  width: 45%;
  margin-left: 15rem;
}

.Content {
  display: flex;
  flex-direction: column;
}

.Heading {
  display: flex;
  justify-content: left;
}

h1.home {
  margin: 0 0 0 0px;
  line-height: 3.5rem;
  font-size: 3rem;
  color: white;
  letter-spacing: normal;

}

p.home-intro {
  color: white;
  margin: 1rem 0 1rem 0;
  font-size: 1.1rem;
}

p.home-intro a {
  color: white;
  margin-bottom: 12px;
  font-size: 1rem;
}

p.home-intro-offline {
  color: white;
  margin: 1rem 0 1rem 0;
  font-size: 1rem!important;
  line-height: 1.5rem!important;
}

p.home-intro a {
  color: white;
  margin-bottom: 12px!important;
  font-size: 1rem!important;
  line-height: 1.5rem!important;
}

article.home {
  margin: 0;
}

article section.home-page {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  /*margin: 0 3rem 0 3rem;*/
  overflow-y: auto;
  /*padding: 4rem 4rem;*/
}

article section.home-page h1:first-of-type {
  margin: 3rem 0rem;
  font-family: "Poppins", "gotham-light", "Helvetica", "Tahoma", "Geneva", "Arial",
    sans-serif;
  text-align: center;
  color: #000000;
  font-weight: 200;
  font-size: 3.25rem;
  line-height: 3.25rem;
}

footer.home {
  color: #aaa;
  font-size: 0.95rem;
  margin: 0 1rem 0 0;
  padding: 1rem 2rem;
}

div.medium-card {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
  line-height: 1.5rem!important;
}

div.medium-card > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  min-height: 0;
  width: 35%;
  margin: 0.5rem 0.5rem;
  border: 2px solid #eee;
  /*background-image: url("triangle-transparent.png");*/
  background-repeat: no-repeat;
  background-color: white;
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
  font-family: "Poppins";
  line-height: 1.5rem;
}

div.medium-card > span:hover {
  border-color: #D48F9D;
}

div.medium-card > span a:hover {
  text-decoration: none;
}

/*Show the tooltip text when hovering over the tooltip container */
div.medium-card > span:hover div.tip {
  visibility: visible;
  float: right;
  opacity: 1;
}


div.medium-card > span card {
  margin: 0px 0px;
  display: block;
  padding: 1rem;
  /*background-color: #eee;*/
}

div.medium-card > span p.title {
  line-height: 1.8rem;
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin: 0;
}

div.medium-card > span p.description {
  padding: 1rem;
  color: #404040;
  text-align: left;
  font-weight: normal;
  margin: 0;
}

div.medium-card > span p.online {
  padding: 1rem;
  color: #291A40;
  font-size: 0.8rem;
  text-align: left;
  text-decoration: underline;
  margin: 0;
}

div.medium-card > span div.tip {
  visibility: hidden;
  color: #291A40;
  text-align: left;
  text-decoration: underline;
  font-size: 0.8rem;
  padding: 5px;
  margin-top: 15px;
  margin-right: 5px;
}

.side-toc::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.side-toc::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.side-toc::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

/* Handle on hover */
.side-toc::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

article > aside::-webkit-scrollbar {
  width: 10px;
}

/* Track */
article > aside::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
article > aside::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

/* Handle on hover */
article > aside::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* responsive layouts */

@media screen and (min-width: 1700px) {

  div.intro {
    width: 33%;
    margin-left: 20rem;
  }
}

@media screen and (max-width: 1440px) {
  .Content {
    display: flex;
    flex-direction: column;
  }

  div.intro {
    width: 33%;
    margin-left: 8rem;
  }

  div.banner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  article > aside {
    width:16rem;
  }

  article > section.page {
    margin: 0 1rem 0 16rem;
    padding: 1rem;
  }

  footer {
    margin: 0 1rem 0 16rem;
  }

  aside.side-toc {
    width:10rem;
  }

  div.side-toc {
    margin-right: 10rem;
  }
}

@media (max-width: 1024px) {
  section {
    margin-right: 0;
  }

  article > aside {
    display: none;
  }

  section > .toc {
    display: none;
  }

  article > section.page {
    margin: 0 0;
    padding: 1rem;
  }

  aside.side-toc {
    display: none;
  }

  div.side-toc {
    margin-right: 0
  }

  header nav.shortcuts li a span {
    display: none;
  }

  .nav-select {
      display: block;
      margin-left: -10px;
      margin-right: -10px;
  }
  
  .nav-select select {
      display: block;
  }

  .searchbox input {
    width: 16rem;
  }
  
  footer {
    display: none;
  }
}

@media (max-width: 768px) {

  div.intro {
    width: 100%;
    margin-left: 0;
  }

  p.home-intro {
    font-size: 1rem;
    line-height: 1.3rem !important;
  }

  a.online-link {
    font-size: 1rem!important;
    line-height: 1.3rem !important;
  }

  article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  article > aside {
    display: none;
  }

  footer {
    display: none;
  }

  article > section.page {
    margin: 0 0;
    padding: 1rem;
  }

  article > section.page #navigation label {
    display: none;
  }

  aside.side-toc {
    display: none;
  }

  div.side-toc {
    margin-right: 0
  }


  section {
    margin: 0;
    padding: 1rem 2rem;
  }

  .searchbox input {
    width: 8rem;
  }

  header {
    padding: 0 1rem;
    width: 100%;
  }

  header .logo img {
    max-width: none;
  }

  header > nav.shortcuts > li a {
    width: 3.5rem;

  }

  header nav.shortcuts li a span {
  display: none;
  }

  header > nav.shortcuts > li .fa {
    margin: 0;
  }

  header > nav.shortcuts > li > a > label {
    display: none;
  }

  header > nav.shortcuts > li > a {
    max-width: 32px;
  }

  .nav-select {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }

  .nav-select select {
    display: block;
  }

  article img {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

/*# sourceMappingURL=style.css.map */

article section.page table {
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}

div.white {
  background-color: white;
}

div.white table {
  background: #f2f2f2;
}

div.grey table {
  background: #fff;
}

article section.page table td,
th {
  text-align: left;
  padding: 8px;
  word-wrap: break-word;
  white-space: pre-wrap;
  border: 1px dashed #ccc;
}

article section.page table tr:hover {
  background-color: #FEFAF5;
}
