body {
  color: black;
  font-family: 'Sarabun', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  background-color: white;
}
body > div > p {
  display: none;
}
body > div > br[clear="none"] {
  display: none;
}
header {
  color: white;
  background-color: black;
}
header a.navbar-brand {
  padding: 0px 0px;
  margin-top: -8px;
  margin-bottom: -8px;
}
footer {
  background-color: #f0f9eb;
  font-size: 0.95rem;
}
footer ul {
  list-style-type: none;
  padding-left: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #559d2f;
  font-weight: bold;
  margin-top: 2rem;
}
a {
  color: #559d2f;
  text-underline-offset: 5px;
}
a.navbar-brand {
  font-weight: bold;
}
a:hover,
a:hover:visited {
  color: #2a4f18;
}
a:active {
  color: #203b12;
}
a:visited {
  color: #559d2f;
}
ul {
  list-style-type: square;
}
.table {
  width: inherit;
}
code {
  color: #559d2f;
  background-color: #f0f9eb;
}
.table td,
.table th {
  padding: 0.15rem 0.6rem;
}
.table td p,
.table th p {
  margin-bottom: 0rem;
}
div > ul.childpages-macro {
  font-size: 1em;
  padding-top: 15px;
  padding-bottom: 15px;
}
article .container {
  border: 1px solid lightgrey;
  box-shadow: 0px 5px 20px lightgrey;
  /** Home page */
}
article .container #bar {
  margin: 15px -15px;
  padding: 10px 0px;
  color: #ffffff;
  font-weight: normal;
  background-color: #559d2f;
  text-align: center;
}
article .container #bar a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline dashed white;
}
article .container #bar a:hover {
  color: #2a4f18;
  text-decoration: underline solid #2a4f18;
}
article .container #bar p {
  margin-bottom: 0rem;
}
article .container #whatIs h3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}
article .container #twitter-container {
  font-size: 0.95rem;
}
article .container #twitter-container .blog-post-listing {
  margin-bottom: 15px;
  background: #f0f9eb;
  border-radius: 8px;
  padding: 0.4rem;
}
article .container #twitter-container .blogHeading {
  font-weight: bold;
  font-size: 1.2rem;
}
article .container #twitter-container .logoBlock {
  display: none;
}
article .container ul ul {
  list-style: circle;
}
article .container img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1345px) {
  article .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.text-small {
  font-size: 0.85rem;
}
.aui-label,
.navmenu {
  margin: 0px 0px 0px 15px;
  padding: 15px 15px;
  font-size: 1em;
  border: 1px dashed #88d062;
  background-color: #f0f9eb;
}
.aui-label h3,
.navmenu h3 {
  margin-top: 0px;
}
.aui-label ul,
.navmenu ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
.aui-label .aui-icon,
.navmenu .aui-icon {
  display: none;
}
.navmenu {
  padding: 15px 15px !important;
  font-size: 1rem;
  background-color: #f0f9eb !important;
}
.sectionMacro {
  margin-top: 10px;
  width: 100%;
}
.sectionMacro .sectionMacroRow {
  display: flex;
  flex-wrap: wrap;
}
.sectionMacro .sectionMacro > :not(.sectionMacroRow),
.sectionMacro .sectionMacroWithBorder > :not(.sectionMacroRow) {
  display: table-caption;
}
.sectionMacro .sectionMacro .columnMacro {
  border: none;
  padding: 0;
  max-width: 100%;
}
.sectionMacro .columnMacro {
  max-width: 100%;
}
.sectionMacro .sectionMacro .columnMacro + .columnMacro {
  padding-left: 20px;
}
.sectionMacro .sectionMacroWithBorder {
  margin-top: 10px;
  display: table;
  width: 100%;
}
.sectionMacro .sectionMacroWithBorder .columnMacro {
  border-style: dashed;
  border-width: 1px;
  border-color: #ccc;
  padding: 10px;
}
.sectionMacro .sectionColumnWrapper {
  display: block;
  overflow-x: auto;
}
.panel {
  margin: 0px 20px 15px 20px;
  border: 1px dashed #88d062;
  overflow: hidden;
}
.panel .panelHeader {
  color: black;
  font-size: 0.95rem;
  padding: 10px 10px;
  line-height: 2;
  border-bottom: 1px dashed #88d062;
}
.panel .panelHeader,
.panel .panelContent,
.panel .codeContent {
  background-color: white;
}
.panel .panelContent {
  font-size: 0.95rem;
}
.panel pre {
  padding: 10px 10px;
  margin-bottom: 0rem;
  overflow: auto;
}
.panel pre[class*="language-"] {
  margin: 0rem;
  overflow: auto;
  background-color: white;
}
.confluence-information-macro,
.macro-deprecated {
  border-radius: 10px;
  background-color: rgba(255, 229, 100, 0.3);
  border-left-color: #ffe564;
  border-left-width: 9px;
  border-left-style: solid;
  padding: 10px 15px 10px 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: auto;
}
.confluence-information-macro .confluence-information-macro-icon,
.macro-deprecated .confluence-information-macro-icon {
  display: none;
}
.confluence-information-macro p,
.macro-deprecated p,
.confluence-information-macro div,
.macro-deprecated div,
.confluence-information-macro b,
.macro-deprecated b {
  margin: 0px;
  display: block;
}
.confluence-information-macro > p,
.macro-deprecated > p,
.confluence-information-macro > div,
.macro-deprecated > div,
.confluence-information-macro > b,
.macro-deprecated > b {
  margin-left: 70px;
}
.confluence-information-macro > .title,
.macro-deprecated > .title {
  font-weight: bold;
}
.confluence-information-macro-tip:before,
.confluence-information-macro-note:before,
.confluence-information-macro-information:before,
.confluence-information-macro-warning:before,
.confluence-information-macro-deprecated:before,
.macro-deprecated:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 42px;
  float: left;
}
.confluence-information-macro-tip {
  color: #004085;
  background-color: #cce5ff;
  border-color: #004085;
}
.confluence-information-macro-tip:before {
  content: "\f02e";
}
.confluence-information-macro-note {
  color: #155724;
  background-color: #d4edda;
  border-color: #155724;
}
.confluence-information-macro-note:before {
  content: "\f328";
}
.confluence-information-macro-information {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #0c5460;
}
.confluence-information-macro-information:before {
  content: "\f05a";
}
.confluence-information-macro-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #856404;
}
.confluence-information-macro-warning:before {
  content: "\f071";
}
.confluence-information-macro-deprecated,
.macro-deprecated {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.confluence-information-macro-deprecated:before,
.macro-deprecated:before {
  content: "\f55a";
}
/** Bootstrap selectors */
.container {
  max-width: 1300px;
}
.navbar-light .navbar-brand {
  color: white;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:hover:visited {
  color: #88d062;
}
.navbar-light .navbar-brand:active {
  color: #203b12;
}
.navbar-light .navbar-brand:visited {
  color: white;
}
.navbar-light .navbar-nav .nav-link.active {
  color: white;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.active:hover:visited {
  color: #88d062;
}
.navbar-light .navbar-nav .nav-link.active:active {
  color: #88d062;
}
.navbar-light .navbar-nav .nav-link.active:visited {
  color: white;
}
.navbar-toggler {
  background-color: white;
}
.form-inline .form-control.search-input {
  width: 325px;
}
.dropdown-menu {
  border-radius: 0rem;
  min-width: 220px;
  border: 0px;
  border-top: 2px solid #88d062;
  border-top-color: #88d062;
  box-shadow: 0 0px 8px rgba(10, 10, 10, 0.1);
}
.dropdown-item {
  color: #559d2f;
}
.dropdown-item:hover,
.dropdown-item:hover:visited {
  color: #2a4f18;
  background-color: #f0f9eb;
}
.dropdown-item:active {
  color: #203b12;
}
.dropdown-item:visited {
  color: #559d2f;
}
.form-control.tap-search-input:focus {
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}
@media (min-width: 1201px) {
  .navbar-brand span {
    display: none;
  }
  .form-inline .form-control.search-input {
    width: 225px;
  }
}
@media (min-width: 1345px) {
  .form-inline .form-control.search-input {
    width: 325px;
  }
}
@media (min-width: 1445px) {
  .navbar-brand span {
    display: inline;
  }
}
