.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: #7f08ae;
  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;
}

.text-center {
  text-align: center;
}

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

.calculatedAmountTTC{
  border: 1px solid #93939349;
font-size: 20px;
  width: 200px;
  height: 35px;
  text-align: center;
  border-radius: 20px;
  float: right;
  margin-top: -100px;
  margin-right: 60px;
}

.labelCalculatedAmount{
    width: 200px;
    font-size: 19px;
    height: 35px;
    text-align: center;
    float: right;
    margin-top: -135px;
    margin-right: 60px;
}

.bord{
  border: 1px solid black;
}


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

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

.btn-info{
  background-color: #8d358d!important;
  border-color: #8d358d!important;
}

.btn-info:hover, .btn-info:active {
  background-color: #c564c5!important;
}

.navbar.menu {
  border-bottom: 1px solid #8d358d;
}

.card-title H4 {
  color: #8d358d;
}

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

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