.navbar 
{
    border-radius: 0;
    margin-bottom: 0;
}
@font-face 
{
  font-family: 'icomoon';
  src:  url('/sistemasangabriel/fonts/icomoon.eot?6b409a');
  src:  url('/sistemasangabriel/fonts/icomoon.eot?6b409a#iefix') format('embedded-opentype'),
    url('/sistemasangabriel/fonts/icomoon.ttf?6b409a') format('truetype'),
    url('/sistemasangabriel/fonts/icomoon.woff?6b409a') format('woff'),
    url('/sistemasangabriel/fonts/icomoon.svg?6b409a#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] 
{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-checkbox-checked:before 
{
  content: "\ea52";
}
.icon-checkbox-unchecked:before 
{
  content: "\ea53";
}
.icon-ISLR:before 
{
  content: "\e900";
}