.mpa-hide {
  display: none !important;
}

.mpa-error {
  color: #e25950;
  font-weight: bold;
  font-style: italic;
}

.mpa-loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center url("../images/loading.gif?ver=2.4.7"), rgba(255, 255, 255, 0.5);
  background-size: 32px 32px;
  z-index: 9000;
}

.mpa-loaded > .mpa-loading {
  display: none;
}

.mpa-table-centered td, .mpa-table-centered th {
  text-align: center;
}
.mpa-table-centered .no-items td,
.mpa-table-centered .no-items th {
  text-align: left;
}

table.fitwidth {
  table-layout: auto;
}

th.fitwidth,
td.fitwidth {
  width: 1%;
  white-space: nowrap;
}

.mpa-description {
  font-style: italic;
}

.mpa-small-description {
  font-size: 75%;
}

.center-text {
  text-align: center;
}

.mpa-dropdown {
  position: relative;
}
.mpa-dropdown.page-title-dropdown {
  display: inline-block;
  position: relative;
  top: -8px;
  margin-left: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
}
.mpa-dropdown .dropdown-toggle {
  min-height: 28px;
  line-height: normal;
}
.mpa-dropdown .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.35em;
  vertical-align: 0.15em;
  border-top: 0.45em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
}
.mpa-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.mpa-dropdown .dropdown-menu.show {
  display: block;
}
.mpa-dropdown .dropdown-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.mpa-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
}

.tablenav .actions {
  margin-bottom: 0.7em;
  padding-right: 0;
}
.tablenav .actions select {
  max-width: 8rem;
}

.mpa-entity-table-filter {
  float: left;
  margin-right: 6px;
}
.mpa-entity-table-filter input[type=date] {
  width: auto;
  display: inline-block;
  position: relative;
}
.mpa-entity-table-filter input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.mpa-export-progress-bar {
  width: 100%;
  display: block;
  clear: both;
  margin: 1em 0;
}
.mpa-export-progress-bar label {
  font-weight: bold;
}
.mpa-export-progress-bar #mpa-export-progress-bar {
  width: 100%;
}