.emoji-wysiwyg-editor {
	border: 1px solid #d0d0d0;
	overflow: auto;
	outline: none;
}
.emoji-wysiwyg-editor img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -3px 0 0 0;
}
.chat-text img{
height: 20px;
margin: -3px 0 0;
vertical-align: middle;
width: 20px;
}
.emoji-button { display:block; margin-top:3px; position:absolute; right:50px; }

.chat-fs .emoji-button{margin-top:8px !important; right:46px; }

.emoji-button img{
	height: 15px;
	margin-top: 0px;
	width: 15px;
}
.emoji-menu {
	position: absolute;
	z-index: 9999;
	width: 215px;
	margin-left: -200px;
	padding: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #000;
	margin-left: -210px !important;
	margin-top: -221px !important;
}
.emoji-menu > div {
	max-height: 200px;
	overflow: hidden;
	background: #fff;
	width: 231px;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	padding-top: 0px;
}
.emoji-menu img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	border: 0 none;
}
.emoji-menu a {
	margin: -1px 0 0 -1px;
	border: 1px solid #f2f2f2;
	padding: 5px;
	display: block;
	float: left;
}
.emoji-menu a:hover {
	background-color: #fffae7;
}
.emoji-menu:after {
	content: ' ';
	display: block;
	clear: left;
}
.emoji-menu a .label {
	display: none;
}

.emoji-menu div {
    overflow-x: hidden;
    overflow-y: auto;   
}

.emoji-menu .group-selector {
	position: relative;
	list-style-type: none;
	height: 40px;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, .9);
	z-index:9999;
	margin:0px;
	padding:0 0 0 25px;
	text-align:center;
	border-bottom:1px solid #000;
}
.emoji-menu .group-selector li {
	height: 15px;
	width: 17px;
	padding: 5px;
}
.emoji-menu .group-selector a:last-child li {
	width: 15px;
}
.emoji-menu .group-selector a {
	color: #EB7878;
	text-decoration: none;
	border: none;
	background-color: transparent;
	display:inline-block;
	float:inherit:
}
.emoji-menu .group-selector a:hover, .emoji-menu .group-selector a.active {
	color:#000000;
}
@media (max-width:767px) {
/* .emoji-wysiwyg-editor{
border: 1px solid #d0d0d0;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
box-sizing: border-box;
font-family: Helvetica,arial,sans-serif;
font-size: 13px;
font-weight: normal;
height: 30px;
line-height: 30px;
padding: 5px 10px !important;
width: 100%;}
#send-message-area{ position:absolute; bottom:50px; width:100%; }
#chat-wrap.chat-fs #chat-box {
		width: 100%;
		height: calc(100vh - 58px - 100px - 87px)!important;
	} */
} 
@media (max-width:420px) {

/* #chat-wrap > form {
    bottom: 0px;
    position: absolute;
    width: 100%;
	background:#ffffff; 
	z-index:1; left:0px;
} */

.emoji-button{right: 38px;}

#sound-system{right:62px;}

.chat-fs .emoji-button{right: 39px;}

}

