.simple_shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.simple_shadow_small {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
}
 /* The sidebar menu */
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 210px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 2; /* Stay on top */
    top: 0px; /* Stay at the top */
    left: 0;
    background-color: #ccc; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10px;
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 1em;
    color: #444;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #333;
    background-color: #eee;

}

.selected_link {

    color: #111;
    background-color: #eee;
	font-weight: bold;
}

/* Style page content */
.main {
    margin-left: 210px; /* Same as the width of the sidebar */
    padding-bottom: 50px;
}


.top_header {
	width: 100%;
	min-height: 50px;
}

#dlc2  #info_area{
    min-height: 100px;
}

.card_ {
    max-width: 200px;
    margin-left: 20px;  
}

.footer {
    z-index: 100;
    position: fixed;
    bottom: 0px;
    padding: 0px;
    width: 102%;
}