@charset "UTF-8";

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

[data-icon]:before {
  font-family: 'webdental' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='wb-']:before,
[class*=' wb-']:before {
  font-family: 'webdental' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wb-documentos:before {
  content: 'D';
}
.wb-relatorios:before {
  content: 'R';
}
.wb-laboratorio:before {
  content: 'L';
}
.wb-rotinas:before {
  content: 'r';
}
.wb-financeiro:before {
  content: 'F';
}
.wb-agenda:before {
  content: 'A';
}
.wb-sair:before {
  content: 's';
}
.wb-atualizar:before {
  content: 'a';
}
.wb-tratamento:before {
  content: 'T';
}
.wb-boleto:before {
  content: 'B';
}
.wb-organization:before {
  content: 'c';
}
.wb-chat:before {
  content: 'S';
}
.wb-user-outline:before {
  content: 'P';
}
.wb-settingsbubble:before {
  content: 'C';
}
.wb-shopping-cart:before {
  content: 'v';
}
.wb-graph:before {
  content: 'p';
}
.wb-arrow-left:before {
  content: 'b';
}
