#root {
  min-height: 100vh;
  background-color: #fafafa;
}

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

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

.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;
}

.logo-header {
  max-height: 56px;
}

.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;
}

.btn-info {
  background-color: var(--primary) !important;
  border-color: var(--dark) !important;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color: var(--light) !important;
  border-color: var(--primary) !important;
}

.btn-info:focus {
  box-shadow: 0 0 0 0.2rem var(--secondary) !important;
}

.footerLinks, .footerLinks a {
  font-size: 0.9em;
  color: #aaa;
}

.max-width {
  max-width: 950px !important;
}

.navbar.menu {
  background-color: white;
  border-bottom: 1px solid var(--primary);
}

.card-title H4 {
  color: var(--primary);
}

.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: '[E4MAD-';
}

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