﻿body {
    margin: 0;
    font-family: 'Roboto'
}



@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Regular.ttf');
}

.test-div {
    font-family:Roboto;
    font-size:20pt;
}
.app-bar {
    background-color: #202020;
    margin-bottom: 50px !important;
}

.main-page {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 0;
    margin: 0;
}

.normal-page {
    margin-top: 80px;
    width: 100%;
    padding: 0 20px 0 20px;
}


.signin-footer {
    position: fixed;
    left: 0;
    bottom: 24px;
    padding: 20px 0;
    background-color: white;
    width: 100%;
    color: white;
    text-align: center;
}

.signin-button {
    background-color: white !important;
    width: 90%;
}

.or-label {
    padding: 50px 0 50px 0;
}

.w100 {
    width: 100%;
}

.w95 {
    width: 95%;
}

.h100 {
    height: 100%;
}

.fs14 {
    font-size:14pt;
}

.text-centre {
    text-align: center;
}

.text-right {
    text-align:right;
}




body {
}

.full-viewport {
    width: 100vw;
    height: 100vh;
}


.mud-tabs {
    height: 100%;
}

.mud-tabs-toolbar-content .mud-tabs-toolbar-wrapper {
    width: 99%;
}

.mud-tabs-scroll-button {
    display:none;
}

.mud-tooltip-root {
    width: 100%;
}

.mud-tab {
    min-width: fit-content;
}

.mud-tabs-panels {
    overflow: auto;
}

.mud-tabs-panels, .no-scrollbars {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

    .mud-tabs-panels::-webkit-scrollbar, .no-scrollbars::-webkit-scrollbar {
        display: none; /* for Chrome, Safari, and Opera */
    }

.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 12px 0 12px 0;
    padding-inline-start: 4px;
    padding-inline-end: 4px;
}
    .mud-table-dense * .mud-table-row .mud-table-cell:first-child {
        padding-left: 0;
        padding-inline-start: 2px;
    }

    .mud-table-dense * .mud-table-row .mud-table-cell:last-child {
        padding-right: 0;
        padding-inline-end: 8px;
    }

.league-help * {
    font-size:10.5pt;
}

.date-list {
    margin-bottom:20px;
}

.date-row {
    background-color: whitesmoke;
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
    font-size: 10.5pt;
}

.time-row {
    width: 100%;
    color:gray;
    padding:1px 0 0 8px !important;
}

.time-row div {
        font-size: 8.5pt !important;
    }

.score * {
    font-size: 10.5pt;
}

.score .mud-grid {
    
}

.score .mud-grid-item {
    padding:0 1px 0 1px;
}


.score-box {
    width: 32px;
    height: 32px;
    margin: 5px;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.score-box-container {
    display: flex;
    flex-direction: row;
    align-items: center !important;
    justify-content:center;
}

.nav-dialog-header {
    background-color: black;
    color: white;
}

.nav-dialog-back-button {
    margin: 0 14px 0 1px;
}

.nav-dialog {

}

.nav-dialog * {
    font-size:10.5pt;
}

.nav-dialog .mud-grid {
    margin: 0;
}

    .nav-dialog .mud-grid-item {
        padding: 0;
    }

.navigation-dialog .mud-dialog-content {
    padding: 0px;
}

.past-predictions .mud-grid {
    margin: 0;
}
.past-predictions .mud-grid-item {
    padding: 0;
} 

.team1 {
    margin-right:-4px;
}

.team2 {
    margin-left: -4px;
}

.required-predictions *, .past-predictions * {
    font-size: 10.5pt;
}

.pick-scores {
    background-color: #202020;
}
.pick-scores * {
    margin: 0;
    padding: 0;
    font-size: 14pt;
}

.pick-scores button {
    margin: 3px;
    padding: 10px 3px;
}

.debug-area {
    margin-top:20px;
    width:100%;
    padding:20px;
    background-color:whitesmoke;
}

.standard-panel {
    width: 100%;
    padding: 20px;
    background-color: white;
    text-align:center;
}

.hidden {
    display: none;
}

.number {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.c-position {
    color: chocolate !important;
}

.c-username {
}

.c-correct-exact {
    color: green !important;
}

.c-correct {
    color: olivedrab !important;
}

.c-not-correct {
    color: orangered !important;
}

.c-no-prediction {
    color: grey !important;
}

div {
    -webkit-user-select: none;
}

.no-selection {
    -webkit-user-select: none;
}

.c-joker {
    color: darkgoldenrod !important;
}

.c-joker-lighter {
    color: goldenrod !important;
}

.c-light-grey {
    color:lightgray;
}

.c-points {
    font-weight: bold !important;
}

.c-general-score-box {
    background-color:aliceblue;
}

.c-general-score-box-darker {
    background-color: #e0f0ff;
}

.c-grey-bg {
    background-color:whitesmoke;
}


.c-header-results {
    color:white;
    background-color: #304050;
    padding:8px;
}

.c-header-predictions {
    color: white;
    background-color: #405060;
    padding: 8px;
    text-align:right;
}

.Gray {
    color: grey;
}

.OrangeRed {
    color: orangered;
}

.OliveDrab {
    color: olivedrab;
}

.Green {
    color:green;
}

.LightGray {
    background-color:lightgray;
}

.MistyRose {
    background-color:mistyrose;
}

.LightGreen {
    background-color:lightgreen;
}

.Lime {
    background-color:lime;
}

.LightSalmon {
    background-color:lightsalmon;
}

.GreenYellow {
    background-color: greenyellow;
}

.white-smoke {
    background-color:whitesmoke;
}

.line-divider {
    background-color: grey;
    height:2px;
    
}

.invite-code input {
    text-transform: uppercase;
    text-align: center;
}



.pwa-install-row {
    font-size: 1.2em;
    background-color: lightgreen;
    border-bottom: 1px solid #d6d5d5;
    padding: 10px 10px 10px 20px;
    text-align: center;
    display: none;
}

.pwa-install-row-button {
    margin-left: 20px;
    background-color: silver;
    padding: 5px;
    border: 2px solid black;
}

.update-button {
    margin-top:9px !important;
}
















