.primary-color {
	background-color: #333 !important;
}

.side-nav {
	position: fixed;
	width: 210px;
	left: -214px;
	top: 0;
	margin: 0;
	height: 100%;
	height: calc(100% + 60px);
	height: -moz-calc(100%);
	padding-bottom: 60px;
	background-color: #fff;
	z-index: 999;
	overflow-y: auto;
	will-change: left;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.side-nav.collapsible {
	border: none;
}


.side-nav .collapsible-header {
	background-color: transparent;
	border: none;
	line-height: inherit;
	height: inherit;
}

.collapsible-header i {
	width: 28px;
	font-size: 22.4px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 14px;
}


/** 侧滑导航*/
.side-nav .no-child {
	padding: 16px;
	margin: 0;
	min-height: auto;
	color: #444;
	background-color: transparent;
	border: none;
	line-height: inherit;
	height: inherit;
	display: block;
	cursor: pointer;
}

.side-nav .no-child i {
	height: auto;
	line-height: 100%;
	width: 2rem;
	font-size: 1.6rem;
	display: block;
	float: left;
	text-align: center;
	margin-right: 1rem;
}

.sidenav-header {
	width: 100%;
	position: relative;
	overflow: auto;
}

.sidenav-header .nav-avatar {
	  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	
}

.sidenav-header .avatar {
	margin: 20px;
	height: 64px;
	width: 64px;
}

.sidenav-header .avatar-body {
	margin-top: 35px;
}

.sidenav-header .avatar-body h3 {
	color: #fff;
	margin: 0;
}

.sidenav-header .avatar-body p {
	color: #fff;
	opacity: 0.8;
	font-size: 80%;
	margin: 0;
}

.sidenav-header .nav-social {
	padding: 20px 20px 0 20px;
}

.sidenav-header .nav-social i {
	font-size: 16px;
	color: #fff;
	margin-right: 18px;
}


/* dropdown */

.side-nav li {
	padding: 0;
}

.side-nav li:hover,
.side-nav li.active {
	background-color: transparent;
}

.side-nav .no-child:hover,
.side-nav .active .collapsible-header,
.side-nav .active .collapsible-body li a:hover {
	color: #2196F3;
	opacity: 1;
}

.side-nav .collapsible-header.active:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #2196F3;
	position: absolute;
	left: -5px;
	border-radius: 100%;
	margin-top: 6px;
}

.side-nav .collapsible-header {
	padding: 16px;
	margin: 0;
	min-height: auto;
	color: #333;
	font-size: 15px;
	line-height: 22px;
	opacity: 0;
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	transform: translateX(-30px);
	    font-weight: 400;
}

.active .collapsible-header {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	/* transform: translateX(0); */
}

.side-nav .collapsible-header i {
	height: auto;
	line-height: 100%;
}

.side-nav .collapsible-body li a {
	margin: 0 16px 0 22px;
}

.side-nav li.active .collapsible-body li {
	background-color: #f4f8fb;
}

.side-nav li.active .collapsible-body li a {
	opacity: 0.8;
}


/* Right Sidebar */

.sidenav-header nav {
	border-bottom: 1px solid #eee;
}


/* Sidebar Chat */

.chat-sidebar {
	display: flex;
	align-items: flex-start;
	padding: 10px 0;
	position: relative;
}

.chat-img img {
	margin-right: 10px;
	margin-top: 4px;
	width: 32px;
	height: 32px;
	color: #fff;
	border-radius: 50%;
	line-height: 48px;
	text-align: center;
	position: relative;
	flex: 1;
}

.chat-img .dot {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 2px solid #fff;
	position: absolute;
	top: 35px;
	left: 22px;
}

.chat-message {
	flex: 1;
	font-size: 12px;
}

.chat-message p {
	margin: 0;
	font-size: 14px;
	color: #444;
}

.chat-message .small {
	opacity: 0.4;
	display: block;
}

/** 动画*/

.side-nav li:nth-child(2) .collapsible-header {
	-webkit-transition: opacity .3s ease .2s, -webkit-transform .4s ease .2s;
	-moz-transition: opacity .3s ease .2s, -moz-transform .4s ease .2s;
	transition: opacity .3s ease .2s, transform .4s ease .2s;
}

.side-nav li:nth-child(3) .collapsible-header{
	-webkit-transition: opacity .3s ease .25s, -webkit-transform .4s ease .25s;
	-moz-transition: opacity .3s ease .25s, -moz-transform .4s ease .25s;
	/* transition:opacity .3s ease .25s, transform .4s ease .25s; */
}

.side-nav li:nth-child(4) .collapsible-header{
	-webkit-transition: opacity .3s ease .3s, -webkit-transform .4s ease .3s;
	-moz-transition: opacity .3s ease .3s, -moz-transform .4s ease .3s;
	transition: opacity .3s ease .3s, transform .4s ease .3s;
}
.side-nav li:nth-child(4) .collapsible-header{
	-webkit-transition: opacity .3s ease .3s, -webkit-transform .4s ease .3s;
	-moz-transition: opacity .3s ease .3s, -moz-transform .4s ease .3s;
	transition: opacity .3s ease .3s, transform .4s ease .3s;
}
.side-nav li:nth-child(5) .collapsible-header{
	-webkit-transition: opacity .3s ease .4s, -webkit-transform .4s ease .4s;
    -moz-transition: opacity .3s ease .4s, -moz-transform .4s ease .4s;
    transition: opacity .3s ease .4s, transform .4s ease .4s;
}
.side-nav li:nth-child(6) .collapsible-header{
	-webkit-transition: opacity .3s ease .4s, -webkit-transform .4s ease .4s;
    -moz-transition: opacity .3s ease .4s, -moz-transform .4s ease .4s;
    transition: opacity .3s ease .4s, transform .4s ease .4s;
}
.side-nav li:nth-child(7) .collapsible-header{
	-webkit-transition: opacity .3s ease .45s, -webkit-transform .4s ease .45s;
    -moz-transition: opacity .3s ease .45s, -moz-transform .4s ease .45s;
    transition: opacity .3s ease .45s, transform .4s ease .45s;
}
.side-nav li:nth-child(8) .collapsible-header{
	-webkit-transition: opacity .3s ease .5s, -webkit-transform .4s ease .5s;
    -moz-transition: opacity .3s ease .5s, -moz-transform .4s ease .5s;
    transition: opacity .3s ease .5s, transform .4s ease .5s;
}