body {
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#collapseSettings {
  width: 90%;
}

.dt-center {
  text-align: center;
}

.dt-left {
  text-align: left;
}

.dt-right {
  text-align: right;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
/* ------------ iline styles above --------------- */

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 50rem;
}

.textsize11 {
  font-size: 11px;
}

.textsize14 {
  font-size: 14px;
}
.searchfld {
  width: 300px !important;
}

th {
  font-size: 12px;
}

td {
  font-size: 11px;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.menubottom {
  margin-top: auto;
}

.navbar {
  padding: .2rem 1rem;
}

#btn-back-to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
}

.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 75%; /* 1:1 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#myTab {
  align-self: flex-end;
}

#navbarCollapse ul {
	position: absolute;
    left: 250px;
    top: 0;
}

@media (min-width: 768px) {
  #navbarCollapse ul {
	position: none;    
  }
}

