/* @override
	http://elw.local/css/chat.css */


#chatter {
    border-radius: 5px 5px 0 0;
    padding: 5px;
    width: 500px;
    position: fixed;
    bottom: -25px;
    right: 50px;
    color: #888;
    z-index:200
}
a.chat-link{
    color: #0345c9;
    text-decoration: underline;
}
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}

.orangeish{
	color: #e38940;
}
.greenish{
	color: #3aaf3f;
}

.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    overflow-y: scroll;
    height: 550px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.user-groups {
	list-style: none;
	/*padding-bottom:10px;*/
	margin: 0;
	margin-top: 20px;
	font-weight: bold;
}
.user-groups li {
	margin-top:5px;
}
.user-groups li:first-child {
	margin-top: 3px;
	border-top: 1px solid #999;
	padding-top: 10px;
}
.user-groups li:hover {
	color: #000;
}
.user-groups li i:nth-child(2) {
	margin-right: 15px;
}
.group-members {
	/*margin-bottom: 15px;*/
	list-style: none;
	font-weight: normal;
}
.group-members li {
	border-bottom: 1px solid #ddd;
}
.hide-these-members {
	display: none;
}
.some-one-else-header {
	display: inline-block;
	width: 100%;
}
.some-one-else-header > .text-muted {
	margin: 0;
}
.header-chat {
	height: 20px;
	padding: 2px 10px;
	margin-bottom: 10px;
}
.chat-user-groups {
	position: relative;
}
.chat-user-group {
	postion:absolute;
}
#chat-user-1 {
	font-size: .8em;
}
#chat-user-2 {
	top: -3px;
	right: 8px;
}

#chat-user-3 {
	font-size: .8em;
	right: 16px;
}

.chat-container {
	position: relative;
}

#chat-toaster {
	position: relative;
}
.chat-toaster-holder {
	position: absolute;
	bottom:0px;
	border: 2px solid #007193;
	border-radius: 10px 10px 0 0;
	padding: 20px;
	background-color: #fff;
	width:490px;
	height: 150px;
	/*color: #fff;*/
}


/*********CHAT ONLINE USERS************/

#online-users {
	list-style: none;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0 20px 0 0;
}
.btn-brown {
	text-align: center;
	background: #f1c40f;
	border: 0;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 0.9em;
	margin: 10px 0px 20px;
	background-color: #dd8533;
	color: #fff;
	box-shadow: 0 0 #444;
	border-radius: 3px;
}
#online-users .button-holder {
	margin-left: 30px;
}
.online-status {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}
.online {
	background-color: #40ae46;
}
.offline {
	background-color: #f95d3f;
}
.search-group-user {
	position: absolute;
	background-color: #ebebeb;
	padding: 15px;
	top: 28px;
}
.search-group-user > ul {
	list-style: none;
	margin: 0;
}
#unreadmessages {
	background-color: #fff;
	height: 200px;
	padding: 20px;
	overflow:  auto;
}
#unreadmessages label {
	cursor: pointer;
}
#unreadmessages ul {
	list-style: none;
	margin: 0;
}
#unreadmessages li {
	border: 1px solid #ebebeb;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	background-color: #ebebeb;
	cursor: pointer;
}
#unreadmessages li:hover {
	border: 1px solid #b2b2b2;
}
