body.nav-menus-php .menu-item-bar .menu-item-handle {
    min-height: 35px;
}
body.nav-menus-php .menu-item.hide {
	display: none !important;
}


body.nav-menus-php #menu-settings-column {
    position: -webkit-sticky;
    position: sticky;
    height: 90vh;
    top: 50px;	
}
body.nav-menus-php #menu-settings-column form#nav-menu-meta {
	overflow: auto;
    max-height: 90vh;
}
body.nav-menus-php #menu-settings-column form#nav-menu-meta:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 115px;
    background: -webkit-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -moz-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -o-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-image: -ms-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
}

body.nav-menus-php #menu-settings-column form#nav-menu-meta #side-sortables > ul > li.accordion-section:last-child {
	margin-bottom: 100px;
}

body.nav-menus-php a.item-expand {
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 100px;
    outline: 0;
    cursor: pointer;
    border-left: 5px solid #e0bd96;
}

body.nav-menus-php a.item-expand.expanded {
	border-left: 5px solid #947a5b;
}