select {
  max-width: 15em;
}
table.adp {
  width: 100%;
  margin: 0;
}
table.adp .BetsLabel {
  float: right;
  background: url(/frontend/img/bet_arrow.png);
  width: 34px;
  height: 31px;
  margin-bottom: -1em;
  margin-right: -1em;
  margin-top: -0.25em;
}
table.adp th:nth-child(1),
table.adp td:nth-child(1),
table.adp th:nth-child(5),
table.adp td:nth-child(5),
table.adp th:nth-child(6),
table.adp td:nth-child(6),
table.adp th:nth-child(7),
table.adp td:nth-child(7),
table.adp th:nth-child(11),
table.adp td:nth-child(11),
table.adp th:nth-child(8),
table.adp td:nth-child(8),
table.adp th:nth-child(9),
table.adp td:nth-child(9) {
  padding-left: 0;
  padding-right: 1em;
  text-align: right;
}
table.adp th[colspan='100%'],
table.adp td[colspan='100%'] {
  text-align: left;
}
table.adp th button.watchlist,
table.adp td button.watchlist {
  margin: -0.5em 0.5em -0.5em 0;
}
table.adp .loading:after {
  content: "Loading...";
  padding: 0.5em 1em;
  display: block;
}
div[data-a-spot="ADP"] {
  margin-bottom: 1em;
}
#adp_range {
  display: inline-block;
  font-size: 0.8em;
  padding-bottom: 0;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-right: 1em;
  width: calc(100% - 2em);
}
#adp_range label,
#adp_range span {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 1em;
}
#adp_range label input[type='date'],
#adp_range span input[type='date'] {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#downloadPrintForm {
  display: inline;
  vertical-align: middle;
  white-space: nowrap;
}
#downloadPrintForm button,
#downloadPrintForm a.btn {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
#ajax_content {
  margin-top: 1em;
}
.sticky {
  overflow-x: auto;
  overflow-y: visible;
  margin-bottom: 1em;
  width: 100%;
}
.adp_module_wrapper > .steps_module_title {
  text-align: center;
  font-size: 2em;
  padding: 0.5em;
}
.adp_module {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 30em;
  margin-bottom: 1em;
  box-shadow: 0 1px 4px 0 var(--box-shadow-color);
  width: 100%;
}
.adp_module > .adp_item_data {
  flex: 1;
  min-width: 40em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.adp_module > .adp_item_sl {
  flex: 1;
  padding: 1em;
  margin-top: 0.8em;
  text-align: center;
  min-width: 19em;
  max-width: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 45em) {
  #downloadPrintForm {
    vertical-align: top;
    float: right;
  }
  #downloadPrintForm > button,
  #downloadPrintForm a.btn {
    padding: 0.25em 0.75em;
    font-size: 0.9em;
    border-radius: 0em;
    margin-left: 0.2em;
  }
  .mobile_filter_link {
    margin-right: 0.2em;
  }
  table.data {
    margin-top: 0;
    white-space: nowrap;
  }
  table.data td:nth-child(1) {
    left: 0;
  }
}
@media screen and (max-width: 37em) {
  select {
    max-width: 100%;
  }
  #adp_range {
    margin-right: 0;
  }
  #downloadPrintForm {
    white-space: normal;
  }
}
#adp[data-board='1'] > tbody > tr {
  display: flex;
  flex-flow: row nowrap;
}
#adp[data-board='1'] > tbody > tr:first-child:hover > td {
  background: White;
}
#adp[data-board='1'] > tbody > tr:hover > td:first-child {
  background: White;
}
#adp[data-board='1'] > tbody > tr > td:first-child:not([colspan='100%']) {
  flex: none;
  width: 3em;
  box-sizing: border-box;
  text-align: center !important;
}
#adp[data-board='1'] > tbody > tr:nth-child(n+2).right > td:first-child:after {
  content: "→";
  display: block;
  font-weight: bold;
  font-size: 2em;
  line-height: 0.5em;
}
#adp[data-board='1'] > tbody > tr:nth-child(n+2).left {
  flex-flow: row-reverse nowrap;
}
#adp[data-board='1'] > tbody > tr:nth-child(n+2).left > td:first-child {
  order: 100;
}
#adp[data-board='1'] > tbody > tr:nth-child(n+2).left > td:first-child:after {
  content: "←";
  display: block;
  font-weight: bold;
  font-size: 2em;
  line-height: 0.5em;
}
#adp[data-board='1'] > tbody > tr > td {
  flex: 1;
  border: solid 1px #ccc;
  padding: 0.5em !important;
  text-align: center !important;
  vertical-align: top;
  min-width: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
#adp[data-board='1'] > tbody > tr > td > div:nth-child(1) {
  display: flex;
  flex-flow: row nowrap;
  text-align: left;
}
#adp[data-board='1'] > tbody > tr > td > div:nth-child(1) > span:first-child {
  flex: 1;
}
#adp[data-board='1'] > tbody > tr > td > div:nth-child(1) > span:nth-child(2) > span {
  display: none;
}
#adp[data-board='1'] > tbody > tr > td > a:nth-child(2) {
  color: inherit;
  font-weight: bold;
}
#adp[data-board='1'] > tbody > tr > td > a:nth-child(2):hover {
  text-decoration: underline;
}
#adp[data-board='1'] > tbody > tr > td > a:nth-child(2) + span {
  display: none;
  font-weight: bold;
}
#adp_board_key {
  position: sticky;
  top: 0;
  padding: 0.4em;
  font-size: 0.8em;
}
#adp_board_key > span {
  padding: 0.5em;
  border-radius: 0.5em;
  display: inline-block;
  margin: 0.25em;
}
#adp_board_key[data-sport='mlb'] [data-pos='C'],
#adp[data-board='1'][data-sport='mlb'] [data-pos='C'] {
  background: #ddd;
  border: solid 1px #aaa;
}
#adp_board_key[data-sport='mlb'] [data-pos='1B'],
#adp[data-board='1'][data-sport='mlb'] [data-pos='1B'] {
  background: #cbb8fa;
  border: solid 1px #aaa;
}
#adp_board_key[data-sport='mlb'] [data-pos='2B'],
#adp[data-board='1'][data-sport='mlb'] [data-pos='2B'] {
  background: #ff7f00;
  border: solid 1px #c78c6c;
}
#adp_board_key[data-sport='mlb'] [data-pos='3B'],
#adp[data-board='1'][data-sport='mlb'] [data-pos='3B'] {
  background: #fcc0eb;
  border: solid 1px #b38492;
}
#adp_board_key[data-sport='mlb'] [data-pos='SS'],
#adp[data-board='1'][data-sport='mlb'] [data-pos='SS'] {
  background: #c0ebfc;
  border: solid 1px #8492b3;
}
#adp_board_key[data-sport='mlb'] [data-pos='UT'],
#adp[data-board='1'][data-sport='mlb'] [data-pos='UT'] {
  background: #03dbff;
  border: solid 1px #03dbff;
}
#adp_board_key[data-sport='mlb'] [data-pos='OF'],
#adp[data-board='1'][data-sport='mlb'] [data-pos='OF'] {
  background: #a2cd5a;
  border: solid 1px #74ba70;
}
#adp_board_key[data-sport='mlb'] [data-pos='P'],
#adp[data-board='1'][data-sport='mlb'] [data-pos='P'] {
  background: #ffe303;
  border: solid 1px #e4bf08;
}
#adp_board_key[data-sport='nhl'] [data-pos='F'],
#adp[data-board='1'][data-sport='nhl'] [data-pos='F'] {
  background: #ffe303;
  border: solid 1px #e4bf08;
}
#adp_board_key[data-sport='nhl'] [data-pos='D'],
#adp[data-board='1'][data-sport='nhl'] [data-pos='D'] {
  background: #c0ebfc;
  border: solid 1px #8492b3;
}
#adp_board_key[data-sport='nhl'] [data-pos='G'],
#adp[data-board='1'][data-sport='nhl'] [data-pos='G'] {
  background: #a2cd5a;
  border: solid 1px #74ba70;
}
#adp_board_key[data-sport='nba'] [data-pos='F'],
#adp[data-board='1'][data-sport='nba'] [data-pos='F'] {
  background: #ffe303;
  border: solid 1px #e4bf08;
}
#adp_board_key[data-sport='nba'] [data-pos='C'],
#adp[data-board='1'][data-sport='nba'] [data-pos='C'] {
  background: #c0ebfc;
  border: solid 1px #8492b3;
}
#adp_board_key[data-sport='nba'] [data-pos='G'],
#adp[data-board='1'][data-sport='nba'] [data-pos='G'] {
  background: #a2cd5a;
  border: solid 1px #74ba70;
}
#adp_board_key[data-sport='nfl'] [data-pos='QB'],
#adp[data-board='1'][data-sport='nfl'] [data-pos='QB'] {
  background: #fcc;
  border: solid 1px #eb3241;
}
#adp_board_key[data-sport='nfl'] [data-pos='RB'],
#adp[data-board='1'][data-sport='nfl'] [data-pos='RB'] {
  background: #a2cd5a;
  border: solid 1px #74ba70;
}
#adp_board_key[data-sport='nfl'] [data-pos='WR'],
#adp[data-board='1'][data-sport='nfl'] [data-pos='WR'] {
  background: #ffe303;
  border: solid 1px #e4bf08;
}
#adp_board_key[data-sport='nfl'] [data-pos='TE'],
#adp[data-board='1'][data-sport='nfl'] [data-pos='TE'] {
  background: #c0ebfc;
  border: solid 1px #8492b3;
}
#adp_board_key[data-sport='nfl'] [data-pos='K'],
#adp[data-board='1'][data-sport='nfl'] [data-pos='K'],
#adp_board_key[data-sport='nfl'] [data-pos='TK'],
#adp[data-board='1'][data-sport='nfl'] [data-pos='TK'] {
  background: #cbb8fa;
  border: solid 1px #aaa;
}
#adp_board_key[data-sport='nfl'] [data-pos='TD'],
#adp[data-board='1'][data-sport='nfl'] [data-pos='TD'],
#adp_board_key[data-sport='nfl'] [data-pos='TDSP'],
#adp[data-board='1'][data-sport='nfl'] [data-pos='TDSP'] {
  background: #ff7f00;
  border: solid 1px #c78c6c;
}
@media print {
  #universal-header,
  #player_search_module,
  .sportHeader,
  .abutler,
  #GameListWidgetModule,
  #iStoreLink,
  #universal-footer,
  #adp_board_key,
  #ClassicLink,
  #PrintButton,
  #clear_dates,
  input[type='submit'] {
    display: none !important;
  }
  #num_teams,
  #draft_type {
    background: White;
  }
  .sticky {
    overflow: visible;
  }
  #adp[data-board='1'] > tbody > tr > td:first-child {
    width: 1em;
  }
  #adp[data-board='1'] > tbody > tr > td > div:first-child {
    flex-flow: column wrap;
  }
  #adp[data-board='1'] > tbody > tr > td > div:first-child > span {
    flex: none;
    width: 100%;
    text-align: center;
  }
  #adp[data-board='1'] > tbody > tr > td > div:first-child > span:nth-child(2) > span {
    display: inline;
  }
  #adp[data-board='1'] > tbody > tr > td > a:nth-child(2) {
    display: none;
  }
  #adp[data-board='1'] > tbody > tr > td > a:nth-child(2) + span {
    display: block;
  }
}
/*# sourceMappingURL=adp.page.css.map */