
.mainchateabc {
	background-color:#27AAE1; /* #f0f1f3; */
	color:#667073;
	font: 16px/1.3 "Arial",sans-serif;
	width:70%;
	max-width:815px;
	margin-left:5px;
}

.section-chateabc{	
	max-height:600px;
	overflow: auto;
}

.image-chateabc {
	width: 70px;
	text-align:center;
	overflow: hidden;	
}

.image-chateabc img {
	width: 70%;
	border-radius: 50%;
	-webkit-box-shadow: 3px 3px 0 1px rgba(40, 40, 40, 0.1);
	-moz-box-shadow:    3px 3px 0 1px rgba(40, 40, 40, 0.1);
	box-shadow:         3px 3px 0 1px rgba(40, 40, 40, 0.1);
	margin: 5px;
}

.chats-chateabc {
	list-style-type: none;
	margin-top:10px;
}
/* other */
.chats-chateabc li {
	clear:both;
	float:left;
	margin:10px;
	position:relative;
}

.chats-chateabc li .image-chateabc{
	float:left;
	margin-right: 10px;
}

/* other */
.chats-chateabc li:not(.chateabc85368416def4c740a27fb00393a0ea7d) .image-chateabc:after {
	content: "";
    position: absolute;
    top: 0;
    left: 64px;
    width: 18px;
    height: 0;
    border-color: white white transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
}

.chats-chateabc li p {
	display: inline-block;
	margin:0px;
	padding: 10px 15px;	
	background-color: transparent;	
	line-height: 1.4;
	word-wrap: break-word;
}

.chats-chateabc div.message_content  {
  	background: white;
  	padding: 10px 20px;
  	border-radius: 2px;
  	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  	float:right;
  	min-width: 160px;
	min-height: 10px;
	max-width: 560px;
	position:relative;
}	

.chats-chateabc div.message_content p.message {
	margin: 0px;
	padding: 0px;
}

.chats-chateabc div.message_content p.username-chat {
	color:#9CB63D;
	padding:0px; 	
}

.chats-chateabc li:not(.chateabc85368416def4c740a27fb00393a0ea7d) p.username-chat {
	color:#1C77A7;
}


.chats-chateabc div.message_content p.timesent-chateabc {  	
  	color: #a9a9a9;
  	padding:0px;
}

.chats-chateabc div.message_content p.username-chat,
.chats-chateabc div.message_content p.timesent-chateabc {
	font-size: 0.7rem;
}

div.message_content span.bullet-chat {
    color: #a2a0a1;
}

/* self */
.chats-chateabc li.chateabc85368416def4c740a27fb00393a0ea7d .image-chateabc{
	float:right;
	clear:both;
}

/* self */
.chats-chateabc li.chateabc85368416def4c740a27fb00393a0ea7d .image-chateabc:after {
	content: "";
    position: absolute;
    top: 0;
    right: 64px;   
    width: 18px;
    height: 0;
    border-color: white transparent transparent white;
    border-image: none;
    border-style: solid;
    border-width: 10px;
}


/* self */
li.chateabc85368416def4c740a27fb00393a0ea7d {
	clear:both;
	float:right;
	margin-bottom:10px;
	position:relative;
}

/* self */
.chats-chateabc li.chateabc85368416def4c740a27fb00393a0ea7d p {
	margin-left: 0px;
}

.image-chateabc b {
	overflow: hidden;
	display: block;
	clear: both;
	font-size:0.8em;
}

.image-chateabc i{
	font-size: 0.6em;
	line-height: 1.2;
	display: block;
	opacity: 0.8;
}

footer.chatfootereabc{
	position:relative;
	margin-bottom:0;
	left:0;
	width:100%;
	padding-top: 20px;
	height: 100px;
}
#chatform-chateabc {
	width:95%;
	margin: 0 auto;
	background-color: white;
}

#message-chateabc {
	width: 85%;
	max-width: 550px;
	height: 60px;
	display: block;
	float:left;
	margin: 0px 0px 0px 12px;
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
	border-bottom: 4px solid #27AAE1;
	border-radius: 2px;
	padding: 10px;
	resize: none;
	font:inherit;
	color:#021017;
	font-size:15px;
}

#submit-chateabc, #save-chateabc {
	width: 80px;
	height: 60px;
	float:left;
	text-align:center;
	display: block;
	margin: 0 auto;
	border: none;
	box-shadow: none;
	border-radius: 2px;
	font-weight: bold;
	font-size: 17px;
	outline: none;
	margin: 0px 0px 0px 14px;
	background-color: #B2D136; 
	color:#fff;
}

#submit-chateabc:hover, #save-chateabc:hover {
	background-color: #1c77a7; 
}

.connected-chateabc {
	text-align: center;
	margin:auto;
	padding: 10px;
	display: none;
}


footer.chatfootereabc{
	display:none;
	background: #104F69; /* #DCDADB; */
	border-top: 5px solid  #A9DDF3; /* #938D90; */
}

.chatscreen-chateabc{
	display:none;
	width:100%;
	overflow:hidden;
}

.creatorImage-chateabc{
	width: auto; 
	margin-bottom:20px;	
	border-radius: 50%;
	-webkit-box-shadow: 3px 3px 0 1px rgba(40, 40, 40, 0.1);
	-moz-box-shadow:    3px 3px 0 1px rgba(40, 40, 40, 0.1);
	box-shadow:         3px 3px 0 1px rgba(40, 40, 40, 0.1);
}

.viewsessions{
	clear:both;	
}

.hideviewsessions{
	display:none;
}


@media (max-width: 1024px) {

	.chats-chateabc div.message_content {
		 max-width: 310px;
	}

	#message-chateabc {
		width: 75%;
	}

	.chatscreen-chateabc ul.chats-chateabc {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.mainchateabc{
		width: 100%;
	}

}


@media (max-width: 560px) {
/* Chrome no reconoce esta media querie */

	.chats-chateabc li {
		margin: 5px;
	}

	.chatscreen-chateabc ul.chats-chateabc {
    	margin: 2px;
	}

	.chats-chateabc div.message_content {    	
    	 width: 95%;
    	 margin: 0 auto;
    	 max-width: 600px;
    }

    #submit-chateabc, #save-chateabc {
    	margin: 0 0 0 9px;
    }

    #message-chateabc {
    	width: 49%;    	
	}

	#submit-chateabc,
	#message-chateabc,
	.chats-chateabc div.message_content, 
	#save-chateabc  {    	
    	font-size: 12px;
	}

	#submit-chateabc,
	#message-chateabc,
	#save-chateabc {
		height: 40px;
	}

	footer.chatfootereabc {
    	height: 72px;
   	}

	/* self */
	.chats-chateabc li.chateabc85368416def4c740a27fb00393a0ea7d .image-chateabc:after {
		right: 80px;
    	top: 39px;    
    	border-color: transparent white white transparent;	
    }

    /* other */
	.chats-chateabc li:not(.chateabc85368416def4c740a27fb00393a0ea7d) .image-chateabc:after {
		 border-color: transparent transparent white white;
		 top: 39px;
		 left: 74px;

	}
   	

}

.chatlist{
	float:left;
}

.onlineusers{
	margin-left:20px;
}

.onlineusers ul{
	margin:0;
}

.onlineusers h4{
	text-align: center;
	color:#333;
}

.onlineusers img{
	margin:auto;
}

.image-onlineusers {
	overflow: hidden;	
}

.image-onlineusers img {
	width: 50px;
	border-radius: 50%;
	-webkit-box-shadow: 3px 3px 0 1px rgba(40, 40, 40, 0.1);
	-moz-box-shadow:    3px 3px 0 1px rgba(40, 40, 40, 0.1);
	box-shadow:         3px 3px 0 1px rgba(40, 40, 40, 0.1);
}

li.userlist{
	list-style: none;
	margin-top:10px;
}

.userfullname{
	margin-left: 3px;
	font-weight: bold;
	color:#666;
}