﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.setScore {
    font-size: 32px;
    font-weight: 700;
    width: 40px;
    height: 100%;
    text-align: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                 supported by Chrome and Opera */
    background-color: lightgrey;
    padding: 0 0 0 0;
    color: black;
}

.scoreValue {
    height: 100%;
}

.gameScore {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                 supported by Chrome and Opera */
    background-color: white;
    padding: 0 0 0 0;
    color: black;
}

.highlight {
    background: yellow;
}

.chatWindow {
    background-color: white;
    height: 100%;
    color: black;
    display: block;
    border: thin;
    padding: 4px 4px 4px 4px;
    max-width: 700px;
    margin-bottom: 25px;
    max-height: 200px;
    overflow-y: auto;
    font-size: 14px;
    resize: vertical;
}

.lineAnchors {
    display: flex;
    position: sticky;
    top: 0;
    z-index:200;
    background-color: white;
    width: 100vw;
}

.lineContainer {
    scroll-margin-top: 150px;
}

.bold-score {
    font-weight: bold;
    color: yellow;
}

.lineAnchor {
    flex: 1;
    margin-left: 3px;
    margin-right: 3px;
}

#scoresApp {
    //padding-top: 80px;

}

.chatLine {
    display: flex;
    margin-bottom: 4px;
    align-items: center;
}
.sendBox {
    width: auto;
    display: flex;
    max-width: 700px;
}

.importantText {
    color: red;
    font-weight: 900;
}

.bigText {
    font-size: 23px;
}

.strongText {
    font-style:italic;
    font-weight: 900;
    font-size: large;

}

.reverseText {
    color: white;
    background-color: black;
}

.dollarText {
    color: white;
    background-color: darkgreen;
    font-size: large;
}

.underText {
    color: purple;
}

.ampText {
}

.plusText {
    color: green;
}

.chatText {
    font-size: 15px;
    width: 100%;
    outline: none;
}
/*
.chatWindow::-webkit-resizer {
    //background-color: red;
} 
    */
.chatTimeStamp {
    color: gray;
    margin-right: 6px;
    font-size: 12px;
    margin-top: 3px;
}

.summaryScore {
    width: 60px;
    flex-direction: row;
    justify-content: center;
}
.lineTitle {
    text-align: center;
    width: 100%;
    color: white;
    background-color: black;
}
    
.scorebox {
    display: flex;
}

.scorebox .side {
    flex: 1;
    padding: 2px 2px 2px 2px;
    background-color: lightgray;
    color: black;
}
.scorebox .scoreCol {
    flex-direction: row;
    padding: 2px 2px 2px 2px;
    background-color: lightgray;
    color: black;
}
    .scorebox .sideItem:nth-child(1) {
        border-bottom: 1px solid black;
    }
 .chatMessage {
    font-weight: 500;
    font-size: 16px;
    padding: 2px 4px 2px 4px;
}

.setHeader {
  background-color: black;
  color: yellow;
  font-size: 12px;
  text-align: center;
  padding: 0 15px 0 15px;
}

.gameHeader {
    background-color: black;
    color: yellow;
    font-size: 12px;
    text-align: center;
}

.fa-dot-circle {
    font-size: 8px;
    text-align:center;
    vertical-align: middle;
    color: blue;
    padding: 0 3px 3px 0;
}

.scoreSummary {
    background-color: lightgrey;
    width: auto;
    margin-right: 15px;
}

.stickytop {
    display: flex;
    font-size: 11px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.container {
    display: inline-table;
    padding-left: 0;
    padding-right: 0;
}

.navtable {
    float: left;
    width: auto;
}

.summeries {
}
.matchSummary {
    flex:1;
}

.summary {
    flex: 1;
}

.iw-mIcon {
    padding: 5px 4px 0px 8px;
    display: block;
}
/*
.iw-cm-menu li {
    padding-left: 20px;
}

.iw-cm-menu {
    font: inherit;
}
    */
.red {
    color: red;
}

.slide-fade-enter-active {
    transition: all .3s ease;
}

.slide-fade-leave-active {
    transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter, .slide-fade-leave-active, .slide-fade-leave-to {
    transform: translateX(10px);
    opacity: 0;
}


    .contextMenuItem {
    padding-left:10px;
    float: right;
}

/* Hack to fix the width of the game col */
.gameHeader div {
    width: 45px;
}

.lineStatusRow {
    font-weight: 700;
    font-size: 12px;
    position: relative;
}

.lineStatusDiv {
    padding: 1px 4px 2px 4px;
    height: 21px
}

.lineStatus {
    float: left;
}

.lineTime {
    left: 50%;
    text-align: center;
    position: absolute;
}

.lineServer {
    float: right;
    overflow: hidden;
}

.setWin {
    background-color: darkgray;
    color: cornsilk;
}

.setScoreInternal {
    height: 54px;
}

.scoringRow {
    height: 100%;
}

.setLose {
    background-color: darkgray;
    color: cornsilk;
    font-weight: 100;
}

@media all and (min-width: 801px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    /* use default setting for table on computer screen */
}

@media all and (max-width: 800px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    /* scale the table on smaller screens */
    table {
        width: 100%;
    }
}

.playerRow {
    background-color: lightgrey;
    font-size: 24px;
    font-weight: 500;
    padding: 0px 5px 3px 5px;
    vertical-align: middle;
    width: 100%;
    color: black;
}
.teamName {
    font-size: 12px;
    font-style: italic;
    padding-left: 1px;
    line-height: 1.3em;
}


.playerDiv {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 32px;
}


.longText {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 1px;
    line-height: .4em;
}

.playerInput {
    font-size: 20px;
    padding: 0 0px 0px 0px;
    box-sizing: border-box;
    width: 100%;
}

/* Sticky footer styles
-------------------------------------------------- */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

p {
    margin: 0;
}

.border-top {
}

.border-bottom {
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.card {
    margin-bottom: 10px;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

#matchid {
    width: 100px;
}

div.card {
    color: black;
}

.display-4 {
    font-weight: 600;
}

.btn {
    margin: 8px 0 10px 0;
    background-color:darkgreen;
    border-color: white;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    background: url("../img/tennis_court_dark.jpg") no-repeat center center fixed;
    background-color: darkgreen; /* incase background image doesn't appear */
    background-size: cover;
    color: white;
}

.lineHeader {
    background-color: black;
    color: white;
    font-size: 14px;
    text-align: center;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    margin-top: 60px;
    background:initial;
    color: white;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.lineTable {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
    padding: 30px 5px 30px 5px;
    max-width: 700px;
    border: 1px solid slategrey;
}

table {
    border-spacing: 0;
    background-color: ghostwhite;
}

.lineTable td {
    border: 1px solid slategrey;
}


.scoreValue {
    pointer-events: none;
}

.scoreSummary {
    
}

[v-cloak] {
    display: none;
}

.statusPlaying {
    background-color: lightgreen;
    color: black;
}

.statusFinal {
    background-color: black;
    color: white;
}

.statusAwaiting {
    background-color: yellow;
    color: black;
}

.statusDelayedStart {
    background-color: yellow;
    color: black;
}

.statusPostponed {
    background-color: orange;
    color: black;
}

.statusDelay {
    background-color: yellow;
    color: black;
}

.statusCancelled {
    background-color: brown;
    color: white;
}

.statusRetire {
    background-color: lightcoral;
    color: black;
}

.statusDoubleRetire {
    background-color: lightcoral;
    color: black;
}



