@charset "us-ascii";
.eventtabs ul li {
  float: left;
  margin-top: 6px;
}
.bordertable {
    padding: 0px 4px 0px 4px;
    border: 1px solid gray;
    border-collapse: collapse;
    }

.bordertable td, .bordertable th {
    border: 1px solid gray;
    padding: 0px 2px 0px 2px;
    }

.bordertable th {
    text-align: center;
    vertical-align: bottom;
}

.games td, .games th
{
    text-align: center;
}

.scoreboard table
{
    border: 1px solid black;
    padding: 2px;
    background-color: #f3f3f3;
    /* border=\"$border\" cellpadding=\"2\" cellspacing=\"0\" bgcolor=\"#F3F3F3\" */
}

.scoreboard td, .scoreboard th
{
    border: 1px solid black;
    padding: 2px;
}

.scoreboard .icell
{
    border: 0px;
}

.pointsbox
{
    text-align: center;
}

.listtable {
    /* Tables used for lists in the Event area */
    margin-left: 5px;
    margin-right: 5px;
    border: solid;
    border-color: black;
    border-width: 1px;
    border-collapse: collapse;
    padding: 0px;
    vertical-align: top;
    }

.listtable th {
    /* Headers for tables used for lists in the Event area */
    /* don't use display:block or non-IE formatting will break */
    text-align: left;
    font-weight: bold;
/*    background-color: yellow; */
    background-color: #A2B964;
    color: black;
    padding-left: 5px;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    vertical-align: top;
    border: solid;
    border-color: black;
    border-width: 1px;
    }

.listtable td {
    /* Cells for tables used for lists in the Event area */
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    vertical-align: top;
    border: solid;
    border-color: black;
    border-width: 1px;
    }

.winningteam
{
    font-weight: bold;
}
.forwardref
{
    color:gray;
    font-style: oblique;
    font-size: 12pt;
}

h1.drawchart-title {
    text-align: center;
    font-family: Calibri, sans-serif;
}

html {
    scroll-behavior: smooth;
}

table.drawchart-table {
    border-collapse: collapse;
    font-family: Tahoma, sans-serif;
}

td.drawchart-cell {
    font-family: Tahoma, sans-serif;
    font-size: 12pt;
    font-weight: 400;
    height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 60pt;
    max-width: 90pt;
    vertical-align: bottom;
}

.teamname, .seedname {
    font-style: normal;
    font-weight: 700;
    font-size: 14pt;
}

.day0-even, .day4-even {
    background-color: lightyellow;
}

.day1-even, .day5-even {
    background-color: #DCE6F1;
}

.day2-even, .day6-even {
    background-color: #CCFFE7;
}

.day3-even, .day7-even {
    background-color: #DCDCFA;
}

td.date-item {
    font-weight: 600;
    text-align: center;
    font-size: 12pt;
}

td.start-time {
    font-weight: 600;
    text-align: center;
    color: darkgreen;
    padding-top: 2pt;
    border-top: 2pt solid darkgreen;
    border-bottom: 2pt solid darkgreen;
}

td.slot0 {
    text-align: right;
    vertical-align: bottom;
}

td.slot1 {
    border-right: 1pt solid #444444;
    text-align: right;
    vertical-align: bottom;
}

td.final-position {
    text-align: center;
    vertical-align: top;
}

span.final-position {
    font-style: oblique;
}

div.slot-line {
    margin-left: auto;
    width: 70%;
    border-bottom: 1pt solid #444444;
}

div.slot-connector {
    width: 100%;
    border-bottom: 1pt solid #444444;
}

img.drawchart-logo {
    width: 95%;
    max-width: 300px;
    height: auto;
}

.horizontal-line {
    border-bottom: 1pt solid #444444;
}

.match, .vertical-line {
    border-right: 1pt solid #444444;
    text-align: right;
}

td.match, td.final-match {
    font-size: 12pt;
    white-space: normal;
}

td.aux-sched-item {
    max-width: 90pt;
    min-width: 60pt;
    text-align: center;
    font-size: 12pt;
    background-image:
	linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.05));
    background-blend-mode: multiply;
}

div.aux-sched-item {
    color: darkblue;
    white-space: normal;
    padding-left: 10pt;
    padding-right: 10pt;
}

td.bracket-label {
    font-size: 64pt;
    font-weight: 700;
    text-align: center;
    baseline-shift: center;
    overflow: visible;
}

div.bracket-label {
    width: 100%;
    height: 100%;
}

th
{
    background-color: #9fff9f;
}

.light
{
    background-color: white;
}
.dark
{
    background-color: #ffff9f;
}
/* from https://kyleschaeffer.com/input-prompt-text */
.input-prompt {
    position: absolute;
    font-style: italic;
    color: #aaa;
    margin: 0.2em 0 0 0.5em;
}

.comment-table {
    background-color: #afc;
    border: 3px solid gray;
}

.comment-text {
    background-color: #cfe;
}

.field-name {
    background-color: #cfe;
    text-align: center;
    font-style: italic;
}

.unentered-entry {
    background-color: #DDD;
}

.withdrawn-entry {
    background-color: #FDD;
}

.unvalidated-entry {
    background-color: #DDF;
}

.waitlisted-entry {
    background-color: #DFD;
}

.errortext {
    font-size: large;
    color: red;
}

.process-result {
    background-color: #F0F0DE;
    font-family: monospace;
    font-size: small;
    padding: 0.2em;
}

#submitbutton {
    display: inline;
}

select#BonspielDraw {
}

.cancel-order-confirm {
    display: none;
    position: absolute;
    transform: translate(0%, -50%);
    background: #FDD;
    padding: 1em;
    border-radius: 1em;
    border: 1px solid black;
}

.conflict {
    background-color: #f88;
    font-style: oblique;
}

.duplicate {
    background-color: #ffc;
    font-style: oblique;
}

#conflict_legend {
    text-align: center;
    font-size: large;
}

a.button-link:link, a.button-link:visited {
    display: inline-block;
    padding: 0.2em 0.5em;
    border: 1px solid #aaa;
    background-image: linear-gradient(to bottom, #fff, #ddd);
    border-radius: 1em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: black;
    text-decoration: none;
}

a.button-link:hover {
    background-image: linear-gradient(to bottom, #aee, #8df);
}

img.logo-on-side {
    width: 95%;
    height: auto;
}

img.logo-thumbnail {
    width: 20%;
    height: auto;
    vertical-align: text-top;
}

div.event-description {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
}

div.logo-column {
    max-width: 180px;
}

div.description-column {
    min-width: 0%;
}

td.upload-file-label {
    max-width: 300px;
}

div.copy-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.copy-link:hover {
    background-color: lightblue;
}

.copied-popup {
    position: absolute;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(50,150,255,0.95);
    font-size: 12pt;
    font-family: sans-serif;
    border-radius: 3px;
    padding: 4px;
}

div.debug-info {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(250,250,255,0.75);
    font-size: 12pt;
    font-family: sans-serif;
    border-radius: 5px;
    padding: 5px;
}
