@charset "UTF-8";

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

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="glyphicon-"]:before,
[class*=" glyphicon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}


.icon-twitter:before { content: "g"; }
.icon-youtube:before { content: "i"; }
.icon-facebook:before { content: "m"; }
.icon-gplus:before { content: "n"; }
.icon-content-list:before { content: "r"; }
.icon-doctor:before { content: "x"; }
.icon-trash:before { content: "C"; }
.icon-chart-pie:before { content: "O"; }
.icon-flag:before { content: "Q"; }
.icon-info:before { content: "U"; }
.icon-home:before { content: "V"; }
.icon-comments:before { content: "3"; }
.icon-menu:before { content: "4"; }
.icon-pictures:before { content: "6"; }
.icon-right-open:before { content: "7"; }
.icon-search:before { content: "$"; }
.icon-user-add:before { content: ","; }
.icon-eye:before { content: ":"; }
.icon-cog:before { content: ">"; }
.icon-doc:before { content: "?"; }
.icon-mail:before { content: "{"; }
.icon-user:before { content: "+"; }
.icon-logout:before { content: "\e00d"; }
.icon-docs:before { content: "\e01a"; }
.icon-video:before { content: "\e01c"; }
.icon-pencil:before { content: "\e01d"; }
.icon-item-list-alt:before { content: "\e020"; }
.icon-exclamation-mark:before { content: "\e02a"; }
.icon-login:before { content: "\e030"; }
.icon-arrows-ccw:before { content: "\e033"; }
.icon-reply:before { content: "\e039"; }
.icon-up-open:before { content: "#"; }
.icon-down-open:before { content: "0"; }
.icon-check:before { content: "L"; }
.icon-download:before { content: "\e036"; }
.glyphicon-remove:before { content: "H"; }
.glyphicon-ok:before { content: "L"; }