@media print {
  .an_no-print {
    display: none; } }

app-downloads,
an-downloads-list,
an-downloads-detail {
  display: block; }

app-downloads {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px; }
  app-downloads input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  app-downloads input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }
  app-downloads h1 {
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 5px 0;
    padding: 0 0 0 0; }
  app-downloads h2 {
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 0 0 10px 0; }
  app-downloads h3 {
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 4px 0;
    padding: 0 0 0 0; }
  app-downloads h4 {
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
  app-downloads h5 {
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    margin: 16px 0 8px 0; }
  app-downloads h6 {
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    margin: 16px 0 8px 0; }
  app-downloads p {
    margin: 0 0 8px 0;
    padding: 0 0 0 0; }
  app-downloads ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
    app-downloads ul li {
      margin: 0 0 0 0;
      padding: 0 0 0 0; }
  app-downloads ol {
    margin: 0 0 8px 0;
    padding: 0 0 0 32px; }
    app-downloads ol li {
      margin: 0 0 8px 0;
      padding: 0 0 0 0; }
  app-downloads pre {
    margin: 0 0 8px 0;
    overflow: auto;
    width: 100%; }
    @media print {
      app-downloads pre {
        white-space: normal; } }
    app-downloads pre code {
      font-family: monospace; }
  app-downloads table {
    border-collapse: collapse;
    border-spacing: 0; }
    app-downloads table th, app-downloads table td {
      font-size: 12px;
      line-height: 16px;
      padding: 0; }
  app-downloads input[type="text"], app-downloads select, app-downloads textarea {
    color: #000000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 0; }
  app-downloads button,
  app-downloads input[type="submit"] {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    background: linear-gradient(#dde4a7 0%, #e8ebc4 5%, #bec954 40%, #acbd35 41%);
    border: solid 1px #acbd35;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    min-width: 100px;
    padding: 2px 15px 1px 15px; }
    @media print {
      app-downloads button,
      app-downloads input[type="submit"] {
        display: none; } }
  app-downloads button[disabled],
  app-downloads button.-disabled,
  app-downloads input[type="submit"][disabled] {
    cursor: default;
    background: linear-gradient(#e2e2e2 0%, #ebebeb 5%, #cccccc 40%, #bdbdbd 41%);
    border-color: #bdbdbd;
    color: #ffffff; }
  app-downloads button.-selected {
    cursor: default;
    background: linear-gradient(#9c9c9c 0%, #797979 5%, #5c5c5c 40%, #1b1b1b 41%);
    border-color: #1b1b1b;
    color: #ffffff; }

body[class^="an-modal-"] {
  overflow: hidden; }
  @media print {
    body[class^="an-modal-"] {
      overflow: auto; } }
  @media print {
    body[class^="an-modal-"] app-downloads > * > *:not(an-modal) {
      display: none; } }

.an-downloads-filter {
  border-bottom: solid 1px #cccccc;
  height: 36px;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 1; }
  .an-downloads-filter an-daterange,
  .an-downloads-filter an-select {
    padding: 0 0 0 25px;
    width: 49%; }
    .an-downloads-filter an-daterange::before,
    .an-downloads-filter an-select::before {
      left: 0;
      position: absolute;
      top: 0; }
    .an-downloads-filter an-daterange .an-daterange_text::after,
    .an-downloads-filter an-daterange .an-select_text::after,
    .an-downloads-filter an-select .an-daterange_text::after,
    .an-downloads-filter an-select .an-select_text::after {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
      content: '';
      height: 20px;
      position: absolute;
      right: 0;
      top: 0;
      width: 10px; }
  .an-downloads-filter an-daterange::before {
    content: url("common/icons/calendar.png"); }
  .an-downloads-filter an-select::before {
    content: url("common/icons/employee.png"); }

.an-downloads-list {
  background: #ffffff;
  border: solid 1px #e5e5e5;
  cursor: pointer;
  margin: 0 0 10px 0;
  position: relative;
  transition: border-color 0.2s; }
  .an-downloads-list::before {
    content: url("downloads/icons/document.png");
    left: 10px;
    position: absolute;
    top: 15px; }
  .an-downloads-list:hover {
    border-color: #b0bc00; }
  .an-downloads-list .an-downloads-list_content {
    padding: 10px 10px 10px 34px; }
  .an-downloads-list h3,
  .an-downloads-list h4 {
    margin: 0 0 5px 0; }
  .an-downloads-list p.an-downloads-list_product-info {
    margin: 0 0 10px 0;
    padding: 10px 0 0 0; }
  .an-downloads-list .an-downloads-list_label {
    color: #999999; }
  @media print {
    .an-downloads-list {
      page-break-inside: avoid; } }
  .an-downloads-list p.an-downloads-list_product-downloads {
    margin: 0 0 0 0; }

.an-downloads-detail {
  background: #ffffff;
  margin: 100px auto;
  padding: 20px 20px 20px 20px;
  position: relative;
  width: 800px; }
  @media print {
    .an-downloads-detail {
      margin: 0;
      padding: 0;
      width: auto; } }
  .an-downloads-detail h1 {
    padding-right: 30px; }

.an-downloads-detail_close {
  background: linear-gradient(#dde4a7 0%, #e8ebc4 5%, #bec954 40%, #acbd35 41%);
  border-radius: 3px;
  cursor: pointer;
  display: block;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px; }
  .an-downloads-detail_close::after, .an-downloads-detail_close::before {
    background: #ffffff;
    content: '';
    height: 12px;
    left: 10px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 2px; }
  .an-downloads-detail_close::after {
    transform: rotate(-45deg); }
  @media print {
    .an-downloads-detail_close {
      display: none; } }

.an-downloads-detail_details {
  padding: 0 0 15px 0; }
  .an-downloads-detail_details td {
    padding: 0 10px 5px 0;
    vertical-align: top; }
    .an-downloads-detail_details td:first-child {
      color: #999999;
      width: 150px; }

.an-downloads-detail_product {
  margin: 0 0 10px 0; }
  .an-downloads-detail_product an-tab h3 {
    margin: 0 0 4px 0; }
  .an-downloads-detail_product an-tab h4 {
    margin: 0 0 12px 0; }
  .an-downloads-detail_product an-tab table {
    table-layout: fixed;
    width: 100%; }
    .an-downloads-detail_product an-tab table tr td {
      width: 70%; }
      .an-downloads-detail_product an-tab table tr td:first-child {
        width: 30%; }
    .an-downloads-detail_product an-tab table tr:last-child td {
      padding-bottom: 0; }
  .an-downloads-detail_product an-tab .an-downloads-detail_tab-map {
    display: flex; }
    .an-downloads-detail_product an-tab .an-downloads-detail_tab-map .an-downloads-detail_tab-name {
      width: 30%;
      padding: 0 0 20px 0; }
    .an-downloads-detail_product an-tab .an-downloads-detail_tab-map .an-downloads-detail_tab-value {
      width: 70%;
      padding: 0 0 20px 0;
      overflow: hidden; }
      .an-downloads-detail_product an-tab .an-downloads-detail_tab-map .an-downloads-detail_tab-value > pre {
        margin: 0 0 0 0; }
  .an-downloads-detail_product an-tab.an-downloads-detail_tab-product td {
    padding: 0 15px 3px 0;
    vertical-align: top; }
    .an-downloads-detail_product an-tab.an-downloads-detail_tab-product td:first-child {
      color: #999999; }
  .an-downloads-detail_product an-tab.an-downloads-detail_tab-downloads td, .an-downloads-detail_product an-tab.an-downloads-detail_tab-licences td {
    padding: 0 10px 10px 0;
    vertical-align: top; }

@media print {
  body {
    background: transparent; }
  #an_shopMainBox {
    background: none !important;
    box-shadow: none;
    padding: 20px 0 0 0 !important;
    width: auto !important; }
  #bodyBoxA,
  #bodyBoxB,
  #bodyBoxC,
  #bodyBoxD {
    background: none !important;
    max-width: 100%;
    width: 100% !important; }
  #shopBoxB,
  #contentBox,
  .content-cell {
    background: none !important;
    float: none !important;
    width: auto !important; }
  #headerBox,
  #naviLeftBox,
  #naviRightBox {
    display: none !important; } }
