H/*settings for page, footer and content height*/
body.page {
  position: relative;
  min-height: 100%;
  margin-bottom: 0;
}

#main-page {
  /*padding-bottom: 18.0rem;*/
  min-height: calc(100vh - 390px);
}

p {
  font-size: 16px;
  font-family: Helvetica;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica;
}

h1,
h2,
h3,
h4 {
  color: #00427a;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}

h3 {
  font-size: 40px;
}

/* H2 AS A PAGE TITLE */
h2.story-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

h1 {
  font-size: 28px !important;
}

.wiki-content h2 {
  font-size: 24px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}

h4 {
  font-size: 16px !important;
}

/*main page links*/
h3 > a {
  color: #444444;
  font-size: 40px;
}

/*header and footer*/
div.header {
  background-color: #043a6c;
  color: #ffffff;
  background-image: url("https://i.imgur.com/RtfWP1k.png");
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: Helvetica;
}

div.footer {
  background-image: url("https://imgur.com/klx58Pt.png");
  background-repeat: no-repeat;

  color: #ffffff;
  background-color: #043a6c;
  background-position: center;
  position: absolute;

  width: 100%;
  height: 18rem;
  font-family: Helvetica;
}

.top-logo {
  height: 60px;
}
ul.nav {
  padding-right: 200px;
  font-family: Helvetica;
}
.expanding-nav,
.nav a,
.header {
  background-color: transparent;
  color: #fff;
  font-size: 1em;
  font-family: Helvetica;
}

.expanding-nav {
  text-align: center;
  font-family: Helvetica;
}
.expanding-nav > li {
  padding-left: 70px;
  padding-right: 70px;
  font-family: Helvetica;
}

p.footerlink {
  font-size: 0.9em;
  text-align: left;
  margin-left: 20px;
  margin-top: 20px;
  font-family: Helvetica;
}

a.footerlink {
  font-size: 0.9em;
  text-align: left;
  margin-left: 0px;
  color: #fff;
  display: block;
  margin-top: 20px;
  font-family: Helvetica;
}

/*aligning top logo and footer links*/

.top-logo {
  background-position: top left;
}
.footer {
  padding: 20px 50px;
}
a.footerlink {
  margin-left: 0px;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 20px 15px;
  }
}

/*trick for suppressing upper nav*/
.expanding-nav > .nav {
  opacity: 0;
}

div.search,
div.x {
  opacity: 1;
}

/* custom bullet style*/
h5,
h6 {
  margin: 5px 0 !important;
  padding-bottom: 0.7em; 
  position: relative;
  color: #000 !important;
  font-size: 16px !important;
}

h5 {  
  background: url("http://service.ddex.net/doc/dots/dot-magenta.svg") no-repeat left 16px;
  /* background-size: 20px; */
  background-size: 14px;
  padding-top: 0.7em;
  padding-left: 25px;
}

h6 {
  background: url("http://service.ddex.net/doc/dots/dot-dark-blue.svg") no-repeat 24px 5px;
  /* background-size: 20px; */
  background-size: 14px;
  padding-left: 50px;
}

ol {
  margin: 0 0 1em 1.2em;
}

.wiki-content ul li,
.wiki-content ol li {
  padding-left: 10px;
}

.wiki-content ul li::marker,
.wiki-content ol li::marker {
  color: #ec008c;
}

.wiki-content ul li ul li::marker,
.wiki-content ol li ol li::marker {
  color: #00427a;
}

.wiki-content ul li p {
  color: #000000;
}

.wiki-content code {
  color: #56a0d3;
  font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}

/*fix for custom bullet style to make it show in case of overflow*/
.wiki-content .innerCell {
  padding-left: 35px;
}

.wiki-content th {
  color: #ffffff;
  background-color: #56a0d3 !important;
}

th.confluenceTh {
  color: #ffffff;
  background-color: #56a0d3 !important;
}

/*search layer*/
#main-page .searchForm .searchInput > input {
  font-size: 1.5em;
  padding: 5px;
}

#main-page .searchForm button.close {
  font-size: 1.5em;
  top: 12px;
}

#main-page .searchForm > ol > li:before {
  display: none;
}

div.section-container.section-stuff.pt0 > h1 {
  margin-left: 45px;
}

/*left nav*/
.vertical-nav ul li.current > a {
  color: #fff !important;
  background-color: #444444;
  font-family: Helvetica;
}

.vertical-nav ul li.selected > a {
  color: #000;
  font-family: Helvetica;
}

.vertical-nav li.is-parent.selected > a:before {
  display: none;
  font-family: Helvetica;
}

.vertical-nav li.is-parent > a:before {
  display: none;
  font-family: Helvetica;
}

.vertical-nav > li.selected > a {
  color: #000;
  font-family: Helvetica;
}

.vertical-nav a {
  color: #000;
  background: #fff;
  border-radius: 0;
  border: none;
  font-family: Helvetica;
}

a.toggle-navigation {
  color: #000;
  border: none;
}

/*vertical gray line between left nav and article*/

@media screen and (min-width: 1023px) {
  .navigation-sidebar::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    width: 0px;
    height: 100%;
    /* min-height: 440px;*/
    border-right: 2px solid #c0c0c0;
    left: calc(25% - 40px);
    font-family: Helvetica;
  }
}

/*content by label bullet*/

.content-by-label > li .details {
  padding-left: 30px;
  padding: 5px;

  background: url(https://i.ibb.co/mtVvRCW/ddex-element-small.png) no-repeat left center;
}

div.details > a {
  padding-left: 30px;
  display: block;
}

.aui-iconfont-page-default:before {
  content: none;
}

.aui-iconfont-homepage:before {
  content: none;
}

/*right-side messages*/

div.panel.conf-macro.output-block {
  background-color: white;

  border: solid #56a0d3 1px;

  border-radius: 9px 9px;
}

div.panelHeader {
  background-color: #56a0d3;
  color: white;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-size: 0.9em;
}

div.panelContent {
  font-size: 0.7em;
  margin: 5px;
}

/*tables*/
table.confluenceTable {
  width: 100%;
}
.confluenceTd {
  line-height: 1.5;
}

.confluenceTd.highlight-grey p  {
  background-color: #56a0d3 !important;
}

th.confluenceTh > p {
  background-color: transparent !important;
}
.confluenceTh,
.confluenceTd {
  border: 1px solid #56a0d3;
  padding: 7px 10px;
  vertical-align: top;
  text-align: left;
  color: #333;
}

@media screen and (max-width: 1330px) {
  div.table-wrap {
    font-size: 0.8em;
  }
}

.wiki-content .columnLayout .cell.aside {
  width: 15%;
}

/*note styling*/
div.confluence-information-macro {
  padding: 20px 20px 20px 50px;
  box-shadow: none;
  border-radius: 10px;
  border: 3px solid #56b4d3;
}

div.confluence-information-macro > span.aui-icon {
  position: absolute;
  top: 24px;
  left: 23px;
}

div.confluence-information-macro > p {
  line-height: 1;
}

div.confluence-information-macro.confluence-information-macro-note {
  box-shadow: none;
  border: 3px solid #ff9e30;
}

div.confluence-information-macro > p.title {
  color: #56b4d3;
  margin: 0 0 12px;
  font-size: 1.1em;
}

div.confluence-information-macro.confluence-information-macro-note > p.title {
  color: #ff9e30;
  margin: 0 0 12px;
  font-size: 1.1em;
}

td p,
th p {
  margin: 0 !important;
}

.content-by-label > li .details {
  background: url(http://service.ddex.net/doc/dots/dot-magenta.gif) no-repeat left center;
  background-size: 20px;
}

.normal {
  padding-left: 0;
}

.normal .innerCell {
  padding-left: 0;
}

.code .container .plain,
.code .container .keyword,
.code .container .color1,
.code .container .color2,
.code .container .color3,
.code .container .color4,
.code .container .string {
  font-size: 14px !important;
  font-family: "Courier" !important;
  line-height: 1.25rem !important;
}

.code .container .keyword {
  color: #56a0d3 !important;
  font-weight: lighter !important;
}

.code .container .plain {
  color: #000 !important;
  font-weight: 500 !important;
}

th code {
  color: #fff !important;
}

td code {
  color: #000 !important;
}