.transitionBGColor {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.tableContainer {
  border: 1px solid #e7e7e7;
}
.moreRow {
  background-color: #fff;
  color: #000;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-width: #b0b0b0;
}
.moreButton {
  margin: 10px auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
thead {
  min-height: 40px;
}
tfoot {
  min-height: 40px;
}
table caption {
  line-height: 25px;
  padding: 0 10px 0 10px;
  color: #000;
  background-color: #f9f9f9;
}
table caption.left {
  text-align: left;
}
table caption.center {
  text-align: left;
}
table caption.right {
  text-align: left;
}
fieldset {
  min-width: 0;
  max-width: none;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
col {
  width: auto;
  border-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}
tbody tr.row {
  background-color: #fff;
  color: #000;
}
/*tbody tr.highlight {
	background-color: #fff;
	color: red;
}*/
tbody tr td {
  padding: 8px 4px 5px 8px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e7e7e7;
  vertical-align: middle;
}
tbody tr td.left {
  text-align: left;
}
tbody tr td.right {
  text-align: right;
  padding-right: 15PX;
}
tbody tr td.bottom {
  vertical-align: bottom;
}
tbody tr td.top {
  vertical-align: baseline;
}
tbody tr td.center {
  text-align: center;
}
.noTouch tbody tr.row:hover {
  background-color: #dcebfc;
}
thead tr td {
  color: #000;
  background-color: #f9f9f9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #b0b0b0;
  padding: 8px 15px 5px 8px;
}
thead tr td.left {
  text-align: left;
}
thead tr td.center {
  text-align: center;
}
thead tr td.right {
  text-align: right;
}
tfoot tr td {
  line-height: 25px;
  padding: 0 15px 0 10px;
  color: #000;
  background-color: #f9f9f9;
}
tfoot tr td.center {
  text-align: center;
}
tfoot tr td.left {
  text-align: left;
}
tfoot tr td.right {
  text-align: right;
}
.gridRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
}
@media only screen and (max-width: 940px) {
  .gridRow {
    cursor: pointer;
  }
}
.gridRowFirst {
  border-top: 1px solid #e7e7e7;
}
.gridRowSecond {
  display: none;
  opacity: 0.7;
}
@media only screen and (max-width: 940px) {
  .gridRowSecond {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.gridCell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex: 1 1;
  -webkit-flex: 1 1;
  -webkit-box-flex: 1;
          flex: 1 1;
  overflow: hidden;
  padding: 3px 6px;
  line-height: 1.9em;
}
@media only screen and (max-width: 940px) {
  .gridCell {
    line-height: 2.2em;
  }
}
.gridCellCheck {
  -ms-flex: 0 0 59px;
  -webkit-flex: 0 0 59px;
  -webkit-box-flex: 0;
          flex: 0 0 59px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 940px) {
  .gridCellCheck {
    -ms-flex: 0 0 69px;
    -webkit-flex: 0 0 69px;
    -webkit-box-flex: 0;
            flex: 0 0 69px;
  }
}
@media only screen and (max-width: 940px) {
  .gridCellCollapse {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
  .gridSubCellHeader {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    border-top: dashed 1px #e7e7e7;
    border-right: dashed 1px #e7e7e7;
    text-indent: 1.0em;
  }
}
@media only screen and (max-width: 940px) {
  .gridSubCellValue {
    -webkit-flex-basis: 66%;
        -ms-flex-preferred-size: 66%;
            flex-basis: 66%;
    border-top: dashed 1px #e7e7e7;
  }
}
.gridCellCaption {
  -ms-flex: 1 1;
  -webkit-flex: 1 1;
  -webkit-box-flex: 1;
          flex: 1 1;
  background-color: #f9f9f9;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 10px;
}
.gridCellHeader {
  background-color: #f9f9f9;
  color: #000;
}
.gridCellFooter {
  -ms-flex: 1 1;
  -webkit-flex: 1 1;
  -webkit-box-flex: 1;
          flex: 1 1;
  background-color: #f9f9f9;
  color: #000;
  border-top: 1px solid #e7e7e7;
  white-space: nowrap;
  overflow: hidden;
  padding: 6px 0 5px 0;
}
.cellLeft {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.cellRight {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.cellCenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.gridCheckBox {
  margin: 6px 0;
}
@media only screen and (max-width: 940px) {
  .gridCheckBox {
    margin: 8px 0;
  }
}
span.gridAmount {
  padding: 0 4px 0 0;
}
@media only screen and (max-width: 940px) {
  span.gridAmount {
    padding: 0 8px 0 0;
    font-size: 1.1em;
  }
}
.gridInput {
  -ms-flex: 1 1;
  -webkit-flex: 1 1;
  -webkit-box-flex: 1;
          flex: 1 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-height: 1.0em;
  max-width: 100%;
}
span.gridTotalLabel {
  padding: 0 0 0 10px;
}
span.gridTotalAmount {
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 940px) {
  span.gridTotalAmount {
    padding: 0 8px 0 0;
    font-size: 1.2em;
  }
}
