.side-menu-wrapper { /* style menu wrapper */
	background: #f7f7f7;
	padding: 40px 10px 40px 10px;
	position: fixed; /* Fixed position */
	top: 0;
	left: 0; /* Sidebar initial position. "right" for right positioned menu */
	height: 100vh;
    z-index: 100000000000;
    transition: 0.5s;
    width: 50%;
    box-sizing: border-box;
    display: none;
    margin: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.side-menu-wrapper > ul{ /* css ul list style */
	list-style:none;
	padding:0;
	margin:0;
    overflow-y: auto; /* enable scroll for menu items */
	height:95%;
}
.side-menu-wrapper > ul > li > a { /* links */
    display: block;
    padding: 6px 4px 6px 4px;
    color: #fff;
    transition: 0.3s;
	text-decoration: none;
}
.side-menu-wrapper > a.menu-close { /* close button */
    padding: 8px 0 4px 23px;
    height: 80px;
    color: #00214b;
    display: block;
    margin: -40px 10px 10px 0px;
    font-size: 0px;
    text-decoration: none;
    text-align: right;
	
	background-image: url('back.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center right;
}

.menu-overlay { /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

@media only screen and (max-width: 600px) {
.side-menu-wrapper { /* style menu wrapper */
	width: 100%;
}
	.calendar-container {
		    left: 0%;
    width: 100%;
	}
}

.side-menu-wrapper2 { /* style menu wrapper */
	background: #f7f7f7;
	padding: 40px 10px 40px 10px;
	position: fixed; /* Fixed position */
	top: 0;
	left: 0; /* Sidebar initial position. "right" for right positioned menu */
	height: 100vh;
    z-index: 100000000000;
    transition: 0.5s;
    width: 50%;
    box-sizing: border-box;
    display: none;
    margin: 0px;
	overflow-y:scroll;
	overflow-x: hidden;
}

.side-menu-wrapper2 > ul{ /* css ul list style */
	list-style:none;
	padding:0;
	margin:0;
    overflow-y: auto; /* enable scroll for menu items */
	height:95%;
}
.side-menu-wrapper2 > ul > li > a { /* links */
    display: block;
    padding: 6px 4px 6px 4px;
    color: #fff;
    transition: 0.3s;
	text-decoration: none;
}
.side-menu-wrapper2 > a.menu-close2 { /* close button */
    padding: 8px 0 4px 23px;
    height: 80px;
    color: #00214b;
    display: block;
    margin: -40px 10px 10px 0px;
    font-size: 0px;
    text-decoration: none;
    text-align: right;
	
	background-image: url('back.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center right;
}

.menu-overlay2 { /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

@media only screen and (max-width: 600px) {
.side-menu-wrapper2 { /* style menu wrapper */
	width: 100%;
}
}