/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

:root {
    --f7-panel-left-width: 90vw !important;
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:#E4E4E4;
    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A7A7A7),
        color-stop(0.51, #E4E4E4)
    );
    background-attachment:fixed;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size:12px;
    height:100%;
    margin:0px;
    padding:0px;
    text-transform:uppercase;
    width:100%;
}

/* Portrait layout (default) */
.app {
    background:url(../img/logo.svg) no-repeat center top; /* 170px x 200px */
    position:absolute;             /* position in the center of the screen */
    left:50%;
    top:50%;
    height:50px;                   /* text area height */
    width:225px;                   /* text area width */
    text-align:center;
    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
    margin:-115px 0px 0px -112px;  /* offset vertical: half of image height and text area height */
                                   /* offset horizontal: half of text area width */
}

/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
        background-position:left center;
        padding:75px 0px 75px 170px;  /* padding-top + padding-bottom + text area = image height */
        margin:-90px 0px 0px -198px;  /* offset vertical: half of image height */
                                      /* offset horizontal: half of image width and text area width */
    }
}

h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}

.menu-logo {
    background: #ffffff;
    color: #ffffff;
    margin: 0 !important;
    padding-top: 20px !important;
}

.menu-logo p {
    text-align: center;
    margin-top: -40px;
    font-size: 18px;
    width: fit-content;
    margin: auto;
}

.menu {
    margin: 0 auto 0 auto !important;
    padding: 20px 40px !important;
    /*background: linear-gradient(150deg, #373741 50%, #ffffff 50%);*/
    background: #ffffff;
    min-height: 300px;
}

.menu > p {
    background: #ffffff;
    padding: 5px;
    margin: 10px;
    border-radius: 36px;
}

.menu .button {
    font-size: 15px;
}

.md .navbar+.toolbar:not(.toolbar-bottom-md):not(.messagebar) {
    top: 0 !important;
}

.md .navbar+.toolbar:not(.toolbar-bottom-md):not(.messagebar)~* .page-content {
    padding-top: 20px;
}

.navbar, .subnavbar {
    /*background: #373741 !important;*/
    background: #ffffff !important;
    color: #373741 !important;
}

.subnavbar {
    border-top: 1px solid black;
}

.navbar .right .button {
    margin-right: 15px;
}

.navbar .left img {
    margin-left: 15px;
    height: 40px;
}

.navbar .title h1 {
   float: right;
   line-height: 40px;
   margin-left: 10px;
   font-size: 17px;
   font-weight: bold;
}

/*.content *, .page-content *, .block * {
    color: #0000FF;
}*/

.subnavbar .subnavbar-inner * {
    font-size: 16px;
    line-height: 35px;
    color: #373741 !important;
}

.page-content > table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background: #ffffff;
    position: relative;
}

.page-content > table thead {
    display: table;
    position: fixed;
    background: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
    top: 104px;
}

.page-content > table tbody {
    display: table;
    margin-top: 40px;
    width: 100%;
}

.page-content > table tr th, .page-content > table tr td {
    font-size: 14px;
    border: 1px solid #373741;
    text-align: left;
    padding: 5px;
    height: 30px;
    word-break: break-word;
}


.page-content > table.checks tr th:nth-child(1), .page-content > table.checks tr td:nth-child(1) {
    width: 10%;
    min-width: 10%;
}

.page-content > table.checks tr th:nth-child(1), .page-content > table.checks tr th:nth-child(2) {
    font-size: 2.5vw;
}

.page-content > table.checks tr th:nth-child(2), .page-content > table.checks tr td:nth-child(2) {
    width: 15%;
    min-width: 15%;
}
.page-content > table.checks tr th:nth-child(3), .page-content > table.checks tr td:nth-child(3) {
    width: 35%;
    min-width: 35%;
}
.page-content > table.checks tr th:nth-child(4), .page-content > table.checks tr td:nth-child(4) {
    width: 20%;
    min-width: 20%;
}
.page-content > table.checks tr th:nth-child(5), .page-content > table.checks tr td:nth-child(5) {
    width: 20%;
    min-width: 20%;
    text-align: center;
}



.page-content > table.winners tr th:nth-child(1), .page-content > table.winners tr td:nth-child(1) {
    width: 40%;
    min-width: 40%;
}
.page-content > table.winners tr th:nth-child(2), .page-content > table.winners tr td:nth-child(2) {
    width: 30%;
    min-width: 30%;
}
.page-content > table.winners tr th:nth-child(3), .page-content > table.winners tr td:nth-child(3) {
    width: 30%;
    min-width: 30%;
}



.page-content > table.wins tr th:nth-child(1), .page-content > table.wins tr td:nth-child(1) {
    width: 20%;
    min-width: 20%;
}
.page-content > table.wins tr th:nth-child(2), .page-content > table.wins tr td:nth-child(2) {
    width: 30%;
    min-width: 30%;
}
.page-content > table.wins tr th:nth-child(3), .page-content > table.wins tr td:nth-child(3) {
    width: 30%;
    min-width: 30%;
    text-align: center;
}
.page-content > table.wins tr th:nth-child(4), .page-content > table.wins tr td:nth-child(4) {
    width: 20%;
    min-width: 20%;
    text-align: center;
}




/*.page-content:not(.winners) > table tr th:nth-child(1), .page-content:not(.winners) > table tr td:nth-child(1) {
    width: 20%;
    min-width: 20%;
}

.page-content.winners > table tr th:nth-child(1), .page-content.winners > table tr td:nth-child(1) {
    width: 40%;
    min-width: 40%;
}

.page-content > table tr th:nth-child(2), .page-content > table tr td:nth-child(2) {
    width: 30%;
    min-width: 30%;
}

.page-content > table tr th:nth-child(4), .page-content > table tr td:nth-child(4) {
    width: 20%;
}

.page-content > table tr th:nth-child(5), .page-content > table tr td:nth-child(5) {
    width: 10%;
}*/

.page-content > table tr th:last-child, .page-content > table tr td:last-child, .page-content > table tr th:first-child, .page-content > table tr td:first-child {
    border-right: none;
}

.page-content > table tr td img {
    width: 20px;
    height: auto;
}

.page-content > table tr td.img {
    text-align: center;
}

.page-content > table tr.win {
    background: #7e00ff;
}

.page-content > table tr.take {
    background: #d5ff80;
}

.page-content > table tr td:nth-child(2) {
    word-break: break-all;
}


.mapCluster-list {
    padding: 10px;
}

.mapCluster-list > .mapCluster-list-item {
    margin: 5px 0px;
    list-style-type: none;
    border-bottom: 1px solid #000000;
    line-height: 19px;
}

.mapCluster-list > .mapCluster-list-item a {
    line-height: 25px;
}

.button i {
    font-size: 25px;
    vertical-align: middle;
    margin: -5px 0 0 5px;
}

.custom-modal-backdrop.backdrop-in {
    z-index: 11000;
}

#winners-Date {
    font-size: bold !important;
    color: #7e00ff !important;
}

.qr-popup {
}

.qr-popup .qr-header h2 {
    margin: 0;
    font-size: 23px;
}

.qr-popup .qr-header h2 span {
    font-size: 18px;
}
