@import url('https://fonts.googleapis.com/css?family=Roboto');
@page {
  margin: 1cm;
}
@media print {
  * {
    font-family: 'Roboto', sans-serif;
  }
  body {
    font: 12pt Georgia, 'Times New Roman', Times, serif;
  }

  .papirwrapper {
    border: 4px solid #253f93;
    padding: 20px;
    min-height: 880px;
  }
  .pregledInput {
    font-size: 60px;
    font-weight: 700;
  }
  .header-logo {
    width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #253f93;
    align-items: center;
  }
  .logoSN {
    width: 50%;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
  }
  .logoSN h1 {
    float: left;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
  }
  .logoBS {
    width: 50%;
  }
  .logoBS img {
    float: right;
    width: 220px;
    margin: 0;
  }
  .logoBS .logo {
    color: #7acbc4;
    position: relative;
    text-decoration: none;
    font-size: 35px;
    padding-top: 10px;
    font-family: 'Raleway', sans-serif !important;
  }
  .logoBS .logo::before {
    content: ' POLIKLINIKA ZA RENTGEN, ULTRAZVUČNU DIJAGNOSTIKU I MAGNETNU REZONANCU';
    font-size: 6px;
    color: #c1bebd;
    top: 52px;
    left: 2px;
    position: absolute;
    width: 100%;
  }
  .infoP {
    margin: 30px auto;
  }

  .infoP .tr {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
  .infoP .tr .td {
    width: 295px;
    border: 1px solid #bcc5c9;
    padding: 5px;
    font-weight: 400;
    font-size: 16px;
  }
  .nalazStampla {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    /* word-break: break-all; */
    white-space: normal;
    /* min-height: 260px; */
    font-size: 13px;
  }

  .dijagnoza div {
    font-size: 10px;
  }
  .doktorWrapp {
    display: flex;
    margin-top: 10%;
    margin-bottom: 10px;
    /* page-break-inside: avoid; */
  }
  .doktorWrapp .doktor {
    flex-basis: 50%;
    justify-content: flex-end;
    text-align: center;
    padding-left: 175px;
    font-size: 12px;
  }
  .doktorWrapp .datum {
    flex-basis: 50%;
    justify-content: center;
    font-size: 12px;
  }
  .footer-wrapp {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer {
    width: 24%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    justify-content: flex-end;
  }

  .istorijaP {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0px 10px 0px;
  }
  /* .mheight {
    min-height: 300px !important;
    max-height: 350px !important;
  } */
  .mheightd {
    min-height: 25px !important;
  }
  .mheightt {
    min-height: 25px !important;
  }

  .zakon {
    font-size: 10px;
    width: 76%;
    font-weight: 400;
    margin-top: 10px;
  }

  .strong {
    font-size: 12px;
    font-weight: 900;
  }
  /* .widthNalaz {
    min-height: 470px;
  }
  .heightNalaz {
    min-height: 350px;
  } */

  .dijagnozastyle {
    width: 100%;
    font-size: 12px;
    list-style: none;
    color: black;
    line-height: 12px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: left;
  }
  .dijagnozastyle span {
    margin: 0;
    padding: 0;
  }

  .dijagnoza_List {
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 12px;
    margin-top: 7px;
  }
  .strong {
    margin-top: 10px;
    line-height: 30px;
  }
  /* izvestaj */
  .datumBool {
    width: 595px;
    display: flex;
    flex-direction: column;
  }
  .datumBool li {
    width: 595px;
  }
  .datumBool li .wrappKolone {
    border-bottom: 1px dotted grey;
    line-height: 30px;
    width: 100%;
  }
  .datumBool li .wrappKolone .naslovKolone {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .datumBool li .wrappKolone .valueKolone {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
