﻿/*** LAYOUT ***/

.app-body .main {
  background: url(/assets/img/redox_01.png) repeat;
}

.app-body .sidebar {
  background: url(/assets/img/stardust.png) repeat;
}

.top-buffer {
  margin-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}


/*** clubS ***/

.club-date-checkin {
  font-weight: 500;
}

.club-date-expires {
  margin-top: 9px;
  font-weight: 500;
}

.club-number {
  margin-top: 9px;
  font-weight: 500;
}

.club-club {
  margin-top: 9px;
  font-weight: 500;
}


/*** CARDS ***/

.card-header-title {
  font-size: 17px;
  font-weight: 500;
}

.date-checkin {
  font-weight:500;
}

.date-expires {
  margin-top:15px;
  font-weight:500;
}

/*** BS4 FIX ***/

.fade.in {
  opacity: 1 !important;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.modal-backdrop.in {
  opacity: 0.5 !important;
}