﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.input-smallsize {
    max-width:200px;
}

.input-extrasmallsize {
    max-width: 80px;
}

.sportheader {
    color: #0061f2;
    background-color: white;
}

/* table related */
td {
    padding:5px;
}

.td-horizontal-span {
    white-space: nowrap;
    display: inline-block;
}

.navbar .dropdown-menu {
    top: calc(100%) !important;
}

.horizontal-span {
    display: inline-block;
}

/* Button styles */
.clickable {
    cursor: pointer;
}

.darkblue-button {
    color: darkblue;
    margin: 2px;
}

.dodgerblue-button {
    color: dodgerblue;
    margin: 2px;
}

.forrestgreen-button {
    color: forestgreen;
    margin: 2px;
}

.darkred-button {
    color: darkred;
    margin: 2px;
}

.gray-subbutton {
    color: gray;
    margin-top: 2px;
    margin-left: 2px
}

.mobilebutton {
    font-size: 20px !important;
}

.disablelayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: silver;
    opacity: .7;
    z-index: 2000;
    display: none;
}

.loadingpleasewait {
    box-shadow: 2px 2px 8px black;
    position: absolute;
    width: 350px;
    z-index: 2001;
    background-color: white;
    border: 1px solid #003A70;
    font-size: 16pt;
    color: #003A70;
    display: none;
}

.loadingpleasewait-header {
    background: linear-gradient(to bottom, #006ac6 0%,#003a70 100%) !important;
    background: #003A70;
    border: 0;
    color: white;
    font-weight: Bold;
    border-radius: 0px;
    padding-left: 5px;
}

.loadingpleasewait-body {
    padding: 8px;
    white-space: nowrap;
}

.formitem-indent {
    margin-left: 50px;
}

.form-helptext {
    font-size: small;
}

.schedule-emblem {
    max-height: 100px;
}

.emblemdiv {
    background-color: white;
    border-radius: 15px;
}

.card {
    --bs-card-color: black;
}

input.form-control {
    padding: 10px 5px 10px 5px;
}

.stat-input-column {
    min-width: 40px;
    max-width: 70px;
}

.stat-input-column-mobile {
    padding: 1px;
    min-width: 40px;
    max-width: 70px;
}

.stat-input-mobile {
    margin: 1px;
}

.table-stats {
    width: 100%;
}

.stats-expand-column {
    width: 99%;
}

.tennissetheader1 {
    text-align: center;
    background-color: darkblue;
    color: white;
}

.tennissetheader2 {
    text-align: center;
    background-color: darkgreen;
    color: white;
}

.tennissetheader3 {
    text-align: center;
    background-color: darkorange;
    color: white;
}

.redline {
    border-top: 1px solid red;
    background: transparent;
    padding: 0px;
    margin: 0;
}

.dashboard_sm_font {
    font-size: 14px;
}

/* Your container div */
.background-container {
    /* Set background size to cover the entire div */
    background-size: 200px;
    /* Set background position to center */
    background-position: bottom right;
    /* Set background repeat to no-repeat */
    background-repeat: no-repeat;
    /* Add opacity to the background */
    opacity: 0.7;
}

/* Additional styling for content inside the container */
.content {
    /* Add padding to the content so it's readable */
    padding: 1px;
    /* Set a background color for better readability */
    background-color: rgba(255, 255, 255, 0.6); /* Adjust the opacity as needed */
}

.stat-report-column-header {
    font-size: small;
    font-weight: bold;
}

.stat-report-column {
    font-size: small;
}

.body-print {
    background-color: white;
}

.error {
    background-color: #ffcccc; /* Light red background */
}

.bg-success {
    background-color: darkgreen !important;
}

.bg-primary-text {
    color: var(--bs-link-hover-color);
}