body {
    overflow-x: hidden;
}
.container {
    max-width: 100%;
}
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1440px) {
    .container-xxl {
        max-width: 1600px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.h {
    font-size: 1rem;
}
@media (min-width: 768px) {
    .h {
        font-size: 1.5rem !important;
    }
}
@media (min-width: 992px) {
    .h {
        font-size: 1.75rem !important;
    }
}
@media (min-width: 1200px) {
    .h {
        font-size: 2rem !important;
    }
}
@media (min-width: 1440px) {
    .h {
        font-size: 2.5rem !important;
    }
}


.match-competitor-name 
{
    font-size:1.75rem;
    margin-bottom:0.5rem;
    font-weight:500;
    line-height:1.2;    
}
.spectator-red-score,
.spectator-white-score {
    font-size: 6rem;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
}
.bigger-score {
    font-size: 7rem !important;
    color: #ffc107 !important;
}

.spectator-red-score {
    color: #da0909;
}
.spectator-white-score {
    color: #fff;
}
.penalty-marker
{
    width:1rem;
}
.match-competitor-image
{
    width:6rem;
}
.match-warning-message
{
    font-size:1rem;
}
.spectator-match-timer {
    color: #ffc107;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    text-align: left;
}
.score-keeper-match-alert
{
    z-index:10;
}
.score-keeper-match-score
{
    color: #d9d9d9; 
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 4rem;
    line-height: 4rem;
    padding-top:.5rem;
    width:5rem;
}
.score-keeper-match-points-label
{
    color: #757575;
}
.score-keeper-match-score-button
{
    width: 120px;
    height: 99px;
    text-align: center;
    background-image: url("../assets/images/sidekick_black_score_hexagon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    vertical-align:middle;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
.score-keeper-match-score-button.red
{
    background-image: url("../assets/images/sidekick_red_score_hexagon.png");
}
.score-keeper-match-score-button.yellow
{
    background-image: url("/assets/images/sidekick_orange_score_hexagon.png");
}
.score-keeper-match-score-button.white
{
    background-image: url("../assets/images/sidekick_white_score_hexagon.png"); 
}
.score-keeper-match-score-button span
{
    line-height: 99px;
    width:120px;
    font-size:4rem;
    font-weight: 500;
}
.score-keeper-match-warning-row
{
    width:40px;
}
.score-keeper-match-warning-row img
{
    width:42px;
    height:32px;
    padding: 0 .25rem;
    margin-top: .25rem;
    cursor: pointer;
}
.score-keeper-match-versus-label
{
    color: #9c9c9c;
    font-size: 1.25rem;
    line-height: 1.25rem;
}
.score-keeper-match-controls
{

}
.score-keeper-match-controls span.timer
{
    border:0px;
    padding:0px;
    margin:0px;
    font-size:5rem;
    line-height:5rem;
    font-weight: 500;
    color:#000;
    cursor:pointer;
}
.score-keeper-match-controls span.timer-increment
{
    color:#000;
    padding:0;
}
.score-keeper-match-controls span.timer-increment i
{
    font-size:2.5rem;
    vertical-align: middle; 
}
.score-keeper-match-controls-time
{
    color: #fff;
    font-size: 4.75rem;
    line-height:4.75rem;
    font-weight: bold; 
}

@media (min-width: 576px) {
    .match-competitor-name 
    {
        font-size:2.5rem;
    }
    .match-competitor-image
    {
        width:8rem;
    }
    .spectator-red-score,
    .spectator-white-score {
        font-size: 8rem;
    }
    .bigger-score {
        font-size: 9rem;
    }
    .penalty-marker
    {
        width:2.5rem;
    }
    .match-warning-message
    {
        font-size:2rem;
    }
    .score-keeper-match-warning-row
    {
        height:40px;
        width:auto;
    }
    .score-keeper-match-warning-row img
    {
        width:42px;
        height:32px;
        padding: 0 .25rem;
        margin-top: auto;
        cursor: pointer;
    }
    .spectator-match-timer {
        font-size: 7rem;
        line-height: 7rem;
    }

    .score-keeper-match-score
    {
        font-size: 5rem;
        line-height: 5rem;
        width:6.25rem;
    }
    .score-keeper-match-versus-label
    {
        font-size: 3.75rem;
        line-height: 3.75rem;
    }
    .score-keeper-match-controls-time
    {
        font-size: 6rem;
        line-height: 6rem;
    }
}
@media (min-width: 768px) {
    .spectator-red-score,
    .spectator-white-score {
        font-size: 9rem;
    }
    .match-warning-message
    {
        font-size:1.25rem;
    }
    .score-keeper-match-warning-row
    {
        height:auto;
        width:40px;
    }
    .score-keeper-match-warning-row img
    {
        width:42px;
        height:32px;
        padding: 0 .25rem;
        margin-top: .25rem;
        cursor: pointer;
    }
    .spectator-match-timer {
        font-size: 7.5rem;
        line-height: 7.5rem;
    }
    .score-keeper-match-score
    {
        font-size: 6rem;
        line-height: 6rem;
        width:7.5rem;
    }
}
@media (min-width: 992px) {
    .spectator-red-score,
    .spectator-white-score {
        font-size: 14rem;
    }
    .match-warning-message
    {
        font-size:1.5rem;
    }
    .spectator-match-timer {
        font-size: 12rem;
        line-height: 12rem;
    }
    .score-keeper-match-score
    {
        font-size: 7rem;
        line-height: 7rem;
        width:8.75rem;
    }
}
@media (min-width: 1200px) {
    .spectator-red-score,
    .spectator-white-score {
        font-size: 16rem;
    }
    .match-warning-message
    {
        font-size:2rem;
    }
    .spectator-match-timer {
        font-size: 14rem;
        line-height: 14rem;
    }
    .score-keeper-match-score
    {
        font-size: 8rem;
        line-height: 8rem;
        width:10rem;
    }
}
@media (min-width: 1440px) {
    .spectator-red-score,
    .spectator-white-score {
        font-size: 18rem;
    }
    .match-warning-message
    {
        font-size:2.75rem;
    }
    .spectator-match-timer {
        font-size: 16rem;
        line-height: 16rem;
    }
}



/*
.repeater-row-bg {
    background-color: #ffbf00;
}
.schedule-repeater-area-number {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1.25em;
}
.schedule-repeater-live {
    margin-right: 0.5rem;
    margin-top: -1.65rem;
    float: right;
}

*/
@media (min-width: 576px) {
    .schedule-repeater-live {
        margin-left: -4.25rem;
        margin-top: 0.75rem;
        float: left;
    }
}

/*
.table_row_lead {
    background-color: #ffbf00;
    width: 6px;
    max-width: 8px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    color: #ffc92f;
}
*/

.repeater-row {
    background-color: #4f4f4f;
    color: #c7c7c7;
    line-height: 1em;
    font-size: 18px;
}
.repeater-row-header {
    background-color: #252525ff;
    color: #cfcfcf;

    font-size: 1.5rem;
    margin: 2px;
}

.red-warnings {
    border: 1px solid #ff0;
    bottom: -33px;
    right: 0px;
}

.white-warnings {
    border: 1px solid #ff0;
    bottom: -33px;
    left: 0px;
}

/*
.page-link {
    color: var(--dark);
    background-color: var(--yellow);
    border: 1px solid var(--dark);
}
.page-link:hover {
    z-index: 2;
    color: var(--dark);
    text-decoration: none;
    background-color: var(--yellow);
    border-color: #dee2e6;
}

.page-item.disabled .page-link {
    color: var(--dark);
    pointer-events: none;
    cursor: auto;
    background-color: #4f4f4f;
    border-color: #252525;
}
.page-item.active .page-link {
    z-index: 3;
    color: var(--light);
    background-color: #000;
    border-color: var(--yellow);
}
*/
.area-dropdown option {
}
.area-dropdown option:focus {
    color: var(--dark);
    background-color: var(--yellow);
}


.navigate-division-name
{
    font-size:.85em;
}

.navigate-division-code
{
    font-size:.90em;
}

.navigate-division-time
{
    font-size: 1.10vw;
}

.navigate-division-attribute-label
{
    font-size: .65em;
}

.navigate-division-attribute
{
    font-size: .55em;
}


.navigate-division-metric-value
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:2.2em;
}

.navigate-division-metric-status-value
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size:1.75em;
}

.navigate-division-metric-section-label
{
    font-family: Arial, Helvetica, sans-serif
    ;font-size:.80em;
}
.navigate-division-metric-label
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:1.0em;
}

.navigate-division-competitor-name
{
    font-size:0.70em;
}

.navigate-divison-competitor-school
{
    font-size:0.65em;
}

.navigate-division-event-type-active
{
    font-size:.75em;
    width:34px;
}

.navigate-division-event-type-inactive
{
    font-size:.75em;
    width:34px;
}

.navigate-division-event-type-active-small
{
   font-size:.45em;
   width:30px;
   height:26px;
}

.navigate-division-event-type-inactive-small
{
    font-size:.75em;
    width:34px;
}
