@media print {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  #docviewer-wrap {
    top: 0 !important;
  }

  div {
    display: block !important;
  }

  .hide4print,
  .side-panel-wrap,
  .modal {
    display: none !important;
  }

  @page {
    size: auto;
    /* auto is the initial value */

    /* this affects the margin in the printer settings */
    /* margin: 25mm 25mm 25mm 25mm; */
  }

  body {
    margin: 0px !important;
  }
}

.lex-score {
  /*background-color:#ddd;
  border-color: black;
  border-width: 1px;
  border-style: solid;  */
  color: transparent;
  font-size: 6px;
  font-style: italic;
  position: absolute;
  right: 0;
  bottom: 0;
}

.lex-link {
  cursor: pointer;
  color: #337ab7;
  text-decoration: none;
}

.lex-taiat {
  color: red;
  /* font-weight: bold!important; */
  /* text-decoration: line-through; */
}

.lex-adaugat {
  color: green;
  /* font-weight: bold!important; */
}

.lex-hide-mods .lex-taiat {
  display: none;
}

.lex-hide-mods .lex-adaugat {
  /* color:black; */
  /* font-weight:normal!important; */
}

.lex-link:hover {
  text-decoration: underline;
  text-shadow: #337ab7;
}

.lex-sr-monitor-right {
  min-width: 130px;
}

.lex-highlight {
  font-weight: bold;
  background-color: #ffed77;
  color: #333;
  display: inline-block;
}

.lex-highlight-active {
  background-color: #77ebff;
}

.lex-result-text {
  /*border-left: 3px solid #eee*/
}

.lex-back-button {
  position: fixed;
  top: 100px;
  left: -1px;
  z-index: 9999;
}

.lex-preview-content-header {
  border-bottom: 5px solid #ddd;
  margin-bottom: 10px;
}

.lex-preview-content-header h3 {
  color: #555;
  font-size: 15px;
  margin-top: 0px;
}

/* .lex-preview-content-header h2 {
  font-size: 25px;
  color: #337ab7;
  margin-top: 0px;
} */

.data-lex-act-content {
  font-size: 0.82em;
  /* font-family: "Times New Roman", Georgia, Serif; */
  font-family: "Courier New", Courier, monospace;
  /*margin: 0 0;*/
  text-align: justify;
}

.data-lex-act-content p {
  margin-bottom: 5px;
}

.data-lex-act-content img {
  max-width: 100%;
}

.data-lex-act-content table {
  width: 100%;
  /* border:1px solid #eee */
}

.data-lex-act-content table td {
  /* width:100%; */
  /* border-top:1px solid #eee */
}

.navbar.fixed-top+.container {
  /* margin-top: 60px; */
}
