/* AutoComplete styles for Emoji One */

        .dropdown-menu {
            list-style: none;
            padding: .3em 0 0;
            margin: 0;
            /*border: 1px solid #6E6E6E;*/
            background-color: #f4f4f4;

            border-radius: 5px;
            overflow: hidden;
            font-size: inherit;
            letter-spacing: .025em;
            box-shadow: 2px 2px 2px rgba(0,0,0,.1);

            border-radius: 4px;
            box-shadow: 0px 1px 5px 0px #aaaaaa;
            text-align: left;
            border:none;
        }
        .dropdown-menu a:hover {
            cursor: pointer;
        }
        .dropdown-menu li {
            letter-spacing: 0;
            display: block;
            float: none;
            margin: 0;
            padding: 0;
            border:none;
        }
        .dropdown-menu li:before {
            display: none;
        }
        .dropdown-menu .textcomplete-footer {
            margin-top: .3em;
            background: #e6e6e6;
        }
        .dropdown-menu .textcomplete-footer a {
            color: #999999;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: .05em;
            line-height: 2.1818em;
            padding-left: 1.8181em;
            font-size: .84em;
        }
        .dropdown-menu .textcomplete-footer .arrow {
            margin-left: .8em;
            font-size: 1.3em;
        }
        .dropdown-menu li .emojione {
            vertical-align: middle;
            font-size: 1.23em;
            width: 1em;
            height: 1em;
            top: -1px;
            margin: 0 .3em 0 0;
        }
        .dropdown-menu li a {
            display: block;
            height: 100%;
            line-height: 1.8em;
            padding: 0 1.54em 0 .615em;
            color: #4f4f4f;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }
        .dropdown-menu .active,
        .dropdown-menu li:hover {
            /*background: #6E6E6E;*/
            background: #daf0e9;
            color: white;
        }

        .dropdown-menu .active a,
        .dropdown-menu li:hover a, .dropdown-menu.textcomplete-dropdown li a:hover {
            color: #000000;

            background: #daf0e9;
        }
