
/* My Rewards and Reward Details Pages */
/* used only for My Rewards headings */
.promotionContainer {
  border-bottom: 3px solid #dee2e6;
  position: relative;
}

.rewardsTableHeader {
  font-family: 'Shrikhand', serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
}

.gaugeHolder {
  position: relative;
  width: 100px; /*same size as largest gauge */
  height: 100px;
  margin: 0 auto;
}

#promotionsData .bonusingThumbnail {
  border: 1px solid #e4e4e4;
  box-shadow: -0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  max-width: 90px;
  width: 100%;
}

.gauge {
  position: absolute;
}

div.gaugeHolder div:nth-child(2) {
  top: 10px;
  left: 10px;
}

div.gaugeHolder div:nth-child(3) {
  top: 20px;
  left: 20px;
}

div.gaugeHolder div:nth-child(4) {
  top: 29px;
  left: 30px;
}

.gauge .status {
  position: absolute;
  top: 75px;
  font-weight: bold;
  left: 0;
  width: 100%;
  text-align: center;
  color: #00e26e;
}

.gauge .lower {
  top: 80px;
  color: #448ccb;
}

/* Reward Details */

/* Details Page gauges are a little bigger, so status needs to be adjusted */
#detailsGauges .gauge .status {
  top: 110px;
}

#detailsGauges .gauge .lower {
  top: 115px;
}

#detailsGauges .gaugeHolder {
  width: 150px
}

#promotionHeader {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  position:relative;
}

#promotionMainImage {
  display: block;
  width: 100%;
  max-height: 300px;
  z-index: 1;
}

#detailsGauges {
  margin: 0 auto;
  z-index: 100;
}

#gaugeContainer {
  min-height: 180px;
}

#promotionTitle {
  color: #fff;
  display: inline-block;
  margin: 0.5em;
  text-shadow:
     1px 1px #999,
    -1px 1px #999,
     1px -1px #999,
     -1px -1px #999,
    -0.3rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

#gaugeDetailsList {
  list-style: none;
  padding: 0;
}

#gaugeDetailsList li:before {
  content: "\2022";
  display: inline-block;
  font-size: 4rem;
  padding-right: 0.8rem;
  vertical-align: middle;
}

#gaugeDetailsList li:nth-of-type(1):before {
  color: #00e26e;
}
#gaugeDetailsList li:nth-of-type(2):before {
  color: #448ccb;
}
#gaugeDetailsList li:nth-of-type(3):before {
  color: #f5a11b;
}
#gaugeDetailsList li:nth-of-type(4):before {
  color: #f2624f;
}
#gaugeDetailsList li:nth-of-type(5):before {
  color: #d75745;
}

#gaugeDetailsList .qualifierDetail {
  line-height: 2.4rem;
}

#gaugeDetailsList .qualifierDetail p {
  display: inline;
}

#promotionDetails {
  padding-top: 10px;
}

#promotionDisclaimer {
  border-bottom: 3px solid #dee2e6;
  border-top: 3px solid #dee2e6;
}

.bonusingDetailsContainer h4 {
  font-size: 1.2rem;
  word-break: break-word;
}

.bonusingDetailsContainer .lead {
  word-break: break-word;
}

.bonusingDetailsLink {
  color: #e4e4e4;
  position: absolute;
  margin-top: -2rem; /* offset padding */
  right: 0;
  top: 50%;
}
