@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  body {
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    background: none;
    font-size: 0.8em;
  }
  .pull-right {
    float: right;
  }
  .clearfix {
    clear: both;
  }
  .top-bar,
  .panou-branding,
  .panou-lateral,
  .notificari-xs,
  .buton-imprimare,
  .header-pagina-admin,
  .nu-printa,
  .breadcrumbs,
  .dataTables_length,
  .dataTables_filter,
  .dataTables_paginate,
  .utils {
    display: none;
  }
  .hidden-print {
    display: none !important;
  }
  .table-bordered {
    border: 1px solid #dddddd;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
  }
  #semnatura_jos {
    position: absolute;
    top: 990px;
    left: -15px;
    width: 760px;
  }
  .pull-right {
    float: right;
    width: 50%;
  }
  .pull-left {
    float: left;
    width: 50%;
  }
  /* tabela */
  table {
    width: 100%;
    border: 0;
    margin-bottom: 2em;
  }
  table thead th {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    background-color: #263849;
    color: #FFF;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  table td {
    vertical-align: top;
  }
  table tbody tr td {
    background: #FFF;
    border-bottom: 1px dotted #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
  }
  table th {
    padding: 10px 0;
  }
  table tbody td {
    padding: 10px;
  }
  table tr.even td {
    background: #F9F9F9;
  }
  tr:nth-child(odd) {
    background-color: #F9F9F9;
  }
  tr:nth-child(even) {
    background-color: #FFF;
  }
  .dataTables_wrapper thead tr {
    background-color: #263849;
  }
  .celula-vip-print {
    min-width: 300px;
  }
  .header-title {
    font-weight: bold;
    font-size: 1.5em;
  }
}