

#chat-min-badge{
  margin-top: -30px;
}

#chat_min{
	border-top: 1px solid #ccc;
	background-color: white;
    bottom:0;
    right:0;
    width:200px;
    position:fixed;
    float:right;
    z-index:9999999;
}

#chat_min p {
	margin: 0px!important;
}

.chat-minimize,.chat-maximize,.chat-print, .chat-audio-on, .chat-audio-off{
	margin-right: 10px;
}

button.btn-chat {
	height: 35px;
}

.btn-chat span{
	background-color: #37ce52!important;
}

/* .chat-action span.badge{ */
/* 	background-color: #37ce52!important; */
/* } */

.chat-modal-body{
	max-height:300px;
	overflow-y: scroll;
}
/* .chat-window{ */
/* 	border-top: 1px solid #ccc; */
/* 	background-color: white; */
/*     bottom:0; */
/*     right:0; */
/*     width:400px; */
/*     position:fixed; */
/*     float:right; */
/*     z-index:9999999; */
/* } */


.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;
}

span.chat-img img{
	min-height:50px;
	max-height:50px;
	min-width:50px;
	max-width:50px;
}
.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.chat-modal-body
{
    overflow-y: scroll;
    height: 250px;
}

::-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;
}
