body {
  padding-top: 70px;
  padding-bottom: 50px;
}

@media print {
  .toPrint {
    font-size: 14px;
  }
  body {
    padding:0px;
  }
}

html, body, .full-height{
  height: 100%;
}

.bottom-buffer{
  margin-bottom:20px;
}

.bottom-buffer2{
  margin-bottom:40px;
}

.borderless tbody tr td,
.borderless tbody tr th,
.borderless thead tr th,
.borderless thead tr td,
.borderless tfoot tr th,
.borderless tfoot tr td {
  border: none;
  padding: 3px;
}

.printPage{
  page-break-after: always;
  page-break-inside: avoid;
}

.has-error .Select-control {
  border-color: #a94442;
}

.pivot-level-0 td {
  font-weight: bold;
  background-color: #dadada !important;
  font-size: 20px !important;
}

.pivot-level-1 {
  text-decoration: underline;
  font-size: 18px;
}

.pivot-level-2 {
  font-size: 16px;
}

.pivot-level-3 {
  font-style: italic;
}

.text-editable {
  height: auto;
  border: none;
  box-shadow: none;
  text-align: right;
  background: #dff0d8;
  padding: 0;
}

.text-editable__blue {
  background-color: #d9edf7;
}

.hover-popup-container:hover .hover-popup {
  display: block;
}

.hover-popup {
  position: absolute;
  display: none;
}
