/* Ritmo unico dos controles da aplicacao em desktop. */
@media (min-width: 768px) {
  #mesaAppShell#mesaAppShell#mesaAppShell button:not(.tab):not(.mesa-tool-card):not(.asset-type-inline-option):not(.mesa-patrimonio-sort__option):not(.radar-choice-option):not(.mesa-select-menu__option):not(.radar-decision-inbox__item):not(.radar-card__m-acc-trigger):not(.ui-money-field-stepper__button):not(.dev-panel__mobile-fab),
  #mesaGuestShell#mesaGuestShell#mesaGuestShell button:not(.tab):not(.mesa-tool-card):not(.asset-type-inline-option):not(.mesa-patrimonio-sort__option):not(.radar-choice-option):not(.mesa-select-menu__option):not(.radar-decision-inbox__item):not(.radar-card__m-acc-trigger):not(.ui-money-field-stepper__button):not(.dev-panel__mobile-fab) {
    box-sizing: border-box !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }

  /* Campos editaveis e selects compartilham a mesma altura dos botoes.
     Controles de escolha e manipuladores nativos mantem as medidas proprias. */
  #mesaAppShell#mesaAppShell#mesaAppShell input:not([type='checkbox']):not([type='radio']):not([type='hidden']):not([type='file']):not([type='range']):not([type='image']):not([type='color']),
  #mesaGuestShell#mesaGuestShell#mesaGuestShell input:not([type='checkbox']):not([type='radio']):not([type='hidden']):not([type='file']):not([type='range']):not([type='image']):not([type='color']),
  #mesaAppShell#mesaAppShell#mesaAppShell select,
  #mesaGuestShell#mesaGuestShell#mesaGuestShell select {
    box-sizing: border-box !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }

  /* Ações que são links contextuais não devem criar uma linha de botão de 38px. */
  #mesaAppShell#mesaAppShell#mesaAppShell #view-radar .radar-decision-thesis__head button,
  #mesaAppShell#mesaAppShell#mesaAppShell #view-radar .radar-decision-history__head button,
  #mesaAppShell#mesaAppShell#mesaAppShell #view-radar .radar-decision-history__footer button,
  #mesaAppShell#mesaAppShell#mesaAppShell #view-radar .radar-decision-insight__refresh,
  #mesaAppShell#mesaAppShell#mesaAppShell #view-radar .radar-decision-archive-toggle button {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
}
