@font-face {
    font-family: 'wit-icon';
    src: url('../fonts/custom-font.eot');
    src: url('../fonts/custom-font.eot?#iefix') format('embedded-opentype'), url('../fonts/custom-font.ttf') format('truetype'), url('../fonts/custom-font.woff') format('woff'), url('../fonts/custom-font.svg?#wit-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'wit-icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ace_dd {
    display: none;
    border: 1px solid #f0f0f0;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
}

a.ace_opt {
    padding: 10px 11px;
    display: block;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    color: #21262b;
    position: relative;
    padding-left: 36px;
}

a.ace_opt:hover {
    background-color: #f0f0f0;
    color: #2a2e7a;
    text-decoration: none;
}


/* Outlook */


/* a.ace_opt[data-ace-id="0"]:before {
    position: absolute;
    left: 12px;
    top: 10px;
    font-family: FontAwesome;
    content: "\f095";
} */


/* google */

a.ace_opt[data-ace-id="1"]:before {
    position: absolute;
    left: 12px;
    top: 10px;
    font-family: wit-icon;
    content: "\e900";
}


/* outlook or hotmail */

a.ace_opt[data-ace-id="2"]:before {
    position: absolute;
    left: 12px;
    top: 10px;
    font-family: FontAwesome;
    content: "\f19e";
}


/* hotmail */

a.ace_opt[data-ace-id="3"]:before {
    position: absolute;
    left: 12px;
    top: 10px;
    font-family: wit-icon;
    content: "\e901";
}


/* ical */


/* a.ace_opt[data-ace-id="4"]:before {
    position: absolute;
    left: 12px;
    top: 10px;
    font-family: FontAwesome;
    content: "\f095";
} */