@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  a[href]:after {
    content: none !important;
  }
  a {
    color: #009675;
  }
  body {
    /*    font-family: 'Roboto', sans-serif;*/
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #000;
    background: none;
    font-size: 10pt;
    background: #fff;
    color: #333;
  }
  ul.menu-top {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  ul.menu-top > li {
    padding: 0;
    margin: 0;
  }
  .hidden-print {
    display: none;
  }
  .sub-header {
    display: block;
    margin-top: 5px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin: 0;
    margin-bottom: 0;
  }
  h1,
  .h1 {
    font-size: 28px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  .data-block {
    margin-top: 20px;
  }
  .alert {
    margin: 0;
    border-radius: 0;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .alert > .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .table {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
  }
  .table.width-control tbody tr th:first-child {
    white-space: nowrap;
    width: 1%;
  }
  .data-content {
    margin-top: 3px;
  }
  .data-content th {
    width: 35%;
    white-space: normal;
  }
  .data-content td {
    width: 65%;
    white-space: normal;
  }
  .text-center {
    text-align: center;
  }
  table,
  th,
  td {
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    margin-top: 10px;
  }
  th,
  td {
    padding: 4px;
  }
  a.logo-lursoft img {
    height: 32px;
  }
  .pull-left {
    float: left;
    width: 40%;
  }
  header {
    color: #333;
  }
  .pull-right {
    float: right;
    text-align: right;
  }
  .text-right {
    text-align: right;
  }
  footer {
    color: #999;
    font-size: 11px;
    text-align: justify;
    margin-top: 15px;
    page-break-inside: avoid;
  }
  .pagination {
    page-break-inside: avoid;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    background-color: #009675;
    border-color: #009675;
  }
  .pagination > li > a,
  .pagination > li > span {
    color: #009675;
  }
  .nowrap {
    white-space: nowrap;
  }
  .nowrap.nowrap-width {
    width: 1%;
  }
  .summary {
    float: right;
  }
  .tab-title {
    font-size: 20px;
    float: left;
  }
  .text-center {
    text-align: center !important;
  }
  .utils-margin--top20,
  .utils-margin_print--top20 {
    margin-top: 20px;
  }
  .utils-specstatus {
    color: red;
    font-style: italic;
    white-space: nowrap;
  }
  .utils-nodata {
    color: #7f7f7f;
  }
  .utils-upercase {
    text-transform: uppercase;
  }
  .utils-position--static {
    position: relative;
  }
  .utils-width--90 {
    width: 80%;
  }
  b {
    font-weight: bold;
  }
  .glyphicon-raw-minus {
    font-size: 24px;
    font-weight: bold;
  }
  .updated {
    font-size: 14px;
    padding-top: 15px;
  }
  .mobile-index-names {
    display: none;
  }
  .search-parameters table {
    font-size: 16px;
    width: 100%;
  }
  .search-parameters td {
    font-weight: bold;
    width: 100%;
  }
  .search-parameters th {
    font-weight: 500;
    white-space: nowrap;
    width: auto;
  }
  .person-description {
    font-size: 14px;
    line-height: 1.2;
    padding-top: 16px;
  }
  .match {
    display: none;
  }
}
#credentials-toggler {
  opacity: 0.2;
  filter: alpha(opacity=20);
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background: url('../../../images/icon-close.png') no-repeat;
}
#credentials-toggler:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ok-button {
  background: url('../../../images/icon-ok.png') no-repeat !important;
}
/*# sourceMappingURL=print.css.map */