#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 60px;
}

.footer {
  background-color: #343a40;
  color: #878f96;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text here */
}

.banner {
  background: url(../images/banner.jpg) no-repeat center 0 / cover;
}

.jumbotron {
  background-color: rgba(233, 236, 239, 0.7);
}

#lotHeader {
  background-color:#e9ecef;
}

#lotText{
  color: #ffa000;
}
#lot-select.active {
  background-color: #ffa000;
  border-color: #ffc107;
}

.formHr {
  width: 25%;
  text-align: left;
  margin-left: 0;
  margin-top: 0;
}

.in-process {
  background-color: rgba(89, 255, 153, 0.9);
}

.pending{
  background-color: rgba(225, 260, 18, 0.5);
}

canvas {
  width: 100%;
  height: auto;
}

.thead-purple { /*table head on lot index pages*/
  /* background-color: #6e0050; */
  /* background-color: #f19800; */
  background-color: rgb(47, 79, 76);
  color: #f5f5f5;
}

.btnLink:hover {
  text-decoration: none;
  color: #ffa000;
  height: 100%;
  width: 100%;
}
.btnLink {
  text-decoration: none;
  color: #878f96;
  width: 100%;
  height: 100%;
}

.navBtn {
  display: none;
}

.navBtn:hover {
  color:#ffa000;
}
 
@media screen and (min-width: 768px) {
  .navBtn {
    display: inline-block;
  }
}

@media screen and (max-width: 414px) {
  .footContent {
    font-size: smaller;
    white-space: nowrap;
    overflow: hidden;
  }

}

.hidden {
  display: none;
}