/* Full portal audit: one geometry for normal controls and one for controls
   intentionally marked as small. Hover must never move a control. */
.app-shell .button:hover,.app-shell .primary-action:hover{transform:none!important}
.app-shell .button:not(.button-small),
.app-shell a.button:not(.button-small),
.app-shell .primary-action,
.app-shell .form-actions>button:not(.button-small),
.app-shell .response-actions>button:not(.button-small),
.app-shell .decline-actions>button:not(.button-small){
  box-sizing:border-box!important;
  height:31px!important;
  min-height:31px!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:5px!important;
  padding-bottom:5px!important;
  line-height:1!important;
  transform:none!important;
}
.app-shell .button-small{
  box-sizing:border-box!important;
  height:28px!important;
  min-height:28px!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:3px!important;
  padding-bottom:3px!important;
  line-height:1!important;
  transform:none!important;
}
.app-shell .calendar-head-actions,
.app-shell .team-list-actions,
.app-shell .user-list-actions,
.app-shell .person-head-actions,
.app-shell .event-top-buttons,
.app-shell .form-actions,
.app-shell .response-actions,
.app-shell .decline-actions,
.app-shell .project-actions-inline,
.app-shell .need-primary-actions,
.app-shell .need-person-actions,
.app-shell .assignment-actions,
.app-shell .coord-actions,
.app-shell .row-actions{align-items:stretch!important}
.app-shell .calendar-head-actions .button,
.app-shell .user-list-actions .button,
.app-shell .user-list-actions .primary-action,
.app-shell .person-head-actions .button,
.app-shell .event-top-buttons .button,
.app-shell .assignment-actions .button,
.app-shell .coord-actions .button,
.app-shell .need-primary-actions .button,
.app-shell .need-person-actions .button,
.app-shell .row-actions .button{
  align-self:stretch!important;
  margin-top:0!important;
  margin-bottom:0!important;
  transform:none!important;
}
.app-shell .inline-team-form .button{
  height:36px!important;
  min-height:36px!important;
  margin:0!important;
  transform:none!important;
}
.app-shell .team-list-actions .button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  width:100%!important;
  height:31px!important;
  min-height:31px!important;
  margin:0!important;
  padding:0 12px!important;
  line-height:1!important;
  transform:none!important;
}
@media(max-width:760px){
  .app-shell .button:not(.button-small),
  .app-shell a.button:not(.button-small),
  .app-shell .primary-action,
  .app-shell .form-actions>button:not(.button-small),
  .app-shell .response-actions>button:not(.button-small),
  .app-shell .decline-actions>button:not(.button-small),
  .app-shell .team-list-actions .button{height:38px!important;min-height:38px!important}
  .app-shell .button-small{height:34px!important;min-height:34px!important}
}
