table {
  width: 100%;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
td {
  width: 142px;
  height: 48px;
  text-align: center;
}

label, input {
  display: block;
}
span.helptext {
  display: none;
}

body {
  min-width: 700px;
  background-color: antiquewhite;
  margin: 0;
  padding: 0;
}
.schedule-filter-locked-box {
  display: inline;
}
.vertaligntop {
  vertical-align: top;
}

.lanetable th{
  height: 28px;
  vertical-align: bottom;
}

.lanetable td{
  width: 143px;
  height: 48px;
}

.lanetable>tbody>tr>:nth-child(1){
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
}

.scoretable {
  border: none;
  border-collapse: collapse;
}

.toppanel {
  width: 100% - 20px;
  height: 24px;
  display: block;
  padding: 10px;
  float: top;
}
.toppanelsub {
  float: left;
  height: 30px;
  padding: 0;
  margin: 0;
}
.button {
  width: 120px;
  height: 24px;
  padding: 5px;
  background-color: gold;
  color: black;
  text-decoration: none;
}
.button:hover {
  background-color: burlywood;
}
.button-arrow {
  text-decoration: none;
  color: goldenrod;
  padding-right: 3px;
  padding-left: 3px;
}
.button-arrow:hover {
  color: gold;
}
.button-participate {
  text-decoration: none;
  color: cornflowerblue;
}
.left {
  float: left;
}
.right {
  float: right;
}
.locked {
  background-color: lightgray;
}
.selected-view {
  background-color: darkred;
  color: white;
  pointer-events: none;
}
.msgpanel{
  float:top;
}
.clock {
  float: left;
  margin-left: 20px;
}
.subclock {
  height: fit-content;
  width: fit-content;
  border: 1px solid black;
}

.timeline {
  height: 70px;
  width: 100%;
  float: top;
  display: table-row;
}
.timelineday {
  height: 80px;
  width: auto;
  float: left;
  border: 1px solid black;
  padding-right: 5px;
  padding-left: 5px;
}
.timeline-config-button {
  width: 13px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 5px;
}
.displaynone {
  display: none !important;
}
.gameschedule {
  float:left;
  padding-right: 5px;
}
.gameschedule-title {
  width: 850px;
}
.gameschedule-controls {
  float: right;
  font-size: medium;
  font-weight: normal;
}

.assignpanel {
  float: top;
}


.activeplayerspanel {
  padding: 10px;
  height: fit-content;
}
.playerspanel {
  float: left;
  width: 170px;
  height: auto;
  min-height: 325px;
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  vertical-align: center;
}
.playerlist {
  width: 170px;
  min-height: 300px;
  border: 1px solid black;
  height: auto;
}
.active {
  background-color: #e2ff0b ;
}
.notactive {
  background-color: lightgray;
}


.player {
  width: 140px;
  height: 40px;
  text-align: center;
  border: 1px solid darkgrey;
  box-sizing: content-box;
}
.playerschedbox {
  width: 10px;
  height: 40px;
  float: left;
  box-sizing: border-box;
}
.playerschedboxsub {
  width: 10px;
  box-sizing: border-box;
}
.playerdroppable {}
.sbox-unassigned {
  background-color: gray;
}
.sbox-assigned {
  background-color: white;
}
.sbox-sidelined {
  background-color: red;
}
.edit-button {
  width: 10px;
  height: 10px;
}
.new-img {
  width: 10px;
  height: 10px;
}
.playerlist .playerschedbox .sbox-current {
  background-color: red;
}
.playerlist .sidelined {
  border: 3px solid red !important;
}

.sidelined-text-old {
  float: left;
  color: red;
}

.sidelined-text {
  float: left;
  color: red;
  padding-left: 5px;
}

.playerlist .fewgamesleft {
  border: 3px solid green !important;
}
.games-left-text {
  float: left;
  color: green;
}
.female {
  background-color: khaki;
}
.male {
  background-color: lightblue;
}
.deleted {
  background-color: lightcoral;
}
.playerp {
  padding: 0;
  float:top;
}
.playersubbox {
  width: 110px;
  height: 20px;
  float: left;
}
.playersubboxpp {
  width: 220px;
  height: 20px;
  float: left;
}
.playercontrols {
  width: 110px;
  float: right;

}
.small {
  width: 20px;
}
.stars {
  color: orange;
}
.hidden {
  visibility: hidden;
}

.lanespanel {
  float: left;
  width: auto;
  padding-left: 20px;
}
.lanebuttonspanel {
  float: top;
  padding-left: 10px;
  padding-top: 10px;
  height: 30px;
}
.participatepanel {
  float: top;
  padding-left: 10px;
  padding-top: 10px;
  height: 35px;
}
.subparticipatepanel {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  height: 35px;
}
.selectedcolumn {
  background-color: peachpuff;
}

.scorepanel {
  float: left;
  padding-left: 5px;
}
table.scoretable {
  border-collapse: collapse;
  border: 0;
  float: left;
}
td.scoretable {
  width: fit-content !important;
  height: auto !important;
  padding-right: 10px;
  border-right: 1px solid black;
  text-align: right !important;
  vertical-align: center;
}
th.scoretable {
  width: fit-content !important;
  text-align: right !important;
  border-right: 1px solid black;
  padding-right: 10px;
}
.good {
  color: yellowgreen;
}
.bad {
  color: red;
}

tr.participationrowedited {
  background-color: yellowgreen;
}

table.activeplayersmatrix {
  border: 0;
  float: left;
  width: fit-content;
}
td.activeplayersmatrix {
  border: 0;
  width: fit-content !important;
  height: 10px !important;
  text-align: center;
  vertical-align: middle;
}
tr.activeplayersmatrix {
  border: 0;
  height: 10px !important;
}
th.activeplayersmatrix {
  border: 0;
  width: fit-content !important;
  height: 40px !important;
  text-align: left !important;
}
input.activeplayersmatrix {
  display: inline;
}

.playerspanel>input {
  width: 165px;
}

li.info li.debug {
  border: 1px solid black;
  background-color: white;
}
li.success {
  border: 1px solid black;
  background-color: yellowgreen;
}
li.warning {
  border: 1px solid black;
  background-color: yellow;
}
li.error {
  border: 1px solid black;
  background-color: crimson;
}

.messages {
  padding-left: 0;
  padding-top: 0;
  margin-top: 6px;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

p {
  margin-block-start: 0;
}

.player-filter-box {
  width: 200px;
}

.clickable {
  text-decoration-line: none;
  cursor: pointer;
}
.disabled {
  pointer-events: none;
  background-color: gray;
}
.grayed {
  color: gray;
}

.playerhistory {
  padding-left: 20px;
}
table.historytable {
  border: 0;
  width: fit-content;
}
td.historytable {
  width: fit-content;
  height: auto !important;
  border: 0;
  vertical-align: center;
}
th.historytable {
  border: 0;
}
.playerselect {
  border: 2px solid black !important;
}

@keyframes activekeyframes {
  0% {
    background-color: gold;
  }
  48% {
    background-color: darkgoldenrod;
  }
  52% {
    background-color: darkgoldenrod;
  }
  100% {
    background-color: gold;
  }
}

.activeanim {
  animation-name: activekeyframes;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}


/* Dropdown Button */
.user-dropdown-btn {
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.user-dropdown-btn:hover, .user-dropdown-btn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.user-dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.user-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* Links inside the dropdown */
.user-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Text inside the dropdown */
.user-dropdown-content p {
  color: black;
  padding: 0 12px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.user-dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.deleted-players-div {
  padding: 8px;
  float: left;
  border: 1px solid black;
  display: none;
  background-color: #f1f1f1;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}

.deleted-players-content a {
  color: black;
  text-decoration: none;
  border: none;
  display: block;
}

.deleted-players-content a:hover {background-color: #ddd}

.float-left {
  float:left;
}

.float-right {
  float:right;
}

.main-content {
  flex: 1 1 auto;
  margin: 10px;
}

.site-body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.footer-spacer {
  display: flex;
  width: 100%;
}

.footer {
  width: 100% - 20px;
  padding: 10px;
}

.tb-color {
  background-color: slategrey;
}

.footer a {
  color: white;
  text-decoration: none;
}