@font-face {
  font-family: 'healthbeacon';
  src:url('../fonts/healthbeacon.eot?-uos8nf');
  src:url('../fonts/healthbeacon.eot?-uos8nf#iefix') format('embedded-opentype'),
    url('../fonts/healthbeacon.ttf?-uos8nf') format('truetype'),
    url('../fonts/healthbeacon.woff?-uos8nf') format('woff'),
    url('../fonts/healthbeacon.svg?-uos8nf#healthbeacon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'healthbeacon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e800";
}
.icon-question-circle:before {
  content: "\e801";
}
.icon-sign-out:before {
  content: "\e802";
}
.icon-cog:before {
  content: "\e803";
}
.icon-comment:before {
  content: "\e804";
}
.icon-bell:before {
  content: "\e805";
}

body{
  background-color: #f5f7fa;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #5e5e5e;
}
a{
  color: #3EB48E;
}
#page-wrapper{
  padding-top: 60px;
}