﻿/*.no-result {
    margin-top: 50px;
}

.mt-5 .no-result {
    margin-top: 0;
}*/

.no-result h2 {
    text-align: center;
    text-transform: uppercase;
}

.no-result .emoji {
    text-align: center;
    font-size: 100px;
    padding: 0;
    margin: 0;
}

#footer {
    background-color: #228B22;
    font-size: 12px;
}

#popup-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    opacity: 0.7;
    display: none;
    cursor: wait;
}

:root {
    --numDays: 4;
    --numHours: 6;
    --timeHeight: 85px;
    --calBgColor: #F1F1F1;
    --eventBorderColor: #ccc;
    --eventColor1: #B7E5A5;
    --eventColor2: #FBDFA7;
    --eventColor3: #99BAE3;
    --eventColor4: #C8C8C8;
    --eventColor5: #EFB8F6;
}

.month {
    position: relative;
    display: grid;
}

.pt-4r {
    padding: 4rem 0;
}

.pt-2r {
    padding: 2rem 0;
}

.month-title {
    font-family: system-ui, sans-serif;
    display: inline;
    font-size: 4rem;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .days {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
    }

    .legend {
        float: none;
        width: 100%;
        margin: 5px 0 !important;
    }

        .legend p {
            height: 50px;
            padding-top: 10px;
            margin: 10px 20px;
        }
}

.legends {
    display: inline-block;
    width: 100%;
    margin: 25px 0;
}

.legend {
    float: left;
    margin: 0 5px;
    min-width: 150px;
    text-align: center;
}

    .legend p {
        font-variant: small-caps;
        font-weight: 300;
        margin: 10px 20px;
    }

.morning {
    background: var(--eventColor1) !important;
}

.afternoon {
    background: var(--eventColor2) !important;
}

.night {
    background: var(--eventColor3) !important;
}

.reserve {
    background: var(--eventColor4) !important;
}

.other {
    background: var(--eventColor5) !important;
}

a.month-link, a.month-link-popup {
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #ccc;
    color: #000;
    font-weight: 300;
    font-variant: small-caps;
}

#app-version {
    position: absolute;
    margin-top: -5px;
    font-size: 12px;
    font-style: italic;
}

#exchanges-received {
    position: relative;
    margin-right: 20px;
    display: none;
}

#exchanges-received-count {
    display: inline-block;
    font-family: arial;
    font-size: 10px;
    position: absolute;
    top: 5px;
    right: -15px;
    background-color: #228B22;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    width: 20px;
    padding: 2px;
    font-weight: bold;
}