.loginPage {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 130px 1fr;
}

.loginBox {
    grid-column: 1/3;
}

.loginWrap {
    font-family: Montserrat;
    text-align: center;

    position: relative;
    max-width: 400px; /*535px;*/
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.loginHead {
    font-family: Montserrat;
    white-space: nowrap;
    justify-self: center;
    color: #ee2737;
    grid-row: 1;
    margin: 0 0 20px;
    font-size: 35px;
    text-align: center;
}

.inputWrapper {
    position: relative;
    justify-self: center;
    margin: 0 auto 20px;
    /* max-width: 300px; */
    width: 100%;
}

.inputLabel {
    font-weight: bold;
    font-family: Montserrat;
    font-size: 14px;
    display: block;
    color: #999;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 5px;
}

.inputField {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
}

.loginButton, .logoutButton {
    display: inline-block;
    box-sizing: border-box;
    margin-top: 10px;
    font-family: Montserrat;
    font-size: 16px;
    background: #ee2737;
    border: none;
    padding: 12px 20px;
    color: #ffffff;
    text-decoration: none;
    width: 50%;
    outline: none;
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
}

.loginButton--white {
    color: #414141;
    background: transparent;
    border: none;
}

.loginButton:hover {
    background: #e03131;
}

.loginButton--white:hover {
    color: black;
    background: transparent;
}

@keyframes spin{
    to { transform: rotate(360deg); }
}

.loginSpinner {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    animation: spin 1s linear infinite;
}

.contactInfo {
    max-width: 250px;
    width: 100%;
    margin: 25px auto 0;
    font-size: 15px;
    text-align: center;
    font-family: Montserrat;
}

.alertBox {
    text-align: center;
    font-family: Montserrat;
    color: #ee2737;
    font-weight: bold;
    margin-top: 20px;
    transition-property: display;
}

.hidden {
    display: none;
}


.signUp-linker {
    text-align: center;
    margin-top: 20px;
}

.href {
    font-family: Montserrat;
    color: #ee2737;
    text-decoration: none;
}

.href:hover, .href:visited, .href:active {
    color: #ee2737;
    text-decoration: none;
}
.logout-button {
    position: relative;
    margin-top: 20px;
}

.logout-button:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #dbdbdb;
}

.tokenWrap {
    margin: 10px;
    font-family: Montserrat;
    grid-row: 2;
    grid-column: 2;
    display: grid;
    grid-template-rows: auto auto auto auto auto;
}

.newTokenButton {
    font-family: Montserrat;
    font-size: 16px;
    background: #ee2737;
    margin-top: 25px;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    text-decoration: none;
    width: 150px;
    outline: none;
}
a.normal-button{
    display: inline-block;
    clear: both;
    cursor: pointer;
    background: #ECECEC;
    border-radius: 0px;
    line-height: 30px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    color:#3f3f3f;
    text-decoration: none;
    text-shadow:0px 1px 0px #fff;
    border:1px solid #a7a7a7;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 220px;
    -webkit-transition:box-shadow 0.7s;
}

a.normal-button i{
    float: right;
    margin-top: 2px;
}

a.normal-button:hover{
    color:#3f3f3f;
    background-color: #fcfcfc;
}

a.normal-button:active{
    color: black;
    background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.lightbox-active {
    overflow: hidden;
    position: fixed;
    top: 12em;
    left: 30%;
    min-width: 500px;
    width: 25%;
    padding-top: 1.5em;
    padding-bottom: 2.5em;
    padding-left: 3em;
    background: #fff;
    color: #555;
    -moz-box-shadow:    3px 3px 5px 2600px rgba(1,0,0,0.3);
    -webkit-box-shadow: 3px 3px 5px 2600px rgba(0,1,0,0.3);
    box-shadow:         3px 3px 5px 2600px rgba(64,64,64,0.8);
    animation: lb-open  1s;
}

.lightbox-active h2 {
    color: #aaa;
}

.revoke-token-box {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 3px;
    margin-bottom: 2px;
}

.newTokenSuccessMessage {
    margin-top: 15px;
    font-weight: bold;
    color: green;
}
.tokenBox {
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    resize: none;
    background: #f2f3ef;
    border: solid;
    border-width: 1px;
    outline: 0;
    padding: 10px 10px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

.page {
    font-family: Montserrat;
}

.page h1 {
    font-size: 20pt;
    margin: 0 0 30px;
    font-family: Montserrat;
}

.fixtureDisplay {
    font-size: 15px;
    margin-top: 10px;
    font-family: Montserrat;
    white-space: pre-line;
}

.fixture-list-page {
    font-family: Montserrat;
    display: grid;
    grid-template-rows: 80px 1fr;
    max-width: 900px;
    min-width: 825px;
}

.fixture-list-page > .fixture-list-wrapper {
    max-width: inherit;
    min-width: inherit;
}

.fixture-filter-bar {
    display: grid;
    grid-template-columns: 1fr 250px 1fr;
}

.liveFilter {
    grid-column: 1;
    grid-row: 1;
    width: 70px;
    height: 60px;
    align-self: center;
}

.finishedFilter {
    grid-column: 1;
    grid-row: 1;
    width: 100px;
    height: 60px;
    margin-left: 80px;
    align-self: center;
    font-size: 15px;
}

.dateFilter {
    grid-column: 2;
    grid-row: 1;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 15px;
}

.datepickWrapper {
    display: inline-block;
}

.datepickWrapper input {
    text-align: center;
    width: 150px;
    cursor: pointer;
    border: none;
    color: transparent;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 0 0 0 black;
    background: #f2f2f2;
}

.datepickWrapper input:focus {
    outline: none;
}

.searchBar {
    grid-column: 3;
    grid-row: 1;
    padding-left: 20px;
}

.inline-block {
    display: inline-block;
}

.competitionHeader {
    background: grey;
    color: white;
    padding: 4px 10px 4px 10px;
    font-size: 13px;
    margin-top: 7px;
    white-space: nowrap;
}

.fixtureListElement {
    display: grid;
    width: 100%;
    grid-template-columns: 100px 1fr 100px 1fr 100px;
    font-size: 13px;
    padding: 0px !important; /* Material-UI fix */

}

.fixtureListElement-startTime {
    white-space: nowrap;
}

.fixtureListElement-team1 {
    text-align: right;
}

.fixtureListElement-vs {
    text-align: center;
}

.fixtureListElement-bo {
    text-align: right;
}

.ring-container {
    position: relative;
    left: 4px;
    top: 1px;
}

.bold {
    font-weight: 700;
}

.circle {
    width: 9px;
    height: 9px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: -11px;
    left: -14px;
}

.ringring {
    border: 2px solid red;
    -webkit-border-radius: 30px;
    height: 17px;
    width: 17px;
    left: -20px;
    top: -17px;
    position: absolute;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.0, 1.0);
        opacity: 0.0;
    }
}

.live {
    color: red;
}

.fixture-accordion-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: transparent;
}
.scoreboard-controls {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 0.8125rem;
}

.scoreboard-controls svg {
    cursor: pointer;
    color: lightgray;
}

.scoreboard-controls button:hover {
    background: transparent !important;
}
.map-stats {
  display: flex;
  justify-content: center;
  font-family: "Montserrat";
  margin-top: 20px;
  margin-bottom: 20px;
}

.map-stats img {
  width: 50px;
  height: 50px;
}

.map-stats .logo-name-combo {
  display: flex;
  flex-direction: column;
  align-items: center;
  
  justify-content: center;
}

.map-stats .logo-name-combo span:first-child {
  /* margin-top: 5px; */
  font-size: medium;
  font-weight: 500;
}

.map-stats .logo-name-combo span:last-child {
  font-size: x-small;
}


.map-stats .map-stats-scores {
  flex-grow: 1;
  text-align: center;
  justify-content: center;
}

.map-stats .map-stats-versus-container {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr auto 1fr;
  max-width: 750px;
  width: 100%;
  grid-column-gap: 25px;

}

.striped-row {
  background: rgb(0, 0, 0, 0.03);
}

thead > tr:not(:first-child) > th {
  /* Should be in JSS  */
  color: black !important;
  font-weight: 600;
}

.scoreboard-container {
  display:grid;
  grid-auto-flow: row;
  grid-row-gap: 20px;
}

.changePasswordBox {
    min-width: 450px;
}

.inputFieldCPW {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    background-color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
}
html {
    overflow-y: scroll;
}

.main {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 200px auto;
}

.pageLayout {
    position: relative;
    max-width: 1100px;
    padding: 20px 40px;
    margin: 0 auto;
}

.logo {
    margin-bottom: 40px;
}

.logo img {
    width: 250px;
}

.dashboard-body {
    box-sizing: border-box;
    display: inline-block;
    justify-self: center;
    /* width: calc(100% - 200px); */
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
}

.nav-sidebar {
    display: inline-block;
    margin-top: 10px;
    width: 200px;
    vertical-align: top;
}

.nav-sidebar > a {
    display: block;
    font-family: Montserrat;
    padding: 10px 0;
    color: #999;
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
    border-radius: 5px;
    cursor: pointer;
}

.nav-sidebar>a:hover {
    color: #333;
}

.nav-sidebar > a.active {
    font-weight: bold;
    color: #ee2737 !important;
}

.logout-header {
    font-family: Montserrat;
    font-size: 20px;
    grid-row: 1;
    grid-column: 3;
    justify-self: right;
    align-self: center;
    margin-right: 20px;

    position: absolute;
    right: 0;
    top: 30px;
}


/*# sourceMappingURL=home.9043ecf5bc808066b974.css.map*/