﻿
/*   Tile View                          */

.TileTable {
    display: block;
    border-collapse: collapse;
    font-family: Avalon;
    font-size: 13px;
    margin-top: 10px;
    white-space: nowrap;
    table-layout: fixed;
    color: #555555;
    min-width: 650px;
    margin: 0 auto 0 auto;
}
    .TileTable td:nth-child(1) {
        min-width: 70px;
        width: 10%;
        text-align: center;
    }

    .TileTable td:nth-child(2) {
        width: 14px;
        min-width: 14px;
        max-width: 14px;
        text-align: center;
        padding: 2px 0 2px 2px !important;
        vertical-align: middle !important;
    }

    .TileTable td:nth-child(3) {
        min-width: 250px;
        width: 40%;
    }

    .TileTable td:nth-child(4) {
        width: 10px;
        min-width: 10px;
    }

    .TileTable td:nth-child(5) {
        min-width: 250px;
        width: 50%;
        background-color: #F8F8F8;
        font-size: 11px;
    }


    .TileTable .rowGame {
        border-top: 1px solid #555555;
    }

        .TileTable .rowGame td {
            padding: 10px 5px 5px 5px;
            vertical-align: top;
        }

        .TileTable .rowGame a, .body-content .rowGame a:hover, .body-content .rowGame a:visited, .body-content .rowGame a:active {
            color: inherit;
            text-decoration: none;
        }


    .TileTable .rowGameActions {
        border-bottom: 1px solid #555555;
    }

        .TileTable .rowGameActions td {
            border-bottom: 1px solid #555555;
            padding: 0px 7px 10px 5px;
            vertical-align: middle;
        }

 

    .TileTable th {
        padding-bottom: 10px
    }

    .TileTable .date {
        display: block;
        font-weight: bold;
        color: #003366;
    }

    .TileTable .time {
        display: block;
        font-size: 13px;
        margin-top: 6px;
    }

    .TileTable .gametype {
        background-color: lightgray;
    }

        .TileTable .gametype i {
            display: block;
            writing-mode: vertical-lr;
            text-align: center;
            font-size: 10px;
            margin-top: auto;
            margin-bottom: auto;
        }

    .TileTable .sport {
        font-weight: bold;
        color: #003366;
    }

    .TileTable .level {
        display: inline-block;
        float: right;
        padding: 0px;
        font-size: 12px;
    }

    .TileTable .teams {
        display: block;
        margin-top: 8px;
        line-height: 1.5;
        font-size: 13px;
        min-width: 260px;
    }

        .TileTable .teams .team {
            display: block;
            white-space: normal;
            min-height: 20px;
            padding-bottom: 4px;
            clear: left;
            width: 100%;
            overflow-wrap: break-word;
        }

        .TileTable .teams img {
            display: inline-block;
            vertical-align: middle;
            height: 24px;
            width: 24px;
            margin: 0 4px 4px 0px;
        }

        .TileTable .teams i {
            color: #888888;
        }

    .TileTable .site {
    }

    .TileTable .transportation {
        display: block;
        margin-top: 6px;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

    .TileTable .scoreright {
        display: block;
        float: right;
        color: blue;
    }

        .TileTable .scoreright i {
            font-size: 10px;
            display: inline-block;
            margin-right: 4px;
            vertical-align: middle;
            color: #666666;
        }

    .TileTable .scoreaction {
        float: right;
        font-size: 18px;
        padding: 0 4px 0 4px;
        color: #00bb00;
    }

    .TileTable gameid {
        text-align: right;
        font-size: 8px;
    }

/*  The team list of a meet, folded away until asked for: more than six schools and the tile turns into
    a column of names. Styled as the score details below are, so the two expanders on a tile read as the
    same control, and marked with a cursor because a <summary> does not get one by default. */
.teamsmany > summary {
    cursor: pointer;
    font-size: 12px;
    color: var(--link-dark-color, #24569C);
    list-style-position: outside;
}

    .teamsmany > summary:hover {
        text-decoration: underline;
    }

.teamsmany[open] > summary {
    margin-bottom: 4px;
}

.gamedetails {
    font-size: 12px;
    max-width: 250px;
    white-space: pre-wrap;
}

    .gamedetails details {
        line-height: 1.3;
    }

    .gamedetails summary {
        font-size: 10px;
        margin-bottom: 6px;
        color: blue;
    }

/********************************************************************************************************/
/* CALENDAR - the month grid GameCalendar.ViewCalendar renders                                           */
/*                                                                                                      */
/* Moved out of DashboardSchedule.aspx on 2026-09-22 with the renderer itself, so any page that calls    */
/* ViewCalendar gets the look with it rather than copying these rules.                                   */
/********************************************************************************************************/

    .CalendarTable {
        display: block;
        border-collapse: collapse;
        font-family: Avalon;
        font-size: 13px;
        margin-top: 10px;
        width: 1015px;
        table-layout: fixed;
        color: #555555;
    }

        .CalendarTable thead tr:nth-child(1) th {
            color: white;
            background-color: #003366;
            height: 30px;
            border: none;
            font-weight: normal;
            font-size: 14px;
        }

        .CalendarTable thead tr:nth-child(2) th {
            color: white;
            background-color: #003366;
            height: 20px;
            border: none;
            font-weight: normal;
            font-size: 12px;
        }

        .CalendarTable td {
            height: 100px;
            border: 1px solid grey;
            vertical-align: top;
            padding: 2px;
            width: 145px;
            overflow: hidden;
        }

        .CalendarTable .CalendarBlank {
            background-color: #eeeeee;
        }

        .CalendarTable .CalendarDay
        .CalendarTable .CalendarGame {
            font-size: 14px;
            font-weight: bold;
        }

        .CalendarTable .CalendarGame {
            font-size: 10px;
            background-color: #bcc6d4;
            color: black;
            padding: 2px;
            margin-top: 2px;
            margin-bottom: 2px;
        }

        .CalendarTable .CalendarGameHome {
            background-color: #bbded6 !important;
        }

        .CalendarTable .CalendarGameAway {
            background-color: #ffb6b9 !important;
        }

        .CalendarTable .CalendarTransportation {
            display: block;
            margin-top: 6px;
            white-space: pre-wrap;
            white-space: -moz-pre-wrap;
            white-space: -pre-wrap;
            white-space: -o-pre-wrap;
            word-wrap: break-word;
            font-style:italic;
