.container-generate-reports {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 16px;
  /* background-color: lightcoral; */
}
.container-generate-reports .header {
  /* border-bottom: .5px solid var(--theme-color); */
}

.header .block {
  width: 100%;
}

.block .row {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

/* TITULOS */
.row .box-title-page {
  width: 100%;
  text-align: center;
}
.box-title-page .title-page {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-font-title);
}
.row .box-title-block {
  width: 100%;
  text-align: left;
}
.box-title-block .title-block {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-font-content);
}
.row .box-title-checkbox {
  width: 50%;
}
.box-title-checkbox .title-block {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-font-content);
}
.row .box-select-all {
  margin-left: auto;
  margin-right: 24px;
}
.box-select-all .checkbox-select-all {
}

.row .box-date {
  width: 300px;
  margin-right: 16px;
}
.box-date .date {
}

.row .box-student {
  width: 200px;
  display: flex;
}
.box-student .name-student {
}
.box-student .chechbox-student {
}
.row .btn {
  margin: auto;
}

/* RESULTADO */

.content {
  width: 100%;
  margin: 30px 0px;
  /* display: flex; */
  /* flex-direction: column; */
  font-family: roboto !important;
  position: relative !important;
  display: block !important;
  page-break-inside: avoid !important;
  page-break-after: auto !important;
}
.content.visible {
  /* border: 1px solid gray; */
}


.content .row-header {
  width: 100%;
  padding: 5px;
  text-align: center;
  border: 1px solid gray;
  position: relative;
}
.content .row-header .text-header {
  font-weight: bold;
  font-size: 16px;
}

.content .row-sub-header {
  width: 100%;
  display: flex;
  border: 1px solid gray;
  position: relative;
}
.content .row-sub-header .block {
  width: 100%;
  display: flex;
}
.content .row-sub-header .col {
  width: 100%;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .row-sub-header .col.center {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}
.content .row-sub-header .col .text-header {
  font-weight: bold;
  font-size: 16px;
}


.content .row-total-month {
  width: 100%;
  /* display: flex; */
  border: 1px solid gray;
  display: block !important;
  position: relative !important;
  page-break-inside: avoid !important;
  page-break-after: auto !important;
}
.content .row-total-month .block {
  width: 100%;
  display: flex;
}
.content .row-total-month .col {
  width: 100%;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .row-total-month .col.border-right {
  border-right: 1px solid gray;
}
.content .row-total-month .col .text-header {
  font-weight: bold;
  font-size: 16px;
}

.content .row-name {
  width: 100%;
  padding: 5px;
  text-align: center;
  border: 1px solid gray;
  position: relative;
}
.content .row-name .field {
  font-weight: bold;
  font-size: 16px;
}
.content .row-name .text {
  font-weight: bold;
  font-size: 16px;
}

.content .row-no-report {
  width: 100%;
  display: flex;
  position: relative;
}
.content .row-no-report .block {
  width: 100%;
  display: flex;
}
.content .row-no-report .col {
  width: 100%;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .row-no-report .col .text {
  font-size: 14px;
  white-space: break-spaces;
}

.content .row-report {
  width: 100%;
  border: 1px solid gray;
  position: relative !important;
  display: block !important;
  page-break-inside: avoid !important;
  page-break-after: auto !important;
}
.content .row-report .block {
  width: 100%;
  display: flex;
}
.content .row-report .col {
  width: 100%;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .row-report .col.center {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}
.content .row-report .col.center .text {
  white-space: break-spaces;
}
.content .row-report .col .text {
  font-size: 14px;
}

.content .row-total-week {
  width: 100%;
  display: flex;
  /* border-bottom: 1px solid gray; */
  border: 1px solid gray;
}
.content .row-total-week .block {
  width: 100%;
  display: flex;
}
.content .row-total-week .col {
  width: 100%;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .row-total-week .col:first-child {
  border-right: 1px solid gray;
}
.content .row-total-week .col .text {
  font-size: 16px;
  white-space: break-spaces;
  font-weight: bold;
}

@media print {
  @page {
    size: auto;
    /* margin: 0; */
    /* padding: 0; */
    margin-top: 30px; 
    margin-bottom: 30px;
    /* position: relative; */
  }
  html,
  body {
    height: auto !important;
    /* position: relative; */
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .content{
    height: auto !important;
    margin: 0px !important;
  }
  .print {
    height: auto !important;
    /* position: relative; */
    /* padding: 50px;
    background-color: red; */
    /* margin: 0;
    padding: 0;
    border: 0; */
  }
  .row-report{
    /* -webkit-column-break-inside: avoid; */
    /* page-break-inside: avoid; */
  }
  .print .row-sub-header {
    /* border-top: 1px solid gray; */
    /* page-break-before: auto; */
    /* page-break-inside: avoid; */
  }
  /* .print .row-report {
    height: 50px;
    max-height: 5px;
    border: 5px solid red;
  } */
  .print ~ * {
    display: none;
  }
}
