.print-dialog {
  display: none;
  width: 100%;
  height: 100%; }

.print-dialog header {
  width: 100%;
  height: 60px;
  background: white;
  float: left;
  box-shadow: 0 1px 2px rgba(186, 186, 186, 0.5); }

.print-dialog header button {
  width: 96%;
  padding: 8px 10px;
  text-align: center;
  margin-left: 4%;
  float: right;
  cursor: pointer; }

.print-dialog header .cancel-print {
  position: absolute;
  right: 20px;
  top: 21px;
  font-size: 17px;
  cursor: pointer; }

.print-dialog header .container {
  width: 736px;
  height: 44px;
  margin: 8px calc(50% - 368px); }

.print-dialog header .container .titles {
  width: 85%;
  float: left; }

.print-dialog header .container .titles .course {
  margin: 3px 0px 2px;
  font-size: 15px; }

.print-dialog header .container .titles .course .title {
  font-weight: 700; }

.print-dialog header .container .titles .course .sections {
  font-weight: 500; }

.print-dialog header .container .titles .info {
  font-size: 13px;
  color: #7e7e7e;
  margin-top: 4px; }

.print-dialog header .print-buttons {
  float: left;
  margin-top: 5px;
  width: 15%; }

.print-dialog section {
  overflow-y: auto;
  height: calc(100% - 60px);
  width: 100%;
  float: left;
  margin-top: 2px; }

.print-dialog section .pdf-content {
  width: 736px;
  margin: 0 calc(50% - 368px);
  height: auto;
  float: left;
  margin-bottom: 60px;
  box-shadow: 2px 2px 0px rgba(186, 186, 186, 0.5); }

/* Media print styles */
@media print {
  * {
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: sanbeiji.com/archives/953 */
  p a,
  p a:visited {
    color: #444 !important;
    text-decoration: underline; }
  p a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr {
    page-break-inside: avoid; }
  .gg,
  .header_pantalla,
  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid !important;
    /* or 'auto' */
    display: block; }
  html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll !important;
    position: relative !important;
    background: white;
    overflow-x: hidden; }
  body {
    height: auto !important;
    overflow: hidden;
    width: 100%;
    background: white; }
  #contenedor {
    position: relative !important;
    left: 0 !important;
    margin-left: 0;
    width: 100%;
    overflow: hidden; }
  .wrap_alertas {
    display: none !important; }
  #contenedor_general {
    width: 100%;
    height: auto;
    overflow: hidden; }
  #curso,
  #contenedor_general {
    position: relative !important; }
  #contenedor_general .pagina-vista {
    display: block !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  #header,
  #navegacion {
    display: none !important; }
  #warp {
    height: auto;
    overflow: hidden;
    float: left;
    width: 100% !important;
    margin: 0 !important; }
  #curso {
    margin-top: 0 !important;
    left: 0 !important;
    top: 0 !important;
    position: relative !important; }
  #slide_paginas {
    width: 100% !important;
    display: inline-block;
    height: auto;
    transform: none; }
  .like {
    display: none; }
  .pagina {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    height: auto !important; }
  .scrollable {
    overflow: hidden;
    float: left;
    width: 100%; }
  .scroller {
    position: relative !important; }
  .propiedades {
    position: relative !important;
    display: block; }
  /* Estilos full-width */
  #contenedor,
  .pagina,
  .wrapSeccion,
  .bloque,
  .seccion,
  .pagina .scrollable,
  #portada,
  .pagina {
    width: 100% !important;
    left: 0 !important; }
  .gridster {
    margin: 0 auto;
    width: 735px;
    display: block; }
  .wrap_alertas,
  .wrap_alertas .siguiente,
  .wrap_alertas .siguiente_portada {
    width: 100% !important;
    margin-left: 0 !important; }
  .seccion_portada {
    background-size: cover !important; }
  .seccion {
    background-size: cover !important; }
  .btnRepetir {
    margin: 0 auto; }
  .btnResumenEvaluacion1 {
    display: inline-block; }
  /* Estilos full-width */
  .print-dialog header {
    display: none; }
  .print-dialog .pdf-content {
    margin: 0;
    width: 100%;
    box-shadow: none; } }
