:root {
  --glucose-green: #93CD43;
  --glucose-green-light: #a4d75e;
}

body #headerLogo a {
  width: 290px;
  height: 62px;
  display: block;
  background: url(../../Images/headerLogoGlucose.png) 0 0 no-repeat;
  background-size:contain;
}
body #headerLogo a img {
  display: none;
}
body h1, body h2, body a {
  color: var(--glucose-green);
}
body #bannerWrap {
  background-color: var(--glucose-green-light);
  color: #222;
}
body #bannerWrap a {
  color: #222;
}
body .inline-qpoint-logo {
  background: url(../../Images/logo-small-glucose.png) 0 0 no-repeat;
}
body img.inline-qpoint-logo {
  display: none;
}

body #heroBanner {
  background: url(../../Images/hero-glucose.jpg) center center no-repeat;
}
body #menu {
  background-color: var(--glucose-green);
}
  body #menu ul li a {
      color: #222;
  }
    body #menu ul li a:hover, body #menu ul li a.active {
      background: var(--glucose-green-light);
    }


body #userLoginButton:hover #userLoginMenu li {
  background: var(--glucose-green);
}
body #userLoginButton {
  color:#222;
}
  body #userLoginButton:hover #userLoginMenu li:hover {
    background: var(--glucose-green-light);
  }
body #menu ul li#userLoginButton > span {
  color: #222;
}
body #menu ul li#userLoginButton > a:hover {
  background-color: var(--glucose-green-light)!important;
}
   
body .button, body input[type="submit"] {
  background: var(--glucose-green);
  font-weight: normal;
  color: #222;
}
  body .button:hover, body input[type="submit"]:hover {
    background: var(--glucose-green-light);
    font-weight: normal;
  }

body .boxWrapper.coloured {
  background-color: #D4EBB4;
  border: 1px solid var(--glucose-green);
  border-radius: 5px;
}

  body .boxWrapper.coloured .boxContent {
    background-color: transparent;
  }

.link-large svg {
  fill: var(--glucose-green);
}
.analyte-name::after {
  content: 'Glucose';
}
.right-column-loggedin a:not(.button) {
  border: 1px solid var(--glucose-green);
  border-radius: 5px;
  margin-top: 10px;
}
.gridview th {
    background-color: #93CD43;
 }
