/*general:togglesidebar*/
.toggleMenu{ float: left; margin-left: -105%; padding: 0; height: 100%; width: 100%; background: #eff0f1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; overflow: auto; }
.toggleMenu.active { margin-left: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.toggleBtnOuter{width:0%;}
.toggleBtnOuter.active{background: #eff0f1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;width:100%;}
.toggleBtn{ width: 100%; height: 50px; text-align:left; cursor:pointer; }
.toggleBtn:before { content:"M\00000aO\00000aR\00000aE"; white-space:pre; }
.toggleBtnOuter.active .toggleBtn:before { content:" "; }
.toggleBtnOuter.active .toggleBtn:after{content:"X"; position:absolute;top:5px;right:5px;width:30px;height:30px;text-align:center;font-size:16px;color:#819AB4;}
.toggleBtn .close{display:none;}
