
body.sideMenuOn #header-bar {
	left: 250px;
}

body #header-bar {
	left: 0px;
}

body.sideMenuOn .sidenav, body.sideMenuOn #sidenav-overlay {
    transform: translateX(0%);
}
body .sidenav, body #sidenav-overlay {
    transform: translateX(-110%);
}

body.sideMenuOn #header-bar{
    left:0px;
}


.sidebar-logo-img {
	width: 156px;
	margin: 0 auto;
	display: block;
	margin-bottom: -10px;
}

.menu-title {
	display: block;
	text-align: center;
	font-size: 20px;
	text-decoration: underline;
}

.sidenav hr {
	width: 75%;
}

.sidenav {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 300px;
	border: 0;
	z-index: 99;
	overflow-x: hidden;
	padding-bottom: 50px;
	padding-top: 10px;
	background-color: white;
	box-shadow: 0 0 20px -12px black;
}

#sidenav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 120vh;
	background-color: rgba(0, 0, 0, .5);
	z-index: 97;
	will-change: opacity;
	transform: translateX(-100%);
}

.sidenav a {
	display: block;
}

a.list-group-item {
	background-color: transparent;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
}

a.list-group-item:hover {
	background-color: #3A8EC9 !important;
	color: white !important;
}

.list-group-item-img {
	width: 25px;
	height: 25px;
	margin-right: 20px;
}

.handCursor {
	cursor: pointer;
}

.handCursor:hover {
	color: #fa6c69 !important;
}

.lxr-menu-toggle {
    cursor: pointer;
}

#menu-toggle {
	width: 39.94px;
	height: 30px;
	cursor: pointer;
}

#menu-toggle div {
	width: 100%;
	height: 5px;
	margin: 4px auto;
	transition: all 0.3s;
	backface-visibility: hidden;
}

#menu-toggle .one {
	background-color: #3A8DC8 !important;
}

#menu-toggle .two {
	background-color: #EE7B42 !important;
}

#menu-toggle .three {
	background-color: #F7B937 !important;
}

#menu-toggle.on .one1 {
	transform: rotate(90deg) translate(7px, 7px);
}

#menu-toggle.on .two2 {
	transform: rotate(90deg) translate(-2px, -3px);
}

#menu-toggle.on .three3 {
	transform: rotate(90deg) translate(-11px, -13px);
}