.matrix-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.matrix-container .no-columns-flex {
  -webkit-box-flex: 1;
          flex: 1;
}
.matrix-container.borderless {
  border-top: none;
  border-left: none;
  border-right: none;
}
.matrix-container .matrix-cell {
  min-width: 36px;
  height: 36px;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 36px;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  background-clip: padding-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.matrix-container .matrix-left-panel {
  text-overflow: ellipsis;
  padding-left: 8px;
}
.matrix-container .matrix-head {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  min-height: 36px;
}
.matrix-container .matrix-head.matrix-head-lg {
  min-height: 72px;
}
.matrix-container .matrix-head .matrix-head-left-panel {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-width: 240px;
  width: 240px;
}
.matrix-container .matrix-head .matrix-head-left-panel .matrix-head-left-panel-title {
  font-size: 12px;
  opacity: 0.8;
  max-width: 250px;
  text-overflow: ellipsis;
}
.matrix-container .matrix-head .matrix-head-left-panel .matrix-head-left-panel-action {
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 16px;
  cursor: pointer;
}
.matrix-container .matrix-head .matrix-head-right-panel {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
}
.matrix-container .matrix-head .matrix-head-right-panel .matrix-head-column-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.matrix-container .matrix-head .matrix-head-right-panel .matrix-head-column-group .matrix-head-column-group-title {
  font-size: 12px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: grid;
}
.matrix-container .matrix-head .matrix-head-right-panel .matrix-head-column-group .matrix-head-column-group-title .matrix-head-column-group-title-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.matrix-container .matrix-head .matrix-head-right-panel .matrix-head-column-group .matrix-head-column-group-content {
  display: -webkit-box;
  display: flex;
}
.matrix-container .matrix-head .matrix-head-right-panel .matrix-head-column-group .matrix-head-column-group-content .matrix-cell {
  border-bottom: none;
}
.matrix-container .matrix-head .matrix-head-right-panel .matrix-head-column-group:last-child .matrix-head-column-group-title {
  border-right: none;
}
.matrix-container .matrix-head .matrix-head-right-panel .matrix-head-column-group:last-child .matrix-head-column-group-content .matrix-cell:last-child {
  border-right: none;
}
.matrix-container .matrix-body {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
.matrix-container .matrix-body .matrix-body-left-panel {
  width: 240px;
  overflow: hidden;
}
.matrix-container .matrix-body .matrix-body-left-panel .row-clickable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-collapsible-rows-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-collapsible-rows-container.hidden {
  display: none;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-collapsible-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-collapsible-row cmf-core-controls-moreOptions {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-collapsible-row cmf-core-controls-moreOptions ::ng-deep cmf-core-controls-title-dropdown {
  padding-left: 0px;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-collapsible-row .matrix-body-left-panel-collapsible-row-expander {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-flex: 1;
          flex: 1;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-collapsible-row .matrix-body-left-panel-collapsible-row-expander .icon-expanded {
  cursor: pointer;
  padding-right: 10px;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-collapsible-row .matrix-body-left-panel-collapsible-row-expander .matrix-body-left-panel-collapsible-row-title {
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-row {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 36px;
  font-size: 13px;
  padding-right: 4px;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-row .matrix-body-left-panel-row-data {
  display: -webkit-box;
  display: flex;
  height: 36px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-row .matrix-body-left-panel-row-data cmf-core-controls-moreOptions {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-row .matrix-body-left-panel-row-data cmf-core-controls-moreOptions ::ng-deep cmf-core-controls-title-dropdown {
  padding-left: 0px;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-row .matrix-body-left-panel-row-data-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-row .matrix-body-left-panel-row-data-title .matrix-body-left-panel-row-data-additional-label {
  opacity: 0.65;
}
.matrix-container .matrix-body .matrix-body-left-panel .matrix-body-left-panel-row-moreOptions {
  font-size: 18px;
  line-height: 36px;
}
.matrix-container .matrix-body .matrix-body-right-panel {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
}
.matrix-container .matrix-body .matrix-body-right-panel:hover {
  overflow: overlay;
}
.matrix-container .matrix-body .matrix-body-right-panel .matrix-body-rows {
  -webkit-box-flex: 1;
          flex: 1;
}
.matrix-container .matrix-body .matrix-body-right-panel .matrix-body-rows .matrix-body-empty-row {
  height: 36px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.matrix-container .matrix-body .matrix-body-right-panel .matrix-body-rows .matrix-body-empty-row .matrix-empty-row-cell {
  min-width: 36px;
  height: 8px;
  -webkit-box-flex: 1;
          flex: 1;
  background-clip: padding-box;
}
.matrix-container .matrix-body .matrix-body-right-panel .matrix-body-rows .matrix-body-rows-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
}
.matrix-container .matrix-body .matrix-body-right-panel .matrix-body-rows .matrix-body-rows-container.hidden {
  display: none;
}
.matrix-container .matrix-body .matrix-body-right-panel .matrix-body-rows .matrix-body-row {
  display: -webkit-box;
  display: flex;
}
.matrix-container .matrix-body .matrix-body-right-panel .matrix-body-rows .matrix-body-row .matrix-cell-clickable {
  cursor: pointer;
}
.matrix-container .matrix-body .matrix-body-right-panel .matrix-body-rows .matrix-body-row .matrix-cell:last-child {
  border-right: none;
}
.matrix-container .matrix-footer-content {
  width: 100%;
  padding: 4px;
}
.matrix-container .matrix-footer-content .matrix-footer-content-message {
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding-bottom: 4px;
  font-size: 13px;
  font-style: italic;
}
.matrix-container .matrix-footer-content .matrix-footer-content-action {
  display: -webkit-box;
  display: flex;
  height: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
          justify-content: center;
  cursor: pointer;
}
.matrix-container .matrix-footer-content .matrix-footer-content-action .matrix-footer-content-action-button {
  height: 16px;
  width: 16px;
  margin-right: 4px;
  line-height: 16px;
}
.matrix-container .matrix-footer-content .matrix-footer-content-action .matrix-footer-content-action-label {
  height: 16px;
  font-size: 12px;
  line-height: 16px;
}
