/* module-key = 'com.atlassian.jira.gadgets:two-dimensional-stats-dashboard-item-resources', location = 'static/dashboarditem/two-dimensional-stats/TwoDimensionalStats.less' */
.two-d-container .table-container {
  margin-top: auto;
  overflow: auto;
}
.two-d-container .table-container .extra-container {
  display: table;
  padding: 0 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.two-d-container table.aui {
  /* components icons */
}
.two-d-container table.aui th,
.two-d-container table.aui td {
  font-weight: normal;
  padding: 7px;
  vertical-align: middle;
}
.two-d-container table.aui th a,
.two-d-container table.aui td a {
  color: #0052cc;
}
.two-d-container table.aui th a:hover,
.two-d-container table.aui td a:hover,
.two-d-container table.aui th a:focus,
.two-d-container table.aui td a:focus,
.two-d-container table.aui th a:active,
.two-d-container table.aui td a:active {
  color: #0065ff;
  text-decoration: underline;
}
.two-d-container table.aui th img,
.two-d-container table.aui td img {
  vertical-align: text-bottom;
}
.two-d-container table.aui thead th,
.two-d-container table.aui tbody tr:last-child td.totals {
  padding: 13px 7px;
}
.two-d-container table.aui .axis {
  font-weight: 700;
}
.two-d-container table.aui th > img:first-child {
  color: transparent;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
}
.two-d-container table.aui tbody .scope {
  background-color: transparent;
  min-width: 140px;
}
.two-d-container table.aui tbody .totals {
  background-color: #f5f5f5;
  font-weight: 700;
}
.two-d-container table.aui tbody .totals:last-child {
  border-left: 1px solid #ccc;
}
.two-d-container table.aui .default_image {
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 23px;
}
.two-d-container table.aui .default_image.default_image_component {
  background-image: url("/jira/s/-9bc2l8/820000/1dlckms/8.20.0/_/download/resources/com.atlassian.jira.gadgets:two-dimensional-stats-dashboard-item-resources/../../../images/icons/icon16-components.png");
}
.two-d-container table.aui .default_image.unreleased_archived_version {
  background-image: url("/jira/s/-9bc2l8/820000/1dlckms/8.20.0/_/download/resources/com.atlassian.jira.gadgets:two-dimensional-stats-dashboard-item-resources/../../../images/icons/box_fade_16.gif");
}
.two-d-container table.aui .default_image.released_unarchived_version {
  background-image: url("/jira/s/-9bc2l8/820000/1dlckms/8.20.0/_/download/resources/com.atlassian.jira.gadgets:two-dimensional-stats-dashboard-item-resources/../../../images/icons/package_16.gif");
}
.two-d-container table.aui .default_image.unreleased_unarchived_version {
  background-image: url("/jira/s/-9bc2l8/820000/1dlckms/8.20.0/_/download/resources/com.atlassian.jira.gadgets:two-dimensional-stats-dashboard-item-resources/../../../images/icons/box_16.gif");
}
.two-d-container table.aui .default_image.released_archived_version {
  background-image: url("/jira/s/-9bc2l8/820000/1dlckms/8.20.0/_/download/resources/com.atlassian.jira.gadgets:two-dimensional-stats-dashboard-item-resources/../../../images/icons/package_fade_16.gif");
}
.two-d-container .data-footer {
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  padding: 10px 15px;
}
.two-d-container .data-footer p {
  margin: 0;
}
.two-d-container .data-footer p a {
  cursor: pointer;
}
.two-d-container .data-footer .grouped-by {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  min-width: 40%;
}
.two-d-container .data-footer .numbers {
  padding-left: 15px;
  float: right;
  white-space: nowrap;
  text-align: right;
}
.two-d-container.h-scrollbar tbody tr:last-child {
  border-bottom-width: 0;
}
.two-d-container .aui-message-warning,
.two-d-container .aui-message-error {
  margin: 10px;
}
.two-d-container form.aui .buttons-container .cancel {
  position: relative;
  top: 1px;
}
