@media screen {
  #printSection {
      display: none;
  }
}
 
@media print {
  body * {
    visibility:hidden;
  }
  .printSection, .printSection * {
    visibility:visible;
    overflow: visible;
  }
  .printSection {
    position:absolute;
    width:100%;
    left:0;
    top:0;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  table { page-break-after:auto;}
  td    { page-break-inside:avoid; page-break-after:auto; padding:2px; margin:2px; }
  thead { display:table-header-group }
  tfoot { display:table-footer-group }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    size: letter;
    margin: 1cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

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

}
/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -70px;
  /* Pad bottom by footer height */
  padding: 0 0 70px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 45px auto;
  text-align: center;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.container form {
  width: 80%
}

.container #catalogos .btn {
  margin: 20px;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

code {
  font-size: 80%;
}

#datosusuario {
  margin: 15px;
  text-align: right;
}
