body {
  font-family: 'Verdana', 'Arial';
  background-size: auto;
}

.navbar {
  transition: top 0.5s ease;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.navbar-hide {
  top: -60px;
}

.jumbotron {
  background-color: #ffffff;
  background-image: url("./files/header.png");
  background-position: center bottom;
  background-size: cover;
  min-height: 215px;
  margin-top: 60px;
}

.nojumbo {
  margin-top: 80px;
}

.bottom-spacer {
  margin-bottom: 200px;
}

.footer {
  transition: bottom 0.5s ease;
}

.footer-hide {
  bottom: -60px;
}

.text-responsive-200 {
  font-size: calc(100% + 2vw + 2vh);
}

.text-responsive-175 {
  font-size: calc(100% + 1.75vw + 1.75vh);
}

.text-responsive-125 {
  font-size: calc(100% + 1.25vw + 1.25vh);
}

.text-responsive-80 {
  font-size: calc(100% + 0.8vw + 0.8vh);
}

.text-responsive-50 {
  font-size: calc(100% + 0.5vw + 0.5vh);
}

.text-responsive-sm {
  font-size: 0.875em;
}

.text-responsive-xs {
  font-size: 0.5em;
}

.btn-hsm {
  height: 20px;
  font-size: 12px;
  padding: 0;
}

.btn-md {
  width: 100px;
}

.btn-wx {
  width: 150px;
}

.btn-wxx {
  width: 200px;
}

.td-lg {
  width: 200px;
}

.td-sm {
  width: 80px;
}

.bg-caption {
  background-color: rgba(0,0,0,.5);
}

.btn-cursor {
  cursor: pointer;
}

.img-cursor {
  cursor: pointer;
}

.img-xl {
  height: 100px;
  width: auto;
}

.img-lg {
  height: 80px;
  width: auto;
}

.img-md {
  height: 24px;
  width: auto;
}

.img-sm {
  height: 18px;
  width: auto;
}

.img-xs {
  height: 9px;
  width: auto;
}

.img-auto {
  height: 96vh;
  width: auto;
}

#copyright {
  text-align: center;
  padding: .3em;
}

#copyright a {
  color: #dddddd;
  text-decoration: none;
}

.top-spacer {
  margin-top: 60px;
}

.bottom-spacer {
  padding: 10px;
  padding-right: 11px;
  margin-bottom: 90px;
}

.clickable-row {
  cursor: pointer;
}

.slider {
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.dropzone-sm {
  border-radius: 5px;
}

.swiper-slide {
  background-color: #ffffff;
}

.clock-md {
  font-size: 24px;
  color: rgb(255, 255, 255);
}

.clock-lg {
  font-size: 36px;
  color: rgb(255, 255, 255);
}

.event-md {
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.swiper-slide {
  background-color: #ffffff;
}

#calendar {
  height: 100%;
  width: 100%;
}

.fc .fc-toolbar h2 {
  font-weight: 300;
  font-size: 20px;
}

.fc table {
  font-size: 14px;
}

.fc .fc-head {
  background-color: #dee2e6;
}

.fc .fc-event{
  font-size: 12px;
  font-weight: lighter;
}

.fc .fc-event .fc-time {
  display: none;
}

.fc .fc-agendaDay-view .fc-event .fc-time {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.fc-today {
  color: #0000f0;
  background: #f0f0f0;
} 

@media (min-width: 992px) {
  .fc .fc-toolbar h2 {
    font-size: 22px;
  }
  .fc table {
    font-size: 16px;
  }
  .fc .fc-event{
    font-size: 14px;
  }
  .fc .fc-agendaDay-view .fc-event .fc-time {
    font-size: 14px;
  }
}

.list-group-item {
  cursor: pointer;
}

.modal-content {
  background-color: #ffffff;
}

.modal-content .title-dot-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #cccccc;
}
.modal-content .modal-title span {
  vertical-align: middle;
}
