html {
  font-size: 10pt;
  font-family: sans-serif;
  color: #000;
  background-color: #fff;
}  
*,
*:before,
*:after {
  color: #000 !important;
  text-shadow: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
pre,
blockquote {
  border: 1px solid #999;

  page-break-inside: avoid;
}
thead {
  display: table-header-group;
}
tr,
img {
  page-break-inside: avoid;
}
img {
  max-width: 100% !important;
}
h1 {
  font-size: 12pt;
}
p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}
h2,
h3 {
  page-break-after: avoid;
}
select {
  background: #fff !important;
}
label {
  font-weight: bold;
}
.navbar {
  display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
  border-top-color: #000 !important;
}
.label {
  border: 1px solid #000;
}
.table {
  border-collapse: collapse !important;
}
.table td,
.table th {
  background-color: #fff !important;
}
.table th,
.table td {
  border: 1px solid #ddd !important;
}

#menu,
.bpm-hamb,
.bpm-usuario,
.bpm-footer,
.bpm-panel-icons,
.bpm-list-action {
  display: none;
}

.bpm-logo img {
  max-height: 24px;
  max-width: 140px;
}

.form-control {
  width: 100%;
}