/*!
 * # Semantic UI 2.5.0 - Icon
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */


/*******************************
             Icon
*******************************/

@font-face {
    font-family: 'Icons';
    src: url("../fonts/icons.eot");
    src: url("../fonts/icons.eot?#iefix") format('embedded-opentype'), url("../fonts/icons.woff2") format('woff2'), url("../fonts/icons.woff") format('woff'), url("../fonts/icons.ttf") format('truetype'), url("../fonts/icons.svg#icons") format('svg');
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
}

i.icon {
    display: inline-block;
    opacity: 1;
    margin: 0em 0.25rem 0em 0em;
    width: 1.18em;
    height: 1em;
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

i.icon:before {
    background: none !important;

}

i.icon.remove:before {
    content: "\f00d";
}

i.icon.save:before {
    content: "\f0c7";
}

i.icon.delete:before {
    content: "\f00d";
}

i.icon.close:before {
    content: "\f00d";
}

i.icon.caret.right:before {
    content: "\f0da";
}

i.icon.caret.left:before {
    content: "\f0d9";
}

i.icon.caret.up:before {
    content: "\f0d8";
}

i.icon.caret.down:before {
    content: "\f0d7";
}

i.icon.dropdown:before {
    content: "\f0d7";
}

i.icon.book:before {
    content: "\f02d";
}

i.icon.star:before {
    content: "\f005";
}

i.icon.users:before {
    content: "\f0c0";
}

i.icon.copy:before {
    content: "\f0c5";
}

i.icon.check:before {
    content: "\f00c";
}

i.icon.file.alternate:before {
    content: "\f15c";
}

i.icon.eye:before {
    content: "\f06e";
}

i.icon.eye.slash:before {
    content: "\f070";
}