@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../bootstrap_package/Resources/Public/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
         url('../bootstrap_package/Resources/Public/fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('../bootstrap_package/Resources/Public//fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}


.glyphicon-calendar::before {
  content: "\e109";
}