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

.timesheet_icon{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'timesheet' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size:23px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home_icon:before {
  content: "\e904";
}
.icon-linkedin:before {
  content: "\e905";
}
.icon-login-details:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e907";
}
.icon-alarm_clock:before {
  content: "\e900";
}
.icon-billing:before {
  content: "\e901";
}
.icon-handbook:before {
    content: "\e915";
}
.icon-efficiency_rank:before {
  content: "\e902";
}
.icon-users_icon:before {
  content: "\e903";
}

#btnLogoff i {
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0px 8px;
    text-decoration: none !important;
}

#btnLogoff, #btnLogoff:hover, #btnLogoff:focus {
    text-decoration: none;
    font-size: 15px;
    color: #215ed9;
    display: flex;
    align-items: center;
}

#btnLogoff:hover span{
text-decoration:underline;
}
#btnLogoff:hover i
{
text-decoration:none !important;
}
.footerContainer .timesheet_icon {
    font-family: 'timesheet' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #56565a;
    text-decoration: none;
    padding: 0px 5px;
}
.footerContainer a
{
    text-decoration:none;
}
.footerContainer .timesheet_icon:hover{
   color:#202020;
    text-decoration:none;
}

.icon-projects:before {
  content: "\e913";
}
.icon-Reports:before {
  content: "\e914";
}