/* The sidebar menu */
.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1002; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 100px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */

}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#body {
    transition: margin-left; /* If you want a transition effect */
    padding: 20px;
}

/* 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 {padding-top: 15px;}
    .sidebar a {font-size: 28px !important;}

}

.sidebar_active
{
    color:yellow !important;
    font-weight: bold;
}

#new_search_results
{
    position: absolute;
    z-index: 9999;
    margin:1%;
    left:0;
    width:98%;
}
