/* less margin between logo and title */
[dir=ltr] .md-header__title {
  margin-left: 0.4rem;
}
.md-typeset h1 {
  margin-bottom: 0.5em;
}
.md-typeset .admonition, .md-typeset details {
  font-size: 0.75rem;
}

/* utilities */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* caption for images */
img + em, .browser-border + em, .browser-mockup + em {
  display: block;
  text-align: left;
  font-size: 0.8rem;
  font-style: normal;
  margin-bottom: 3em;

}
.md-typeset figcaption, img + strong, .browser-mockup + strong, .laptop-mockup + strong {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  margin-bottom: 3em;
}

/* tables */

/* ----- hide an empty header */
thead th:empty {
  border: thin solid #fff !important;
  display: none;
}

/* panel */
.md-typeset .panel {
  background-color: #bfbfbf12;
  border-radius: 10px;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

/* definition list used to display general inputs */
.md-typeset dl dd {
  margin: 10px 0;
}
[dir=ltr] .md-typeset dd {
  margin-left: 0;
}
.md-typeset dl dd code {
  border: 1px solid rgba(230, 230, 230, 0.7);
  padding: 8px 12px;
}

/* EXTRA */

/* ----- styling for the heart in the footer */
.heart {
  color: #e91e63;
}

/* ----- flowchart classes */
.gc-graph-success {
  fill: #8BC34A;
  stroke: #4CAF50;
}
.gc-graph-warning {
  fill: #FFC107;
  stroke: #FF9800;
}
.geoserver-webadministration text {
  fill: red !important;
}

/* ----- browser mockup windows */
.browser-border {
  border: 1px solid rgba(230, 230, 230, 0.7);
  border-radius: 3px;
  background: #fff;
  margin: 10px 0 5px 0;
}
.browser-mockup {
  border: 1px solid rgba(230, 230, 230, 0.7);
  border-top: 2em solid rgba(230, 230, 230, 0.7);
  position: relative;
  border-radius: 3px;
  margin: 10px 0 5px 0;
}
.browser-mockup:before {
  display: block;
  position: absolute;
  content: '';
  top: -1.25em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}
.browser-mockup.with-tab:after {
  display: block;
  position: absolute;
  content: '';
  top: -2em;
  left: 5.5em;
  width: 20%;
  height: 0;
  border-bottom: 2em solid white;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
}
.browser-mockup.with-url:after {
  display: block;
  position: absolute;
  content: '';
  top: -1.6em;
  left: 5.5em;
  width: calc(100% - 6em);
  height: 1.2em;
  border-radius: 2px;
  background-color: white;
}
.browser-mockup > * {
  display: block;
}
/* ----- laptop mockup */
.laptop-mockup {
  border-top: 0.75em solid rgb(200 200 200);
  border-right: 0.2em solid rgb(200 200 200);
  border-left: 0.2em solid rgb(200 200 200);
  border-bottom: 1em solid rgb(200 200 200);
  position: relative;
  border-radius: 3px;
  margin: 10px 3em 10px 3em;
}
.laptop-mockup:before {
  display: block;
  position: absolute;
  content: '';
  bottom: -1em;
  width: 100%;
  height: 1em;
  border-radius: 0.2em;
  box-shadow: 3em 0 0 0 rgb(200 200 200), -3em 0 0 0 rgb(200 200 200);
}
.laptop-mockup:after {
  display: block;
  position: absolute;
  content: '';
  bottom: -0.5em;
  left: 50%;
  width: 8em;
  height: 0.5em;
  margin-left: -4em;
  border-radius: 0 0 0.5em 0.5em;
  background-color: #ededed;
}
.laptop-mockup > * {
  display: block;
}
