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;
}
#thumbnail_photo_account{
    padding: 6px;
    vertical-align: middle;
    height: 50px;
    display: none;
}
#thumbnail_photo_user{
    padding: 6px;
    vertical-align: middle;
    height: 50px;
}
#sidenav_container{
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 125px;
}

.sidenav-divider {
    width: 60%;
	margin-left: 20%;
    height: 1px;
    background: #e9e9e9;
}

.left-sidenav-anchor {
    width: 5px;
    background: brown;
    position: absolute;
	z-index: 10;
}

.left-sidenav-anchor:hover {
    width: 10px;
}

.sidenav {
	width: 60px;
}
li.app-icon{
    height: 64px;
}
.sidenav li{
    text-align: center;
}
.sidenav li>a{
	padding: 0px;
}
.sidenav li img {
    width: 50%;
    height: 100%;
}
.sidenav li#Notation_icon img {
    width: 45%;
    height: 100%;
    position: relative;
    right: 1px;
}

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;
    }
}

/* Dynamic Menu */
.dynamicMenu {
    position: relative;
}
.dynamicMenu .notificationBadge {
    position: absolute;
    background-color: red;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 5px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.dynamicMenu .dynamicMenuBtn {
    width: 100%;
    text-align: center;
}
.dynamicMenu:before {
    content: "";
    display: block;
    width: 60%;
    height: 1px;
    background-color: #fff;
    margin: 0 auto 12px auto;
}
.dynamicMenu .dynamicMenuBtn {
    color: #fff;
    font-size: 27px;
    cursor: pointer;
}
.dynamicMenu .dynamicMenuBtn:hover {
    filter: brightness(80%);
}
.dynamicIsland {
    background: #fff;
    position: absolute;
    bottom: 55px;
    left: 65px;
    width: 250px;
    height: 320px;
    z-index: 99999;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dynamicIsland .islandHeader {
    padding: 15px;
    background-color: #f38b00;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dynamicIsland .islandHeader i:hover {
    cursor: pointer;
    filter: brightness(80%);
}
.dynamicIsland .islandBody > div {
    color: #f38b00;
    cursor: pointer;
    position: relative;
}
.dynamicIsland .islandBody > div .notificationBadge {
    position: absolute;
    background-color: red;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.dynamicIsland .islandBody > div a {
    width: 100%;
    height: 100%;
    display: block;
    color: #f38b00;
    padding: 15px;
}
.dynamicIsland .islandBody > div:hover {
    background: #efefef;
}
.dynamicIsland .islandBody > div i {
    margin-right: 10px;
    color: #f38b00;
    font-size: 18px;
    vertical-align: middle;
}
.dynamicIsland .islandFooter > div {
    color: #f38b00;
    cursor: pointer;
}
.dynamicIsland .islandFooter > div a {
    width: 100%;
    height: 100%;
    display: block;
    color: #f38b00;
    padding: 15px;
}
.dynamicIsland .islandSpliter {
    content: "";
    display: block;
    width: 45%;
    height: 1px;
    background-color: #f38b00;
    margin: 0 auto 10px auto;
}
.dynamicIsland .islandFooter > div:hover {
    background: #efefef;
}
.dynamicIsland .islandFooter > div i {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
}