#mainPage {
  padding-left: 0;
  transition: all 0.4s ease 0s;
}
#myAgendaPage {
  padding-left: 0;
  transition: all 0.4s ease 0s;
}
#myFullAgenda {
  padding-left: 0;
  transition: all 0.4s ease 0s;
}

#multisessionBar {
	position: fixed;
	left: -9999px;
	top:60px;
	right:0;
	width: 100%;
	max-width:768px;
	height:100%;
	margin:0 auto;
	overflow-y: auto;
	z-index:1000;
	transition:all 0.4s ease-in-out 0s;
	background-color:#fff;
}

.ToggleForEnableSidebarOfMultiSessionsID{
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: 9999;
  color: #334150;
}


#mainPage.active {
  position: relative;
  left: 0px;
}
/*#mainPage.active .sidebarOfGeneramMenuWrapID {
  left: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
}*/

#myAgendaPage.active {
  /*position: relative;*/ /*dont remove comment, it's broke navbar*/
  left: 0px;
}
/*#myAgendaPage.active .sidebarOfGeneramMenuWrapID {
  left: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
}*/

#myFullAgenda.active {
  position: relative;
  left: 0px;
}
/*#myFullAgenda.active .sidebarOfGeneramMenuWrapID {
  left: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
}*/


#page-content-wrapper {
  width: 100%;
}