body.empty {
  background-color: white !important;
  padding: .5em;
}

.hide {
  display: none !important;
}

.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}

.hidden {
  display: none;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.ui.header span.sub.header {
  float: right;
  padding-top: 4px;
}

@media only screen and (max-width: 991px) {
  .ui.header span.sub.header {
    display: none;
  }
}

a.fluid.card:hover .ui.button { background-color: #CACBCD; color: rgba(0, 0, 0, 0.8); }

.ui.fixed.labels.item.list .ui.fixed.label {
  width: 11rem;
  vertical-align: middle;
}

div.item ul {
  margin-bottom: 5px;
  list-style-type: circle;
}

div.item ul li {
  padding-bottom: 3px;
}

div.ui.secondary.floating.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

div.ui.secondary.reduced.menu .item {
  padding: .4em .5em !important;
}

div.ui.secondary.menu .item:hover {
  background: rgba(0,0,0,.05) !important;
}