/*
 * Ambiente Colaborativo de Aprendizagem
 *     Copyright (C) 2014
 *     FNDE - Fundo Nacional de Desenvolvimento da Educação
 *     MEC - Ministério da Educação
 *     UFG - Universidade Federal de Goiás
 *     LabTIME - Laboratório de Tecnologia da Informação e Mídias Educacionais
 *
 *     This program is free software: you can redistribute it and/or modify
 *     it under the terms of the GNU General Public License as published by
 *     the Free Software Foundation, either version 3 of the License, or
 *     (at your option) any later version.
 *
 *     This program is distributed in the hope that it will be useful,
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *     GNU General Public License for more details.
 *
 *     You should have received a copy of the GNU General Public License
 *     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

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

/**
 * Teste com o Glyphs para o Brunéti
 http://www.glyphsapp.com/tutorials/creating-an-icon-webfont
 h1:before {
    content: "\E000";
    text-decoration: none !important;
	font-family: 'wartyrdrag';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
    font-size: 1.3em;
    display: inline-block;

}
 */
[class^="ic_"], [class*=" ic_"], .icon {
    text-decoration: none !important;
	font-family: 'e-Proinfo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
    font-size: 1.3em;
    display: inline-block;
    width: 1em;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.alert .icon {
    margin-top: -4px;
    font-size: 1.2em;
}