﻿/* The sidebar menu */
.sidebar-main {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: rgba(39, 39, 39, 0.95); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

    /*The sidebar links*/
    .sidebar-main a {
        /*padding: 8px 8px 8px 32px;*/
        text-decoration: none;
        /*font-size: 25px;*/
        color: #aeaeae;
        display: block;
        transition: 0.3s;
    }

        /*When you mouse over the navigation links, change their color*/
        .sidebar-main a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidebar-main .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidebar-main .amenu {
        font-size: large;
        margin-left: 10px;
    }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar-main {
        padding-top: 15px;
    }

        .sidebar-main a {
            font-size: 18px;
        }
}

/* The sidebar menu */
.sidebar-body {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    background-color: rgba(39, 39, 39, 0.97); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

    /* Sidebar links */
    .sidebar-body a {
        /*padding: 8px 8px 8px 32px;*/
        padding-bottom: 3px;
        text-decoration: none;
        /*font-size: 25px;*/
        color: #aeaeae;
        display: block;
        transition: 0.3s;
    }

    .sidebar-body button{
        margin-left: 5px;
    }

        /* Active/current link */
        .sidebar-body a.active {
            background-color: #4CAF50;
            color: white;
        }

        /* Links on mouse-over */
        .sidebar-body a:hover:not(.active) {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidebar-body .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidebar-body .amenu {
        font-size: large;
    }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar-body {
        padding-top: 15px;
    }

        .sidebar-body a {
            font-size: 18px;
        }
}




/* The sidebar menu */
.sidebar-right {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999; /* Stay on top */
    top: 0;
    right: 0;
    background-color: rgba(39, 39, 39, 0.95); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

    /* Sidebar links */
    .sidebar-right a {
        /*padding: 8px 8px 8px 32px;*/
        padding-bottom: 3px;
        text-decoration: none;
        /*font-size: 25px;*/
        color: #aeaeae;
        display: block;
        transition: 0.3s;
    }

        /* Active/current link */
        .sidebar-right a.active {
            background-color: #4CAF50;
            color: white;
        }

        /* Links on mouse-over */
        .sidebar-right a:hover:not(.active) {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidebar-right .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidebar-right .amenu {
        font-size: large;
    }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar-right {
        padding-top: 15px;
    }

        .sidebar-right a {
            font-size: 18px;
        }
}
