.s-cell-overflow-hint {
  position: absolute;
  top: 0;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.40);
  z-index: 1000;
  max-height: 23px;
  height: 23px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  white-space: nowrap !important;
}

.s-cell-overflow-multiline-hint {
  position: absolute;
  top: 0;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.41);
  z-index: 1000;
  padding: 4px 8px 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  max-height: 180px;
  overflow-y: auto;
}

.s-summary-overflow-hint {
  position: absolute;
  top: 0;
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31);
  -webkit-box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31);
  -moz-box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31);
  z-index: 1000;
  padding: 5px 0 0 7px;
  margin-top: 2px;
  margin-bottom: 2px;
  overflow: hidden;
}

.s-summary-overflow-header {
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
  padding-bottom: 5px;
}

.s-summary-overflow-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.s-summary-overflow-icon:empty {
  display: none;
}

.s-summary-overflow-name {
  flex-grow: 1;
  position: relative;
  top: -1px;
  border: 1px solid transparent;
  border-radius: 3px;
  word-wrap: break-word;
}

.s-summary-overflow-name:hover {
  border-color: #ccc;
}

.s-summary-overflow-header > .alm-close {
  position: absolute;
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  color: #6f6f6f;
}

.s-summary-overflow-header > .alm-close:hover {
  color: #333333;
}

.s-summary-overflow-hint .s-item-attribute[data-block="false"] {
  display: inline;
}
.s-summary-overflow-hint .s-item-attribute[data-block="false"] + .s-item-attribute[data-block="false"]:before {
  content: '•';
  padding: 0 5px;
  color: #172b4d;
}

.s-summary-overflow-hint .s-summary-overflow-attributes {
  padding: 0 5px 5px 0;
  max-height: 180px;
  overflow-y: auto;
}

.s-column-full-name-hint {
  z-index: 1000;
  background: #ffffff;
}

#structure .th.s-column-full-name-hint > .celldiv {
  margin-right: 7px;
  color: #333333;
}

#structure .th.s-column-full-name-hint .grad {
  display: none;
}

#structure .td .alm-more-s {
  position: absolute;
  top: 0;
  right: -6px;
  max-height: var(--tr-height);
  width: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 6px;
  text-align: right;
  z-index: 105;
  color: #6f6f6f;
  display: none;
}

#structure .td > .alm-more-b {
  color: #333333;
}

#structure .td.s-overflow > .alm-more-s,
#structure .td.s-overflow > .alm-more-s {
  display: block;
}

