﻿.content {
    margin-left: 255px !important;
}

.sidenavbar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3 !important;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 3 !important; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #FFFFFF !important; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 23px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.specialOfDay {
    position: absolute;
    top: 162.5px !important;
    left: 0px;
    min-width: 250px;
    max-width: 250px;
    height: 300%;
    text-align: left;
    background: #FF9E43 !important;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -ms-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: 999;
    overflow-y: auto;
    padding-left: 10px !important;
    overflow: inherit;
}

.sidenavLink {
    text-align: left !important;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media (max-width:768px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .content {
        margin-left: 0px !important;
    }

    .sidenavLink {
        text-align: left !important;
    }

    .specialOfDay {
        position: absolute;
        top: 170.5px !important;
        left: 0px;
        min-width: 250px;
        max-width: 250px;
        height: 145%;
        text-align: left;
        background: #FF9E43 !important;
        color: #fff;
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -ms-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        z-index: 999;
        overflow-y: auto;
        padding-left: 10px !important;
        overflow: inherit;
    }
}