.c-container{
	width:50%;
	min-width: 250px;
	max-height:80%;
	position:fixed;
	right:10px;
	bottom:50px;
	z-index:3000;
	display:none;
	
	font-size: 18px;
	line-height: 24px;	
}

.c-header{
	width:100%;
	background:#a1a1a1;
	border-radius: 15px 15px 0 0;
	overflow: none;
	/*height:50px;*/
	/*padding:15px;*/
	
	background: #6d128d;
	color: white;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.green{
	width:5px;
	height:5px;
	border-radius:2px;
	background: #00ff00;
	position:absolute;
	margin-left:22px;
	margin-top:22px;
}
.x{
	position:absolute;
	right:10px;
	
	font-size: 25px;

	margin-top: -38px;

	color:#666161;
}
.c-content{
	/*background:url('../images/chat_bg.jpg');*/
	background-size: cover;
	max-height:50vh;
	overflow-y: auto;
	font-family: 'Girassol';
	overflow-x: hidden;
	padding:0px 10px;
	margin:5px 0px;
}
.c-content-inner{
	
}
.color{
	/*
	background: #262626;
	background: rgb(69,72,77);
	background: -moz-linear-gradient(left,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
	background: transparent;
	background: #cccccc;	
	*/
	border-radius:15px;
}
.c-footer{
	border-radius:0 0 15px 15px;
	overflow: none;
	height:30px;
/*margin-top: 20px;*/
background: transparent;
color:#000000;
}
.a-ico{
	width:30px;
	height:30px;
	background: #000000;
	float:left;
	border-radius: 5px;
	margin-right:10px;
	margin-left:10px;
	margin-top:10px;
	overflow: hidden;
}
.a-ico-img{
	width:60px;
	height:60px;
	margin-left:-15px;
	margin-top:-15px;
}
.a-name{
	margin:0px 0px 5px 0px;
	display: inline-block;
	font-family: 'Girassol';	
	line-height: 20px;
}
.c-message{
	height:auto;
	padding:15px;
	float:none;
	/*border-top: solid 2px #a6a5a5;*/

	background:rgba(0,0,0,0.1);
	background: #6d128d;
	color: white;
	border: 0px solid #c7b3c7;

	border-radius: 15px;
	margin: 10px 0px;

	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.btn {
	/*box-shadow:inset 0px 34px 0px -15px #b54b3a;*/
	background-color:#000;
	/*border:1px solid #241d13;*/
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family: 'Girassol';
	border-radius:15px;
	font-weight:bold;
	padding:15px;
	text-decoration:none;
	margin: 15px 0px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.chatting {
	background: #91bdc2;
	color: black;
	background: white;
	color: #6d128d;
}
.btn:hover {
/*	background-color:rgba(255,255,255,0.1);*/
}
.btn:active {
	position:relative;
	top:1px;
}
.lilimg{
	width:100%;
	height:auto;
}
.own{
	text-align:right;
	margin-left: 25%;
	font-weight: bold;
	
	background: #91bdc2;
	color: black;

	background: white;
	color: #6d128d;

}
        