:root {
  --dark-blue: #003087;
  --medium-blue: #005EB8;

  --light-grey: #f9f9f9;

  --glucose-green: #93CD43;
  --ketone-blue: #2D71CA;
  --hba-red: #CB3A22;
  --urine-yellow: #E29034;
  --multiplex-purple: #E353EF;
}

*, ::after, ::before {
  box-sizing: border-box;
  border:none;
}

html {
    font-size:14px;
}
body { font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; margin: 0; padding: 0; }
input, textarea, keygen, select, button { font-size: 1.2em; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; }

.theme {
  padding: 30px 30px 0;
  max-width: 1500px;
  margin: 0 auto 40px !important;
}
.theme .theme {
  padding: 0;
}

img { padding: 0; margin: 0; border: none; -ms-interpolation-mode: bicubic;}

.frame { }

a { color: var(--medium-blue); }

.table a img {
    width:12px;
}
td label {
  margin: 6px 20px 0 0;
  display: block;
}

p { margin: 0; color: #444; margin-bottom: 1.2em; }

ul { margin: 0; padding: 0; list-style-position:inside; }

h1,h2,h3,h4,h5 { margin: 0 0 15px 0; font-weight: normal; }
h1, h2 {
  color:var(--dark-blue);
}
h1 {
    font-size:2.5rem;
}

h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.4em;
  font-weight: bold;
  clear: both;
}
  h3.small-grey {
    font-size: 1.2em;
    color: #676767;
  }
  h3.small-light-blue {
    font-size: 1.2em;
    color: var(--medium-blue);
  }
.blue h3, .green h3, .yellow h3, .red h3, .purple h3 {
    text-align:center;
}
h4 {
  font-size: 1.6em;
}

#heroContent {
  padding: 30px;
}
#heroBanner {
  width: 100%;
  height: 100%;
  background-size: cover;
  margin-top: -30px;
  min-height: 350px;
}

.redheader {
    color: red;
    font-weight: bold;
}
#loginStatusHeader {
  position: absolute;
  top: 0px;
  right: 25px;
  background: white;
  z-index: 10;
  padding: 5px;
}
.tabs {
  display: flex;
}
  .tabs a {
    padding: 5px 10px;
    border: 1px solid #777;
    border-bottom: none;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
  }
  .tabs a:not(.Highlight) {
    border: none;
    color: #555;
    margin-top:1px;  
  }
.biglink {
  font-size: 20px
}
sub { vertical-align:bottom; /*margin-top: 0.5em; position: absolute; text-indent: 0;*/ font-size: 0.7em; }
sup { vertical-align:top; font-size: 0.7em; }

.qpoint { color: #000 !important; }
.qpointwhite { color: white !important; }
.qpoint .q { color: #AC1A1B !important; }
.qpoint .qveryred { color: red !important; }

.button, input[type="submit"] {
  position: relative;
  border-radius: 5px;
  color: #494949;
  display: inline-block;
  margin: 10px 5px 10px 0;
  background: var(--dark-blue);
  color: white;
  padding: 0.3rem 1.2rem;
  text-decoration: none;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}
  .button:hover, input[type="submit"]:hover {
    background-color: #001e55;
  }
.button-secondary {
  position: relative;
  border-radius: 5px;
  color: #494949!important;
  display: inline-block;
  margin: 10px 5px 10px 0;
  background: #ddd!important;
  color: white;
  padding: 0.3rem 1.2rem;
  text-decoration: none;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}
.button span { background: url(../images/button-arrow.gif) no-repeat center right; padding: 0 20px 0 0; margin: 0 10px; }

.button-danger {
  color: white!important;
  background:red!important;
}

input, textarea, select {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: .4rem .6rem;
  font-size: 1rem;
}

.blackText {
  color: #000000;
}
.blueText { color: #0F6BB6; }

.dropShadow { box-shadow: 0 6px 6px -6px #777777; margin: 10px 0 20px 0; border-bottom: solid 1px #777; border-radius: 5px; }

.last { margin-right: 0 !important; }

.hide { display: none; }

ul.buttonList { list-style: none; }
ul.buttonList li { margin-right: 20px; }
ul.buttonList li .button { margin: 0; }

img.imageLeft { float: left; margin: 0 10px 10px 0; border: solid 1px #d3d3d3; border-radius: 5px; }
img.imageRight { float: right; margin: 0 0 10px 10px; border: solid 1px #d3d3d3; border-radius: 5px; }

img.imageRight.home { float: right; margin: 0 0 10px 15px; border: none; border-radius: 0px; }

#header {
  max-width: 1500px;
  margin: 0 auto !important;
  position:relative;
}

ul#headerUl {
  display: flex;
  align-items: center;
  padding:0 30px;
  flex-wrap:wrap;
}
@media(max-width:600px) {
  ul#headerUl {
    padding: 0 5%;
  }
}
#headerLogo {
  width: calc(100% - 300px);
}
@media(max-width:600px) {
  #headerLogo {
    width: calc(100% - 200px);
  }
}
#headerLogo a {
  width: 290px;
}
@media(max-width:700px) {
  #headerLogo a {
    width: 200px !important;
    height: 42px !important;
  }
}
  #headerLogo a img {
    width: 100%;
    max-width: 170px;
  }
.HeaderTextItalics {
  font-size: 1.1rem;
  margin: 3px 0 6px;
}
@media(max-width:600px) {
  .HeaderTextItalics {
    font-size: .9rem;
  }
}
.headerContact {
  width: 150px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  overflow:visible;
  position:relative;
  height:120px;
}
@media(max-width:600px) {
  .headerContact {
    width: 100px;
  }
}
  .headerContact .logoUKAS-wrap {
    background: white;
    height: 100px;
    position: absolute;
    top: 9px;
    left: 0;
    width: 65px;
    display: flex;
    align-items: center;
    padding: 5px 10px 0;
    transform: translateX(38%);
    box-sizing:content-box;
    z-index:1;
  }
@media(max-width:700px) {
  .headerContact .logoUKAS-wrap {
    width: 50px;
    transform: translateX(25%);
  }
}
    .headerContact .logoUKAS-wrap img {
      max-width: 120px;
      max-height: 100px;
      height: auto;
      width: 100%;
    }
  .headerContact .logoNHS {
    max-width: 120px;
    max-height: 100px;
    height: auto;
    width: 100%;
  }

#menu {
  width: 100%;
  margin-top: 0px;
  background-color: var(--dark-blue);
}
  #menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    padding: 0 235px 0 15px;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
  }
  @media(max-width:767px) {
    #menu ul {
      padding: 0 15px;
    }
  }
    #menu ul li {
      border: none;
    }

      #menu ul li a {
        display: block;
        line-height: 41px;
        text-align: center;
        color: #ffffff;
        font-size: 1.2rem;
        white-space: nowrap;
        padding: 0 15px 0;
        text-decoration:none;
      }
@media(max-width:900px) {
  #menu ul li a {
    margin: 0 2% 0;
  }
}

#menu ul li a:hover,
#menu ul li a.active { background: var(--medium-blue) }

#menu ul li#userLoginButton {
  position: relative;
  font-size: 1.2rem;
  line-height: 41px;
}
@media(max-width:767px) {
  #menu ul li#userLoginButton {
    padding: 0 15px;
  }
}
#menu ul li#userLoginButton a {
  display: block;
  text-decoration: none;
  overflow: visible;
  text-align: left;
}

#menu ul li#userLoginButton > span {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 155px;
  display: block;
  overflow: hidden;
  color: #fff;
}

@media(min-width:768px) {
  #menu ul li#userLoginButton {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 170px;
    font-size: 1.2rem;
    line-height: 41px;
  }

  #userLoginButton > span {
    width: 169px;
  }

  #menu ul li#userLoginButton > a {
    line-height: 41px;
    height: 41px;
    width: 172px;
    background: url(../images/chevron-circle-right-solid.svg) no-repeat;
    background-size: 14px;
    background-position: 145px center;
  }

    #menu ul li#userLoginButton > a:hover {
      background: var(--medium-blue) url(../images/chevron-circle-right-solid.svg) no-repeat !important;
      background-size: 14px !important;
      background-position: 145px center !important;
    }
}

#userLoginButton #userLoginMenu {
  display: none;
}

#userLoginButton:hover #userLoginMenu {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: absolute;
  right: -25px;
  top: 40px;
  z-index: 1;
  width: 210px;
  margin: 0;
  padding: 0;
}

  #userLoginButton:hover #userLoginMenu li {
    background: var(--dark-blue);
    padding: 0 15px;
  }

    #userLoginButton:hover #userLoginMenu li:last-of-type {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }

    #userLoginButton:hover #userLoginMenu li:hover {
      background: var(--medium-blue);
    }

    #userLoginButton:hover #userLoginMenu li a {
      text-align: left;
      padding: 0;
    }

#bannerWrap {
  background-color: var(--medium-blue);
  text-align: center;
  font-size: .9rem;
  padding: 8px 30px;
  color: white;
}

  #bannerWrap a {
    color: #00E0F3;
  }

#content {
  width: 100%;
}

  #content .fullColumn {
    width: 100%;
  }

  #content p.info {
    font-size: 1em;
    font-style: italic;
    margin: 1em 0;
  }

#loginForm {
  background-color: #f9f9f9;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.intro-panel {
  background-color: rgba(243,243,243,.7);
  border-radius: 10px;
  padding: 35px 110px 35px 35px;
  width: 40%;
  margin: 35px 0;
}

@media(min-width:1200px) {
  .intro-panel .read-more-button {
    margin-left: 0;
  }
}

.dots-image {
  position: absolute;
  top: 0;
  left: 45px;
  z-index: -1;
}

@media(max-width:1199px) {
  .intro-panel {
    padding: 20px;
    width: calc(100%);
    margin: 0;
    text-align: center;
  }

  .dots-image {
    display: none;
  }
}

.banner-container {
  height: 100%;
  width: 65%;
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 10px;
  z-index: -1;
  overflow: hidden;
  background: url(../images/banner-home2.jfif) no-repeat;
  background-position: center center;
  background-size: cover;
}

@media(max-width:1199px) {
  .banner-container {
    display: none;
    position: static;
    width: 100%;
    height: 180px;
    margin-top: 30px;
  }
}

#ourServicesAnchor {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 2;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 4px 20px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 35%);
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 35%);
  font-weight: bold;
  font-size: 1rem;
  color: var(--dark-blue);
  text-decoration: none;
  text-align: center;
}

  #ourServicesAnchor:hover {
    background-color: #eee;
  }

  #ourServicesAnchor img {
    width: 14px;
    margin: 5px;
  }

.boxWrapper {
  margin: 0 0 20px;
}

  .boxWrapper h3, .buttonList h3 {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .boxWrapper .boxContent, ul.buttonList li {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
  }

  .boxWrapper .largeButton, ul.buttonList .largeButton {
    color: #222;
    display: inline-block;
    line-height: 26px;
    padding: 0;
    border-radius: 5px;
    font-weight: bold;
    background-color: white;
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
  }

    .boxWrapper .largeButton:hover, ul.buttonList .largeButton:hover {
      background-color: #eee;
    }

    .boxWrapper .largeButton + p {
      margin: 20px 0px 10px;
    }

  .boxWrapper table {
    margin-bottom: 20px;
  }

    .boxWrapper table td {
      color: #444;
      vertical-align: top;
    }

  .boxWrapper.white .boxContent {
    background-color: white;
    border: none;
    padding-top: 0;
  }

  .boxWrapper.green .boxContent, ul.buttonList .green {
    background-color: #D4EBB4;
    border: 1px solid var(--glucose-green);
  }

  .boxWrapper.green .pricing-table {
    border: 1px solid var(--glucose-green);
  }

    .boxWrapper.green .pricing-table td {
      color: #222;
    }

  .boxWrapper.red .boxContent, ul.buttonList .red {
    background-color: #EAB0A7;
    border: 1px solid var(--hba-red);
  }

  .boxWrapper.red .pricing-table {
    border: 1px solid var(--hba-red);
  }

    .boxWrapper.red .pricing-table td {
      color: #222;
    }

  .boxWrapper.blue .boxContent, ul.buttonList .blue {
    background-color: #ABC6EA;
    border: 1px solid var(--ketone-blue);
  }

  .boxWrapper.blue .pricing-table {
    border: 1px solid var(--ketone-blue);
  }

    .boxWrapper.blue .pricing-table td {
      color: #222;
    }

  .boxWrapper.yellow .boxContent, ul.buttonList .yellow {
    background-color: #F3D3AE;
    border: 1px solid var(--urine-yellow);
  }

  .boxWrapper.yellow .pricing-table {
    border: 1px solid var(--urine-yellow);
  }

    .boxWrapper.yellow .pricing-table td {
      color: #222;
    }

  .boxWrapper.purple .boxContent, ul.buttonList .purple {
    background-color: #F2AEF7;
    border: 1px solid var(--multiplex-purple);
  }

  .boxWrapper.purple .pricing-table {
    border: 1px solid var(--multiplex-purple);
  }

    .boxWrapper.purple .pricing-table td {
      color: #222;
    }

  .boxWrapper .boxWrapper.white .boxContent {
    background-color: white;
    padding: 20px;
  }

  .boxWrapper .boxWrapper {
    margin: 0;
  }

.pricing-table {
  width: 100%;
}

ul.buttonList li {
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

  ul.buttonList li .largeButton {
    margin: 5px 0 5px;
  }

.largeButton {
  width: 160px;
  text-align: center;
  text-decoration: none;
}

td.check-box-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items:flex-start;
  padding-top:10px;
}

  td.check-box-wrap input {
    margin: 3px 7px 0 0;
  }
  td.check-box-wrap label {
    margin: 0;
  }

.boxContent ul {
  padding-left: 15px;
}

  .boxContent ul li {
    color: #5c5c5c;
    margin-bottom: 0.4em;
  }

table.pricing-table td:first-child {
  padding: 5px 5px 5px 8px;
}

table.pricing-table td:last-child {
  padding: 5px 8px 5px 5px;
}

.table {
  width: 100%;
  background: white;
  border-spacing: 0;
}

  .table tr:nth-child(even) {
    background: #fafafa;
  }

  .table tr th {
    color: #222;
    text-align: left;
    padding: .6rem;
    border-bottom: 1px solid #dedede;
    vertical-align:top;
  }

    .table tr th a {
      color: #222;
      text-decoration: none;
    }

  .table tr td {
    border-bottom: 1px solid #dedede;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.6rem;
  }

  .table tr:last-child td {
    border: none;
  }

.table-small {
  max-width: 500px;
}

#footer {
  clear: left;
}

#footerUpper {
  background: #EFEFEF;
  border-top: 1px solid #ccc;
}

  #footerUpper .container {
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
  }

@media(max-width:700px) {
  #footerUpper .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  #footerUpper ul {
    width: 45%;
    margin-right: 5%;
  }
}

#footerUpper ul {
  list-style-type: none;
}

  #footerUpper ul li {
    padding: 10px 0
  }

    #footerUpper ul li a {
      color: #333;
      font-weight: bold;
      text-decoration: none;
    }

      #footerUpper ul li a img {
        width: 30px;
        margin: 0 10px;
      }

#footerLower .container {
  padding: 25px 40px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media(max-width:600px) {
  #footerLower .container {
    flex-direction: column;
  }
}

@media(max-width:900px) {
  #footerLower, #footerUpper {
    padding: 30px 40px;
  }
}

.read-more-button {
  color: #fff;
  display: block;
  border-radius: 5px;
  font-weight: bold;
  background: var(--dark-blue) url(../images/chevron-circle-down-solid.svg) no-repeat;
  background-position: right 8px center;
  margin: 0 auto 10px;
  width: 100px;
  font-weight: normal;
  background-size: 11px;
  padding: 5px 25px 5px 10px;
  text-decoration: none;
  cursor:pointer;
}

  .read-more-button:hover {
    background-color: #001e55;
  }

.form h3 {
  margin: 0;
}

.form .inputContainer {
  float: left;
  width: 100%;
}

  .form .inputContainer label {
    float: left;
    width: 100%;
    font-size: 1.2em;
    margin: 10px 0 5px 0;
  }

  .form .inputContainer .inputWrapper {
    float: left;
    width: 100%;
    border: solid 1px #d3d3d3;
    border-radius: 5px;
    background-color: #ffffff;
  }

    .form .inputContainer .inputWrapper input {
      float: left;
      display: block;
      padding: 5px;
      border: 0;
      width: 90%;
      border-radius: 5px;
    }

    .form .inputContainer .inputWrapper span {
      float: left;
      display: block;
      border: 0;
      width: 5%;
    }

    .form .inputContainer .inputWrapper select {
      float: left;
      display: block;
      padding: 5px;
      border: 0;
      width: 100%;
      border-radius: 5px;
    }

    .form .inputContainer .inputWrapper input[type="checkbox"] {
      float: left;
      padding: 5px;
      width: auto;
    }

    .form .inputContainer .inputWrapper input[type="radio"] {
      float: left;
      padding: 5px;
      width: auto;
      clear: both;
    }

    .form .inputContainer .inputWrapper label {
      width: auto;
      padding: 3px;
      margin: 0;
    }

.form input[type="submit"] {
  cursor: pointer;
  width: auto;
}

.expander {
  float: left;
  width: 100%;
}

  .expander a.expandLink {
    width: 100%;
    padding: 10px 30px 10px 0;
    font-size: 1.2em;
    margin-bottom: 10px;
    border-bottom: solid 1px #d3d3d3;
    background: url(../images/icon-expand.svg) no-repeat center right;
    font-weight: bold;
    display: block;
    min-height: 40px;
    background-size: 20px;
    text-decoration: none;
  }

    .expander a.expandLink.open {
      background-image: url(../images/icon-collapse.svg);
    }

  .expander .expandDetails {
    width: 100%;
    display: none;
  }

    .expander .expandDetails ul, .expander .expandDetails ol {
      font-size: 1.2em;
      line-height: 1.4em;
      clear: both;
      color: #5C5C5C;
    }

    .expander .expandDetails li {
      font-size: 1rem;
      margin: 5px 0 14px 5px;
      line-height: 1.3rem;
    }

    .expander .expandDetails ul ul {
      font-size: 1em;
      line-height: 1em;
      clear: both;
    }

.teamMember {
  float: left;
  width: 100%;
  clear: both;
  margin: 0 0 30px
}

  .teamMember img {
    float: left;
    margin: 5px 15px 5px 5px;
    border: 1px solid #000
  }

  .teamMember h3 {
    float: none;
    clear: none;
    text-align: left;
  }

  .teamMember h4 {
    float: none;
    padding-left: 150px;
  }

  .teamMember p {
    float: none;
    clear: none !important;
    padding-left: 150px;
  }

p.contact, p.contact a {
  display: flex;
  align-items: center;
}

  p.contact img {
    margin-right: 5px;
  }

.loggedInHeader {
  float: right;
}

.warning {
    color:red;
}
.warning-message-box {
  color: red;
  border: 3px solid red;
  padding: 15px;
  margin: 10px 0;
  display: block;
}
  .warning-message-box ul {
    margin:10px 0;
  }
  .warning-message-box ul li {
    color: red;
  }

.cookieWarningBox {
  position: fixed;
  left: 50%;
  bottom: 10px;
  width: 70%;
  margin-top: -9em; /*set to a negative number 1/2 of your height*/
  margin-left: -35%; /*set to a negative number 1/2 of your width*/
  padding: 30px;
  background-color: #fff;
  display: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 14px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 14px 5px rgba(0,0,0,0.2);
}

.customValidator_TestError {
  float: right;
  width: 130px;
  margin-right: 9px;
  color: Red;
}

.rightContentPanel {
  background-color: #FFFFFF !important;
}

.list-inline {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap
}

.bg-grey {
  background-color: #f9f9f9;
}

.inline-qpoint-logo {
  width: 129px;
  height: 39px;
  vertical-align: bottom;
  display: inline-block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-right: 3px;
}

.analyte-name::after {
  display: inline;
}

.analyte-name-additional::after {
  display: inline;
  font-size: 50%;
}


.columns-loggedin {
  max-width: 1500px;
  margin: 0 auto 40px !important;
}

.right-column-loggedin .boxContent {
  background-color: transparent;
  padding: 0;
  text-align: center;
}

.right-column-loggedin a:not(.button) {
  border-radius: 5px;
  padding: 25px 30px 75px;
  margin-top: 10px;
  width: 100%;
  display: block;
}

.right-column-loggedin a.button {
  margin-top: -88px;
}

@media(max-width:991px) {
  .right-column-loggedin .theme {
      padding-top:0;
  }
}


@media(min-width:992px) {
  .columns-loggedin {
    display: flex;
  }

  .left-column-loggedin {
    width: calc(100% - 400px);
  }

  .right-column-loggedin {
    width: 400px;
  }

    .right-column-loggedin img {
      width: 100%;
    }
}

.link-large {
  font-size: 150%;
}

  .link-large svg {
    width: 13px;
    margin-left: 4px;
  }

.section-graphic {
  margin: 0 0 10px;
  text-align: center;
}

  .section-graphic img {
    width: 30%;
    max-width: 160px;
  }

/* BS4 columns and utility classes */

.mt-0 {
  margin-top: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mt-2 {
  margin-top: 1.3rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.75rem !important;
}

.mb-4 {
  margin-bottom: 1.75rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-1 {
  padding: .5rem !important;
}
.p-3 {
  padding: 1.5rem !important;
}
.pr-3 {
  padding-right: 1.5rem !important;
}

.w-100 {
  width: 100%;
}

.h-100 {
    height:100%;
}

.btn-primary {
  color: white;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: bold;
  background-color: var(--medium-blue);
  text-decoration: none;
}
.btn-primary:hover {
  background-color: var(--dark-blue);
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.d-none {
  display: none!important;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.text-blue {
  color: var(--dark-blue);
}

.margin-auto {
  margin: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.large-text {
  font-size: 250%;
}

.small-text {
  font-size: 75%;
}

.text-center {
  text-align: center;
}

.container {
  max-width: 1500px;
  margin: 0 auto !important;
}

.p-relative {
  position: relative;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col-xl-fifth, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 0 15px !important;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-fifth {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.clearfix {
    clear:both;
}

@media(min-width:992px){
  .table-half-width {
    width: 48%;
    float: left;
    margin: 1%;
    border: 1px solid #ddd;
  }
}

/* Remove up/down arrows/spinners from number inputs */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.reset-password-visibility-icon {
  width: 25px;
  height: 25px;
  background-color: #FFFFFF;
}

.reset-password-compliance-message {
  display: none;
  color: #000;
  position: relative;
}

.valid-password {
  color: green;
}

.invalid-password {
  color: red;
}

.reset-password-button {
  display: flex;
  gap: 15px;
  width: 100%
}

.gridview {
  font-size:13px;
  font-family: Arial, sans-serif;
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

  .gridview th {
    color: white;
    font-weight: bold;
    padding: 5px;
    text-align: left;
    border: 1px solid #ddd;
  }
   
  .gridview tr:nth-child(even) {
    background-color: #f9f9f9;
  }
   
  .gridview tr:hover {
    background-color: #d3d3d3;
  }
   
  .gridview td {
    padding: 5px;
    text-align: left;
    border: 1px solid #ddd;
    font-size:12px;
  }