@media print {
  body * {
    visibility: hidden;
    -webkit-print-color-adjust: exact;
  }

  html {
    font-family: sans-serif;
  }

  .container {
    width: auto;
  }

  .printable,
  .printable * {
    visibility: visible;
    page-break-after: auto;
  }

  img,
  ul {
    page-break-inside: avoid;
  }

  li {
    list-style: none!important;
    border: 0!important;
    box-shadow: none;
  }

  p {
    margin: 0;
    font-size: 11pt;
  }

  .small,
  small {
    font-size: 85%;
  }

  .font-bold,
  .h5 {
    margin-bottom: 8px;
    font-weight: bold;
  }

  h1 {
    margin: 0;
  }

  .h4 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bold;
    letter-spacing: 0.04em;
  }

  .printable {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    /* width: 92%; */
    margin: 0 auto;
    /* padding: 0 20px; */
  }

  .unprintable {
    display: none !important;
  }

  .cookie-popup {
    display: none !important;
  }

  .text-link,
  a {
    text-decoration: none;
    color: rgb(18, 113, 223);
  }

  .text-muted {
    color: rgb(166, 170, 173);
  }

  .text-success {
    color: rgb(0, 140, 59);
  }

  .text-danger {
    color: rgb(255, 69, 32);
  }

  .text-center {
    text-align: center;
  }

  .text-capitalize {
    text-transform: capitalize;
  }

  .text-uppercase {
    text-transform: uppercase;
  }

  .m-t-md {
    margin-top: 24px;
  }

  .m-b-md {
    margin-bottom: 24px;
  }

  .m-none {
    margin: 0;
  }

  .pull-left {
    float: left;
  }

  .pull-right {
    float: right;
  }

  .row {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }

  .col-lg-4 {
    width: 20%!important;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-8 {
    width: 60%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .clearfix {
    clear: both;
  }

  .inline {
    display: inline-block;
  }

  .block,
  .collapse,
  .table-yscroll {
    display: block;
    width: 100%;
    clear: both;
  }

  table {
    margin-bottom: 24px;
  }

  table,
  table tbody,
  table tbody tr {
    width: 100%;
    display: block;
    float: left;
  }

  table {
    border: 1px solid rgb(234, 240, 245);
  }

  table tbody tr {
    border: 1px solid rgb(234, 240, 245);
  }

  table tbody tr td {
    border: 0;
    border-spacing: 0;
    border-collapse: separate;
    line-height: normal;
  }

  table tr td:first-child {
    width: 250px;
    background-color: rgb(248, 250, 251);
  }

  table tr td:last-child {
    background-color: #fff;
  }

  .jas-plate-no {
    height: 30px;
    width: 120px;
    margin-bottom: 24px;
    border: 1px solid #000;
    vertical-align: middle;
  }

  .jas-plate-no .input-group-addon {
    padding: 0 3px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 139);
    border-color: rgb(0, 0, 0);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: inset 1px 1px 1px rgba(255,255,255,0.2);
  }

  .jas-context {
    margin-bottom: 12px;
  }

  .article-thumb {
    position: relative;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }

  .jas-article #imageSingle .imageSingle {
    display: block!important;
    width: 100%;
    height: 100%;
  }

  .jas-article .article-thumb {
    float: left;
  }

  .jas-article .article-thumb img {
    height: 120px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    object-fit: scale-down;
    float: left;
    border: none;
  }

  .lSSlideOuter {
    overflow: hidden;
  }

  .lightSlider {
    overflow: hidden;
    margin: 0;
  }

  .lSSlideOuter .lSPager.lSpg > li {
    /* cursor: pointer; */
    display: inline-block;
    padding: 0 5px;
  }

  .lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    list-style: none;
  }

  .lSSlideOuter.lSrtl {
    /* direction: rtl; */
  }

  .lSSlideOuter .lSGallery li,
  .lSSlideOuter .lightSlider > * {
    float: left;
    border: none;
  }

  .lSSlideOuter .lightSlider {
    height: 70px;
  }
}