.mp-table {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
          box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
  color: #6d859e;
  cursor: default;
}
.mp-table-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d8e0ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 59px;
}
.mp-table-header .mp-table-header-title {
  color: #6d859e;
  font-size: 16px;
  font-weight: 600;
}
.mp-table-titles {
  background-color: #f4f9fd;
  border-bottom: 1px solid #d8e0ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 39px;
}
.mp-table-title-cell {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 12px;
  font-weight: 600;
  padding: 0 22px;
}
.mp-table-title-cell:not(.mp-table-sort-column) .mp-table-sort-controls {
  visibility: hidden;
}
.mp-table-title-cell.mp-table-can-sort:hover {
  cursor: pointer;
}
.mp-table-title-cell.mp-table-can-sort:hover .mp-table-sort-controls {
  visibility: visible;
}
.mp-table-body {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mp-table-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d8e0ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 60px;
  position: relative;
}
.mp-table-row:last-child {
  border-bottom: none;
}
.mp-table-row .mp-table-new-row-indicator {
  border-color: #ffd209 transparent transparent transparent;
  border-style: solid;
  border-width: 16px 16px 0 0;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.mp-table-cell {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 13px;
  font-weight: 400;
  height: 20px;
  line-height: 1.4;
  padding: 0 22px;
}
.mp-table-cell.mp-table-action-cell {
  font-weight: 500;
}
.mp-table-body-clickable .mp-table-row:hover {
  background-color: #f4f9fd;
}
.mp-table-body-clickable .mp-table-row:hover:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.mp-table-body-clickable .mp-table-row:hover .mp-table-action-cell {
  color: #4ba8ff;
}
.mp-table-sort-controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 6px;
}
.mp-table-sort-controls svg-icon {
  display: inline-block;
  height: 14px;
  min-height: 14px;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.mp-table-sort-controls svg-icon[icon=type-boolean] #left-dot {
  color: #fff;
  fill: #fff;
}
.mp-table-sort-controls svg-icon[icon=type-boolean] #right-dot {
  color: #4c6072;
  fill: #4c6072;
}
.mp-table-sort-controls svg-icon[icon=lightning-bolt] #bolt,
.mp-table-sort-controls svg-icon[icon=lighting-bolt] #bolt {
  color: #fff;
  fill: #fff;
}
.mp-table-sort-controls svg-icon[icon=alert] #circle,
.mp-table-sort-controls svg-icon[icon=alert] #stem {
  color: #fff;
  fill: #fff;
}
.mp-table-sort-controls svg-icon[icon=opt-out] #left-arrow {
  color: #4ba8ff;
  fill: #4ba8ff;
}
.mp-table-sort-controls svg-icon[icon=opt-out] #right-arrow {
  color: #1660a7;
  fill: #1660a7;
}
.mp-table-sort-controls svg-icon svg {
  height: 14px;
  left: 0;
  min-height: 14px;
  min-width: 14px;
  position: absolute;
  top: 0;
  width: 14px;
}
.mp-table-sort-controls svg-icon svg,
.mp-table-sort-controls svg-icon path {
  color: #9bacbf;
  fill: #9bacbf;
}
.mp-table-sort-controls.mp-table-sort-asc .mp-table-sort-caret-down svg-icon {
  display: inline-block;
  height: 14px;
  min-height: 14px;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.mp-table-sort-controls.mp-table-sort-asc .mp-table-sort-caret-down svg-icon[icon=type-boolean] #left-dot {
  color: #fff;
  fill: #fff;
}
.mp-table-sort-controls.mp-table-sort-asc .mp-table-sort-caret-down svg-icon[icon=type-boolean] #right-dot {
  color: #4c6072;
  fill: #4c6072;
}
.mp-table-sort-controls.mp-table-sort-asc .mp-table-sort-caret-down svg-icon[icon=lightning-bolt] #bolt,
.mp-table-sort-controls.mp-table-sort-asc .mp-table-sort-caret-down svg-icon[icon=lighting-bolt] #bolt {
  color: #fff;
  fill: #fff;
}
.mp-table-sort-controls.mp-table-sort-asc .mp-table-sort-caret-down svg-icon[icon=alert] #circle,
.mp-table-sort-controls.mp-table-sort-asc .mp-table-sort-caret-down svg-icon[icon=alert] #stem {
  color: #fff;
  fill: #fff;
}
.mp-table-sort-controls.mp-table-sort-asc .mp-table-sort-caret-down svg-icon[icon=opt-out] #left-arrow {
  color: #4ba8ff;
  fill: #4ba8ff;
}
.mp-table-sort-controls.mp-table-sort-asc .mp-table-sort-caret-down svg-icon[icon=opt-out] #right-arrow {
  color: #1660a7;
  fill: #1660a7;
}
.mp-table-sort-controls.mp-table-sort-asc .mp-table-sort-caret-down svg-icon svg {
  height: 14px;
  left: 0;
  min-height: 14px;
  min-width: 14px;
  position: absolute;
  top: 0;
  width: 14px;
}
.mp-table-sort-controls.mp-table-sort-asc .mp-table-sort-caret-down svg-icon svg,
.mp-table-sort-controls.mp-table-sort-asc .mp-table-sort-caret-down svg-icon path {
  color: #4c6072;
  fill: #4c6072;
}
.mp-table-sort-controls.mp-table-sort-desc .mp-table-sort-caret-up svg-icon {
  display: inline-block;
  height: 14px;
  min-height: 14px;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.mp-table-sort-controls.mp-table-sort-desc .mp-table-sort-caret-up svg-icon[icon=type-boolean] #left-dot {
  color: #fff;
  fill: #fff;
}
.mp-table-sort-controls.mp-table-sort-desc .mp-table-sort-caret-up svg-icon[icon=type-boolean] #right-dot {
  color: #4c6072;
  fill: #4c6072;
}
.mp-table-sort-controls.mp-table-sort-desc .mp-table-sort-caret-up svg-icon[icon=lightning-bolt] #bolt,
.mp-table-sort-controls.mp-table-sort-desc .mp-table-sort-caret-up svg-icon[icon=lighting-bolt] #bolt {
  color: #fff;
  fill: #fff;
}
.mp-table-sort-controls.mp-table-sort-desc .mp-table-sort-caret-up svg-icon[icon=alert] #circle,
.mp-table-sort-controls.mp-table-sort-desc .mp-table-sort-caret-up svg-icon[icon=alert] #stem {
  color: #fff;
  fill: #fff;
}
.mp-table-sort-controls.mp-table-sort-desc .mp-table-sort-caret-up svg-icon[icon=opt-out] #left-arrow {
  color: #4ba8ff;
  fill: #4ba8ff;
}
.mp-table-sort-controls.mp-table-sort-desc .mp-table-sort-caret-up svg-icon[icon=opt-out] #right-arrow {
  color: #1660a7;
  fill: #1660a7;
}
.mp-table-sort-controls.mp-table-sort-desc .mp-table-sort-caret-up svg-icon svg {
  height: 14px;
  left: 0;
  min-height: 14px;
  min-width: 14px;
  position: absolute;
  top: 0;
  width: 14px;
}
.mp-table-sort-controls.mp-table-sort-desc .mp-table-sort-caret-up svg-icon svg,
.mp-table-sort-controls.mp-table-sort-desc .mp-table-sort-caret-up svg-icon path {
  color: #4c6072;
  fill: #4c6072;
}
.mp-table-sort-controls .mp-table-sort-caret-up {
  height: 6px;
}
.mp-table-sort-controls .mp-table-sort-caret-down {
  height: 14px;
}
