

@font-face {

    font-family: 'fontello';
    src: url('/elibs/fontello/font/fontello.eot?777');
    src: url('/elibs/fontello/font/fontello.eot?777#iefix') format('embedded-opentype'),
    url('/elibs/fontello/font/fontello.woff2?777') format('woff2'),
    url('/elibs/fontello/font/fontello.woff?777') format('woff'),
    url('/elibs/fontello/font/fontello.ttf?777') format('truetype'),
    url('/elibs/fontello/font/fontello.svg?777#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


[class^="icon-"]:before, [class*=" icon-"]:before {

    /* user-select: none;*/
    /* added to disable text selection, but it did not resolve the effect of double-clicking selecting all whitespace nearby */

    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus-circled:before { content: '\2295'; } 	/* '⊕' 	*/
.icon-minus-circled:before { content: '\2296'; } 	/* '⊖' 	*/
.icon-check:before { content: '\2713'; } 			/* '✓' 	*/
.icon-verified:before { content: '\2714'; } 		/* '✔' */
.icon-spinner:before { content: '\27f3'; } 			/* '⟳' 	*/

.icon-warntip:before { content: '\26A0'; }			/* '⚠'  */
.icon-infotip:before { content: '\2139'; }			/* 'ℹ'  */
.icon-helptip:before { content: '\FE56'; }			/* '﹖'	*/

.icon-edit:before { content: '\270e'; } 			/* '✎' */

.icon-ashare:before { content: '\21B1'; } 			/* '↱' */
.icon-export:before { content: '\21EA'; } 			/* '⇪' */	/* doesn't actually seem to work and I don't know why */
.icon-mshare:before { content: '\2234'; } 			/* '∴' */
.icon-eye:before    { content: '👁';    }           /* '👁' */



.animate-spin {
    animation: spin 2s infinite linear;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

icon { display: inline-block; }
icon:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}