﻿@charset "UTF-8";

/*sp-----------------------------------------------------------------------------*/
@media(max-width:767.9px){
  #infoContainer {
  padding: 110px 0 0 0; }

.innerWrapper {
  padding: 10px; }

/*h2*/
.pageHeader {
  background: url(../img/gradedrace/pic_gradedrace_h2bg.jpg) 50% 50% no-repeat;
  background-size: cover; }

/*レース一覧
---------------------*/
/*レース名検索*/
.inputArea {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 10px 10px 1px;
  box-sizing: border-box;
  display: block;
  background: #f0f0f0;
  border-radius: 5px; }
  .inputArea p {
    padding: 0 0 10px 0; }

select.raceCtg,
select.courseCtg,
select.raceCtg_obi {
  width: 120%;
  height: auto;
  margin: 0 0 10px -10%;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 16px;
  border-radius: 5px;
  background: url(../img/icon_btn_arr_down.png) right 10px top 50% no-repeat #fff;
  background-size: 8px auto;
  transform: scale(0.8); }


.sortWrapper {
  width: 100%;
  height: auto;
  margin: 0 0 4px 0;
  padding: 0;
  box-sizing: border-box;
  display: block; }
  .sortWrapper:last-child {
    margin: 0; }
  .sortWrapper p.sortName {
    width: 32%;
    height: 38px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    float: left;
    line-height: 38px; }
  .sortWrapper select {
    width: 68%;
    height: 32px;
    margin: 0 0 0 0;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    line-height: normal;
    font-size: 1.0em;
    border-radius: 5px;
    background: url(../img/icon_btn_arr_down.png) right 10px top 50% no-repeat #fff;
    background-size: 8px auto;
    font-size: 13px;
    float: left; }
  .sortWrapper select::-ms-expand {
    display: none; }
  .sortWrapper label.checkBox {
    width: 36px;
    height: 36px;
    margin: 0 0 8px;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background: #fff;
    float: left; }
    .sortWrapper label.checkBox.disabled {
      opacity: 0.3;
      cursor: auto; }
    .sortWrapper label.checkBox:hover {
      border: 2px solid #ffd700; }
    .sortWrapper label.checkBox:active {
      background: #fff; }
    .sortWrapper label.checkBox input[type="checkbox"] {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      display: block;
      border: none;
      opacity: 0; }
    .sortWrapper label.checkBox.checked {
      background: url(../img/icon_chkbox.png) 50% 50% no-repeat #fff;
      background-size: 20px auto; }

/*帯広ばんえい以外*/
select.normalSelect {
  display: none; }

/*帯広ばんえい専用*/
select.obiSelect {
  display: none; }

.raceArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  border-top: 1px dashed #9f9f9f;
  display: block; }

.raceArea ul li {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #fff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  border-left: 13px solid #ff6235;
  /*日付・名前*/
  /*重賞格付け*/
  /*東京大賞典のみ*/
  /*牝馬・シリーズ表示*/
  /*地方レース格付け*/ }
  .raceArea ul li.noRace {
    box-shadow: none;
    background: #f0f0f0;
    border-radius: 3px;
    border: none;
    padding: 10px;
    display: none; }
  .raceArea ul li p.name {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 3px 10px 3px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    font-size: 14px;
    letter-spacing: normal;
    border-bottom: 1px dashed #9f9f9f; }
  .raceArea ul li p.date {
    padding: 3px 0 3px 0;
    box-sizing: border-box;
    font-size: 14px; }
  .raceArea ul li p.course {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    text-align: right;
    letter-spacing: 0.2pt; }
  .raceArea ul li a {
    display: none; }
  .raceArea ul li:after {
    content: "";
    width: 4.0em;
    height: auto;
    padding: 2px 4px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 3px;
    letter-spacing: 0.2pt;
    text-align: center;
    transform: rotate(0.05deg); }
  .raceArea ul li.bg1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.bg1:after {
      content: "BG1";
      background: #949494; }
  .raceArea ul li.bg2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.bg2:after {
      content: "BG2";
      background: #949494; }
  .raceArea ul li.bg3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.bg3:after {
      content: "BG3";
      background: #949494; }
  .raceArea ul li.s1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.s1:after {
      content: "S1";
      background: #949494; }
  .raceArea ul li.s2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.s2:after {
      content: "S2";
      background: #949494; }
  .raceArea ul li.s3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.s3:after {
      content: "S3";
      background: #949494; }
  .raceArea ul li.si {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.si:after {
      content: "SⅠ";
      background: #949494; }
  .raceArea ul li.sii {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.sii:after {
      content: "SⅡ";
      background: #949494; }
  .raceArea ul li.siii {
    border-left: 13px solid #ff6235;
    }
    .raceArea ul li.siii:after {
      content: "SⅢ";
      background: #949494;
      }
  .raceArea ul li.m1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.m1:after {
      content: "M1";
      background: #949494; }
  .raceArea ul li.m2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.m2:after {
      content: "M2";
      background: #949494; }
  .raceArea ul li.m3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.m3:after {
      content: "M3";
      background: #949494; }
  .raceArea ul li.sp1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.sp1:after {
      content: "SPⅠ";
      background: #949494; }
  .raceArea ul li.sp2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.sp2:after {
      content: "SPⅡ";
      background: #949494; }
  .raceArea ul li.sp3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.sp3:after {
      content: "SPⅢ";
      background: #949494; }
  .raceArea ul li.h1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.h1:after {
      content: "H1";
      background: #949494; }
  .raceArea ul li.h2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.h2:after {
      content: "H2";
      background: #949494; }
  .raceArea ul li.h3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.h3:after {
      content: "H3";
      background: #949494; }
  .raceArea ul li.js1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.js1:after {
      content: "重賞Ⅰ";
      background: #949494; }
  .raceArea ul li.js2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.js2:after {
      content: "重賞Ⅱ";
      background: #949494; }
  .raceArea ul li.g1Local {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.g1Local:after {
      content: "GⅠ";
      background: #ff6235; }
        .raceArea ul li.siii {
    border-left: 13px solid #ff6235;
    }

  .raceArea ul li.jpn1 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.jpn1:after {
      content: "JpnⅠ";
      background: #ff6235; }
  .raceArea ul li.jpn2 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.jpn2:after {
      content: "JpnⅡ";
      background: #ff6235; }
  .raceArea ul li.jpn3 {
    border-left: 13px solid #ff6235; }
    .raceArea ul li.jpn3:after {
      content: "JpnⅢ";
      background: #ff6235; }

  .raceArea ul li .subInfo {
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 10px; }
    .raceArea ul li .subInfo.mare:before {
      content: "牝馬";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: 0 3px 0 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #ffbbbb;
      color: #333;
      border-radius: 3px;
      letter-spacing: 0.2pt;
      text-align: center;
      line-height: 20px; }
    .raceArea ul li .subInfo.gdj:after {
      content: "GDJ";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
    .raceArea ul li .subInfo.ds:after {
      content: "DS";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
    .raceArea ul li .subInfo.tyo:after {
      content: "3YO";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
    .raceArea ul li .subInfo.sss:after {
      content: "SSS";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
    .raceArea ul li .subInfo.future:after {
      content: "2CS/未来";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
    .raceArea ul li .subInfo.scs:after {
      content: "2CS";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
    .raceArea ul li .subInfo.tss:after {
      content: "3SS";
      width: auto;
      height: 20px;
      padding: 0 5px;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: #1a74bc;
      color: #fff;
      border-radius: 3px;
      text-align: center;
      line-height: 20px;
      font-size: 0.9em; }
  .raceArea ul li li.bg1:after {
    content: "BG1";
    background: #949494; }
  .raceArea ul li li.bg2:after {
    content: "BG2";
    background: #949494; }
  .raceArea ul li li.bg3:after {
    content: "BG3";
    background: #949494; }
  .raceArea ul li li.s1:after {
    content: "S1";
    background: #949494; }
  .raceArea ul li li.s2:after {
    content: "S2";
    background: #949494; }
  .raceArea ul li li.s3:after {
    content: "S3";
    background: #949494; }
  .raceArea ul li li.si:after {
    content: "SⅠ";
    background: #949494; }
  .raceArea ul li li.sii:after {
    content: "SⅡ";
    background: #949494; }
  .raceArea ul li li.siii:after {
    content: "SⅢ";
    background: #949494; }
  .raceArea ul li li.m1:after {
    content: "M1";
    background: #949494; }
  .raceArea ul li li.m2:after {
    content: "M2";
    background: #949494; }
  .raceArea ul li li.m3:after {
    content: "M3";
    background: #949494; }
  .raceArea ul li li.sp1:after {
    content: "SPⅠ";
    background: #949494; }
  .raceArea ul li li.sp2:after {
    content: "SPⅡ";
    background: #949494; }
  .raceArea ul li li.sp3:after {
    content: "SPⅡ";
    background: #949494; }
  .raceArea ul li li.h1:after {
    content: "H1";
    background: #949494; }
  .raceArea ul li li.h2:after {
    content: "H2";
    background: #949494; }
  .raceArea ul li li.h3:after {
    content: "H3";
    background: #949494; }
  .raceArea ul li li.js1:after {
    content: "重賞Ⅰ";
    background: #949494; }
  .raceArea ul li li.js2:after {
    content: "重賞Ⅱ";
    background: #949494; }

h4.seriesType{
  width: ( 100% - 20px );
  text-align: center;
  background: #c0504d;
  color: white;
  border: none;
  margin: 30px 0 10px;
  
  font-size: 25px;
  padding: 5px;
  display: inline-block;
}

h4.seriesType.end{
  background: #777;

}

h3.seriesTitle{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 3px;
  font-size: 18px;
  border-bottom: 1px solid #9f9f9f;

}



.colWapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }
  
  .colWapper .itemCell {
    width: 100%;
    height: auto;
    margin: 0 2% 20px 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    cursor: pointer;
    float: left;
    background: #f0f0f0;
    border-radius: 3px; }
    .colWapper.col2 .itemCell {
      background: #fffed8;
    }
    .colWapper .sp_none{
        display:  none;
      }
    .colWapper .itemCell img.cellPic {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 0 auto;
      padding: 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block; }
    .colWapper .itemCell h4.cellTitle {
      width: 100%;
      height: 35px;
      margin: 0 auto;
      padding: 0 0 15px 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      font-size: 16px;
      border: none;
      text-align: center; }
    .colWapper .itemCell p.cellTxt {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0 15px 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block; }
    .colWapper .itemCell span.period {
      width: 100%;
      height: auto;
      margin: 0 auto 5px;
      padding: 0 0 3px 0;
      box-sizing: border-box;
      display: block;
      text-align: center;
      border-bottom: 1px solid #9f9f9f; }
  /*特設サイトが無い場合*/
  .colWapper .itemCell_none {
    width: 100%;
    height: auto;
    margin: 0 2% 20px 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: left;
    background: #f0f0f0;
    border-radius: 3px; }
    .colWapper .itemCell_none img.cellPic {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 0 auto;
      padding: 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block; }
    .colWapper .itemCell_none h4.cellTitle {
      width: 100%;
      height: 35px;
      margin: 0 auto;
      padding: 0 0 15px 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      font-size: 16px;
      border: none;
      text-align: center; }
    .colWapper .itemCell_none p.cellTxt {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0 15px 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block; }
    .colWapper .itemCell_none span.period {
      width: 100%;
      height: auto;
      margin: 0 auto 5px;
      padding: 0 0 3px 0;
      box-sizing: border-box;
      display: block;
      text-align: center;
      border-bottom: 1px solid #9f9f9f; }





    .pc_header,
    .pc_footer,
    .pc_infoContainer,
    .pc_mainContainer,
    .sp_none
    {
      display: none;
    }







.tableWapper_2025 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  overflow-x: scroll;
}

.tableWapper_2025 table {
  width: 930px;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2025 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2025 table tr:nth-child(2) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2025 table tr:nth-child(4) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2025 table tr:nth-child(6) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2025 table tr:nth-child(13) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2025 table th.a {
  width: 70px;
}

.tableWapper_2025 table th.b {
  width: 260px;
}

.tableWapper_2025 table th.c {
  width: 50px;
}

.tableWapper_2025 table tr:nth-child(2n-1) {
  background: #f2faff;
}

.tableWapper_2025 table tr:nth-child(2n) {
  background: #ddeffc;
}

.tableWapper_2025 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2025 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2025 table tr td.year {
  position: relative;
}

.tableWapper_2025 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2025 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2025 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2025 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2025 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2025 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2025 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2025 .period span.begin {
  left: 5px;
}

.tableWapper_2025 .period span.end {
  right: 5px;
}

.tableWapper_2025 .period.
_01 {
      width: 170px;
      /*top: 60px;*/
      right: 144px;
}

.tableWapper_2025 .period.cell_02 {
      width: 162px;
      /*top: 100px;*/
      right: 163px;
}

.tableWapper_2025 .period.cell_01 {
      width: 165px;
      /*top: 40px;*/
      right: 144px;
}

.tableWapper_2025 .period.cell_11 {
      width: 134px;
      /*top: 112px;*/
      right: 170px;
}

.tableWapper_2025 .period.cell_03 {
      width: 136px;
      /*top: 124px;*/
      right: 451px;
}

.tableWapper_2025 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2025 .period.cell_05 {
      width:  78px;
      /*top: 182px;*/
      right: 280px;
}

.tableWapper_2025 .period.cell_06 {
      width: 265px;
      /*top: 217px;*/
      right: 275px;
}

.tableWapper_2025 .period.cell_07 {
      width: 85px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2025 .period.cell_08 {
      width: 200px;
      /*top: 253px;*/
      right: 170px;
}

.tableWapper_2025 .period.cell_09 {
      width: 40px;
      /*top: 100px;*/
      right: 470px;
}

.tableWapper_2025 .period.cell_10 {
      width: 72px;
      /*top: 359px;*/
      right: 10px;
}


.tableWapper_2025 .period.cell_20 {
      width: 66px;
      /*top: 100px;*/
      right: 526px;
}

.tableWapper_2025 .period.cell_21 {
      width: 119px;
      /*top: 359px;*/
      right: 503px;
}

.tableWapper_2025 .period.cell_22 {
      width: 192px;
      /*top: 359px;*/
      right: 230px;
}







.tableWapper_2024 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
      overflow-x: scroll;
}

.tableWapper_2024 table {
      width: 930px;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2024 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2024 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2024 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2024 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2024 table tr:nth-child(13) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2024 table th.a {
  width: 70px;
}

.tableWapper_2024 table th.b {
  width: 260px;
}

.tableWapper_2024 table th.c {
  width: 50px;
}

    .tableWapper_2024 table tr:nth-child(2n-1) {
      background: #f2faff;
    }

    .tableWapper_2024 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2024 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2024 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2024 table tr td.year {
  position: relative;
}

.tableWapper_2024 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2024 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2024 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2024 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2024 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2024 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2024 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2024 .period span.begin {
  left: 5px;
}

.tableWapper_2024 .period span.end {
  right: 5px;
}

.tableWapper_2024 .period.cell_01 {
      width: 180px;
      /*top: 60px;*/
      right: 144px;
}

.tableWapper_2024 .period.cell_02 {
      width: 150px;
      /*top: 100px;*/
      right: 175px;
}

.tableWapper_2024 .period.cell_11 {
      width: 134px;
      /*top: 112px;*/
      right: 170px;
}

.tableWapper_2024 .period.cell_03 {
      width: 120px;
      /*top: 124px;*/
      right: 460px;
}

.tableWapper_2024 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2024 .period.cell_05 {
      width:  78px;
      /*top: 182px;*/
      right: 280px;
}

.tableWapper_2024 .period.cell_06 {
      width: 265px;
      /*top: 217px;*/
      right: 275px;
}

.tableWapper_2024 .period.cell_07 {
      width: 85px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2024 .period.cell_08 {
      width: 200px;
      /*top: 253px;*/
      right: 170px;
}

.tableWapper_2024 .period.cell_09 {
      width: 40px;
      /*top: 100px;*/
      right: 470px;
}

.tableWapper_2024 .period.cell_10 {
      width: 72px;
      /*top: 359px;*/
      right: 10px;
}



.tableWapper_2024 .period.cell_20 {
      width: 72px;
      /*top: 100px;*/
      right: 528px;
}

.tableWapper_2024 .period.cell_21 {
      width: 112px;
      /*top: 359px;*/
      right: 510px;
}

.tableWapper_2024 .period.cell_22 {
      width: 192px;
      /*top: 359px;*/
      right: 230px;
}















.tableWapper_2023 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
      overflow-x: scroll;
}

.tableWapper_2023 table {
      width: 930px;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2023 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2023 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2023 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2023 table tr:nth-child(10) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2023 table tr:nth-child(13) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2023 table th.a {
  width: 70px;
}

.tableWapper_2023 table th.b {
  width: 260px;
}

.tableWapper_2023 table th.c {
  width: 50px;
}

    .tableWapper_2023 table tr:nth-child(2n-1) {
      background: #f2faff;
    }

    .tableWapper_2023 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2023 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2023 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2023 table tr td.year {
  position: relative;
}

.tableWapper_2023 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2023 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2023 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2023 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2023 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2023 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2023 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2023 .period span.begin {
  left: 5px;
}

.tableWapper_2023 .period span.end {
  right: 5px;
}

.tableWapper_2023 .period.cell_01 {
      width: 160px;
      /*top: 40px;*/
      right: 144px;
}

.tableWapper_2023 .period.cell_02 {
      width: 130px;
      /*top: 100px;*/
      right: 173px;
}

.tableWapper_2023 .period.cell_11 {
      width: 134px;
      /*top: 112px;*/
      right: 170px;
}

.tableWapper_2023 .period.cell_03 {
      width: 130px;
      /*top: 124px;*/
      right: 460px;
}

.tableWapper_2023 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2023 .period.cell_05 {
      width:  78px;
      /*top: 182px;*/
      right: 280px;
}

.tableWapper_2023 .period.cell_06 {
      width: 265px;
      /*top: 217px;*/
      right: 275px;
}

.tableWapper_2023 .period.cell_07 {
      width: 85px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2023 .period.cell_08 {
      width: 250px;
      /*top: 253px;*/
      right: 176px;
}

.tableWapper_2023 .period.cell_09 {
      width: 70px;
      /*top: 100px;*/
      right: 420px;
}

.tableWapper_2023 .period.cell_10 {
      width: 160px;
      /*top: 359px;*/
      right: 44px;
}



.tableWapper_2023 .period.cell_20 {
      width: 50px;
      /*top: 359px;*/
      right: 0px;
}

.tableWapper_2023 .period.cell_21 {
      width: 80px;
      /*top: 359px;*/
      right: 0px;
}









    .tableWapper_2022 {
      width: 100%;
      height: auto;
      margin: 0 auto 30px;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }
    
    .tableWapper_2022 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }
    
    .tableWapper_2022 table th {
      height: 35px;
      color: #fff;
      padding: 0;
      text-align: center;
      border-right: 1px solid #9f9f9f;
      font-size: 13px;
      background: #0a5fa3;
      font-weight: bold;
    }
    
    .tableWapper_2022 table tr:nth-child(4) {
      border-bottom: 1px solid #9f9f9f;
    }
    
    .tableWapper_2022 table tr:nth-child(7) {
      border-bottom: 1px solid #9f9f9f;
    }
    
    .tableWapper_2022 table tr:nth-child(9) {
      border-bottom: 1px solid #9f9f9f;
    }
    
    .tableWapper_2022 table tr:nth-child(12) {
      border-bottom: 1px solid #9f9f9f;
    }
    
    .tableWapper_2022 table th.a {
      width: 70px;
    }
    
    .tableWapper_2022 table th.b {
      width: 260px;
    }
    
    .tableWapper_2022 table th.c {
      width: 50px;
    }
    
    .tableWapper_2022 table tr:nth-child(2n-1) {
      background: #f2faff;
    }

    .tableWapper_2022 table tr:nth-child(2n) {
      background: #ddeffc;
    }
    
    .tableWapper_2022 table tr td.ctgHeader {
      background: #eff7fd;
      font-weight: bold;
      border-bottom: 1px solid #9f9f9f;
    }
    
    .tableWapper_2022 table tr td {
      width: 50px;
      height: 40px;
      border-right: 1px solid #9f9f9f;
      text-align: center;
      padding: 0;
      font-size: 14px;
      line-height: 1.2;
      font-weight: bold;
    }
    
    .tableWapper_2022 table tr td.year {
      position: relative;
    }
    
    .tableWapper_2022 table tr:first-child th:last-child {
        border-right: 1px solid #9f9f9f;
    }
    
    .tableWapper_2022 table tr:nth-child(2n) td.year {
      background: #ddeffc;
    }
    
    .tableWapper_2022 table tr:nth-child(2n+1) td.year {
      background: #f2faff;
    }
    
    .tableWapper_2022 .period {
      width: auto;
      height: 25px;
      margin: auto;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: #1a74bc;
      background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
      background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
      background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
      background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
      background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
      position: absolute;
      top: 7px;
      border-radius: 5px;
      display:block;float: left;
      text-align: center;
      position:absolute;
    }
    /*
    .tableWapper_2022 .period:after {
        content: ' ';
        width: 0;
        height: 0;
        position: absolute;
        border: 12.5px solid transparent;
        border-left-color: #1a74bc;
        border-bottom-color: #1a74bc;
        top: 0;
        left: calc( 100% - 9.5px );
      transform:scaleX(0.2);
    }
    .tableWapper_2022 .period:before {
        content: ' ';
        width: 0;
        height: 0;
        position: absolute;
        border: 12.5px solid transparent;
        border-right-color: #174f87;
        border-top-color: #174f87;
        top: 0;
        left: -14.5px;
      transform:scaleX(0.2);
    }*/
    
    .tableWapper_2022 .period span {
      height: 25px;
      color: #fff;
      font-size: 12.5px;
      margin: auto;
      line-height: 25px;
      position: absolute;
    }
    
    .tableWapper_2022 .period span.begin {
      left: 5px;
    }
    
    .tableWapper_2022 .period span.end {
      right: 5px;
    }
    
    .tableWapper_2022 .period.cell_01 {
          width: 160px;
          /*top: 40px;*/
          right: 144px;
    }
    
    .tableWapper_2022 .period.cell_02 {
          width: 100px;
          /*top: 76px;*/
          right: 203px;
    }
    
    .tableWapper_2022 .period.cell_11 {
          width: 134px;
          /*top: 112px;*/
          right: 170px;
    }
    
    .tableWapper_2022 .period.cell_03 {
          width: 160px;
          /*top: 112px;*/
          right: 460px;
    }
    
    .tableWapper_2022 .period.cell_04 {
          width: 75px;
          /*top: 147px;*/
          right: 425px;
    }
    
    .tableWapper_2022 .period.cell_05 {
          width:  78px;
          /*top: 182px;*/
          right: 280px;
    }
    
    .tableWapper_2022 .period.cell_06 {
          width: 230px;
          /*top: 217px;*/
          right: 275px;
    }
    
    .tableWapper_2022 .period.cell_07 {
          width: 85px;
          /*top: 253px;*/
          right: 390px;
    }
    
    .tableWapper_2022 .period.cell_08 {
          width: 250px;
          /*top: 253px;*/
          right: 170px;
    }
    
    .tableWapper_2022 .period.cell_09 {
          width: 66px;
          /*top: 100px;*/
          right: 460px;
    }
    
    .tableWapper_2022 .period.cell_10 {
          width: 160px;
          /*top: 359px;*/
          right: 44px;
    }

.tableWapper_2021 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
      overflow-x: scroll;
}

.tableWapper_2021 table {
  width: 930px;
  height: auto;
  display: table;
  margin: 3px 0;
  padding: 0;
  display: table;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #9f9f9f;
  border-right: none;
  font-size: 15px;
}

.tableWapper_2021 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2021 table tr:nth-child(4) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2021 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2021 table tr:nth-child(9) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2021 table tr:nth-child(11) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2021 table th.a {
  width: 70px;
}

.tableWapper_2021 table th.b {
  width: 260px;
}

.tableWapper_2021 table th.c {
  width: 50px;
}

.tableWapper_2021 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2021 table tr:nth-child(2n) {
      background: #ddeffc;
    }


    .tableWapper_2021 table tr:nth-child(2n) {
      background: #ddeffc;
    }
    

.tableWapper_2021 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2021 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2021 table tr td.year {
  position: relative;
}

.tableWapper_2021 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2021 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2021 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2021 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2021 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2021 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2021 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2021 .period span.begin {
  left: 5px;
}

.tableWapper_2021 .period span.end {
  right: 5px;
}

.tableWapper_2021 .period.cell_01 {
      width: 160px;
      /*top: 40px;*/
      right: 144px;
}

.tableWapper_2021 .period.cell_02 {
      width: 112px;
      /*top: 76px;*/
      right: 192px;
}

.tableWapper_2021 .period.cell_11 {
      width: 134px;
      /*top: 112px;*/
      right: 170px;
}

.tableWapper_2021 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2021 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2021 .period.cell_05 {
      width: 110px;
      /*top: 182px;*/
      right: 284px;
}

.tableWapper_2021 .period.cell_06 {
      width: 220px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2021 .period.cell_07 {
      width: 85px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2021 .period.cell_08 {
      width: 250px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2021 .period.cell_09 {
      width: 130px;
      /*top: 100px;*/
      right: 76px;
}

.tableWapper_2021 .period.cell_10 {
      width: 100px;
      /*top: 359px;*/
      right: 25px;
}

.tableWapper_2020 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2020 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2020 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2020 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2020 table tr:nth-child(6) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2020 table tr:nth-child(8) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2020 table tr:nth-child(10) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2020 table th.a {
  width: 70px;
}

.tableWapper_2020 table th.b {
  width: 260px;
}

.tableWapper_2020 table th.c {
  width: 50px;
}

.tableWapper_2020 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2020 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2020 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2020 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2020 table tr td.year {
  position: relative;
}

.tableWapper_2020 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2020 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2020 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2020 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2020 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2020 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2020 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2020 .period span.begin {
  left: 5px;
}

.tableWapper_2020 .period span.end {
  right: 5px;
}

.tableWapper_2020 .period.cell_01 {
      width: 150px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2020 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 220px;
}

.tableWapper_2020 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2020 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2020 .period.cell_05 {
      width: 110px;
      /*top: 182px;*/
      right: 280px;
}

.tableWapper_2020 .period.cell_06 {
      width: 220px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2020 .period.cell_07 {
      width: 110px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2020 .period.cell_08 {
      width: 250px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2020 .period.cell_09 {
      width: 48px;
      /*top: 324px;*/
      right: 240px;
}

.tableWapper_2020 .period.cell_10 {
      width: 100px;
      /*top: 359px;*/
      right: 25px;
}


.tableWapper_2019 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2019 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2019 table th {
  height: 35px;
  background:  #0a5fa3;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  font-weight: bold;
}

.tableWapper_2019 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2019 table tr:nth-child(6) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2019 table tr:nth-child(8) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2019 table th.a {
  width: 70px;
}

.tableWapper_2019 table th.b {
  width: 260px;
}

.tableWapper_2019 table th.c {
  width: 50px;
}

.tableWapper_2019 table tr:nth-child(2n-1) {
  background:#f2faff;
}

    .tableWapper_2019 table tr:nth-child(2n) {
      background: #ddeffc;
    }







.tableWapper_2019 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2019 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2019 table tr td.year {
  position: relative;
}


.tableWapper_2019 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2019 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2019 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}
/*
.tableWapper_2019 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2019 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2019 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  border-radius: 5px;
  top: 8px;
}

.tableWapper_2019 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2019 .period span.begin {
  left: 5px;
}

.tableWapper_2019 .period span.end {
  right: 5px;
}

.tableWapper_2019 .period.cell_01 {
      width: 150px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2019 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 205px;
}

.tableWapper_2019 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2019 .period.cell_04 {
      width: 80px;
      /*top: 147px;*/
      right: 440px;
}

.tableWapper_2019 .period.cell_05 {
      width: 100px;
      /*top: 182px;*/
      right: 280px;
}

.tableWapper_2019 .period.cell_06 {
      width: 180px;
      /*top: 217px;*/
      right: 290px;
}

.tableWapper_2019 .period.cell_07 {
      width: 75px;
      /*top: 253px;*/
      right: 400px;
}

.tableWapper_2019 .period.cell_08 {
      width: 295px;
      /*top: 253px;*/
      right: 170px;
}

.tableWapper_2019 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 440px;
}

.tableWapper_2019 .period.cell_10 {
      width: 100px;
      /*top: 359px;*/
      right: 25px;
}

.tableWapper_2018 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2018 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2018 table th {
  height: 35px;
  background:  #0a5fa3;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  font-weight: bold;
}

.tableWapper_2018 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2018 table tr:nth-child(6) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2018 table tr:nth-child(8) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2018 table th.a {
  width: 70px;
}

.tableWapper_2018 table th.b {
  width: 260px;
}

.tableWapper_2018 table th.c {
  width: 50px;
}

.tableWapper_2018 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2018 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2018 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2018 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

/*
.tableWapper_2018 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2018 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2018 table tr td.year {
  position: relative;
}

.tableWapper_2018 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2018 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2018 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2018 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  border-radius: 5px;
  top: 8px;
}

.tableWapper_2018 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2018 .period span.begin {
  left: 5px;
}

.tableWapper_2018 .period span.end {
  right: 5px;
}

.tableWapper_2018 .period.cell_01 {
      width: 185px;
      /*top: 40px;*/
      right: 105px;
}

.tableWapper_2018 .period.cell_02 {
      width: 90px;
      /*top: 76px;*/
      right: 150px;
}

.tableWapper_2018 .period.cell_03 {
      width: 185px;
      /*top: 112px;*/
      right: 395px;
}

.tableWapper_2018 .period.cell_04 {
      width: 70px;
      /*top: 147px;*/
      right: 395px;
}

.tableWapper_2018 .period.cell_05 {
      width: 195px;
      /*top: 182px;*/
      right: 125px;
}

.tableWapper_2018 .period.cell_06 {
      width: 235px;
      /*top: 217px;*/
      right: 200px;
}

.tableWapper_2018 .period.cell_07 {
      width: 100px;
      /*top: 253px;*/
      right: 335px;
}

.tableWapper_2018 .period.cell_08 {
      width: 325px;
      /*top: 253px;*/
      right: 105px;
}

.tableWapper_2018 .period.cell_09 {
      width: 135px;
      /*top: 324px;*/
      right: 335px;
}

.tableWapper_2018 .period.cell_10 {
      width: 135px;
      /*top: 359px;*/
      right: 160px;
}


.tableWapper_2017 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2017 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2017 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2017 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2017 table tr:nth-child(6) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2017 table tr:nth-child(8) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2017 table th.a {
  width: 70px;
}

.tableWapper_2017 table th.b {
  width: 260px;
}

.tableWapper_2017 table th.c {
  width: 50px;
}

.tableWapper_2017 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2017 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2017 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2017 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2017 table tr td.year {
  position: relative;
}

.tableWapper_2017 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2017 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2017 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2017 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2017 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2017 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2017 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2017 .period span.begin {
  left: 5px;
}

.tableWapper_2017 .period span.end {
  right: 5px;
}

.tableWapper_2017 .period.cell_01 {
      width: 150px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2017 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2017 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2017 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2017 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2017 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2017 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2017 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2017 .period.cell_09 {
      width: 100px;
      /*top: 324px;*/
      right: 430px;
}

.tableWapper_2017 .period.cell_10 {
      width: 230px;
      /*top: 359px;*/
      right: 40px;
}


.tableWapper_2016 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2016 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2016 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2016 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2016 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2016 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2016 table th.a {
  width: 70px;
}

.tableWapper_2016 table th.b {
  width: 260px;
}

.tableWapper_2016 table th.c {
  width: 50px;
}

.tableWapper_2016 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2016 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2016 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2016 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2016 table tr td.year {
  position: relative;
}

.tableWapper_2016 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2016 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2016 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2016 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2016 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2016 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2016 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2016 .period span.begin {
  left: 5px;
}

.tableWapper_2016 .period span.end {
  right: 5px;
}

.tableWapper_2016 .period.cell_01 {
      width: 150px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2016 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2016 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2016 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2016 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2016 .period.cell_06 {
      width: 140px;
      /*top: 217px;*/
      right: 290px;
}

.tableWapper_2016 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2016 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2016 .period.cell_09 {
      width: 100px;
      /*top: 324px;*/
      right: 420px;
}

.tableWapper_2016 .period.cell_10 {
      width: 200px;
      /*top: 359px;*/
      right: 40px;
}


.tableWapper_2015 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2015 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2015 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2015 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2015 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2015 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2015 table th.a {
  width: 70px;
}

.tableWapper_2015 table th.b {
  width: 260px;
}

.tableWapper_2015 table th.c {
  width: 50px;
}

.tableWapper_2015 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2015 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2015 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2015 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2015 table tr td.year {
  position: relative;
}

.tableWapper_2015 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2015 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2015 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2015 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2015 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2015 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2015 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2015 .period span.begin {
  left: 5px;
}

.tableWapper_2015 .period span.end {
  right: 5px;
}

.tableWapper_2015 .period.cell_01 {
      width: 170px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2015 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2015 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2015 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2015 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2015 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2015 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2015 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2015 .period.cell_09 {
      width: 100px;
      /*top: 324px;*/
      right: 390px;
}

.tableWapper_2015 .period.cell_10 {
      width: 230px;
      /*top: 359px;*/
      right: 40px;
}


.tableWapper_2014 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2014 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2014 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2014 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2014 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2014 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2014 table th.a {
  width: 70px;
}

.tableWapper_2014 table th.b {
  width: 260px;
}

.tableWapper_2014 table th.c {
  width: 50px;
}

.tableWapper_2014 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2014 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2014 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2014 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2014 table tr td.year {
  position: relative;
}

.tableWapper_2014 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2014 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2014 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2014 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2014 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2014 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2014 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2014 .period span.begin {
  left: 5px;
}

.tableWapper_2014 .period span.end {
  right: 5px;
}

.tableWapper_2014 .period.cell_01 {
      width: 170px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2014 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2014 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2014 .period.cell_04 {
      width: 65px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2014 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2014 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2014 .period.cell_07 {
      width: 80px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2014 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2014 .period.cell_09 {
      width: 90px;
      /*top: 324px;*/
      right: 240px;
}

.tableWapper_2014 .period.cell_10 {
      width: 230px;
      /*top: 359px;*/
      right: 40px;
}


.tableWapper_2013 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2013 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2013 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2013 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2013 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2013 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2013 table th.a {
  width: 70px;
}

.tableWapper_2013 table th.b {
  width: 260px;
}

.tableWapper_2013 table th.c {
  width: 50px;
}

.tableWapper_2013 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2013 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2013 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2013 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2013 table tr td.year {
  position: relative;
}

.tableWapper_2013 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2013 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2013 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2013 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2013 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2013 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2013 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2013 .period span.begin {
  left: 5px;
}

.tableWapper_2013 .period span.end {
  right: 5px;
}

.tableWapper_2013 .period.cell_01 {
      width: 170px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2013 .period.cell_02 {
      width: 85px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2013 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2013 .period.cell_04 {
      width: 75px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2013 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2013 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2013 .period.cell_07 {
      width: 80px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2013 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2013 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 250px;
}

.tableWapper_2013 .period.cell_10 {
      width: 230px;
      /*top: 359px;*/
      right: 40px;
}


.tableWapper_2012 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2012 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2012 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2012 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2012 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2012 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2012 table th.a {
  width: 70px;
}

.tableWapper_2012 table th.b {
  width: 260px;
}

.tableWapper_2012 table th.c {
  width: 50px;
}

.tableWapper_2012 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2012 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2012 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2012 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2012 table tr td.year {
  position: relative;
}

.tableWapper_2012 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2012 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2012 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2012 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2012 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2012 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2012 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2012 .period span.begin {
  left: 5px;
}

.tableWapper_2012 .period span.end {
  right: 5px;
}

.tableWapper_2012 .period.cell_01 {
      width: 170px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2012 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2012 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2012 .period.cell_04 {
      width: 65px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2012 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2012 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2012 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2012 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2012 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 250px;
}

.tableWapper_2012 .period.cell_10 {
      width: 230px;
      /*top: 359px;*/
      right: 40px;
}


.tableWapper_2011 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2011 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2011 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2011 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2011 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2011 table tr:nth-child(7) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2011 table th.a {
  width: 70px;
}

.tableWapper_2011 table th.b {
  width: 260px;
}

.tableWapper_2011 table th.c {
  width: 50px;
}

.tableWapper_2011 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2011 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2011 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2011 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2011 table tr td.year {
  position: relative;
}

.tableWapper_2011 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2011 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2011 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2011 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2011 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2011 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2011 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2011 .period span.begin {
  left: 5px;
}

.tableWapper_2011 .period span.end {
  right: 5px;
}

.tableWapper_2011 .period.cell_01 {
      width: 170px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2011 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2011 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2011 .period.cell_04 {
      width: 65px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2011 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2011 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2011 .period.cell_07 {
      width: 80px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2011 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2011 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 230px;
}

.tableWapper_2011 .period.cell_10 {
      width: 90px;
      /*top: 359px;*/
      right: 150px;
}


.tableWapper_2010 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2010 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2010 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2010 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2010 table tr:nth-child(5) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2010 table tr:nth-child(6) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2010 table th.a {
  width: 70px;
}

.tableWapper_2010 table th.b {
  width: 260px;
}

.tableWapper_2010 table th.c {
  width: 50px;
}

.tableWapper_2010 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2010 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2010 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2010 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2010 table tr td.year {
  position: relative;
}

.tableWapper_2010 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2010 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2010 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2010 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2010 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2010 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2010 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2010 .period span.begin {
  left: 5px;
}

.tableWapper_2010 .period span.end {
  right: 5px;
}

.tableWapper_2010 .period.cell_01 {
      width: 170px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2010 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2010 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2010 .period.cell_04 {
      width: 65px;
      /*top: 147px;*/
      right: 425px;
}

.tableWapper_2010 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2010 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 250px;
}

.tableWapper_2010 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2010 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2010 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 220px;
}

.tableWapper_2010 .period.cell_10 {
      width: 90px;
      /*top: 359px;*/
      right: 150px;
}


.tableWapper_2009 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2009 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2009 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2009 table tr:nth-child(2) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2009 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2009 table th.a {
  width: 70px;
}

.tableWapper_2009 table th.b {
  width: 260px;
}

.tableWapper_2009 table th.c {
  width: 50px;
}

.tableWapper_2009 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2009 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2009 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2009 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2009 table tr td.year {
  position: relative;
}

.tableWapper_2009 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2009 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2009 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2009 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2009 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2009 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2009 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2009 .period span.begin {
  left: 5px;
}

.tableWapper_2009 .period span.end {
  right: 5px;
}

.tableWapper_2009 .period.cell_01 {
      width: 150px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2009 .period.cell_02 {
      width: 80px;
      /*top: 76px;*/
      right: 210px;
}

.tableWapper_2009 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2009 .period.cell_04 {
      width: 65px;
      /*top: 147px;*/
      right: 440px;
}

.tableWapper_2009 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2009 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2009 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2009 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2009 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 250px;
}

.tableWapper_2009 .period.cell_10 {
      width: 80px;
      /*top: 359px;*/
      right: 150px;
}


.tableWapper_2008 {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      overflow-x: scroll;
    }

.tableWapper_2008 table {
      width: 930px;
      height: auto;
      display: table;
      margin: 3px 0;
      padding: 0;
      display: table;
      border-top: 1px solid #9f9f9f;
      border-bottom: 1px solid #9f9f9f;
      border-left: 1px solid #9f9f9f;
      border-right: none;
      font-size: 15px;
    }

.tableWapper_2008 table th {
  height: 35px;
  color: #fff;
  padding: 0;
  text-align: center;
  border-right: 1px solid #9f9f9f;
  font-size: 13px;
  background: #0a5fa3;
  font-weight: bold;
}

.tableWapper_2008 table tr:nth-child(2) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2008 table tr:nth-child(3) {
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2008 table th.a {
  width: 70px;
}

.tableWapper_2008 table th.b {
  width: 260px;
}

.tableWapper_2008 table th.c {
  width: 50px;
}

.tableWapper_2008 table tr:nth-child(2n-1) {
  background: #f2faff;
}


    .tableWapper_2008 table tr:nth-child(2n) {
      background: #ddeffc;
    }

.tableWapper_2008 table tr td.ctgHeader {
  background: #eff7fd;
  font-weight: bold;
  border-bottom: 1px solid #9f9f9f;
}

.tableWapper_2008 table tr td {
  width: 50px;
  height: 40px;
  border-right: 1px solid #9f9f9f;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}

.tableWapper_2008 table tr td.year {
  position: relative;
}

.tableWapper_2008 table tr:first-child th:last-child {
    border-right: 1px solid #9f9f9f;
}

.tableWapper_2008 table tr:nth-child(2n) td.year {
  background: #ddeffc;
}

.tableWapper_2008 table tr:nth-child(2n+1) td.year {
  background: #f2faff;
}

.tableWapper_2008 .period {
  width: auto;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #1a74bc;
  background: -moz-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -webkit-gradient(linear, left center, right center, from(#174f87), to(#1a74bc));
  background: -webkit-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: -o-linear-gradient(left, #174f87 0%, #1a74bc 100%);
  background: linear-gradient(to right, #174f87 0%, #1a74bc 100%);
  position: absolute;
  top: 7px;
  border-radius: 5px;
  display:block;float: left;
  text-align: center;
  position:absolute;
}
/*
.tableWapper_2008 .period:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-left-color: #1a74bc;
    border-bottom-color: #1a74bc;
    top: 0;
    left: calc( 100% - 9.5px );
  transform:scaleX(0.2);
}
.tableWapper_2008 .period:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border: 12.5px solid transparent;
    border-right-color: #174f87;
    border-top-color: #174f87;
    top: 0;
    left: -14.5px;
  transform:scaleX(0.2);
}*/

.tableWapper_2008 .period span {
  height: 25px;
  color: #fff;
  font-size: 12.5px;
  margin: auto;
  line-height: 25px;
  position: absolute;
}

.tableWapper_2008 .period span.begin {
  left: 5px;
}

.tableWapper_2008 .period span.end {
  right: 5px;
}

.tableWapper_2008 .period.cell_01 {
      width: 150px;
      /*top: 40px;*/
      right: 145px;
}

.tableWapper_2008 .period.cell_02 {
      width: 87px;
      /*top: 76px;*/
      right: 215px;
}

.tableWapper_2008 .period.cell_03 {
      width: 130px;
      /*top: 112px;*/
      right: 460px;
}

.tableWapper_2008 .period.cell_04 {
      width: 57px;
      /*top: 147px;*/
      right: 440px;
}

.tableWapper_2008 .period.cell_05 {
      width: 170px;
      /*top: 182px;*/
      right: 200px;
}

.tableWapper_2008 .period.cell_06 {
      width: 150px;
      /*top: 217px;*/
      right: 280px;
}

.tableWapper_2008 .period.cell_07 {
      width: 90px;
      /*top: 253px;*/
      right: 390px;
}

.tableWapper_2008 .period.cell_08 {
      width: 400px;
      /*top: 253px;*/
      right: 150px;
}

.tableWapper_2008 .period.cell_09 {
      width: 80px;
      /*top: 324px;*/
      right: 250px;
}

.tableWapper_2008 .period.cell_10 {
      width: 80px;
      /*top: 359px;*/
      right: 150px;
}











    select.yearSelect {
      width: 100%;
      height: 35px;
      margin: 0 0 10px;
      padding: 0 24px 0 8px;
      box-sizing: border-box;
      border-radius: 3px;
      background: url(../img/icon_arr_down_bk.png) right 8px top 50% no-repeat #fff;
      border: 1px solid #cacaca;
      display: block;
      float: right;
      line-height: 35px;
    }
    
    
}
