/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 27, 2016, 10:29:06 AM
    Author     : Minh
*/

.chat-header {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.chat-header-wrap {
	text-align:left;
	font-size:12px;
	margin-bottom: 8px;
}

.chat-container {
	position:fixed;
	bottom:0;
	right:0;
	text-align:right;
	z-index:9999999;
	padding: 0px 16px 0px 16px;
}

.chat-window {
	border:solid 1px lightsteelblue;
	padding:6px;
	width:250px;
	min-height:250px;
	float:right;
	background-color: #cfedff;
    border: 0 none;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	margin: 16px 0px 0px 16px;
}