/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29.11.2015, 17:47:15
    Author     : pavelbrazda
*/

html,
html .halflings {
  -webkit-font-smoothing: antialiased !important;
}
@font-face {
  font-family: 'Glyphicons';
  src: url('./fonts/glyphicons-regular.eot');
  src: url('./fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-regular.woff') format('woff'), url('./fonts/glyphicons-regular.ttf') format('truetype'), url('./fonts/glyphicons-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wbGlyphicons {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 35px;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  font-family:'Glyphicons';
  font-style: normal;
}
.glyphicons i:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family:'Glyphicons';
  font-style: normal;
}

