.hide-tab {
  display: none;
}

.search-result-report .date-data {
  font-weight: bold;
  font-size: 1.16em;
  margin-bottom: 5px;
}

.eurolandtool {
  margin-top: 20px;
}

.ui-widget-header .ui-icon {
  /*local link*/
  background-image: url("/media/m3lpriyr/ui-icons_444444_256x240.png");
  /*official link*/
  /*background-image: url('/media/hzylvrqa/ui-icons_444444_256x240.png');*/
}

.announcement-and-circulars-container .header-box .share-head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.announcement-and-circulars-container .header-box .share-head .nav-item .nav-link {
  font-size: 20px;
  font-weight: 700;
  color: #999;
  padding: 20px 1rem;
}

.announcement-and-circulars-container .header-box .share-head .nav-item .nav-link.active {
  color: #0071bc;
  border-bottom: 3px solid #0071bc;
}

.announcement-and-circulars-container .header-box .share-head .nav-item:hover .nav-link {
  color: #0071bc;
  border-bottom: 3px solid #0071bc;
}

.announcement-and-circulars-container .year-head {
  margin: 40px 0;
  text-align: left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -1rem;
}

.announcement-and-circulars-container .year-head .nav-item {
  padding: 0 0.5rem;
  /*.nav-link.active::before, &:hover .nav-link::before {
                left: 0;
                width: 100%;
            }*/
  /*.nav-link {
                &::before {
                    content: "";
                    position: absolute;
                    z-index: -1;
                    background: #0071bc;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 3px;
                    width: 0;
                    margin-left: 0;
                    transition-duration: 0.3s;
                }

                &::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: 0;
                    display: block;
                    width: 100%;
                    height: 10px;
                    margin-top: -15px;
                    -webkit-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                    background-size: contain;
                }
            }*/
}

.announcement-and-circulars-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);
}

.announcement-and-circulars-container .year-head .nav-item .nav-link.active {
  color: #00A65D;
}

.announcement-and-circulars-container .year-head .nav-item:hover .nav-link {
  color: #00A65D;
}

.announcement-and-circulars-container .search-area {
  margin-top: 40px;
}

.announcement-and-circulars-container .search-area .form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.announcement-and-circulars-container .search-area .form-search input[type=text]#dateFrom-a-share,
.announcement-and-circulars-container .search-area .form-search input[type=text]#dateTo-a-share {
  border: 1px solid #DDDDDD;
  width: 162.53px;
  padding-left: 10px;
}

.announcement-and-circulars-container .search-area .form-search ::-webkit-calendar-picker-indicator {
  margin-left: 0;
}

.announcement-and-circulars-container .search-area .form-search input {
  border: 1px solid #DDDDDD;
  width: 162.53px;
  height: 40.53px;
  padding: 10px;
}

.announcement-and-circulars-container .search-area .form-search input:focus-visible {
  outline: unset;
}

.announcement-and-circulars-container .search-area .form-search input.formtodate {
  border: none;
  padding: 0;
  cursor: pointer;
}

.announcement-and-circulars-container .search-area .form-search input.formtodate::-webkit-datetime-edit {
  border: 1px solid #DDDDDD;
  padding: 9px 15px;
}

.announcement-and-circulars-container .search-area .form-search button:focus-visible {
  outline: unset;
}

.announcement-and-circulars-container .search-area .form-search label {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.announcement-and-circulars-container .search-area .form-search .date-line {
  border-top: 1px solid #c4c4c4;
  display: inline-block;
  width: 19px;
}

@media (max-width: 768px) {
  .announcement-and-circulars-container .search-area .form-search .date-line {
    display: none;
  }
}

.announcement-and-circulars-container .search-area .form-search .submit-bottom {
  /*width: 100px;
            height: 35px;
            color: #fff;
            background: #0071bc;
            border-radius: 10px 0px 10px 0px;
            font-size: 16px;
            border: none;*/
  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;
}

.announcement-and-circulars-container .search-area .form-search .submit-bottom:hover {
  background: #0074C1;
  color: #fff;
}

.announcement-and-circulars-container .report-area {
  margin: 50px 0;
}

.announcement-and-circulars-container .report-area .year-box-list.active {
  display: block;
}

.announcement-and-circulars-container .report-area .report-content {
  /*width: 400px;
            height: 128px;
            background: #fff;
            padding: 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.08em solid #dddddd;
  padding: 1.5em 0em 1.5em 0em;
}

.announcement-and-circulars-container .report-area .report-content:hover .title-date .title a {
  text-decoration: none;
  color: #00A65D;
}

.announcement-and-circulars-container .report-area .report-content .title-date .title a {
  font-family: inherit;
  font-size: 1.0em;
  font-weight: normal;
  font-style: normal;
  text-decoration: initial;
  color: #333333;
}

.announcement-and-circulars-container .report-area .report-content .title-date .date {
  margin-right: 0.5em;
  font-family: inherit;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  padding: 0.5em 0.5em 0.5em 0em;
}

.announcement-and-circulars-container .report-area .report-content .download {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}

.announcement-and-circulars-container .report-area .report-content .download img {
  width: 30px;
}

.announcement-and-circulars-container .report-area .report-content:first-child {
  border-top: 0.08em solid #dddddd;
}

.announcement-and-circulars-container .pagination {
  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;
}

.announcement-and-circulars-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;
}

.announcement-and-circulars-container .pagination a:hover {
  text-decoration: unset;
  color: #00A65D;
}

.announcement-and-circulars-container .pagination .active {
  border-bottom: 1px solid #00A65D;
  color: #00A65D;
}

/* ================== Media Query ================== */
@media (max-width: 768px) {
  .announcement-and-circulars-container .search-area .form-search {
    display: -ms-inline-grid;
    display: inline-grid;
    row-gap: 30px;
  }
}

.note-tab {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}
/*# sourceMappingURL=announcement-and-circulars-v2.css.map */