/*
Custom style for the jMeeoTable plugin
default class assigned to the container is:
.jmeeo-table
*/

.jmeeo-table{
  width:100 !important;
}

.jmeeo-table .th-fixed-width{
  width: 40px !important;
}

.jmeeo-table .th-fixed-width-256 {
  width: 256px !important;
}

.jmeeo-tablewrapper .page-item.active .page-link {
  background-color: var(--portal-accent-hover-color);
  border-color: var(--portal-accent-hover-color);
  color: var(--portal-accent-text-color);
}

.jmeeo-tablewrapper .page-item .page-link,
.jmeeo-table .page-item .page-link {
  margin: 0 .2rem;
}

.jmeeo-tablewrapper .page-item.disabled .page-link,
.jmeeo-table .page-item.disabled .page-link {
  background-color: var(--bg-color-4);
  border-color: var(--bg-color-4);
  color: var(--main-text-color);
  pointer-events: none;
  opacity: .65;
}

.jmeeo-table .page-item .page-link:focus {
  background-color: var(--portal-accent-hover-color);
  border-color: var(--portal-accent-hover-color);
  color: var(--portal-accent-text-color);
}
