﻿#issue-page {
  overflow: hidden;
}

  #issue-page .digest {
    margin: 10px 0;
    padding: 5px 0;
  }

  #issue-page .content {
  }

  #issue-page .sidebar {
    float: right;
    width: 240px;
  }

ul.mx-security-digest {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

  ul.mx-security-digest li {
    padding: 0px;
    display: -moz-inline-stack; /* Добавлено */
    display: inline-block;
    *display: inline; /* Добавлено */
    vertical-align: top;
    margin: 0px 40px 0px 0px;
    zoom: 1;
  }

    ul.mx-security-digest li label {
      color: #666;
      margin-right: 5px;
    }

    ul.mx-security-digest li.last {
      font-size: 22px;
      line-height: 24px; /* Добавлено */
      margin-right: 5px;
    }

  ul.mx-security-digest span.trend_up, ul.mx-security-digest span.trend_down, ul.mx-security-digest span.trend_none {
    font-size: 125%;
  }

  ul.mx-security-digest span.trend_up {
    color: #090;
  }

  ul.mx-security-digest span.trend_down {
    color: #c00;
  }

  ul.mx-security-digest span.trend_none {
    color: #666;
  }



.mx-security-orderbook {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 3em;
  width: 100%;
}

  .mx-security-orderbook thead td {
    color: #666;
  }

    .mx-security-orderbook thead td.buy {
      text-align: left;
    }

    .mx-security-orderbook thead td.sell {
      text-align: right;
    }

  .mx-security-orderbook tbody td {
    padding: 7px 0;
    white-space: nowrap;
  }

  .mx-security-orderbook tr.buy td {
    border-bottom: 1px solid #eeeeee;
  }

  .mx-security-orderbook tr.sell td {
    border-top: 1px solid #eeeeee;
  }

  .mx-security-orderbook td.buy, .mx-security-orderbook td.sell {
    text-align: right;
  }

  .mx-security-orderbook td.buy_bar, .mx-security-orderbook td.sell_bar {
    width: 50%;
    padding: 7px 5px;
  }

    .mx-security-orderbook td.buy_bar span, .mx-security-orderbook td.sell_bar span {
      background: #ccc;
      display: block;
      font-size: .5em;
      padding: 0;
    }

    .mx-security-orderbook td.buy_bar span {
      background: #01c525;
      float: right;
    }

    .mx-security-orderbook td.sell_bar span {
      background: #ec2a04;
      float: left;
    }

ul.mx-security-chart-periods {
  background-color: #e7e7e7;
  font-size: 12px;
  margin: 5px 0px 0px;
  overflow: hidden;
  padding: 3px 5px 0px;
  position: relative;
  height: 100%; /* Добавлено */
  z-index: 2;
}

  ul.mx-security-chart-periods li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 2px 5px 6px;
  }

    ul.mx-security-chart-periods li.current {
      background-color: #fff;
    }

      ul.mx-security-chart-periods li.current a {
        color: #000;
        cursor: text;
        text-decoration: none;
      }

.mx-security-chart-container {
  height: 400px;
  margin-top: -1px;
  z-index: 1;
}

#description_container,
.widget .mx-security-description,
.mx-instrument-description,
.mx-security-description tbody tr,
.mx-instrument-description tbody tr {
  width: 100%;
}

  .mx-security-description tbody td,
  .mx-instrument-description tbody td {
    white-space: normal;
  }

    

.mx-security-description,
.mx-instrument-description {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 3px;
  margin-bottom: 10px;
  width: 100%;
}

.mx-security-description {
  display: flex;
}
.mx-security-description tbody {
  width: 100%
}
.mx-security-description tbody tr {
  display: flex;
  justify-content: space-between;
}

  .mx-security-description tbody td, .mx-security-description tbody th,
  .mx-instrument-description tbody td, .mx-instrument-description tbody th {
    border-bottom: 1px solid #eee;
    padding: 7px 2px;
    vertical-align: top;
    width: 50%;
  }

  .mx-security-description tbody td {
    padding-right: 10px;
    padding: 4px;
  }

  .mx-instrument-description tbody td {
    padding-right: 10px;
    padding: 4px 0 0 20px;
  }

  .mx-security-description tbody tr:last-child td, .mx-security-description tbody tr:last-child th,
  .mx-instrument-description tbody tr:last-child td, .mx-instrument-description tbody tr:last-child th {
    border-bottom: none;
  }

  .mx-security-description tbody th,
  .mx-instrument-description tbody th {
    color: #666;
    font-weight: normal;
    text-align: left;
    padding: 7px 0px 7px 3px;
    width: 50%;
    vertical-align: top;
  }

  .mx-security-description tbody tr.divider td,
  .mx-instrument-description tbody tr.divider td {
    height: 10px;
    padding-top: 20px;
    border-bottom: 0px; /* Добавлено */
  }


.mx-security-emitter {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 3em;
  width: 100%;
}

  .mx-security-emitter thead td {
    font-weight: bold;
    padding-left: 0;
    margin-left: 0;
  }

  .mx-security-emitter tbody td, .mx-security-emitter tbody th {
    border-bottom: 1px solid #eee;
    padding: 7px 0px 7px 3px;
    width: 50%;
    vertical-align: top;
  }

  .mx-security-emitter tbody tr:last-child td, .mx-security-emitter tbody tr:last-child th {
    border-bottom: none;
  }

  .mx-security-emitter tbody th {
    color: #666;
    font-weight: normal;
    text-align: left;
  }

.mx-security-boards {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 3em;
  width: 100%;
}

  .mx-security-boards tbody td, .mx-security-boards tbody th {
    border-bottom: 1px solid #eee;
    padding: 7px 0;
  }

  .mx-security-boards tbody tr:last-child td, .mx-security-boards tbody tr:last-child th {
    border-bottom: none;
  }

  .mx-security-boards tbody td {
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
  }

  .mx-security-boards tbody th {
    color: #666;
    font-weight: normal;
    text-align: left;
  }

  .mx-security-boards tbody tr.current th a {
    color: #4d4d4d;
    cursor: text;
    text-decoration: none;
  }

.mx-security-emitter-securities {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 3em;
  width: 100%;
  table-layout: fixed;
}

  .mx-security-emitter-securities tbody td, .mx-security-emitter-securities tbody th {
    padding: 7px 0;
    vertical-align: top;
  }

  .mx-security-emitter-securities tbody tr:last-child td, .mx-security-emitter-securities tbody tr:last-child th {
    border-bottom: none;
  }

  .mx-security-emitter-securities tbody td {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    white-space: normal;
  }

  .mx-security-emitter-securities tbody th {
    color: #666;
    font-weight: normal;
    text-align: left;
    white-space: pre-wrap;
    width: 20%;
  }

.inner-table {
  width: 100%;
  display: block;
  overflow-x: scroll;
}

.mx-security-emitter-securities .header-sm {
  text-align: center;
  padding-bottom: 12px;
}


@media (min-width: 1248px) {
  .inner-table {
    display: table;
    table-layout: fixed;
  }

  .mx-security-emitter-securities tbody th {
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .mx-security-emitter-securities {
    table-layout: inherit;
  }
}

@media (min-width: 992px) and (max-width: 1247px) {

  [data-content=security_type] {
    min-width: 180px;
  }

  [data-content=secid] {
    min-width: 143px;
  }

  [data-content=shortname] {
    min-width: 121px;
  }

  [data-content=currency] {
    min-width: 88px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  [data-content=security_type] {
    min-width: 212px;
  }

  [data-content=secid] {
    min-width: 176px;
  }

  [data-content=shortname] {
    max-width: 159px;
  }

  [data-content=currency] {
    max-width: 110px;
  }
}

@media (max-width: 767px) {
  [data-content=security_type] {
    min-width: 212px;
  }

  [data-content=secid] {
    min-width: 176px;
  }

  [data-content=shortname] {
    max-width: 159px;
  }

  [data-content=currency] {
    max-width: 110px;
  }
}


.inner-table td:not(:last-child) {
  border-right: 1px solid #eee;
}

.inner-table > tbody > tr > td {
  padding: 4px 10px;
}

.inner-header > tr > td {
  border-bottom: 1px black solid !important;
  vertical-align: middle;
  padding-top: 0;
  text-align: center;
  font-weight: bold;
}

.inner-table > tbody > tr > th {
  border-bottom: 1px solid #eee;
  padding: 4px 10px;
  padding-left: 3px;
  white-space: pre-wrap;
  font-weight: bold;
  border-right: 1px solid #eee;
}

.inner-table > tbody > tr:not(:last-child) > td {
  border-bottom: 1px solid #eee;
}

.inner-table > .inner-header > tr > td {
  padding-left: 4px;
  padding-right: 4px;
}

.mx-security-emitter-securities > tbody > tr > td {
  padding-top: 0;
}

.reports__section {
  margin-bottom: 24px;
}

.section__title {
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 0;
}

.reports__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 4px 20px;
  padding-right: 24px;
}

.report__download {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  background-image: url(/images/materials/save_1.png);
  background-repeat: no-repeat;
  background-position: 50%;
}

.button_add_indicator {
  position: absolute !important;
  top: -35px;
  left: 120px;
}

.li_add_indicator {
  position: relative
}

#reports-table-pagination .pagination > li a {
    background: #fff;
    font-family: Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 4px 8px 4px 8px;
    box-shadow: inset 0 0 0 1px #d0d0d0;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 0;
}

#reports-table-pagination .pagination > li.active a {
    color: #ce1126;
    background: #f0f0f0;
    box-shadow: inset 0 0 0 1px #ce1126;
}