body {
  background: none repeat scroll 0 0 #eeeeee;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 100%;
  text-rendering: optimizelegibility;
}

@page {
  size: A4 landscape;
  margin-top: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
}

img {
  border: none;
}

#report-summary {
  -moz-border-radius: 12px 12px 12px 12px;
  background: none repeat scroll 0 0 #e5e5e5;
  width: 400px;
  height: auto;
  padding: 20px;
  margin-bottom: 20px;
  float: right;
}

#report-explanation {
  font-weight: normal;
  display: inline;
  font-size: 18px;
}

#report-title {
  width: auto;
  height: auto;
  padding: 20px;
  margin: 20px 0px;
  float: left;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 34px;
  font-weight: bold;
}

.gf-paramDisplay {
  border-collapse: collapse;
  border: none;
}

.gf-paramDisplay th {
  font-weight: bold;
  padding: 2px 14px 2px 2px;
  text-align: left;
}

.gf-report-group-title {
  font-weight: bold;
  font-size: 15px;
  margin: 20px 0 10px 0;
}

.gf-dataTable {
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.gf-dataTable td {
  padding: 6px 9px 2px 2px;
  vertical-align: top;
  /* page-break-inside: avoid; */
}

.gf-dataTable th {
  text-align: left;
  font-weight: bold;
  padding: 2px 9px 2px 2px;
  vertical-align: bottom;
  /*	white-space: nowrap;*/
}

img.gf-powered {
  display: block;
}

.colBarID {
}

.colAttorney {
  white-space: nowrap;
}

.colType {
}

.colFilingID {
}

.colCourtName {
  white-space: nowrap;
}

.colCaseNo {
}

.colSubmittedBy {
  white-space: nowrap;
}

.colSubmittedDate {
}

.colAcceptedDate {
}

.colClientNo {
}

.colDocumentTitle {
}

.colGreenFilingFee {
}

.gf-dataTable
  th.colGreenFilingFee
  th.CurrentBalance
  th.colPluseUsers
  th.colBillableFilings
  th.colTotalFilings {
  text-align: right;
}

.colCourtFee {
}

.gf-dataTable th.colCourtFee {
  text-align: right;
}

#report-content {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #d7d7d7;
  color: #333333;
  padding: 20px;
  position: relative;
  clear: both;
}

@media screen {
  #footer {
    padding-top: 12px;
    width: 100%;
  }
  .gf-footerLeft {
    float: left;
  }
  .gf-footerRight {
    float: right;
    padding-right: 5px;
  }
}

@media print {
  #footer {
    position: static;
    bottom: 0;
    width: 100%;
    padding-top: 5px;
  }

  .gf-footerLeft {
    position: relative;
    float: left;
    width: 100%;
  }
  .gf-footerRight {
    float: right;
    padding-right: 10px;
  }
  body {
    margin-botom: 12px;
    position: relative;
  }
}

.gf-detailCell {
  background-color: #e5e5e5;
  border: 1px solid #000;
  border-radius: 0 8px 8px;
  box-shadow: 5px 5px 1px #999999;
  color: #000;
  display: none;
  margin: 2px 3px 0 15px;
  padding: 0 3px 5px 5px;
  position: absolute;
  z-index: 100;
}
.gf-detailCellEdge {
  display: none;
  position: absolute;
  z-index: 100;
  border: 1px solid #000;
  right: 65px;
  background-color: #e5e5e5;
  color: #000;
  padding: 0px 3px 5px 5px;
  border-radius: 8px 0px 8px 8px;
  box-shadow: 5px 5px 1px #999999;
}

.gf-hasDetail {
  text-align: right;
  display: inline;
  padding: 2px;
  background: #ccc;
  border-radius: 3px;
  white-space: nowrap;
}

.gf-hasDetail:hover {
  cursor: hand;
  cursor: pointer;
  background-color: #e5e5e5;
  border-radius: 3px 3px 3px 0px;
  border: 1px solid #000;
}

.gf-hasDetail:before {
  content: "+ ";
}

.gf-reportNote {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #d7d7d7;
  color: #333333;
  padding: 20px;
  position: relative;
  clear: both;
}
