@charset "UTF-8";

/* CSS Document */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler {
  border: 0px solid transparent;
}


.img-indivcenter {
  background-size: cover;
  background-position: center;
}

.vw-30 {
  min-width: 30vw !important;
  background-size: cover;
  background-position: center;
}

.vhvw-30 {
  height: 30vw !important;
}

.vhvw-eventcard {
  height: 20vw !important;
}

.pt-100 {
  padding-top: 100% !important;
}

.pt-25 {
  padding-top: 25% !important;
}

.pt-50 {
  padding-top: 50% !important;
}

.pt-75 {
  padding-top: 75% !important;
}

.pt-100 {
  padding-top: 100% !important;
}

.mw-50 {
  max-width: 50% !important;
}


.down-arrow {
  display: inline-block;
  position: fixed;
  background: #bfb;
  padding: 10px 0;
  width: 200px;
  text-align: center;
  bottom: 110px;
  border-radius: 5px;
  font-size: 150%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.down-arrow:after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid #bfb;
  border-right: 10px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 10px solid transparent;
}

.up-arrow {
  display: inline-block;
  position: relative;
  background: #bfb;
  color: #000;
  text-decoration: none;
  padding: 15px 0;
  width: 200px;
  border-radius: 5px;
  text-align: center;
  right: 2px;
  font-size: 150%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.up-arrow:after {
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 20px solid #bfb;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.gradient-bg {
  background: linear-gradient(to bottom, #f8f9fa, #6c757d);
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
  border-radius: 5px;
}

.gradient-headerbg {
  background: linear-gradient(to bottom, #f8f9fa);
  background: linear-gradient(to bottom, #000000, #000000);
  border-radius: 5px;
}

.no-border-rows tr,
.no-border-rows th,
.no-border-rows td {
    border: none !important;
}

.no-pointer-events {
  pointer-events: none;
}

.no-pointer-events .clickable-image {
  pointer-events: auto;
}
