﻿.advancedList .boxContent {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

.advancedList table {
  -webkit-transition:all 0.25s linear;
  transition:all 0.25s linear;
}

.advancedList div.hidden {
  display: none;
}

.advancedList table span.trend {
    min-width:80px;
    text-align: center;
}
.advancedList table {
  border-collapse: collapse;
  font-size:13px;
  left: 210px;
  line-height:1.3;
  top: 0;
  width: 800px;
}

.advancedList table tr.header {
  text-align: right;
  font-weight: bolder;
  font-size: 11px;
}

.advancedList table td.legend {
  width: 15px;
  text-align: center;
}

.advancedList table td.widgetListShowBars {
    background:url(/Content/Shared/widgetListShowBars.gif) center no-repeat; width: 100px;
    padding:2px;
}

.advancedList table td.widgetListShowBars svg.bar {width:100px;}

.advancedList table th {
    font-weight: normal;
    text-align: left;
    text-transform: none;
    max-width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

 .advancedList table tr.selected {
    background-color:#D6E9F8;
  }

 .advancedList tr[data-class*=row]:hover {
    background: #D6E9F8;
 }

  .advancedList  tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
  }

.advancedList table td {
  padding-right: 2px;
}

.advancedList table td.noStats {
  text-align: center;
}

.advancedList table td.numbers {
    font-size: 14px;
    font-weight: bold;
    text-align:right;
    white-space:nowrap;
    width: 80px;
}

.advancedList table td.delta {
    font-size: 14px;
    font-weight: bold;
    text-align:right;
    white-space:nowrap;
    width: 110px;
}

.advancedList table tr.other {
  font-style:italic;
}

.advancedList table tfoot tr td {
  background-color:#fff;
  border-top:1px solid #666;
  font-weight:bold;
}

.advancedList table .total td:nth-child(n + 4) {
  display: none;
}

.pielist-container {
  white-space: nowrap;
}

.pielist-container > svg {
  display: inline-block;
}

.pielist-table-container {
  display: inline-block;
  vertical-align: top;
}

.imageDimension {
  margin-top: 5px;
  margin-bottom: 5px;
}

.imageDimension,
.imageDimension__link {
  display: flex;
  width: 100%;
  height: 60px;
  color: #364953;
}

.imageDimension__textWrapper {
    flex: 1 1 auto;
    align-self: center;
    margin-left: 10px;
    min-width: 0;
    overflow: hidden;
    max-height: 100%
}

.imageDimension__image {
  height: 60px;
  width: 80px;
  flex: 0 0 auto;
  align-self: center;
  object-fit: cover;
}

.imageDimension__horizontal .imageDimension__image {
  width: auto;
  max-width: 400px;
  max-height: 60px;
  object-fit: contain;
}

/* This is because rolling list is made to have rows not being wider than 280px */
.rollingList .imageDimension__horizontal .imageDimension__image {
  width: 280px;
}

.rollingList .imageDimension__text,
.pielist-container .imageDimension__text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.advancedList .wrapRolling {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.advancedList .boxHeader {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.advancedList .boxContent {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.placeholder_image {
    content: url("/app/Content/Shared/placeholder.jpg");
}

.linkWithText {
    color: #364953;
}