@charset "utf-8";
/*
* Plugin Name: Native Emoji
* Plugin URI: http://native-emoji.davabuu.com/
* Version: 2.0.
* Author: Davabuu Designs
* Author URI: http://davabuu.com
*/

div.nep_mce_container {
	background: #f5f5f5;
}
div.nep_mce-caller {
	padding: 4px 5px 0 5px;
	position: relative;
}
div.nep_mce-caller img.scroll {
	width: 25px;
	cursor: pointer;
	outline: none;
	padding: 5px 4px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border-top: 3px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid transparent;
}
div.nep_mce-caller img.scroll.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border-top: 3px solid #0085ba;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	background: #fff;
}
div.nep_mce-shown {
	width: 330px;
	height: 200px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	background: #fff;
}
div.nep_mce_nav {
	float: right;
	width: 35px;
	height: 200px;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #ccc;
	padding: 49px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.nep_mce_nav .nep_mce-arrow {
	display: block;
	background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    color: #555;
    text-decoration: none;
	border: 1px solid #CCC;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	margin: 20px 5px;
}
div.nep_mce_nav .nep_mce-arrow.nep_mce-arrow-active {
	background: #eee;
    border-color: #999;
    -webkit-box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5);
    box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5);
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}
div.nep_mce_nav .nep_mce-arrow.nep_mce-arrow-inactive {
	color: #a0a5aa!important;
    border-color: #ddd!important;
    background: #f7f7f7!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: 0 1px 0 #fff!important;
    cursor: default;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
}
div.nep_mce_nav .nep_mce-arrow:before {
	font-family: dashicons !important;
	position: relative;
	top: 2px;
}
div.nep_mce-type {
	-webkit-box-shadow: inset 0px -1px 0px 0px #CCC;
	-moz-box-shadow:    inset 0px -1px 0px 0px #CCC;
	box-shadow:         inset 0px -1px 0px 0px #CCC;
}
table#nep_mce-emoji-icons a[role=option],
table#nep_mce-emoji-icons a[role=option]:focus,
table#nep_mce-emoji-icons a[role=option].hover {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
table#nep_mce-emoji-icons a[role=option] img {
	width: 25px;
	padding: 3px;
}
table#nep_mce-emoji-icons a[role=option] img:hover,
table#nep_mce-emoji-icons a[role=option] img:focus {
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(204, 204, 204, 1);
	-moz-box-shadow:    inset 0px 0px 10px 0px rgba(204, 204, 204, 1);
	box-shadow:         inset 0px 0px 10px 0px rgba(204, 204, 204, 1);
}