.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.pvtUi {
  color: #333;
}

table.pvtTable {
  font-size: 8pt;
  text-align: left;
  border-collapse: collapse;
}

table.pvtTable thead tr th, table.pvtTable tbody tr th {
  background-color: #333;
  border: 1px solid #CDCDCD;
  color: #ffffff;
  font-size: 8pt;
  padding: 5px;
}

table.pvtTable .pvtColLabel {
  text-align: center;
}

table.pvtTable .pvtTotalLabel {
  text-align: right;
}

table.pvtTable tbody tr td {
  color: #3D3D3D;
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #CDCDCD;
  vertical-align: top;
  text-align: right;
}

.pvtTotal, .pvtGrandTotal {
  font-weight: bold;
}

.pvtVals {
  text-align: center;
  white-space: nowrap;
}

.pvtRowOrder, .pvtColOrder {
  cursor: pointer;
  width: 15px;
  margin-left: 5px;
  display: inline-block;
}

.pvtAggregator {
  margin-bottom: 5px;
}

.pvtAxisContainer, .pvtVals {
  border: 1px solid #EDF0F1;
  background: #fafafa;
  padding: 5px;
  min-width: 20px;
  min-height: 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.pvtAxisContainer li {
  padding: 8px 6px;
  list-style-type: none;
  cursor: move;
}

.pvtAxisContainer li.pvtPlaceholder {
  -webkit-border-radius: 2px;
  padding: 3px 15px;
  border-radius: 2px;
  border: 1px dashed #aaa;
}

.pvtAxisContainer li span.pvtAttr {
  -webkit-text-size-adjust: 100%;
  background: #F3F3F3;
  border: 1px solid #DEDEDE;
  padding: 2px 5px;
  white-space: nowrap;
  border-radius: 5px;
}

.pvtTriangle {
  cursor: pointer;
  color: grey;
}

.pvtHorizList li {
  display: inline;
}

.pvtVertList {
  vertical-align: top;
}

.pvtFilteredAttribute {
  font-style: italic;
}

.pvtFilterBox {
  z-index: 100;
  width: 300px;
  border: 1px solid gray;
  background-color: #fff;
  position: absolute;
  text-align: center;
}

.pvtFilterBox h4 {
  margin: 15px;
}

.pvtFilterBox p {
  margin: 10px auto;
}

.pvtFilterBox label {
  font-weight: normal;
}

.pvtFilterBox input[type=checkbox] {
  margin-right: 10px;
  margin-left: 10px;
}

.pvtFilterBox input[type=text] {
  width: 230px;
}

.pvtFilterBox .count {
  color: gray;
  font-weight: normal;
  margin-left: 3px;
}

.pvtCheckContainer {
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  overflow-y: scroll;
  width: 100%;
  max-height: 250px;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}

.pvtCheckContainer p {
  margin: 5px;
}

.pvtRendererArea {
  padding: 5px;
}