/*
 * COPYRIGHT INFORMATION - DO NOT REMOVE
 *
 * Copyright (c) LinuxMagic Inc. 2018 All Rights Reserved
 *
 * This file contains Original Code as created by LinuxMagic Inc.
 *
 * The Original Code is distributed on an 'AS IS' basis,
 * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND LINUXMAGIC
 * HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY
 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
 * ENJOYMENT OR NON-INFRINGEMENT.
 *
 * Do NOT download, distribute, use or alter this software or file in any
 * way without express written permission from LinuxMagic Inc. or its parent
 * company Wizard Tower TechnoServices signed by an authorized company officer.
 *
 * Author(s): Rares Harnagea <rares@linuxmagic.com>
 *
 * $Id$
 */

@font-face {
    font-family: 'Wizard Glyph';

    src: url('../fonts/wizard-portal-icons.otf') format('opentype'),
         url('../fonts/wizard-portal-icons.woff') format('woff'); 

    font-style: normal;
    font-weight: normal;
}

.glyph {
  position: relative;
  display: inline-block;
  font-family: 'Wizard Glyph';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.glyph-add:before {
  content: "\f0000";
}

.glyph-plus:before {
  content: "\f0000";
}

.glyph-minus:before {
  content: "\f0001";
}

.glyph-arrow-down:before {
    content: "\f0002";
}

.glyph-arrow-right:before {
    content: "\f0003";
}
.glyph-arrow-left:before {
    content: "\f0004";
}

.glyph-arrow-up:before {
    content: "\f0005";
}

.glyph-exit:before {
    content: "\f0006";
}

.glyph-check:before {
    content: "\f0007";
}

.glyph-forward:before {
    content: "\f0008";
}

.glyph-reply:before {
    content: "\f0009";
}
.glyph-compose:before {
    content: "\f000a";
}

.glyph-refresh:before {
    content: "\f000b";
}


.glyph-inbox:before {
    content: "\f000c";
}

.glyph-drafts:before {
    content: "\f000d";
}

.glyph-success:before, .glyph-sent:before {
    content: "\f000e";
}

.glyph-spam:before {
    content: "\f0010";
}

.glyph-trash:before {
    content: "\f0011";
}

.glyph-folder:before {
    content: "\f0012";
}

.glyph-folder-move:before {
    content: "\f0013";
}

.glyph-info:before {
    content: "\f0014";
}

.glyph-search:before {
    content: "\f0015";
}

.glyph-print:before {
    content: "\f0016";
}

.glyph-envelope:before {
    content: "\f0017";
}

.glyph-attachment:before {
    content: "\f0018";
}

.glyph-calendar:before {
    content: "\f0019";
}

.glyph-flagged:before {
    content: "\f001A";
}

.glyph-delete:before {
    content: "\f001B";
}

.glyph-entertainment:before {
    content: "\f001c";
}

.glyph-organization:before {
    content: "\f001d";
}

.glyph-contacts:before {
    content: "\f001e";
}

.glyph-games:before {
    content: "\f001f";
}

.glyph-communication:before {
    content: "\f0020";
}

.glyph-settings:before {
    content: "\f0021";
}

.glyph-utilities:before {
    content: "\f0022";
}

.glyph-tools:before {
    content: "\f0023";
}

.glyph-alt-select:before {
    content: "\f0024";
}

.glyph-alt-unselected:before {
    content: "\f0025";
}

.glyph-alt-selected:before {
    content: "\f0026";
}

.glyph-select:before {
    content: "\f0027";
}
.glyph-selected:before {
    content: "\f0028";
}
.glyph-unselected:before {
    content: "\f0029";
}

/* ======================================== */
/* ======== Legacy Glyphs        ========== */
/* ======================================== */
.glyph-old-plus:before {
  content: "\002b";
}
.glyph-old-menu-down:before {
  content: "\e259";
}
.glyph-old-menu-left:before {
  content: "\e257";
}
.glyph-old-menu-right:before {
  content: "\e258";
}
.glyph-old-menu-up:before {
  content: "\e260";
}
.glyph-old-paperclip:before {
  content: "\e142";
}
.glyph-old-calendar:before {
  content: "\e109";
}
.glyph-old-remove:before {
  content: "\e014";
}
.glyph-old-ok:before {
  content: "\e013";
}
.glyph-old-bullhorn:before {
  content: "\e122";
}
.glyph-old-edit:before {
  content: "\e065";
}
.glyph-old-list-alt:before {
  content: "\e032";
}
.glyph-old-music:before {
  content: "\e002";
}
.glyph-old-flag:before {
  content: "\e034";
}
.glyph-old-folder-close:before {
  content: "\e117";
}
.glyph-old-tower:before {
  content: "\e184";
}
.glyph-old-envelope:before {
  content: "\2709";
}
.glyph-old-exclamation-sign:before {
  content: "\e101";
}
.glyph-old-trash:before {
  content: "\e020";
}
.glyph-old-folder-open:before {
  content: "\e118";
}
.glyph-old-fire:before {
  content: "\e104";
}
.glyph-old-print:before {
  content: "\e045";
}
.glyph-old-refresh:before {
  content: "\e031";
}
.glyph-old-search:before {
  content: "\e003";
}
.glyph-old-check:before {
  content: "\e067";
}
.glyph-old-unchecked:before {
  content: "\e157";
}
.glyph-old-send:before {
  content: "\e171";
}
.glyph-old-cog:before {
  content: "\e019";
}
.glyph-old-tasks:before {
  content: "\e137";
}
.glyph-old-trash:before {
  content: "\e020";
}
.glyph-old-briefcase:before {
  content: "\e139";
}
.glyph-old-log-out:before {
  content:"\e163";
}
.glyph-old-triangle-right:before {
  content:"\e250";
}
.glyph-old-fire:before {
  content:"\e104";
}
.glyph-old-wrench:before {
  content:"\e136";
}
.glyph-old-lock:before {
  content:"\e033";
}
.glyph-old-pencil:before {
  content:"\270f";
}
.glyph-old-share-alt:before {
  content:"\e095";
}
.glyph-old-step-forward:before {
  content:"\e077";
}
.glyph-old-step-backward:before {
  content:"\e069";
}
.glyph-old-sort:before {
  content:"\e150";
}
.glyph-old-option-horizontal:before {
  content:"\e234";
}
.glyph-old-star:before {
  content:"\e006";
}
.glyph-old-info-sign:before {
  content:"\e086";
}
.glyph-old-minus:before {
  content:"\2212";
}
.glyph-old-book:before {
  content:"\e043";
}
.glyph-old-remove-circle:before {
  content:"\e088";
}
.glyph-old-earphone:before {
  content:"\e182"
}
.glyph-old-open:before {
  content:"\e167";
}
.glyph-old-save:before {
  content:"\e166";
}
.glyph-old-triangle-bottom:before {
  content:"\e252";
}
.glyph-old-globe:before {
  content:"\e135";
}
.glyph-old-file:before {
  content:"\e022";
}
.glyph-old-home:before {
  content:"\e021";
}
.glyph-old-phone-alt:before {
  content:"\e183";
}
.glyph-old-phone:before {
  content:"\e145";
}
.glyph-old-arrow-left:before {
  content:"\e091";
}
.glyph-old-arrow-right:before {
  content:"\e092";
}
