/* glyphicon-compat.css
 * Kompatibilitaets-Shim: Bootstrap-Glyphicons sind in diesem Projekt nicht
 * vorhanden (weder Font-Face noch Icon-Klassen in bootstrap.min.css).
 * Bestehende .glyphicon-Markup-Aufrufe werden hier auf FontAwesome 4.7 gemappt.
 * Voraussetzung: font-awesome.min.css muss vorher geladen werden.
 */

.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-arrow-left:before{content:"\f060"}
.glyphicon-arrow-up:before{content:"\f062"}
.glyphicon-arrow-down:before{content:"\f063"}
.glyphicon-backward:before{content:"\f04a"}
.glyphicon-calendar:before{content:"\f073"}
.glyphicon-check:before{content:"\f00c"}
.glyphicon-chevron-left:before{content:"\f053"}
.glyphicon-chevron-right:before{content:"\f054"}
.glyphicon-cog:before{content:"\f013"}
.glyphicon-comment:before{content:"\f0e5"}
.glyphicon-forward:before{content:"\f04e"}
.glyphicon-fullscreen:before{content:"\f0b2"}
.glyphicon-inbox:before{content:"\f01c"}
.glyphicon-info-sign:before{content:"\f05a"}
.glyphicon-list:before{content:"\f03a"}
.glyphicon-list-alt:before{content:"\f022"}
.glyphicon-move:before{content:"\f047"}
.glyphicon-ok:before{content:"\f00c"}
.glyphicon-ok-circle:before{content:"\f05d"}
.glyphicon-pencil:before{content:"\f040"}
.glyphicon-plus:before{content:"\f067"}
.glyphicon-pushpin:before{content:"\f08d"}
.glyphicon-record:before{content:"\f192"}
.glyphicon-refresh:before{content:"\f021"}
.glyphicon-remove:before{content:"\f00d"}
.glyphicon-share-alt:before{content:"\f064"}
.glyphicon-tasks:before{content:"\f0ae"}
.glyphicon-th:before{content:"\f00a"}
.glyphicon-time:before{content:"\f017"}
.glyphicon-tint:before{content:"\f043"}
.glyphicon-trash:before{content:"\f1f8"}
.glyphicon-triangle-bottom:before{content:"\f0d7"}
.glyphicon-triangle-right:before{content:"\f0da"}
.glyphicon-warning-sign:before{content:"\f071"}
.glyphicon-wrench:before{content:"\f0ad"}
