#root .maindiv, #root .footerLinks {
  background-color: #fafafa;
}

#root .footerLinks {
  font-size: 0.8em;
}

.button-green {
  width: 157px;
  height: 36px;
  border-radius: 18px;
  background-color: #71b8a7;
  border: 0px;
  margin-top: 0px !important;
}

.button-green:hover {
  background-color: #609c8e;
}

.button-gray {
  width: 157px;
  height: 36px;
  border-radius: 18px;
  background-color: #939393;
  border: 0px;
}

.button-gray:hover {
  background-color: #939393;
}

.right {
  float: right;
}

.logo-login {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  display: block;
}

.link-gray {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: underline;
  color: #292929;
}

.link-gray:hover {
  color: black;
}

.btn-action {
  background-color: #088dae;
  border-radius: 55px;
}

.text-gray {
  color: #fafafa;
}

.item-active {
  font-weight: bold;
}

.padding-top {
  margin-top: 10px;
}

.h-100 {
  height: 110px;
}

.lh-100 {
  line-height: 110px;
}

.clear {
  padding-top: 20px;
}

.clear-login {
  padding-top: 70px;
}

.header-logo {
  width: 174px;
  height: 81px;
}

.bg-color {
  background-color: #fafafa;
}

.center-vertically {
  height: 70px;
  line-height: 70px;
}

.margin-left-first-item {
  margin-left: 50px;
}

.logo-form {
  width: 40%!important;
  margin-bottom: 50px;
}

/* CSS for Text Inputs*/

.input-text {
  width: 100%;
  box-sizing: border-box;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 0px;
  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: white!important;
}

.bord {
  border: 1px solid black;
}

.noimages {
  color: grey;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 1px 1px 2px black
}

.tablee4coll .smallColText {
  font-size: 0.9em;
}

.navbar.menu {
  border-bottom: 1px solid #0a8dae;
}

.card-title H4 {
  color: #17a2b8;
}

.search-filters {
  margin-bottom: 1rem !important;
}

.search-filters .card-body {
  padding: 0.5em;
}

.search-filters label:after {
  content: '\0000a0:';
}

.jira-issue {
  color: #999;
  font-size: 0.8em;
  padding-left: 0.5em;
}

.jira-issue:after {
  content: ']';
}

.jira-issue:before {
  content: '[E4DASHBOARD-';
}