@charset "UTF-8";

header,
footer,
#sidebar {
  display: none;
}

.env-bar {
  display: none;
}

.row-header {
  display: none;
}

.simple-button-widget {
  display: none;
}

.content-wrapper {
  margin: 0px !important;
  padding: 0 !important;
}

.menu-container {
  display: none;
}

.container {
  width: 100% !important;
  padding: 0px !important;
}

body.is-test {
  padding-top: 0px;
}

* {
  background-image: none !important;
}

body {
  opacity: 1 !important;
}

/* To define when to break the page */

h1,
h2,
h3,
h4,
h5 {
  page-break-after: avoid;
}

h1 {
  font-size: 20px !important;
  text-align: center;
}

h2 {
  font-size: 14px !important;
}

table,
figure {
  page-break-inside: avoid;
}

.react-table-container {
  page-break-inside: avoid;
}

.react-table-container .pagination-bottom {
  display: none;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-4 {
  width: 33.33333333%;
}

.col-sm-8 {
  width: 66.66666667%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-2 {
  width: 16.66666667%;
}

article.page-builder {
  margin: 0 auto;
  width: 750px;
  padding: 0;
}

.chartjs-size-monitor {
  position: fixed !important;
}

.chart-line-list-container-body {
  padding: 0px;
}

.chart-list-container-body {
  padding: 0px;
}

.print-full-width .col-sm-6,
.print-full-width .col-sm-4,
.print-full-width .col-sm-3 {
  width: 100%;
}

@media print {
  .text-danger * {
    color: #c51d1d !important;
  }
}

/* Estilos generales para la página de impresión */

body {
  margin: 0;
}

.footer-space {
  height: 70px;
}

.header-space {
  height: 65px;
}

.header {
  position: fixed;
  top: 6px;
  left: 9px;
  width: 105px;
  height: 57px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 10px;
  line-height: 8px !important;
}

h2 span {
  font-size: 16px !important;
}

.container-fields-default .col-md-6 {
  width: auto !important;
  float: left;
}

.container-fields-default label {
  padding: 5px !important;
  line-height: 16px !important;
  font-size: 11px !important;
}

.container-fields-default span {
  padding: 5px !important;
  line-height: 16px !important;
  font-size: 11px !important;
}

.container-fields-default .col-sm-1 {
  padding: 8px 8px 8px 19px !important;
  width: auto !important;
  float: left;
}

.container-fields-default .col-sm-11 {
  width: auto !important;
  float: left;
}

.page-builder .box-class-3.row {
  border: 1px dashed #9b9c9d !important;
}

.elementFile {
  padding: 0 !important;
}

