body {
  padding-bottom: 5em !important;
  background-color: #eee;
}

.footer {
  position: fixed;
  text-align: center;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  /*color: #fff;
  background-color: #0C3B7C;*/
  background-color: #000000;
  color: chartreuse;
  z-index: 2000;
}

.sys-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.sys-header-logo {
  font-family: "RobotoBold";
  font-size: 1.2rem;
}

.sys-header-logo:hover {
  text-decoration: none;
}

.bg-sys-primary{
/* background-color: #0C3B7C;*/
background-color: #000000 !important;
}

.bg-dark {
	background-color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link {
/*  color: #fff;*/
color: chartreuse;
}

.btn-toolpanel {
  margin: 0.25rem;
  width: 11rem !important;
}

.sel-btn {
  margin-left: 0.25rem;
  width: 7rem !important;
}

.img-circle {
  border-radius: 50%;
}

#to-top {
  font-size: 1em;
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: none;
  padding: 10px 15px;
}

.hidden {
  display: none;
}

.req-title {
  color: #000000;
  font-weight: bold;
  font-size: 1.3rem;
}

.btn-form {
  width: 11em;
}

.modal-title {
  font-weight: bold;
  color: #000000;
}

.rec-name {
  background-color: yellow;
  color: black;
}

section.tool {
  background-color: #eee;
  /*background-color: #eaedaf;*/
  padding: 0;
  margin: 0 0 0.3em 0;
}

.dropdown-header {
  background-color: grey;
  color: chartreuse;
}

.support_card {
  padding: 2rem;
}

.navbar-brand {
  font-family: "NautilusPompiliusRegular";
  font-size: 2.5rem;
  color: chartreuse !important;
}

.navbar-brand-slogan {
  font-family: "NautilusPompiliusRegular";
  color: chartreuse;
  font-size: 1.2rem;
}

caption {
  caption-side: top;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
/*  background-color: #007bff;*/
  background-color:#000000;
  color: chartreuse;
  font-family: "RobotoRegular";
}

.jumbotron {
  padding: 1rem 1rem 1rem 1rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 1rem 1rem 1rem 1rem;
  }
}

.card {
  background-color: #000000;
  color: chartreuse;
  max-width: 18rem;
  display: flex;
}

.card-img-top {
  height: 25vh;
  object-fit: cover;
  width: 100%;
}

.card-header {
    border-color: chartreuse;
}

.card-footer {
    border-color: chartreuse;
}

.nav-link-hover {
    background-color: #e5e5e5;
}

.top-info {
    text-align: center !important;
    background-color: chartreuse;
    color: #000000;   
}
