html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
}

.bg-color-bbb {
  background-color: #BBB;
}

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

.width-230px {
  width: 230px;
  max-width: 230px;
}

.h-90 {
  height: 90% !important;
}

.overflow-y-auto {
  overflow-y: auto;
}

#customer-filter-input {
  margin-left: -11px;
  width: 160px;
  max-width: 172px;
}

/* custom menu in bootstrap cards */
.card .card-menu {
  position: absolute;
  right: 0;
  margin-right: 5px;
  margin-top: 5px;
}

/* pointer cursor */
.pointer-cursor {
  cursor: pointer;
}

/* */
.version_distribution {
  display: flex;
  margin-left: 10pt;
}

.version_distribution a {
  color: #000;
  display: inline-block;
  white-space: nowrap;
  font-size: 0.7rem;
  height: 25pt;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 25pt;
  border-left: 1px solid #000;
  overflow: hidden;
}

.version_distribution a:first-child {
  border-left: none;
}