.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1005;
	margin-bottom: -10rem;
	border-bottom:1px solid #f1f1f1;
	background:#fff;

}

.header>.header__container {
	/* position: fixed;
	top: 0;
	left: 0; */
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: rgba(22, 8, 43, 0.1) 0px 1px 0px;
	padding: 0 1rem;
	z-index: 1000 !important;
}

.header__container {
	align-items: center;
	justify-content: space-between;
}

.header__toggle {
	color: #19181B;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 25px;
}

#navbar {
	top: 0px;
}

/* new menu style started */

@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);



nav.logo {
	padding: 1rem;
}

nav.logo img {
	width: 40px;
	height: 40px;
	padding: .5rem;
}

nav.settings {
	height: 73px;
	float: left;
	/* background: url(https://s3.postimg.org/bqfooag4z/startific.jpg);
	background-repeat: no-repeat; */
	width: 250px;
	margin: 0px;
	text-align: center;
	font-size: 20px;
	font-family: 'Strait', sans-serif;
}

/* ScrolBar  */
nav.scrollbar {
	height: 90%;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}

nav.scrollbar:hover {
	height: 90%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* Scrollbar Style */
#style-1::-webkit-scrollbar-track {
	border-radius: 2px;
}

#style-1::-webkit-scrollbar {
	width: 5px;
	background-color: #f9f9f9;
}

#style-1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
	background-color: #BFBFBF;
}

#style-1 li a {
	height:100%;
	display: flex;
}

/* Scrollbar End */
nav.fa-lg {
	font-size: 1em;
}

nav.main-menu .fa,
.icofont {
	position: relative;
	display: table-cell;
	width: 95px;
	/* height: 60px; */
	text-align: center;
	top: 22px;
	font-size: 22px;
}

nav.main-menu:hover,
nav.main-menu.expanded {
	width: 250px;
	overflow: hidden;
	opacity: 1;
}

nav.main-menu {
	background: #fff;
	position: fixed;
	top: 91px;
	bottom: 0;
	height: 100%;
	left: 0;
	width: 75px;
	overflow: auto;
	-webkit-transition: width .2s linear;
	transition: width .2s linear;
	transform: translateZ(0) scale(1, 1);
	-webkit-transform: translateZ(0) scale(1, 1);
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.07);
	opacity: 1;
	z-index: 1000;

}

nav.main-menu>ul {
	margin: 7px 0;
}

nav.main-menu li {
	position: relative;
	display: block;
	width: 250px;
	height: 65px;
	border-bottom: 1px solid #f1f1f1;
	stroke: #e67e22;
	stroke-width: 2;
}

/* .main-menu li:hover {
	background: #1f92d1;
	background: #{req.session.logoMasterDetails && req.session.logoMasterDetails.themeColor ? req.session.logoMasterDetails.themeColor : '#e67e22'}

	color: #fff;
	stroke: #fff;
	stroke-width: 2;
} */

nav.main-menu li>a {
	position: relative;
	width: 250px;
	/* display: table; */
	display:flex;
	border-collapse: collapse;
	border-spacing: 0;
	color: #e67e22;
	font-size: 13px;
	text-decoration: none;
	/* -webkit-transform: translateZ(0) scale(1, 1);
	-webkit-transition: all .14s linear;
	transition: all .14s linear; */
}

nav.main-menu .nav-icon {
	position: relative;
	display: table-cell;
	width: 55px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
}

nav.main-menu .nav-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 190px;
	top: 24px;
}

#navbar .main-menu{
	transition: 0.3s
}

nav.main-menu li.active a i {
	color: white;
}

nav.main-menu li.active a .nav-text {
	color: white;
}

nav.main-menu li.active a svg {
	stroke: white !important;
	stroke-width: 2;
}

#navbar .main-menu li:hover svg{
	stroke: white;
}

nav {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

nav ul,
nav li {
	outline: 0;
	margin: 0;
	padding: 0;
}

/* Darker element side menu Start
.darkerli {
	background-color: #ededed;
	text-transform: capitalize;
}

.darkerlishadow {
	background-color: #ededed;
	text-transform: capitalize;
	-webkit-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
	box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
}

.darkerlishadowdown {
	background-color: #ededed;
	text-transform: capitalize;
	-webkit-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
	box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
}

.active {
	color: #1B68F7;
}

#navbar .main-menu a:hover{
	color: white;
}



.performanceLeftMenu{
	position:relative;
	top:22px;
}


nav.main-menu li:hover,
nav.main-menu li:hover>a,
nav.main-menu .fa:hover {
	color: #fff;
}
*/

