/**
 * Warning: when updating from fontastic.me, only change the info beginning with icon-***
 * (those classes start further down)
 */

@font-face {
    font-family: "dashboard";
    src:url("../fonts/dashboard.eot");
    src:url("../fonts/dashboard.eot?#iefix") format("embedded-opentype"),
    url("../fonts/dashboard.woff") format("woff"),
    url("../fonts/dashboard.ttf") format("truetype"),
    url("../fonts/dashboard.svg#dashboard") format("svg");
    font-weight: normal;
    font-style: normal;
}


.chevron-active,  .chevron-inactive {
    float:right;
    font-size:0.75em !important;
    opacity:60% ;
}

[data-icon]:before {
    font-family: "dashboard" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0px;
    top: 1px;
    position: relative;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.glyphicons i:before
{
    font-family: "dashboard" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0px;
    top: 1px;
    position: relative;
}
/**
 * Backward compat - we prefix fs to glyphicons to free up actual glyphicon pack
 */
.glyphicons.ok_2 i:before{
    content: 'I'; /* should be same as icon-check below */
}
.glyphicons.asterisk i:before{
    content: 'L'; /* icon-plus-1 */
}
.glyphicons.circle_plus i:before{
    content: 'L';
}

/**
 * Only update the following
 */

.icon-report-column:before {
    content: "t";
}
.icon-report-pie:before {
    content: "u";
}
.icon-chevron-right:before {
    content: "v";
}
.icon-chevron-left:before {
    content: "w";
}
.icon-arrow-left:before {
    content: "x";
}
.icon-arrow-right:before {
    content: "y";
}
.icon-arrow-up:before {
    content: "z";
}
.icon-arrow-down:before {
    content: "A";
}
.icon-list-alt:before {
    content: "B";
}
.icon-storefront:before {
    content: "C";
}
.icon-tags:before {
    content: "D";
}
.icon-bookmark:before {
    content: "E";
}
.icon-sampler:before {
    content: "F";
}
.icon-info:before {
    content: "G";
}
.icon-question:before {
    content: "H";
}
.icon-check:before {
    content: "I";
}
.icon-cross:before {
    content: "J";
}
.icon-minus:before {
    content: "K";
}
.icon-plus-1:before {
    content: "L";
}
.icon-exclamation:before {
    content: "M";
}
.icon-cross-inverse:before {
    content: "N";
}
.icon-check-inverse:before {
    content: "O";
}
.icon-arrow-down-inverse:before {
    content: "P";
}
.icon-arrow-down-up:before {
    content: "Q";
}
.icon-lock-open:before {
    content: "R";
}
.icon-lock-closed:before {
    content: "S";
}
.icon-basket:before {
    content: "T";
}
.icon-plus-alt:before {
    content: "U";
}
.icon-minus-alt:before {
    content: "V";
}
.icon-arrow-right-alt:before {
    content: "W";
}
.icon-arrow-left-alt:before {
    content: "X";
}
.icon-check-alt:before {
    content: "Y";
}
.icon-cross-alt:before {
    content: "Z";
}
.icon-settings:before {
    content: "0";
}
.icon-suitcase:before {
    content: "1";
}
.icon-blackboard:before {
    content: "2";
}
.icon-email:before {
    content: "a";
}
.icon-dots:before {
    content: "b";
}
.icon-spin:before {
    content: "c";
}
.icon-pencil:before {
    content: "d";
}
.icon-search:before {
    content: "e";
}
.icon-screen:before {
    content: "f";
}
.icon-bolt:before {
    content: "g";
}
.icon-four-squares:before {
    content: "h";
}
.icon-history:before {
    content: "i";
}