html, body
{
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.b-field.MargemPadrao, .b-button.MargemPadrao
{
  margin: 0px 8px 0px 0px;
}

.AzulHilos
{
  background-color: rgb(84,175,230);
}

.b-menuitem.b-contains-focus
{
  border-bottom-color: rgb(76,175,80);
}

.b-menuitem
{
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.b-widget.MenuSanduiche
{
  font-size: 1.5em;
}

.b-menuitem.MenuItem
{
  min-width: 1.5em;
}

.IconeMenu
{
  margin-right: 0.5em;
  min-width: 1.5em;
  text-align: center;
}

.b-fa:before,
.b-icon:before {
  font-family : 'Font Awesome 7 Pro';
  /* Regular icons */
  font-weight : 400;
}

.b-icon-remove:before
{
  content: "\58";
}

.b-numberfield .b-fieldtrigger:before, .b-textareafield .b-fieldtrigger:before, .b-textfield .b-fieldtrigger:before
{
  font-size: 1em;
}

.BotaoFecharTab:hover
{
  color: red;
}

.b-gridbase:not(.b-masked).b-grid-empty .b-empty-text
{
  background-color: transparent;
}
