﻿/* 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. */

/* This style is used solely to hold a unique date timestamp for cache-busting purposes.
   It is not intended for visual styling. */
   .cache-buster::after {
    content: "Last updated: 2025-01-15 12:30:00";
    display: none; /* Hides it visually, used only as metadata */
}

.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    vertical-align: middle;
    margin-top: -4px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #d3d3d3;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.bg-d-red {
    background-color: #e52f23;
}

.text-d-red {
    color: #e52f23;
}

.navbar {
    background-color: #e52f23;
    max-height: 45px;
}

    .navbar .container {
        padding-bottom: 20px;
    }

    .navbar button,
    .navbar button:focus,
    .navbar button:active {
        color: white;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 17px;
        font-weight: 500;
        text-decoration: none;
        color: #fff;
        background-color: transparent;
        border: none !important;
        outline: 0;
    }

        .navbar button:hover {
            cursor: pointer;
        }

div.dlvec-table-container table tfoot tr {
    font-weight: 700;
    border-top: black;
    border-top-width: 2px !important;
    border-top-style: solid;
}

#selected {
    font-weight: 600;
}

div.dropdown ul li a {
    padding-left: 15px;
    font-weight: 400;
}

.navbar ul {
    position: relative;
    padding: 0;
    list-style: none;
    transform: translateY(-50%);
    top: 50%;
}

body.modal-open div.container div.modal-header {
    background-color: #e52f23;
    color: white;
    font-weight: 600;
}

.bg-d-grey {
    background-color: #d3d3d3;
}

a {
    color: #e52f23;
}

div.container {
    max-width: 100% !important;
    padding-top: 20px !important;
    font-size: 13px;
}

div.col-md-6 {
    min-width: 600px !important;
}

body {
    padding-top: 0px !important;
}

.btn-d-red {
    background-color: #e52f23;
    color: #fff;
}

h5 {
    font-size: 1.3rem;
}

h6 {
    font-size: 0.8rem;
}

.mb-15 {
    margin-bottom: 15px;
}

ul.scroll-menu {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0 !important;
    left: 0 !important;
    width: 50px;
    height: auto;
    max-height: 200px;
    margin: 0;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.header-text-center {
    text-align: center !important;
}

.bottom-line {
    border-bottom: 1px solid #d3d3d3;
}

.custom-col {
    flex: 0 0 14%;
    max-width: 14%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.card-container {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: .75rem .5rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.modal-card-container {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.event-header {
    color: #e52f23;
}

.event-details {
    padding-bottom: 5px;
}

.card-body-color {
    background-color: white;
}

.event-info {
    font-size: 1.4em;
    font-weight: 400;
}

.card-body-small {
    padding: 0px;
}

/*body {
    background-color: white
}*/

.player-info-table {
    background-color: white;
    padding: 2px;
}

.player-info-header {
    border-width: 2px 0px 2px 0px;
    border-color: rgba(0,0,0,.125);
    border-style: solid;
    padding-top: 5px;
}

.player-container {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: .75rem 1.25rem;
    margin-top: 10px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.event-tytle {
    text-align: end;
    color: #e52f23;
}

.popover {
    max-width: 500px;
}

.container.card-body-color {
    padding-top: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.table td, .table th {
    padding: 0.25rem;
}

    .table td input {
        max-width: 75%;
        min-width: 44px;
    }

#usedResults .row {
    display: block;
}

#usedResults td input {
    max-width: 150px;
}

    #usedResults td input[type=checkbox] {
        min-width: 32px;
    }

input[type=checkbox] {
    display: inline;
    width: 12px;
    position: relative;
    bottom: -1px;
}

.control-label {
    padding-top: .375rem;
    padding-bottom: .375rem;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}

.modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.col-location {
    padding-top: 15px;
    padding-left: 15px;
}

.btn-location {
    border-radius: 4px;
    padding: 3px;
    border: 1px solid darkgray;
    background: #e1e1e1;
}

.modal-footer {
    justify-content: flex-start;
}

div.modal-dialog {
    max-width: 600px;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    border-bottom: solid 1px #555;
    width: 95%;
}

    .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
        border-bottom-color: #aaa;
    }

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
    .ui-timepicker-div.ui-timepicker-oneLine dt {
        display: none;
    }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        display: block;
        padding-top: 2px;
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: right;
    }

        .ui-timepicker-div.ui-timepicker-oneLine dl dd,
        .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
            display: inline-block;
            margin: 0;
        }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
                content: ':';
                display: inline-block;
            }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
                content: '.';
                display: inline-block;
            }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
        display: none;
    }