/* Since Bootstrap v4 deprecates the usage of Glyphicons, we must have this file for the datepicker icons */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('./fonts/glyphicon/glyphicons-halflings-regular.eot');
  src: url('./fonts/glyphicon//glyphicons-halflings-regular.eot?#iefix')
   format("embedded-opentype"), 
   url('./fonts/glyphicon/glyphicons-halflings-regular.woff') 
   format("woff"), 
   url('./fonts/glyphicon/glyphicons-halflings-regular.ttf')
    format("truetype"), 
    url('./fonts/glyphicon/glyphicons-halflings-regular.svg#glyphicons-halflingsregular')
    format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings' !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

