#app {
  padding-left: safe-area-inset-left;
  padding-right: safe-area-inset-right;
  padding-bottom: safe-area-inset-bottom;
  padding-top: safe-area-inset-top;
}

.invalid-feedback {
  color: #dc3545;
}

.is-invalid {
  border-color: #dc3545;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.dbg {
  border: 1px dotted orange;
}

.header-icons i {
  font-size: xx-large;
  margin: 2px;
}

.press {
  cursor: pointer;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
}

#wrap {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#site-wrapper {
  background-size: cover;
}

#site-wrapper.transitioning #site-canvas {
  transition-property: left;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

#site-canvas {
  -webkit-overflow-scrolling: touch;
}

#site-canvas.hp {
  top: 0px !important;
}

#header {
  margin: 0px;
  position: fixed;
  width: 100%;
  z-index: 2;
}

#header.hp {
  position: relative;
}

#header .logo {
  padding: 0px;
}

@media (max-height: 570px) {

  .hp-badge {
    margin-top: 2px;
  }

}

@media (min-height: 570px) {

  .hp-badge {
    margin-top: 15px;
  }

}

@media (min-height: 700px) {

  .hp-badge {
    margin-top: 25px;
  }

}

.homelogo.hp {
  padding: 2px;
}

.footer-section {
  padding: 5px 0px 0px 0px !important;
}

.footer-button {
  padding: 10px 0px 0px 0px !important;
}

#site-menu {
  background: rgba(0,0,0,1);
}

#site-menu div {
  position: relative;
}

.disc .selected {
  border: 1px solid black;
}

#progress-container {
  margin-top: 20px;
  border: 1px solid black;
}

#progress-value {
  background: black;
  height: 15px;
}

#total_time {
  position: absolute;
  right: 15px;
}

li.track {
  font-size: large;
}

.container {
  margin-bottom: 180px;
  margin-top: 15px;
  width: 99%;
  overflow-x: hidden;
  padding-bottom: 0px;
  min-height: -webkit-fill-available;
}

.close {
  position: absolute;
  right: -5px;
  top: -5px;
}

.midRow a {
  font-weight: normal;
}

#modal {
  background: rgba(0,0,0,0.83);
}

.modal-content {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: calc(100vh - 20px);
  overflow-y: hidden;
}

.xfade {
  position: relative;
  background-color: black;
  margin: auto;
}

.xfade.tower_ad {
  height: 600px;
  width: 234px;
}

.xfade.logo-cover_ad {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
}

.xfade.logo-cover_ad .xfade-ad {
  width: 100%;
  height: 100%;
}

.xfade.logo-cover_ad .xfade-ad img {
  position: relative;
  max-height: 100%;
  margin: auto;
}

.xfade.badge_ad {
  height: 60px;
  width: 234px;
}

.xfade .xfade-ad {
  position: absolute;
  left: 0px;
  top: 0px;
  transition: opacity .5s linear;
}

.xfade .up {
  opacity: 1;
  z-index: 3;
}

.xfade .down {
  opacity: 0;
  z-index: 2;
}

.xfade .limbo {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

#go_advanced_search {
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: x-large;
}

.search-result {
  margin-bottom: 10px;
}

.search-result:nth-of-type(odd) {
  background-color: #dedede;
}

#user_input input {
  color: black;
}

#user_input label {
  color: white;
}

#hp_logo {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  position: relative;
  left: 50%;
  top: 50%;
}

.cims-spotlight {
  padding: 20px;
}

.cims-spotlight:nth-of-type(even) {
  background-color: #cccccc;
}

.cims-spotlight:nth-of-type(odd) {
  background-color: #bbcccc;
}

.cims-spotlight .cims-blurb {
  margin-top: 10px;
}

div#site-menu ul {
  padding-left: 0px;
  padding-top: 30px;
}

div#site-menu ul.hp {
  padding-top: 0px;
}

div#site-menu ul li a {
  padding-left: 20px;
  display: block;
}