::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}

::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #444;
}

html, body {
	height: 100%;
}

#wrapper {
	height: 100%;
	padding-left: 600px;
	transition: all 0.4s ease 0s;
}

#members-wrapper {
	position: fixed;
	z-index: 1000;
	left: 250px;
	width: 250px;
	height: 100%;
	margin-left: -250px;
	background-color: rgba(44,45,47,0.9);
	transition: all 0.4s ease 0s;
}

#members-wrapper ::-webkit-scrollbar-thumb {
	background-color: rgba(44,45,47,1);
}

#members-wrapper:hover ::-webkit-scrollbar-thumb {
	background-color: rgba(34,35,37,1);
}

#members-wrapper ::-webkit-scrollbar-track {
	background-color: rgba(44,45,47,0.2);
}

.members-brand {
	display: table;
	width: 100%;
	height: 5%;
	padding: 0 20px;
	font-size: 18px;
	background-color: rgba(44,45,47,1);
}

.members-brand span {
	display: table-cell;
	height: 100%;
	color: #fff;
	vertical-align: middle;
}

.members-brand a {
	display: table-cell;
	height: 100%;
	color: #ddd;
	text-decoration: none;
	vertical-align: middle;
	text-align: right;
}

.members-brand a:hover {
	color: #fff;
}

.members-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 95%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

.members-nav li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.members-nav li a {
	display: table;
	width: 100%;
	margin: 0;
	padding: 7px 10px;
	color: #999;
	text-decoration: none;
}

.members-nav li a .media-avatar {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 0 10px #111;
}

.members-nav li a .fa-circle {
	position: absolute;
	bottom: 0px;
	left: 35px;
	text-shadow: 0px 0px 5px #fff;
}

.members-nav li a.available .fa-circle {
	color: #4cae4c;
}

.members-nav li a.unavailable .fa-circle {
	color: #d43f3a;
}

.members-nav li a .media-object {
	width: 50px;
	height: 50px;
}

.members-nav li a .media-body {
	display: table-cell;
	margin: 0;
	padding: 0;
	font-size: 14px;
	vertical-align: middle;
}

.members-nav li a:hover {
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	text-decoration: none;
}

.members-nav li a:active,
.members-nav li a:focus {
	text-decoration: none;
}

#chats-wrapper {
	position: fixed;
	z-index: 1000;
	left: 600px;
	width: 350px;
	height: 100%;
	margin-left: -350px;
	background-color: rgba(50,118,177,0.9);
	transition: all 0.4s ease 0s;
}

#chats-wrapper ::-webkit-scrollbar-thumb {
	background-color: rgba(50,118,177,1);
}

#chats-wrapper:hover ::-webkit-scrollbar-thumb {
	background-color: rgba(40,108,167,1);
}

#chats-wrapper ::-webkit-scrollbar-track {
	background-color: rgba(50,118,177,0.2);
}

.chats-brand {
	display: table;
	width: 100%;
	height: 5%;
	padding: 0 20px;
	font-size: 18px;
	background-color: rgba(50,118,177,1);
}

.chats-brand span {
	display: table-cell;
	height: 100%;
	color: #fff;
	vertical-align: middle;
}

.chats-brand a {
	display: table-cell;
	height: 100%;
	color: #ddd;
	text-decoration: none;
	vertical-align: middle;
	text-align: right;
}

.chats-brand a:hover {
	color: #fff;
}

.chats-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 95%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

.chats-nav li {
	line-height: 40px;
	text-indent: 20px;
}

.chats-nav li a {
	color: #ccc;
	display: block;
	text-decoration: none;
}

.chats-nav li a:hover {
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	text-decoration: none;
}

.chats-nav li a:active,
.chats-nav li a:focus {
	text-decoration: none;
}

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

.content-header {
	display: table;
	width: 100%;
	height: 8%;
}

.content-header h1 {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-indent: 20px;
}

#menu-toggle {
	display: none;
}

.inset {
	width: 100%;
	height: 100%;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.page-reply {
	width: 100%;
	height: 15%;
	padding: 20px;
}

.inset .media-avatar {
	position: relative;
	border-radius: 50%;
}

.inset .media-object {
	display: block;
	border: 3px solid #1c90c0;
}

.inset .media-body {
	min-height: 64px;
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid #e0e0e0;
	background-color: #eee;
}

.inset .media:hover .media-body {
	border: 1px solid #d0d0d0;
	background-color: #ddd;
}

.inset .media-heading {
	font-style: italic;
}

@media (max-width:767px) {
	#wrapper {
		padding-left: 0;
	}

	#members-wrapper {
		left: 0;
	}

	#chats-wrapper {
		left: 0;
	}

	#wrapper.active {
		position: relative;
		left: 600px;
	}

	#wrapper.active #members-wrapper {
		left: 250px;
		width: 250px;
		transition: all 0.4s ease 0s;
	}

	#wrapper.active #chats-wrapper {
		left: 600px;
		width: 350px;
		transition: all 0.4s ease 0s;
	}

	#menu-toggle {
		display: inline-block;
	}

	.inset {
		padding: 15px;
	}
}