﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    background-attachment: fixed;
    padding-top: 3rem;
    padding-bottom: 20px;
    height: 100vh;
    color: #555;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 0;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}



html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

* {
    outline: 0;
}



.container {
    width: 90%;
    margin: auto;
}

.mobile-wrapper-full {
    background: #fff;
    /* relative with .today-box::before*/
    z-index: 1;
    /*positive*/
    position: relative;
    /*---------*/
    width: 100%;
    min-height: 100%;
    margin: 30px 25px 25px 0px;
    padding: 10px 0 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px -10px #000;
    overflow: hidden;
}

.mobile-wrapper {
    background: #fff;
    /* relative with .today-box::before*/
    z-index: 1;
    /*positive*/
    position: relative;
    /*---------*/
    width: 370px;
    max-width: 90%;
    min-height: 100%;
    margin: 30px 25px 25px 0px;
    padding: 10px 0 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px -10px #000;
    overflow: hidden;
}

.header {
    padding-bottom: 15px;
    margin-bottom: 40px;
}

    .header .container {
        position: relative;
    }

        .header .container span {
            color: #444;
            font-family: 'Ramabhadra';
            font-size: 21px;
            font-weight: 700;
        }

        .header .container h1 {
            margin-top: 5px;
            color: #919294;
            font-size: 13px;
            font-weight: 300;
        }

        .header .container .menu-toggle {
            width: 25px;
            height: 25px;
            background: #fff;
            padding: 24px;
            border-radius: 50%;
            direction: rtl;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 10px 30px -14px #000;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
        }

            .header .container .menu-toggle span {
                display: block;
                width: 25px;
                height: 2px;
                background: #777;
                border-radius: 2px;
                transition: all 300ms ease;
            }

                .header .container .menu-toggle span:not(:last-child) {
                    margin-bottom: 5px;
                }

                .header .container .menu-toggle span:first-child {
                    width: 20px;
                }

                .header .container .menu-toggle span:last-child {
                    width: 15px;
                }

            .header .container .menu-toggle:hover span:first-child, .header .container .menu-toggle:hover span:last-child {
                width: 100%;
            }

        .header .container::before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-left-color: #e8e8e8;
            position: absolute;
            bottom: -13px;
            right: 0px;
        }

        .header .container::after {
            content: "";
            display: block;
            width: calc(100% - 10px);
            height: 2px;
            background-color: #e8e8e8;
            position: relative;
            top: 8px;
        }

.today-box {
    background: linear-gradient(to left, #74b9cb, rgba(0, 0, 0, 0.25)), #74b9cb;
    color: #FFF;
    padding: 10px;
    position: relative;
    box-shadow: 0px 0px 40px -9px #74b9cb;
    margin-bottom: 20px;
}

    .today-box::before {
        content: "";
        background: linear-gradient(to left, #74b9cb, rgba(0, 0, 0, 0.25)), #74b9cb;
        opacity: 0.4;
        z-index: -1;
        display: block;
        width: 100%;
        height: 40px;
        margin: auto;
        position: absolute;
        bottom: -13px;
        left: 50%;
        transform: translatex(-50%);
        border-radius: 50%;
        box-shadow: 0px 0px 40px 0 #74b9cb;
    }

    .today-box .date-title {
        font-size: 20px;
        margin: 0 0 0 0;
        letter-spacing: 1px;
        font-weight: 600;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
        text-align: center;
    }

.upcoming-events .container h3 {
    color: #333;
    font-size: 17px;
    margin-bottom: 30px;
    position: relative;
}

    .upcoming-events .container h3::before {
        content: "";
        display: block;
        width: 68%;
        height: 2px;
        background-color: #e8e8e8;
        position: absolute;
        top: 60%;
        transform: translatey(-60%);
        right: 0;
    }



.upcoming-events .container .events-wrapper {
    margin-bottom: 30px;
}

    .upcoming-events .container .events-wrapper .event {
        position: relative;
        margin-bottom: 25px;
        padding-left: 30px;
        cursor: pointer;
    }

        .upcoming-events .container .events-wrapper .event i {
            font-size: 24px;
            font-weight: 100;
            position: absolute;
            left: 0;
            top: -4px;
        }

        .upcoming-events .container .events-wrapper .event .event__point {
            margin: 0;
            color: #555;
            font-size: 15px;
            font-weight: 800;
            letter-spacing: 1px;
        }

        .upcoming-events .container .events-wrapper .event .event__duration {
            position: absolute;
            top: 5px;
            right: 0;
            color: #999;
            font-size: 10px;
            font-weight: 800;
            font-style: italic;
        }

        .upcoming-events .container .events-wrapper .event .event__description {
            margin-top: 10px;
            color: #919294;
            font-size: 13px;
            font-weight: 300;
        }

        .upcoming-events .container .events-wrapper .event.active {
            background: #e8e8e8;
            padding: 17px 0 5px 60px;
            margin-bottom: 38px;
            border-radius: 5px;
        }

            .upcoming-events .container .events-wrapper .event.active::after {
                content: "";
                display: block;
                width: 90%;
                height: 10px;
                background: #fff;
                border: 2px solid #ddd;
                border-top: 0;
                border-radius: 0 0 5px 5px;
                position: absolute;
                bottom: -10px;
                left: 50%;
                transform: translatex(-50%);
            }

            .upcoming-events .container .events-wrapper .event.active i {
                position: absolute;
                left: 25px;
                top: 17px;
            }

            .upcoming-events .container .events-wrapper .event.active .event__description::before, .upcoming-events .container .events-wrapper .event.active .event__description::after {
                content: "\f3d1";
                font-family: 'Ionicons';
                font-size: 32px;
                display: inline-block;
                color: #919294;
                text-align: center;
                position: absolute;
                right: 30px;
                top: 50%;
                transform: translateY(-50%);
                cursor: pointer;
            }

            .upcoming-events .container .events-wrapper .event.active .event__description::before {
                right: 45px;
                font-size: 22px;
                transition: all 550ms ease;
                transition-timing-function: cubic-bezier(0.05, 1.8, 1, 1.57);
            }

            .upcoming-events .container .events-wrapper .event.active:hover .event__description::before {
                transform: translate(15px, -12px);
            }

.hot {
    color: #ff0000;
}

.warm {
    color: #ff9900;
}

.lukewarm {
    color: #0000ff;
}

.cold {
    color: #000000;
}

.done {
    color: #999 !important;
}

.icon-in-active-mode {
    color: #43ff28;
    font-size: 20px !important;
}

.upcoming {
    font-weight: bold;
    color: #777;
}

.add-event-button {
    display: inline-flex;
    float: right;
    align-items: center;
    border: 0;
    padding: 0;
    background: linear-gradient(to left, #74b9cb, rgba(0, 0, 0, 0.25)), #74b9cb;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 0px 40px -9px #74b9cb;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .add-event-button:active {
        position: relative;
        top: 2px;
        left: 2px;
    }

.add-event-button-l {
    display: inline-flex;
    float: left;
    align-items: center;
    border: 0;
    padding: 0;
    background: linear-gradient(to left, #74b9cb, rgba(0, 0, 0, 0.25)), #74b9cb;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 0px 40px -9px #74b9cb;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .add-event-button-l:active {
        position: relative;
        top: 2px;
        left: 2px;
    }

.add-event-button .add-event-button__title {
    color: #FFF;
    padding: 0 18px 0 23px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 600;
}

.add-event-button .add-event-button__icon {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 12px 0 10px;
    height: 100%;
}

    .add-event-button .add-event-button__icon i {
        margin: 0;
        color: #fff;
        font-size: 25px;
        padding: 3px 0;
    }

.add-event-button-l .add-event-button__title {
    color: #FFF;
    padding: 0 18px 0 23px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 600;
}

.add-event-button-l .add-event-button__icon {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 12px 0 10px;
    height: 100%;
}

    .add-event-button-l .add-event-button__icon i {
        margin: 0;
        color: #fff;
        font-size: 25px;
        padding: 3px 0;
    }
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    } 