html[lang="en-US"] .tab-item {
  display: none;
}

.hide-tab {
  display: none;
}

.eurolandtool {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .one-item {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

.financial-report-container .header-box .share-head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}

.financial-report-container .header-box .share-head .nav-item .nav-link {
  font-size: 20px;
  font-weight: 700;
  color: #999;
  border-bottom: 3px solid #f5f4f4;
}

.financial-report-container .header-box .share-head .nav-item .nav-link.active {
  color: #0071bc;
  border-bottom: 5px solid;
}

.financial-report-container .header-box .share-head .nav-item:hover .nav-link {
  color: #0071bc;
  border-bottom: 5px solid;
}

.financial-report-container .year-head {
  text-align: left;
}

.financial-report-container .year-head .nav-item {
  padding: 0 0.5rem;
}

.financial-report-container .year-head .nav-item .nav-link {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  position: relative;
  padding: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.financial-report-container .year-head .nav-item .nav-link.active {
  color: #00A65D;
}

.financial-report-container .year-head .nav-item:hover .nav-link {
  color: #00A65D;
}

.financial-report-container .search-area .form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.financial-report-container .search-area .form-search input[type=text]#dateFrom-a-share,
.financial-report-container .search-area .form-search input[type=text]#dateTo-a-share {
  border: 1px solid #DDDDDD;
  width: 162.53px;
  padding-left: 10px;
}

.financial-report-container .search-area .form-search ::-webkit-calendar-picker-indicator {
  margin-left: 0;
}

.financial-report-container .search-area .form-search input {
  border: 1px solid #DDDDDD;
  width: 162.53px;
  height: 40px;
  padding: 10px;
}

.financial-report-container .search-area .form-search input:focus-visible {
  outline: unset;
}

.financial-report-container .search-area .form-search input.formtodate {
  border: none;
  padding: 0;
  cursor: pointer;
}

.financial-report-container .search-area .form-search input.formtodate::-webkit-datetime-edit {
  border: 1px solid #DDDDDD;
  padding: 8px 15px;
}

.financial-report-container .search-area .form-search button:focus-visible {
  outline: unset;
}

.financial-report-container .search-area .form-search label {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.financial-report-container .search-area .form-search .date-line {
  border-top: 1px solid #c4c4c4;
  display: inline-block;
  width: 19px;
}

.financial-report-container .search-area .form-search .submit-bottom {
  border: 1px solid #0074C1;
  background: #ffff;
  font-size: 16px;
  color: #0074C1;
  cursor: pointer !important;
  font-weight: normal;
  border-radius: 0px;
  height: 40px;
  line-height: 16px;
  width: 156px;
  border-radius: 3em;
  padding: 5.5px 15px;
}

.financial-report-container .search-area .form-search .submit-bottom:hover {
  background: #0074C1;
  color: #fff;
}

.financial-report-container .report-area {
  margin-top: 40px;
}

.financial-report-container .report-area .year-box-list.active {
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.financial-report-container .report-area .report-content {
  padding: 38px 40px;
  width: calc((100% / 2) - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0 0 10px -3px #aee0f0;
          box-shadow: 0 0 10px -3px #aee0f0;
  min-height: 181px;
}

@media screen and (max-width: 767px) {
  .financial-report-container .report-area .report-content {
    width: 100%;
  }
}

.financial-report-container .report-area .report-content .title-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.financial-report-container .report-area .report-content:hover {
  /*box-shadow: 0px 2px 13px 0px #aee0ff;*/
}

.financial-report-container .report-area .report-content:hover .title-date .title a {
  color: #00a65d;
}

.financial-report-container .report-area .report-content .title-date {
  width: calc(100% - 45px);
}

.financial-report-container .report-area .report-content .title-date .title a {
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
}

.financial-report-container .report-area .report-content .title-date .date {
  font-size: 14px;
  color: #999;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .financial-report-container .report-area .report-content .title-date {
    max-width: 340px;
    width: calc(100% - 45px);
  }
}

.financial-report-container .report-area .report-content .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
}

.financial-report-container .report-area .report-content .download img {
  width: 30px;
}

.financial-report-container .pagination {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.financial-report-container .pagination a {
  color: #333333;
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-size: 1.0em;
  text-decoration: unset;
  -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
  transition: background 0.5s, color 0.5s, border 0.5s;
  margin: 0.5em 0.5em 0.5em 0.5em;
}

.financial-report-container .pagination a:hover {
  text-decoration: unset;
  color: #00A65D;
}

.financial-report-container .pagination .active {
  border-bottom: 1px solid #00A65D;
  color: #00A65D;
}

/* ================== Media Query ================== */
@media (max-width: 768px) {
  .financial-report-container .search-area .form-search {
    display: -ms-inline-grid;
    display: inline-grid;
    row-gap: 30px;
  }
}
/*# sourceMappingURL=financial-reports.css.map */