/* #595959 #333333 #252526 #1e1e1e #212121 #181818*/
/* good green #00FA9A*/
body {
  margin: 0;
}

nav.navbar {
  width: 100%;
  margin: 0px;
  background-color: #212121;
  height: 30px;
  line-height: 30px;
  border-bottom-style: ridge;
  border-bottom-color: #333333;
  border-bottom-width: 1px;
}
nav a.menu-btn {
  position: absolute;
  margin: 0px;
  margin-top: 1px;
  margin-left: 10px;
  font-size: 18px;
  background: none;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
nav a.menu-btn:hover {
  opacity: 70%;
}

nav a.menu-tittle {
  position: absolute;
  margin: 0px;
  margin-left: 36px;
  font-size: 16px;
  background: none;
  color: #57cc99;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
nav a.menu-tittle:hover {
  opacity: 70%;
}

.sidebar {
  /* #595959 */
  background-color: #212121;
  overflow: auto;
  z-index: 99;
}

.sidebar a {
  display: block;
  color:white;
  text-decoration: none;
  cursor: pointer;
}

.sidebar a:hover {
    color: white;
    opacity: 70%;
}

div.content {
  background-color: #181818;
  color:white;
  height: auto;
  overflow: auto;
  padding: 1px 16px;
}

.content-header {
  border-bottom-style: ridge;
  border-bottom-color: #ced4da;
  border-bottom-left-radius: 0px;
  border-bottom-width: 1px;
}

#pageTittle a:hover {
  opacity: 70%;
}

#pageGuides .accordion-button {
  background-color: #252526;
  color:white;
  height: 30px;
}

#pageGuides .accordion-button span:hover {
  opacity: 70%;
}

#pageGuides .accordion-body {
  background-color: #252526;
  color:white;
}

div.footerspace {
  position: relative;
  height: 10px;
  padding: 0px;
}

#footer {
  position: fixed;
  font-size: 12px;
  height: 20px;
  float: left;
  bottom: 0;
  width: 100%;
  background-color: #181818;
  color: #7a7a7a;
  text-align:start;
  padding: 0px;
}
