#preloader-conversacion {
	line-height: 500px;
}
.caja-chat {
	display: inline-block;
	width: 850px;
	height: 500px;
	background-color: #FFF;
	border-radius: 15px;
	text-align: left;
	position: relative;
}
.caja-chat a#close {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #FFF;
	line-height: 21px;
	text-align: center;
	font-size: 1.23em;
	color: rgba(0,0,0,0.5);
	border: 3px solid #444;
}
.caja-chat a#close:hover {
	background-color: #00b1ff;
	color: #FFF;
}
#conversaciones {
	width: 30%;
	float: left;
	height: 500px;
	background-color: rgba(0,0,0,0.01);
	border-right: 1px solid rgba(0,0,0,0.08);
}
#mensajes {
	width: 70%;
	float: left;
	height: 500px;
}
#heading-chat-user {
	border-bottom: 5px solid rgba(0,0,0,0.03);
	height: 77px;
}
#heading-chat-user div.img {
	float: left;
	width: 12%;
	padding: 10px;
}
#heading-chat-user div.img img {
	float: left;
	width: 100%;
	border-radius: 50%;
}
#heading-chat-user div.user {
	float: left;
	width: 75%;
	padding-top: 15px;
}
#heading-chat-user div.user div.name {
	font-weight: 500;
	font-size: 1em;
	color: rgba(0,0,0,0.6);
}
#heading-chat-user div.user div.name span.escribiendo {
	font-size: 1em;
	color: rgba(0,0,0,0.3);
	display: none;
	position: relative;
	padding-left: 25px;
}
#heading-chat-user div.user div.name span.escribiendo img {
	position: absolute;
	left: 0px;
}
#heading-chat-user div.user div.ubicacion {
	font-size: 1em;
	color: rgba(0,0,0,0.4);
}
#chat-top-btns {
	float: left;
	width: 10%;
	padding-top: 20px;
	position: relative;
}
#chat-top-btns a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 50%;
	color: rgba(0,0,0,0.5);
}
#chat-top-btns a:hover {
	border: 1px solid rgba(0,177,255,0.5);;
	color: rgba(0,177,255,0.5);
}
#chat-user-tools {
	display: none;
	position: absolute;
	top: 56px;
	left: -79px;
	z-index: 9999999;
	width: 170px;
	background-color: #FFF;
}
#chat-user-tools i.pico-chat {
	background-image:url(../img/web/pico-chat.png);
	width: 22px;
	height: 11px;
	float: left;
	position: relative;
	top: 1px;
	left: 97px;
}
#chat-user-tools ul {
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 5px;
	text-align: left;
}
#chat-user-tools ul li a {
	width: 100%;
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	font-size: 1em;
}

#chat-user-tools ul li a i {
	display: inline-block;
	width: 25px;
	text-align: center;
}
#chat-user-tools ul li a:hover {
	border: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	background-color: rgba(0,0,0,0.01);
}
#chat-user-tools ul li:last-child a {
	border-bottom: 0px;
}
#chat-container-mensajes {
	height: 343px;
	padding: 15px;
	padding-left: 15px;
}
.chat-response-mensajes {
	height: 343px;
	padding-bottom: 15px;
}
#chat-herramientas {
	height: 80px;
}
div#container-herramientas-chat {
	float: left;
	background-color: rgba(0,0,0,0.08);
	border-radius: 5px;
	width: 475px;
	height: 40px;
	margin: 15px;
	border: 1px solid rgba(0,0,0,0.07);
	overflow: hidden;
}
div#container-herramientas-chat input {
	background-color: transparent;
	width: 93%;
	height: 40px;
	border: 0px;
	float: left;
	padding: 0px 10px;
}
div#container-herramientas-chat a#smileys-chat {
	font-size: 1.62em;
	line-height: 42px;
	color: rgba(0,0,0,0.5);
	width: 7%;
	float: left;
}
#chat-herramientas button {
	float: left;
	background-color: #546886;
	width: 75px;
	height: 40px;
	border: 0px;
	font-weight: 500;
	color: #FFF;
	cursor: pointer;
	margin-right: 15px;
	margin-top: 15px;
	border-radius: 5px;
	border: 1px solid #465874;
}
#chat-herramientas button:hover {
	background-color: #607697;
}
div#container-herramientas-chat a#smileys-chat:hover i {
	color: #00b1ff;
}
div#container-herramientas-chat button:hover {
	background-color: rgba(0,0,0,0.1);
}
#chat-busqueda-usuario {
	height: 90px;
	padding: 0px 15px;
	padding-top: 15px;
}
#chat-busqueda-usuario input {
	float: left;
	width: 85%;
	height: 30px;
	border: 1px solid rgba(0,0,0,0.08);
	border-right: 0px;
	background-color: #FFF;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#chat-busqueda-usuario button {
	float: left;
	width: 15%;
	height: 30px;
	border: 1px solid rgba(0,0,0,0.08);
	border-left: 0px;
	background-color: #FFF;
	padding-bottom: 3px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
/*/CONVERSACIONES/*/
#response-conversaciones {
	height: 410px;
	overflow: hidden;
}
a.amigo-chat {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
}
a.amigo-chat:last-child {
	border-bottom-left-radius: 15px;
	overflow: hidden;
}
a.amigo-chat div.img {
	float: left;
	width: 12%;
}
a.amigo-chat div.img img {
	float: left;
	width: 100%;
	border-radius: 50%;
}
a.amigo-chat div.data {
	float: left;
	width: 88%;
	line-height: 28px;
	padding-left: 8px;
	padding-top: 1px;
	color: #3e415d;
	font-size: 1em;
}
a.amigo-chat div.data span.online {
	float: right;
	font-size: 10px;
	padding-right: 10px;
	color: rgba(0,0,0,0.3);
}
a.amigo-chat div.data span.sin-leer {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background-color: #ff7800;
	color: #FFF;
	margin-left: 5px;
	font-size: 1em;
	font-weight: 500;
	position: relative;
	top: -1px;
}
a.amigo-chat:hover {
	background-color: rgba(0,0,0,0.01);
}
a.amigo-chat.sel {
	background-color: #2484de;
}
a.amigo-chat.sel div.data {
	color: #FFF;
}
a.amigo-chat.sel div.data span.online {
	color: #FFF;
}
.sms-chat-mensaje {
	display: inline-block;
	float: right;
	background-color: rgba(0,0,0,0.06);
	color: rgba(0,0,0,0.6);
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-right: 15px;
	font-size: 1em;
	position: relative;
}
.sms-chat-mensaje.el {
	float: left;
	background-color: #00b1ff;
	color: #FFF;
	position: relative;
	left: 5px;
}
.sms-chat-mensaje.el:after {
	content: '';
	width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; 
    border-right:5px solid #00b1ff;
	position: absolute;
	left: -5px;
	top: 8px;
}
.sms-chat-mensaje:not(.el):after {
	content: '';
	width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; 
    border-left:5px solid rgba(0,0,0,0.06);
	position: absolute;
	right: -5px;
	top: 8px;
}
#load-mas-sms {
	display: none;
}
.search-chat-noresults {
	padding: 10px;
	color: #5b647a;
	font-size: 1em;
}