﻿/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 1;
}

    /* Style the sidenav links and the dropdown button */
    .sidenav a, .dropdown-btn {
        text-decoration: none !important;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Times New Roman';
        color: white;
        display: block;
        border: none;
        background: none;
        text-align: left;
        cursor: pointer;
        outline: none;
        border-bottom: 1px solid #fff;
    }

    .sidenav .dropdown-btn {
        padding: 15px 5px 10px 5px;
        background-color: none;
    }

    .sidenav a {
        background-color: #2270FF;
    }

        /* On mouse-over */
        .sidenav a:hover, .dropdown-btn:hover {
            background-color: #2F00FF;
        }

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    /*background-color:#384579*/ /* #3B5998;*/
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}
