﻿.div-center {
    width: 400px;
    text-align: center;
    color: black;
    padding: 2px 0px 2px 10px;
    font-family: verdana;
    font-weight: bold;
    font-size: large;
    margin: auto;
}
.div-center-800 {
    width: 800px;
    text-align: center;
    color: black;
    padding: 2px 0px 2px 10px;
    margin: auto;
}

.clublist {
    text-align: left;
    margin: 20px 20px 20px 20px;
    border: none;
    color: black;
    font-weight: normal;
    font-size: medium;
}

.clubrow {
    margin: 20px 20px 20px 20px;
}
.fullwidthtable {
    margin: 20px 20px 20px 20px;
}
.centereddiv{
    margin: 20px 40px 20px 40px;
}
.tournamenttable {
    border-collapse: separate;
    border-spacing: 10px;
}
.tournamenttablecell {
    font-size: large;
}
.playercheckintablecell {
    font-size: x-large;
    padding-right:5px;
}
.scoretable {
    border-collapse: separate;
    border-spacing: 10px;
    font-family: verdana;
    font-size: x-large;
}
.playertable {
    border-collapse: separate;
    border-spacing: 2px;
}
.tournamenttableheader {
    font-weight: bold;
    font-size: x-large;
}
.tournamenttableheader-underline {
    font-weight: bold;
    font-size: x-large;
    border-bottom: 2px solid black;
}
.centertableheader {
    text-align: center;
}
.tournamentlink {
    color: blue;
    text-decoration:underline;
}
.padleft {
    padding-left: 10px;
}
.padleft15 {
    padding-left: 150px;
}
.padright {
    padding-right: 10px;
}
.tournamentlink:hover {
    color: blue;
    text-decoration: underline;
    font-weight: bold;
}
.roundedbutton {
    background-color: #D6EDF5;
    border: 2px solid #00AFEF;
    color: black;
    padding: 0px 5px 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px 2px;
    border-radius: 5px;
}
    .roundedbutton:hover {
        background-color: #E3E3F5;
        border: 2px solid #00AFEF;
        color: black;
        padding: 0px 5px 0px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 5px 2px;
        border-radius: 5px;
    }

    .roundedbutton:disabled {
        background-color: #ddd;
        border: 2px solid #777;
        color: #aaa;
        padding: 0px 5px 0px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 5px 2px;
        border-radius: 5px;
    }
.bigroundedbutton {
    background-color: #D6EDF5;
    border: 2px solid #00AFEF;
    color: black;
    padding: 0px 5px 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 28pt;
    margin: 5px 2px;
    border-radius: 5px;
}
.bigroundedbutton:hover {
    background-color: #E3E3F5;
    border: 2px solid #00AFEF;
    color: black;
    padding: 0px 5px 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 28pt;
    margin: 5px 2px;
    border-radius: 5px;
}

    .bigroundedbutton:disabled {
        background-color: #ddd;
        border: 2px solid #777;
        color: #aaa;
        padding: 0px 5px 0px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 28pt;
        margin: 5px 2px;
        border-radius: 5px;
    }
.submitbutton {
    background-color: #D5F04D;
    border: 2px solid black;
    color: black;
    padding: 0px 10px 0px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    margin: 5px 2px;
    border-radius: 5px;
}

    .submitbutton:hover {
        background-color: #A3B05F;
        border: 2px solid black;
        color: black;
        padding: 0px 10px 0px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
        font-size: 24px;
        margin: 5px 2px;
        border-radius: 5px;
    }
.bigsubmitbutton {
    background-color: #D5F04D;
    border: 2px solid black;
    color: black;
    padding: 0px 10px 0px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 48px;
    margin: 5px 2px;
    border-radius: 5px;
}

    .bigsubmitbutton:hover {
        background-color: #A3B05F;
        border: 2px solid black;
        color: black;
        padding: 0px 10px 0px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
        font-size: 48px;
        margin: 5px 2px;
        border-radius: 5px;
    }
.smallsubmitbutton {
    background-color: #D5F04D;
    border: 2px solid black;
    color: black;
    padding: 0px 5px 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin: 3px 1px;
    border-radius: 3px;
}

.smallsubmitbutton:hover {
    background-color: #A3B05F;
    border: 2px solid black;
    color: black;
    padding: 0px 5px 0px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    margin: 3px 1px;
    border-radius: 3px;
}
.cancelbutton {
    background-color: #FFFFFF;
    border: 2px solid black;
    color: black;
    padding: 0px 10px 0px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 5px 2px;
    border-radius: 5px;
}
.cancelbutton:hover {
    background-color: #CCCCCC;
    border: 2px solid black;
    color: black;
    padding: 0px 10px 0px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 5px 2px;
    border-radius: 5px;
}
.actionbutton {
    height: 30px;
    margin: 5px;
    vertical-align: middle;
}
.actionbutton-small {
    height: 15px;
    margin: 2px;
    vertical-align: middle;
}
.matchlengthtablerow {
    font-weight: bold;
}
.matchlengthtablecell {
    padding: 5px 5px 5px 5px;
}
.indentedmatchlengthtablecell {
    padding: 5px 5px 5px 15px;
}
.dateentryformlabel {
    font-weight: bold;
    font-size: x-large;
    padding-top:10px;
    padding-left:15px;
}
.disabledtext {
    color: lightgray;
}
.enabledtext {
    color: black;
}
.tournamenttitle {
    height: 50px;
    font-size: x-large;
    text-align: center;
}
.matchtitle {
    font-size: xx-large;
    text-align: center;
}
.Opponents {
    font-size: x-large;
    padding-top:15px;
    display:inline-block;
    vertical-align:bottom;
    width:150px;
}
.CircleWinnerText {
    font-size: x-large;
    text-align: left;
    padding-top: 15px;
}
.ScoreCardUnderline {
    width:450px; 
    border-bottom:2px solid black;
    display:inline-block;
    position:relative;
    left:0px;
}
.matchID {
    font-size: xx-large;
    text-align: center;
    font-weight:bold;
}
.tournamentvisiblebutton {
    background-color: #A6D8BF;
    border: 2px solid #00A859;
    color: black;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    margin-top: 10px
}
.tournamenthiddenbutton {
    background-color: #F6A6A8;
    border: 2px solid #ED3237;
    color: black;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    margin-top: 10px
}
.tournamentinactive{
    background-color: #FFFFFF;
    color: #aaa;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    font-size: 16px;
    font-weight:bold;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 10px
}
.ErrorMessage{
    color:red
}
.BlockerPanel{
    position:absolute;
    top:0;
    background-color:white;
    opacity:0.8;
    width:100%;
    height: 100%;
    z-index:1;
}
.SelectPlayerPanel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    opacity: 1.0;
    background-color: white;
}
.ConfirmMessagePanel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    opacity: 1.0;
    background-color: white;
}
.notetext{
    font-style:italic;
    font-size:x-large;
}
.spacer{
    padding-top:10px;
}
.tableFixHead {
    overflow: auto;
    height: 300px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
    }
/**Turns off the spinners in number input fields*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.RedText {
    font-size: large;
    font-weight: bold;
    color: red;
}
.BigText{
    font-size:xx-large;
    text-transform:uppercase;
    margin-top:10px;
    margin-bottom:10px;
}
.PageInstructionsRow{
    padding-top:10px;
    font-size:xx-large;
}
.ClubNumberTextbox {
    font-size: xx-large;
    height: 50px;
    width: 100px;
    margin-left: 15px;
    margin-right: 5px;
    border: 3px solid black;
}
.ClubSearchTextbox {
    font-size: xx-large;
    height: 50px;
    width: 400px;
    margin-left: 15px;
    margin-right: 5px;
    border:3px solid black;
}
.SpacerLineRow {
    border-top: 2px solid black;
    margin-top: 20px;
    margin-bottom: 20px;
    width:auto;
}
.fixed-navbar {
    overflow: hidden;
    background-color: #000;
    position: fixed;
    top: 0;
    width: 100%;
}
.navbar-spacer {
    padding-top: 70px;
}
.navbar-mini-spacer {
    padding-top: 40px;
}
.navbar-padding {
    background-color:#FFF;
    height:3px;
}
.logo-panel{
    width:400px;
    background-color:#000;
    color:#FFF;
    margin:auto;
}
.clubname-header{
    margin-top:-5px;
}
.nav-right{
    position:absolute;
    right:10px;
    top:25%;
}
.nav-left {
    position: absolute;
    left: 10px;
    top: 25%;
}
.nav-players {
    position: absolute;
    left: 20%;
    top: 25%;
}
.nav-court {
    position: absolute;
    left: 70%;
    top: 25%;
}
.nav-profile {
    position: absolute;
    left: 75%;
    top: 25%;
}
.checkinbutton {
    width: 50px;
    height: 50px;
    border: 2px solid black;
    margin-top: 5px;
    margin-left: 5px;
    margin-right:5px;
}
.CourtLabel{
    font-weight:bold;
    background-color:cyan;
}
.ItalicMessage {
    font-style:italic;
}
.Hide {
    visibility: hidden;
    display:none;
}
.Show {
    /***visibility: visible; */
    display: block;
}
.RecordsListingHeader {
    font-size: x-large;
    font-weight: bold;
}
.RecordCountLabel {
    font-size: x-large;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #000000;
}
.video-container {
    position: relative;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
