﻿.chat
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.chat li
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #B3A9A9;
}

.chat-content{
    font-size: 12px;
}

.chat li.left .chat-body
{
	margin-left: 60px;
}

.chat li.right .chat-body
{
	margin-right: 60px;
}

.chat li .chat-body p
{
	margin: 0;
	color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
	margin-right: 5px;
}

.hidden{
    display: none;
}

.shown{
    display: normal;
}

/*::-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;
}*/

.chat-list-layout{
    width: 250px;
    margin: 0 0 0 0;
    position: fixed;
    right: 0;
    bottom: 0;
}

.no-margin{
    margin: 0 0 0 0;
}

.chat-list-header{
    font-size: 12px; 
    font-weight: bold;
    cursor: pointer;
}

.chat-list-body{
    overflow-y: auto;
	height: 300px;
    padding: 5px 5px 5px 5px;
}

.chat-list-image{
    border-radius: 50%;
}

.chat-list-message-indicator{
    background-color: red; 
    font-size: 8px;
}

.chat-box-container{
    display: inline-block;
}

.chat-box-layout{
    width: 300px; 
    position: fixed; 
    bottom: 0px;
}

.chat-box-header{
    font-size: 12px; 
    font-weight: bold;
}

.no-border{
    border: none;
}

.chat-box-body
{
	overflow-y: auto;
	height: 250px;
}

.hidden-chat-list-indicator{
    width: 40px;
    height: 30px;
    position:fixed;
    color: white;
    padding: 5px 10px 5px 10px;
    right: 0;
    bottom: 0;
}
