.bwl-stripe1-background {
  background-color: #003300;
}

.bwl-stripe2-background {
  background-color: #DDDAC9;
}

.bwl-stripe3-background {
  background-color: #8B846A;
}

.bwl-background {
  background-color: #D4CDB1;
}

.bwl-body-border {
  border-color: #0B1C48;
}

.main-links {
  color: #D4CDB1;
  background-color: #003300;
  border-radius: 10px;
}

.main-links a {
  color: #D4CDB1 !important;
}

.main-links .navbar-toggler {
  color: #D4CDB1;
  border-color: #D4CDB1;
}

.ncpa-link {
  cursor: pointer;
}

.hand {
  cursor: pointer;
}

.left {
  float: left;
}

.right {
  float: right;
}

#team-list {
  display: flex;
  align-items: center;
  justify-content: center;
  background:#FFFFFF;
}

#sort-list {
  display: flex;
  align-items: center;
  justify-content: center;
  background:#FFFFFF;
  margin-bottom:4px;
}

.sortable-list, .initial-list {
  background: #FFFFFF;
  width: 345px;
  border-redius: 6px;
  padding-right: 30px;
}

.team {
  list-style: none;
  display: flex;
  border-radius: 5px;
  margin-bottom: 1px;
  padding: 2px;
  align-items: center;
  border: 1px solid #003300;
  justify-content: space-between;
  background: #FFFFFF;
  -ms-touch-action: none;
  touch-action: none !important;
}

.initial-list .team {
  background: #999999 !important;
}

.team .details {
  display: flex;
  align-items: center;
}

.team .details img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  object-fit: cover;
}

.team .details span {
  font-size: 1rem;
}

.team i {
  color: #003300;
  font-size: 1rem;
  margin-right: 3px;
}

.check-table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 12px;
  color: #000000;
  text-align: center;
  margin: auto;
}

.check-table th td {
  border: 1px solid black;
}

.white-cell {
  background-color: #FFFFFF;
  min-width: 20px;
  border: 1px solid black !important;
}

.grey-cell {
  background-color: #CCCCCC;
  min-width: 20px;
  border: 1px solid black !important;
}

.red-cell {
  background-color: #6666FF;
  min-width: 20px;
  border: 1px solid black !important;
}

.btn-bwl-200 {
  min-width: 190px;
}

.btn-bwl-primary {
  color: #D4CDB1;
  background-color: #003300;
  border-color: #003300;
}

.btn-bwl-primary:hover {
  color: #D4CDB1;
  background-color: #003300;
  border-color: #003300;
}

.btn-bwl-default {
  color: #003300;
  background-color: #D4CDB1;
  border-color: #003300;
}

.btn-bwl-default:hover {
  color: #003300;
  background-color: #D4CDB1;
  border-color: #003300;
}

.btn-bwl-selected {
  color: #D4CDB1;
  background-color: #8B846A;
  border-color: #003300;
}

.btn-bwl-selected:hover {
  color: #D4CDB1;
  background-color: #8B846A;
  border-color: #003300;
}

.btn-bwl-outline-primary {
  color: #003300;
  background-color: #FFFFFF;
  border-color: #003300;
}

.btn-bwl-outline-primary:hover {
  color: #003300;
  background-color: #FFFFFF;
  border-color: #003300;
}

.btn-bwl-primary-small {
  color: #D4CDB1;
  background-color: #003300;
  border-color: #003300;
  width: 30px;
  height: 30px;
  padding: 0px !important;
}

.btn-bwl-primary-small:hover {
  color: #D4CDB1;
  background-color: #003300;
  border-color: #003300;
}

.admin-div-title {
  border-top: 3px solid #CCCCCC;
  border-bottom: 3px solid #CCCCCC !important;
  text-align: center;
}

.center-div-shell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pick-box {
  background-color: #D4CDB1;
  margin-left: auto;
  margin-right: auto ;
  border: 5px solid;
  border-color: #003300;
  border-radius: 15px;
  box-shadow: 5px 5px 5px #555555;
  overflow: visible;
  z-index: 1;
  position: relative;
  color: #003300;
  margin-bottom: 10px;
}

.pick-box-past {
  background-color: #A19A7E;
  margin-left: auto;
  margin-right: auto ;
  border: 5px solid;
  border-color: #003300;
  border-radius: 15px;
  box-shadow: 5px 5px 5px #555555;
  overflow: visible;
  z-index: 1;
  position: relative;
  color: #003300;
  margin-bottom: 10px;
}

.btn-bwl-bold {
  font-weight:bold;
  font-size:2.5vw;
}

@media screen and (min-width: 557px) {
  .btn-bwl-bold {
    font-weight:bold;
    font-size:.9em;
  }
}

.division-title {
  font-weight: bold;
  font-size: 24px;
  background-color: #003300;
  color: #FFFFFF;
  width: 90%;
  margin: auto;
  max-width: 700px;
}

.standings-table-wrapper {
  width: 90%;
  overflow-x:auto;
  margin:auto;
}

.standings-table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  margin: auto;
  max-width: 700px;
}

.standings-header {
  background-color: #003300;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 1px;
}

.standings-odd {
  background-color: #DDDAC9;
  color: #003300;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bolder;
  text-align: left;
}

.standings-even {
  background-color: #D4CDB1;
  color: #003300;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bolder;
  text-align: left;
}

.standings-sticky-rank {
  position: sticky;
  left: 1px;
  outline: 1px solid #FFFFFF;
  min-width:18px;
}

.standings-sticky-team {
  position: sticky;
  left: 20px;
  outline: 1px solid #FFFFFF;
  min-width:18px;
  white-space: nowrap;
}

.schedule-ps-header {
  font-weight: bold;
  font-size: 18px;
  background-color: #003300;
  color: #FFFFFF;
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 1px;
}

.schedule-header {
  font-weight: bold;
  font-size: 14px;
  background-color: #003300;
  color: #FFFFFF;
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 1px;
}

.schedule-game-shell {
  font-weight: bold;
  font-size: 12px;
  width: 90%;
  margin: 2px auto;
  cursor: pointer;
}

.schedule-game-header {
  background-color: #003300;
  color: #FFFFFF;
}

.schedule-game-body {
  background-color: #D3CFB2;
  color: #003300;
  border: 2px solid #003300;
  white-space: nowrap;
}

.schedule-game-score {
  text-align: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.team-schedule {
  cursor: pointer;
}

.team-schedule-header {
  font-weight: bold;
  font-size: 14px;
  background-color: #003300;
  color: #FFFFFF;
  width: 98%;
  max-width: 500px;
  margin: auto;
  text-align: center;
  margin-bottom: 1px;
}

.team-schedule-line-odd {
  background-color: #DDDAC9;
  color: #003300;
  width: 98%;
  max-width: 500px;
  margin: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bolder;
  text-align: left;
}

.team-schedule-line-even {
  background-color: #D4CDB1;
  color: #003300;
  width: 98%;
  max-width: 500px;
  margin: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bolder;
  text-align: left;
}

#schedule-team-select {
  max-width: 360px;
}

#scores-series-select {
  max-width: 200px;
}

#scores-team-select {
  max-width: 300px;
}

.score-wrapper {
  width:100%;
  overflow-x:auto;
}

.score-table {
  margin: 10px auto;
  max-width:800px;
  border-collapse: separate !important;
  border-spacing: 0;
  border: 1px solid #003300;

}

.score-table td {
  border: 1px solid #003300;
  padding: 0px 2px;
  min-width: 30px;

}

.score-header {
  text-align: center;
  background-color: #003300;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 10px;
  white-space: nowrap;
}

.score-picks {
  text-align: center;
  background-color: #D4CDB1;
  color: #003300;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 10px;
  white-space: nowrap;
}

.score-runs {
  text-align: center;
  background-color: #DDDAC9;
  color: #003300;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 10px;
  white-space: nowrap;
}

.score-final {
  background-color: #DDDAC9;
  color: #003300;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 18px;
}

.score-potential {
  background-color: #AAA796 !important;
}

.score-sticky-left {
  position: sticky;
  left: 1px;
  outline: 1px solid #003300;
  width:120px;
}

.score-sticky-right {
  position: sticky;
  right: 1px;
  outline: 1px solid #003300;
  width:36px;
}

.matchup-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.matchup-item {
  min-width: 150px;
  margin: 0px;
  font-size: .7em;
  font-weight: bold;
  text-align: left;
  border: 2px solid #003300;
  background-color: #D4CDB1;
  white-space: nowrap;
  padding: 0px 2px;
  margin: 1px;
  cursor: pointer;
}

.postseason-table {
  border-collapse: separate !important;
  border-spacing: 0px;
}

.postseason-h {
 padding: 3px;
 font-weight: bold;
}

.postseason-tl {
  border-top: 3px solid #003300;
  border-left: 3px solid #003300;
  border-bottom: 1px solid #FFFFFF;
  background-color: #D4CDB1;
  border-top-left-radius: 15px;
  padding: 3px;
}

.postseason-t {
  border-top: 3px solid #003300;
  border-bottom: 1px solid #FFFFFF;
  background-color: #D4CDB1;
  padding: 3px;
  white-space: nowrap;
}

.postseason-tb {
  border-top: 3px solid #003300;
  border-left: 2px solid #003300;
  border-right: 2px solid #003300;
  border-bottom: 1px solid #FFFFFF;
  background-color: #D4CDB1;
  text-align: center;
  font-weight: bold;
  padding: 3px;
}

.postseason-tr {
  border-top: 3px solid #003300;
  border-right: 3px solid #003300; 
  border-bottom: 1px solid #FFFFFF;
  background-color: #D4CDB1;
  border-top-right-radius: 15px;
  text-align: center;
  font-weight: bold;
  padding: 3px;
}

.postseason-bl {
  border-bottom: 3px solid #003300;
  border-left: 3px solid #003300;
  background-color: #D4CDB1;
  border-bottom-left-radius: 15px;
  padding: 3px;
}

.postseason-b {
  border-bottom: 3px solid #003300;
  background-color: #D4CDB1;
  padding: 3px;
  white-space: nowrap;
}

.postseason-bb {
  border-bottom: 3px solid #003300;
  border-left: 2px solid #003300;
  border-right: 2px solid #003300;
  background-color: #D4CDB1;
  text-align: center;
  font-weight: bold;
  padding: 3px;
}

.postseason-br {
  border-bottom: 3px solid #003300;
  border-right: 3px solid #003300; 
  background-color: #D4CDB1;
  border-bottom-right-radius: 15px;
  text-align: center;
  font-weight: bold;
  padding: 3px;
}

.postseason-l {
  color: #888888;
}

.postseason-fit-1 {
  height: 100%;
}

.postseason-fit-2 {
  height: 50%;
}

.postseason-fit-4 {
  height: 25%;
}

.postseason-link {
  cursor: pointer;
}

.postseason-link-x {
  cursor: pointer;
}

.bracket-view {
  display:flex;
}

.history-year {
  font-size:26px;
  background-color:#003300;
  color:#FFFFFF;
  text-align:center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin: auto;
  max-width: 1000px;
}

.history-champion {
  font-size:26px;
  background-color:#FFFFFF;
  color:#003300;
  text-align:center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 2px solid #003300;
  margin-bottom:10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.history-summary-link {
  font-size:14px;
  margin:10px;
  cursor:pointer;
}

.history-details-group {
  border: 2px solid #003300;
  border-radius: 15px;
  margin: 10px;
  background-color: #DDDAC9;
  color: #003300;
  padding-top: 10px;
}

.history-details-div {
  border: 2px solid #003300;
  border-radius: 15px;
  margin: 10px;
  background-color: #FFFFFF;
  color: #003300;
  padding-top: 10px;
}

.generated-picks {
  font-size:.6em;
  font-weight:bold;
}

.winner-div {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border: solid 3px #003300;
  margin: 20px;
  border-radius: 1em;
  background-color: #DDDAC9;
  color: #003300;
}

.payment-reminder {
  padding: 10px;
  text-align: justify;
  font-weight: bold;
  font-size: 20px;
  border: solid 4px #003300;
  margin: 20px;
  border-radius: 15px;
  background-color: #FFFFFF;
  color: #FF0066;
}