﻿/* Page structure */
.page {
  min-height: 100vh;
  margin-bottom: -25px;
  padding-bottom: 25px;
}

.footer {
  height: 25px;
  width: 100%;
  margin-top: -30px;
  position: relative;
  background-color: #f5f5f5;
  padding: 5px;
  color: darkgray;
  font-size: smaller;
  border-top: 1px solid lightgray;
}

.body-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
  padding-bottom: 15px;
}

/* Custom CSS */

div.rating { display: flex; }

div.slider { flex-grow: 1; }

div#rangeValue {
  width: 30px;
  text-align: right;
}

div#rngRating .slider-selection { background: #BABABA; }

div.formLabelWithLink {
  display: flex;
  justify-content: space-between;
}

div.nextUp {
  border-top: 1px solid #ddd;
  padding: 10px;
  display: flex;
}

div.veryNextUp { background: #eee; }

div.nextUp .nextUpTitle {
  font-weight: bold;
  font-size: 20px;
  display: inline-grid;
  width: 75px;
  position: relative;
}

@media only screen and (min-width: 800px) {
  div.nextUp .nextUpTitle {
    font-weight: bold;
    font-size: 20px;
    display: inline-grid;
    width: 100px;
    position: relative;
  }
}

div.nextUpSport {
  width: 75px;
  font-style: italic;
  text-align: center;
  font-weight: bolder;
}

@media only screen and (min-width: 800px) {
  div.nextUpSport {
    width: 125px;
    font-style: italic;
    text-align: center;
    font-weight: bolder;
  }
}

div.nextUpTagLine {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}

div.nextUpTagLine > a,  div.nextUpTagLine > div {
  display: table-cell;
  vertical-align: bottom;
}

div.nextUpDetail { display: inline-table; }

.nextUpDetailItem { margin-left: 30px; }

.subTitle {
  margin-top: 1em;
  color: darkgray;
}


.eventHistoryItemContainer:first-child {
  border-top: 0;
}

.eventHistoryItemContainer {
  border-top: 1px solid #ddd;
}

.eventHistoryItem:after { clear: both; }

.eventHistoryItem:before, .eventHistoryItem:after {
  display: table;
}

@media (min-width: 768px) {
  .eventHistoryItemCol {
    float: left;
  }
  .eventHistoryItemCol:after {
    content: " -";
    margin-right: 5px;
  }  
  .eventHistoryItemCol:last-child:after {
    content: "";
    margin-right: 0px;
  }
}

a.nextUpEventHistoryItemLink,
a.eventHistoryItemLink {
  border-left: 1px solid #ddd;
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
}

tr.disabledRow { color: silver; }

.disabled { color: silver; }

div.padded { padding: 10px; }

blockquote.homeHeader { margin-top: 30px; }

div.sportlogoContainer {
  width: 125px;
  display: inline-block;
  text-align: center;
}

h4.viewName { display: inline-block; }

img.sportlogo {
  max-width: 70px;
  max-height: 35px;
}
@media only screen and (min-width: 800px) {
  img.sportlogo {
    max-width: 100px;
    max-height: 50px;
  }
}

div.sportoptionlogo {
  width: 65px;
  text-align: center;
  display: inline-block;
}

div.sportoptiontext { display: inline-block; }

div.sportoptionlogo img {
  max-width: 50px;
  max-height: 21px;
}

div.latestSeasonLogo {
  display: inline-block;
  width: 50px;
  text-align: center;
}

div.latestSeasonLogo img {
  max-width: 50px;
  max-height: 1.5em;
}

div.latestSeasonName {
  display: inline-block;
  margin-left: 10px;
}

div.roundsToAcquireLogo {
  display: inline-block;
  width: 50px;
  text-align: center;
}

div.roundsToAcquireLogo img {
  max-width: 50px;
  max-height: 1.5em;
}

div.roundsToAcquireName {
  display: inline-block;
  margin-left: 10px;
}

.table > tbody > tr.headerRow {
  border-top: 0;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  text-align: left;
  font-weight: bold;
}

.table > tbody > tr.headerRow > td { border-top: 0px; }

.table > tbody > tr > td.sportTableCell {
  border: 0px;
  padding-top: 30px;
}