html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
}

.container {
  display: flex;
}

.container > div {
  flex: 1;
}

header {
  width:100%;
  background: white;
  overflow: hidden;
}

header.container {
  display: inline-block;
  text-align:center;
}

footer {
  background-color: #eff3f6;
  height: 160px;
  padding: 30px;
}

.footer.logo {
  object-fit: contain;
  filter: drop-shadow(0px 0px 1px rgba(0,0,0,.3))
          drop-shadow(0px 0px 10px rgba(0,0,0,.3));
}

.content {
  padding: 10px;
  width: 100%;
  text-align: center;
  background: white;
  color: black;
  font-size: 20px;
}

.index {
  width: 100%;
}

.index.left {
  float:left;
  width: 40%;
}

.index.right {
  float:left; 
  width: 60%;
  font-family:Calibri;
  font-size: 16px;
}

a.button {
  text-decoration: none;
  font-size: 18px;
  background-color: rgb(70, 100, 140);
  color: white;
  padding: 6px 20px;
}

a.button:hover {
  background-color: #179bc7;
}

button.portal {
  text-decoration: none;
  font-size: 18px;
  background-color: rgb(70, 100, 140);
  color: white;
  border: 0;
  padding: 6px 20px;
}

button.portal:hover {
  box-shadow: 0 0 3px 3px #179bc7;
}

button.centers {
  text-decoration: none;
  font-size: 18px;
  background-color: white;
  color: black;
  border: 0;
  padding: 6px 20px;
}

button.centers:hover {
  box-shadow: 0 0 3px 3px #179bc7;
}

/* w3schools.com HTML5 responsive gallery */
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
  color: #333030;
  font-size: 15px;
  padding: 8px 12px;
  position: relative;
  bottom: 20 px;
  width: 100%;
  Font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 25px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  Font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  max-width: 400px;
  border: 0;
  margin: 0 0 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}

.form button {
  Font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #328f8a;
  width: 100%;
  max-width: 200px;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form button:focus {
  outline: 2;
  border: 2;
  border-width: 2pt;
  border-color: black;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}

.form textarea {
  width: 450px;
  height: 300px;
  color: #b3b3b3;
}

.form .section {
  border-style: groove;
  padding: 30px;
  padding-top: 15px;
  margin-bottom: 15px;
  background-color: rgb(245, 255, 245);
}

.form .section  .question {
  margin-bottom: 30px;
}

/* 2022 Multiple Applications */
.form .column {
  float: left;
  width: 25%;
}

/* Clear floats after the columns */
.form .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create a custom checkbox */
.form .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: #eee;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: rgb(245,245,245);
  overflow: hidden;
  margin-bottom: 25px;
}

.topnav.topnav-right {
  float: right;
}


.baritemlist {
  list-style-type: none;
  background: #ccaaaa;
  margin: 5px;
  padding: 10px;
  border: black;
  border-style: double;
  text-align: left;
  width: 100%;
  font-size: 20px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,td {
  padding: 8px;
  text-align: left;
}

/* Feedback form styles */
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 200px;
  height: 40px;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
::after,
::before {
  height: 100%;
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.review {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  margin: 0px;
}

/* Style the collapsible content. Note: hidden by default */
.collapsible-content {
  padding: 0 10px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}



.bottom-navigation {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 25px;
  text-align: center;
  font-size: 18px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  padding: 30px;
  padding-top: 15px;
  margin-bottom: 15px;
  background-color: rgb(219, 229, 235);
}

/* Supports our project document views */
.project-document { padding:10pt; width: 100%;}
.project-document .section { margin-bottom: 20pt; }
.project-document .section h4   {color: #0096b9; font-size: 20pt;}
.project-document .section label {font-weight: bold;}


/* Equipment page */
.equipment-header {
  background-color:#eebbac;
  border: 1px solid black;
}


/* Bootstrap changes */
.carousel-inner::after {
  display: none !important;
}

.carousel-inner > .carousel-item > img {
  height: 450px;
  object-fit: cover;
  filter: brightness(73%);
}

.navbar-text > a {
  color: #6c757d !important;
}

.navbar-text>a:hover {
  color: #fff !important;
}

/* Application */
.application-card {
    background: #fff !important;
    margin: 5px;
    text-decoration: none;
    color: #000;
    transition: box-shadow .3s;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(25% - 30px); /* Adjust the width of the card */
    height: 120px;
    /* min-height: 250px; */
    width: 200px;
    min-width: 120px;
    border-radius: 10px;
    border: 1px none rgba(204, 204, 204, 0.80);
  }
  
  .application-card:hover {
    color: #000;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(33,33,33,.2);
  }
  
  .application-card>i {
    color: rgba(0, 0, 0, 0.8);
  }
  
  .application-card>i::before {
    margin-top: 15px;
  }


/* Portal */
.portal-card {
  background: #fff !important;
  margin: 15px;
  margin-bottom: 40px;
  text-decoration: none;
  color: #000;
  transition: box-shadow .3s;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(20% - 30px); /* Adjust the width of the card */
  height: 180px;
  /* min-height: 250px; */
  width: 200px;
  min-width: 180px;
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.80);
}

.portal-card:hover {
  color: #000;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(33,33,33,.2);
}

.portal-card>i {
  color: rgba(0, 0, 0, 0.8);
}

.portal-card>i::before {
  margin-top: 15px;
}

/* Centers */

.center-card {
  margin: 10px;
  margin-left: 0px;
  margin-right: 20px;
  text-decoration: none;
  color: #000;
  transition: box-shadow .3s;
  text-align: left;
  padding: 20px;
  display: inline-block;
  height: 280px;
  width: 35%;
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.80);
}

.center-card>a {
  display: block;
}
.center-card:hover {
  color: #000;
  box-shadow: 0 0 8px rgba(33,33,33,.2);
}

.resource-card {
  font-size: 17px;
  display: flex;
  flex-direction: row;
  margin: 20px;
  margin-left: 0px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  transition: box-shadow .3s;
  text-align: left;
  height: 80px;
  width: 330px;
  border-radius: 8px;
  border: 1px solid rgba(204, 204, 204, 0.80);
}

.resource-card:hover {
  color: #000;
  box-shadow: 0 0 8px rgba(33,33,33,.2);
}


/* manage project style */

.filter-container {
  display: flex;
  justify-content: flex-start;
}
.search-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.filter-item {
  padding: 10px;
  margin-top: 10px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}
.search-item {
  padding: 10px;
  margin-top: 10px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

/* Wizard */
.wizard-nav-card {
  font-size: 17px;
  text-decoration: none;
  color: white;
  background-color:#0096b9;
  transition: box-shadow .3s;
  text-align: center;
  padding: 5px;
  display: inline-block;
  height: 40px;
  width: 200px;
  border-radius: 5px;
  border: 1px solid rgba(204, 204, 204, 0.80);
}

.wizard-nav-card:hover {
  color: black;
  background-color:#0aa6a9;
}

