/* This is for the sticky footer wrapper (Start) */
      html {
        height: 100%;
        box-sizing: border-box;
      }

      body {
        height: 100%;
        padding: 0;
        margin: 0;
      }

      * {
        box-sizing: inherit;
      }

      section {
        height: 100%;
      }

      .wrapper {
        min-height: 100%;
        display: grid;
        grid-template-rows: auto 1fr auto;
      }

      .page-header {
        padding-bottom: 20px;
      }

/* This is for the sticky footer wrapper (End) */

.segoeui {
  font-family: "Segoe UI" !important;
}

.login-background {
  background-image: url("../img/login_cover_image.jpg");
}

.mb-0 {
  margin-bottom: 0px;
}

.no-border {
  border: none !important;
}

.kznpt-center {
  text-align: center !important;
}

.nav-kzntraining-link {
  text-decoration: none !important;
  color: white !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.padding-top-bottom-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.lightgrey-border {
  border: 1px solid lightgray !important; 
  border-radius: 5px !important;
}

.pt-pb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.lightestgrey-background {
  background-color: #ECECEC;
}

.bold-text {
  font-weight: 800 !important;
}

.semi-bold-text {
  font-weight: 600 !important;
}

.ribbon-background {
  background-image: url("../img/ribbon.jpg");
  background-size: cover;
}

.font-open-sans {
  font-family: 'Open Sans', sans-serif;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.accordion-body {
  padding-left: 40px !important;
}