main{
    height: calc(100% - 86px);
    overflow: auto;
}

#breadcrump_sidebar_mobile {
    font-size: 3rem;
    line-height: 55px;
    position: absolute;
    top: 5px;
    left: 10px;
    width: 55px;
    height: 55px;
    z-index: 998;
    color: black;
}
nav {
	position: relative;
}
nav .nav-wrapper{
	background: white;
}
#sidenav_container{
    margin: 0;
}

.sidenav {
	width: 60px;
}
li.app-icon{
    height: 64px;
}
li.separator{
    height: 25px;
}
.sidenav li{
    text-align: center;
}
.sidenav li>a{
	padding: 0px;
}
.sidenav li img {
    width: 50%;
    height: 100%;
}

main, footer {
    padding-left: 60px;
}

footer {
    position: fixed;
    color: #333;
    bottom: 0;
    right: 0;
    left: 0px;
    background-color: white;
    border-top: 1px solid #a0a0a0;
    z-index: 1000;
}

@media only screen and (min-width: 601px){
	nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    	height: 64px;
    	line-height: 62px;
	}
}
@media screen and (max-width: 993px){
    main, footer {
        padding-left: 0px;
    }
}