/* Print styling */
@media print {
    body {
      margin: 0;
      padding: 0 !important;
      min-width: 768px;
      -webkit-print-color-adjust: exact !important;
      background-color: white;
    }


    #image-relato {
      height: 630px;
      width: 95%;
    }

    #title-relato{
      margin-left: 1.2rem;
    }

    .content{
      background-color: white;
    }

    .container-fluid{
      background-color: white;
    }

    #wrapper #content-wrapper {
      background-color: white;
  }

    .content-wrapper{
      background-color: white;
    }

    .bg-gray-200 {
      background-color: #eaecf4 !important;
      -webkit-print-color-adjust: exact !important;
  }

  #list_metrics_relato thead tr{
    background-color: #4e73df !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact !important;
  }

    table {
      -webkit-print-color-adjust: exact !important;
    }

    [class*="col-sm-"] {
      float: left;
    }

    [class*="col-xs-"] {
      float: left;
    }

    .print-center {
      text-align:center !important;
    }

    .col-sm-12, .col-xs-12 {
      width:100% !important;
    }

    .col-sm-11, .col-xs-11 {
      width:91.66666667% !important;
    }

    .col-sm-10, .col-xs-10 {
      width:83.33333333% !important;
    }

    .col-sm-9, .col-xs-9 {
      width:75% !important;
    }

    .col-sm-8, .col-xs-8 {
      width:66.66666667% !important;
    }

    .col-sm-7, .col-xs-7 {
      width:58.33333333% !important;
    }

    .col-sm-6, .col-xs-6 {
      width:50% !important;
    }

    .col-sm-5, .col-xs-5 {
      width:41.66666667% !important;
    }

    .col-sm-4, .col-xs-4 {
      width:33.33333333% !important;
    }

    .col-sm-3, .col-xs-3 {
      width:25% !important;
    }

    .col-sm-2, .col-xs-2 {
      width:16.66666667% !important;
    }

    .col-sm-1, .col-xs-1 {
      width:8.33333333% !important;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
    float: left !important;
    }



    .container {
      width: auto;
      min-width: 750px;
    }

    /* body {
      font-size: 10px;
    } */

    a[href]:after {
      content: none;
    }

    .noprint,
    div.alert,
    header,
    .group-media,
    .btn,
    .footer,
    footer,
    form,
    #comments,
    .nav,
    .dataTables_length,
    .dataTables_filter,
    .pagination,
    ul.links.list-inline,
    ul.action-links {
      display:none !important;
    }

    /* .page-break	{
        display: block;
        page-break-before: always;
        height: 90vh;
    } */

    /* .footer_div{
      position: absolute;
      bottom:10px;
      height: 90vh;
    } */

    /* .page-break	{
      display: block;
      /* page-break-before: always; */
      /* position: absolute; */
      /* page-break-before: always;

  } */

  /* .page-break::after {
    position: relative;
    bottom: 0px;


  } */

  .page-break {
    display: block;
    /* position: absolute; */
    page-break-before: always;
    height: 95vh;
     /* border: 1px solid red; */
  }

  .footer_div {
    vertical-align: bottom;
    /* display: block; */
    bottom: -10px;
    /* border: 1px solid red; */
  }

  .note-editor.note-frame {
    margin-top: -24px;
  }

  .note-editable.card-block {
    margin-top: -15px;
  }

  .note-editor.note-frame .note-statusbar .note-resizebar {
    display: none;
  }

  .card-header.note-toolbar {
    border-bottom: none;
  }

  .note-editor.note-frame .note-statusbar {
    border-top: none;
  }

}