@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

#Main {
  max-width: 100%;
  padding: 0;
}

body,
input {
  font-family: "Roboto", Microsoft yahei, Arial;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
}

button {
  font-family: "Roboto", Microsoft yahei, Arial;
}

.Tabs-Tab {
  font-size: 18px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
  color: #737373;

  font-weight: 300;
  text-decoration: none;
  font-style: none;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover {
  color: #D71820;

  font-weight: none;
  text-decoration: underline;
  font-style: none;
}

#MainHeading {
  line-height: normal;
  margin: 0px;
  padding: 0px;
  font-size: 1.25em !important;
  font-weight: 500;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  color: #000000 !important;
  display: none;
}

#DateAvailableFrom {
  border-left: 0px;
  border-right: 0px;
  text-align: left;
  font-size: 1.1em;
  font-weight: normal;
  padding-top: 0em;
  padding-bottom: 0.6em;
  display: none;
}

#Periods {
  margin-top: 0em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
  height: 33px;
  line-height: 33px;
  width: 9em;
  border: 0.08em solid #d4dbe5;
  background: #fff;
}

/* #FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
} */
.euButton {
  height: auto;
  line-height: normal;
  font-family: inherit;
  border-radius: 40px;
  color: #D71820;
  font-size: 16px;
  font-weight: 300 !important;
  padding: 7px;
  height: 45px !important;
  text-decoration: none;
  border: 0.08em solid #D71820;
  transition: background 0.5s ease 0s;
  background: #FFFFFF;
  width: 155px;
  position: relative;
  min-width: 45px;
  min-height: 45px;
  background: linear-gradient(90deg,#f30513 0%,#7c010a 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.euButton:hover,
#SearchButton:focus,
#SearchFilter .euButton:focus {
  text-decoration: none;
  background: linear-gradient(181deg,#d71820 .56%,#7c0109 99.44%) !important;
  color: #FFFFFF !important;
  border-color: #D71820;
  -webkit-text-fill-color: #fff !important;
}

#SearchButton:hover {
  cursor: pointer;
}

#SearchContainer {
  padding: 0em 0 0em 0;
  clear: both;
}

#YearPeriodsContainer a {
  font-size: 18px;
  font-weight: 500;
}

#SortingContainer {
  margin-top: 1em;
  padding: 0px 0px;
  padding-top: 0em;
  padding-bottom: 0.6em;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid #D71820;
}

.Tabs {
  text-align: center;
  border-bottom: 0px;
  font-size: 0px !important;
}

#Tabs {
  position: relative;
  z-index: 0;

  padding-top: 35px;
  padding-bottom: 30px;

  margin-top: 0em;
  /* margin-bottom: 1em; */
}

#Tabs:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0em;
  left: 0em;
  width: 100%;
  height: 0em;
  z-index: -1;

  border-bottom: 0em solid #FFFFFF;
}

.Tabs-Tab-Container:link,
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container:visited,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container,
.Tabs-Tab-Container.selected {

  height: auto;
  line-height: normal;
  padding-top: 0em !important;
  padding-right: 2.0em;
  padding-bottom: 0.7em !important;
  padding-left: 2.0em;
  margin-top: 0.0em;
  margin-right: 0.08em;
  margin-bottom: 10px;
  margin-left: 0.08em;
  border-radius: 0.0em 0.0em 0.0em 0.0em;
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
  color: #737373;
  font-style: normal;
  text-decoration: none;
  border-top: 0em solid #D71820;
  border-right: 0em solid #D71820;
  border-bottom: 4px solid #e6e6e6;
  border-left: 0em solid #D71820;
  background: #FFFFFF;
  transition: background 0.5s, color 0.5s, border 0.5s;
  position: relative;
  top: 0;
  left: 0em;
  width: 99%;
  box-sizing: border-box;
  min-width: 150px;

}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
  background: #FFF;
  color: #D71820;
  border-top: 0em solid #D71820;
  border-right: 0em solid #D71820;
  border-bottom: 4px solid #D71820;
  border-left: 0em solid #D71820;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.Tabs-Tab-Container.selected:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #DC000C;
}

.Tabs-Tab-Container.selected:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 48%;
  /* margin-left: 1em; */
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 11px solid #FFF;
}

.Tabs-Tab {
  display: inline-block;
  margin: 0px 10px;
}

#Types {
  padding-bottom: 0em;
  padding-top: 0em;
  display: none;
}

.Type {


  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  color: #7c7373;
  text-transform: none;
  margin: 0.5em;
  padding: 3px 15px 3px 15px;
  border: 0.08em solid #d4dbe5;
  border-radius: 5px;
  background: #FFFFFF;
  text-decoration: none;
  min-height: 40px;
}

.TypeSelected,
.Type:hover {
  text-decoration: none;

  background: linear-gradient(181deg,#d71820 .56%,#7c0109 99.44%);
  color: #FFFFFF;
  border-color: #D71820;
}

/******************************************************************************** Paging Buttons */

.PagesContainer {
  text-align: center;
}

.Pages-ArrowContainer {
  width: auto;
}

.Pages-Arrow {
  display: inline-block !important;
  opacity: 1 !important;
}

.Pages {
  border-collapse: collapse;
  width: auto;
  margin: 0 auto;
  float: none;
}

.Pages td {
  width: auto;
}

.Pages td {
  padding: 0em;
}

.Pages-PageMarker-Text {
  margin: 0px;
}

.Pages-Arrow,
.Pages-PageMarker {
  border-radius: 0.0em 0.0em 0.0em 0.0em;
  margin: 0.0em;
}

.Pages-ArrowContainer:first-child .Pages-Arrow {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

  display: inline-block;

  background-color: transparent;
  color: #737373;
  border: 0em solid #D8DEE8;

  padding: 1.0em 1.0em 1.0em 1.0em;

  font-family: inherit;
  font-size: 14px;
  text-decoration: initial;
  font-weight: normal;

  border-radius: 0.0em 0.0em 0.0em 0.0em;

  transition: background 0.5s, color 0.5s, border 0.5s;
  margin: 0em;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
  background-color: #fff;
  color: #D71820;
  border-color: #D71820;

  text-decoration: initial;
  font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
  background-color: #fff;
  color: #D71820;
  border-color: #D71820;

  text-decoration: initial;
  font-weight: 500;
}

/*''''''''''''''''''''''''''''''''''''''''''''' PRESS RELEASE CONTENT''''''''''''''''''''''''''''''''''''''''''''*/

#SortReleaseArrow {
  display: none;
}

.ArrowContainer {
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
}

.ArrowContainer:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -0.6em;
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-top: 0.0em solid #000000;
  border-bottom: 0.0em solid #000000;
}

.ArrowContainer_DSEC:after {
  border-top-width: 0.6em;
}

.ArrowContainer_ASC:after {
  border-bottom-width: 0.6em;
}

.SortingContainer-NoChange-NewsColumn a:link .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:visited .ArrowContainer:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
  border-top-color: #D71820;
  border-bottom-color: #D71820;
}

.PressRelease-SingleLine-DateContainer {
  float: left;
}

.PressRelease-SingleLine-TypeContainer {

  float: none;

  border: 0em solid #D8DEE8;
  border-radius: 0.0em 0.0em 0.0em 0.0em;
  background-color: transparent;
  /* padding: 0.5em 0.5em 0.5em 0.5em;	 */
  /* margin-left: 13px !important; */

}

.PressRelease-SingleLine-TitleContainer {
  /* clear: left;
	float: left;	 */
}

.PressRelease-SingleLine-AttachmentsContainer {
  /* float: right;
	clear: left; */
}

.PressRelease-SingleLine-DataRow {
  padding-top: 0px;

}

.PressReleaseOdd {
  background-color: transparent;
}

.PressReleaseEven {
  background-color: transparent
}

.PressRelease {
  border-bottom: 0.08em solid #D8DEE8;
  /* padding: 1em 0.5em 1em 0.5em; */

  border-right: 0em solid #D8DEE8;
  border-left: 0em solid #D8DEE8;
}

#PressRelease_0 {
  border-top: 0em solid #D8DEE8;
}

.PressRelease:last-child {
  border-bottom: 0.08em solid #D8DEE8;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
  font-family: inherit;
  font-size: 16px;

  font-weight: normal;
  font-style: normal;
  text-decoration: initial;
  color: #000000;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  color: #000000;
}

.PressRelease-NewsType {
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  font-family: inherit;
  font-size: 1.0em;
  color: #737373;
}

.PressRelease-NewsDate {
  margin-right: 0.5em;

  font-family: inherit;
  font-size: 1.0em;
  color: #737373;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
}

#PagesContainer {
  text-align: center;
  padding: 1em 0;
}

#SuppliedBy {
  text-align: right;
  padding-top: 2em;
  font-size: 13px;
  color: #737373;
}


/* *******************new modifications ********************* */
.PressRelease-SingleLine-DateContainer,
.PressRelease-SingleLine-TitleContainer,
.PressRelease-SingleLine-TypeContainer,
.PressRelease-SingleLine-AttachmentsContainer {
  display: table-cell !important;
  /* vertical-align: middle !important; */
  box-sizing: border-box;
}

.HeadingColomnContainer-Date,
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
  width: 12%;
  box-sizing: border-box;
}

.HeadingColomnContainer-Title,
.PressRelease-SingleLine-TitleContainer {
  width: 59%;
  box-sizing: border-box;
  margin: 0;
  /* vertical-align: top !important; */
  padding-right: 1% !important;
}

.HeadingColomnContainer-Type,
.PressRelease-SingleLine-TypeContainer {
  width: 17%;
  box-sizing: border-box;
  margin: 0;
  text-align: right;
  /* vertical-align: top !important; */
}

.HeadingColomnContainer.HeadingColomnContainer-Attachments,
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
  width: 9%;
  box-sizing: border-box;
  text-align: right;
}

/* .PressRelease-SingleLine-DataRow {
	display: table-row;
  } */
.PressRelease-SingleLine-DataColumn {
  display: inline-block !important;
  /* vertical-align: middle !important; */
}

.PressRelease-NewsDateformat {
  color: #004988 !important;
  font-size: 14px;
}

.PressRelease-Attachment {
  text-align: right;
  padding-top: 3px;
  overflow: hidden;
  width: 30px;
  height: 28px;
  opacity: 1.0 !important;
}

.NewsColumn-Container .PressRelease-Attachment {
  float: none !important;
  padding-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  width: auto;
  /* height: auto; */
  height: 40px;
}

/* .PressRelease-Attachment>div {
    width: 35px !important;
    height: 35px !important;
}

.PressRelease-Attachment>div>a {
    width: 30px !important;
    height: 30px !important;
}

.PressRelease-Attachment>div>a>img {
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
} */

.HeadingColomnContainer.HeadingColomnContainer-Attachments {
  padding-right: 5px;
}

.HeadingColomnContainer.HeadingColomnContainer-Date {
  padding-left: 10px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
  /* padding: 0.5em 0em 0.5em 0em; */
  margin-left: 5px;
}
.zh-CN .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer,
.zh-TW .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer  {
  /* padding: 0.5em 0em 0.5em 0em; */
  margin-left: 10px;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
 padding: 1.5em 0em 1.3em 0.5em;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
padding: 1.5em 0em 1.3em 0.5em;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
  padding: 1.5em 0em 1.3em 0.5em;
}

.PressRelease {
  position: relative !important;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
  position: absolute;
  top: calc(50% - 15px);
}

/* .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
  margin-left: 1%;
} */
/* *****************************MEDIA QUERY ********************* */
@media (max-width: 900px) {
  #SortingContainer {
    display: none !important;
  }
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
  padding: 0.5em 0em 0.5em 0.5em;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
  padding: 0.5em 0em 0.5em 0.5em;
}
  .HeadingColomnContainer-Date,
  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    width: 20%;
    padding: 10px;
  }

  .HeadingColomnContainer-Title,
  .PressRelease-SingleLine-TitleContainer {
    width: 85%;
    padding: 10px;
  }

  .HeadingColomnContainer-Type,
  .PressRelease-SingleLine-TypeContainer {
    width: 75% !important;
    padding: 10px;
  }

  .PressRelease {
    height: auto !important;
    padding: 10px !important;
  }

  .HeadingColomnContainer-Type,
  .PressRelease-SingleLine-TypeContainer {
    text-align: left !important;
  }

  .PressRelease {
    position: relative !important;
  }

  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
    position: absolute;
    top: calc(50% - 15px);
  }

  .HeadingColomnContainer.HeadingColomnContainer-Attachments,
  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
    width: 25%;
    box-sizing: border-box;
  }

  .NewsColumn-Container .PressRelease-Attachment {
    padding-right: 20px;
  }

  .PressRelease-SingleLine-DataRow .PressRelease-NewsType {
    margin: 0px;
    padding-left: 0px !important;
  }

  #ControlsContainer {
    padding-left: 0px;
  }

  #SearchContainer>#ToCalendarContrainer>div>.EurolandTools-CommonObjects-Calendar-Selection>div {
    margin-left: 0px;
  }
}

/* @media(max-width:440px) {

    .HeadingColomnContainer.HeadingColomnContainer-Attachments,
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
        width: 10%;
    }

    .NewsColumn-Container .PressRelease-Attachment {
        padding-left: 0px;
        padding-right: 0px;
    }

    .HeadingColomnContainer-Date,
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
        width: 28%;
        padding: 10px;
    }

    .HeadingColomnContainer-Title,
    .PressRelease-SingleLine-TitleContainer {
        width: 75%;
    }
} */

.HeadingColomnContainer-Type {
  text-align: right;
  padding-right: 1%;
}

#SearchBox {
  width: 278px;
}

#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
  cursor: pointer;
  position: relative;
  top: 4px;
  width: 22px;
  height: 22px;
  background: url(date.svg) center center no-repeat !important;
  background-size: 22px !important;
  display: inline-block;
  left: -38px;
  margin: 0px;
}

#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
  cursor: pointer;
  position: relative;
  top: 4px;
  width: 22px;
  height: 22px;
  background: url(date.svg) center center no-repeat !important;
  background-size: 22px !important;
  display: inline-block;
  left: -38px;
  margin: 0px;
}

#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator::after {
  content: "–";
  font-size: 20px;
  left: 205px;
  position: absolute;
  color: #000;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
.InputBox {
  padding: 5px 5px 5px 15px;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
  color: #000;
}

#YearPeriodsContainer {
text-align: right;
  width: 153px;
  position: absolute;
  top: 1px;
  margin-left: -155px;
}

#CurrentPeriodContainer {
  font-weight: 500;
  font-size: 0px;
}

#TotalContainer {
  margin-top: 10px;
  font-size: 16px;
  color: #737373;
}

.easySelect {
  font-size: 16px !important;
  cursor: default;
  display: block;
  position: relative;
  font-family: "Roboto", Microsoft yahei, Arial;
  color: #000;
  border: 0px solid #eef4ff !important;
  border-radius: 5px;
  height: 43px;
  background: #eef4ff;
  line-height: 27px;
}

.styledSelect {
  background: #fff;
  font-size: 18px !important;
  color: #000 !important;
  border: 1px solid #d4dbe5;
}

.styledSelect::after {
  content: "";
  background: url("./years.svg") no-repeat 0px !important;
  background-size: auto;
  background-size: 25px !important;
  top: 4px !important;
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  right: 0px;
  border: 0px solid transparent;
  border-color: transparent !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
  padding: 10px;
  text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Month-Day {
  text-shadow: 0px 0px 0px #ccc;
  color: #000;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
  color: #ed1c24 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Weekend {
  color: #ed1c24 !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation {
  background: #fff;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Navigator-Button {
  color: #000;
  text-shadow: 0px 0px 0px #aaa;
  font-size: 16px;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Month-Day {
  font-size: 14px !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
  border-color: #fff;
  color: #D71820;
  font-weight: 500;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #D71820;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover,
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
  background: #D71820;
  cursor: pointer;
  border: #D71820;
  color: #fff;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
  font-family: inherit;
  font-size: 1.0em;
  font-weight: 300;
  color: #D71820;
  text-transform: none;
  margin: 0.5em;
  padding: 3px 10px 3px 10px;
  border: 0.08em solid #D71820;
  border-radius: 30px;
  background: #FFFFFF;
  transition: background 0.5s, color 0.5s, border 0.5s;
  text-decoration: none;
  min-height: 30px;
  line-height: 30px;
  width: 120px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
  text-decoration: none;
  background: linear-gradient(181deg,#d71820 .56%,#7c0109 99.44%);
  color: #FFFFFF;
  border-color: #D71820;
}

.PressRelease div div:hover span.PressRelease-NewsDate,
.PressRelease div div:hover a.PressRelease-NewsTitle,
.PressRelease div div:hover .PressRelease-NewsType {
  background: -webkit-linear-gradient(#d71820, #710d11);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  color: #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  text-decoration: none;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
  min-width: 178px;
  margin: 0px;
}

.EurolandTools-CommonObjects-Calendar-CalendarContainer {
  -moz-box-shadow: 0 0 10px 5px #ccc;
  -webkit-box-shadow: 0 0 9px 21px #ccc;
  box-shadow: 0 0 8px 2px #ccc;
  border-radius: 2px;
}

.EurolandTools-CommonObjects-Calendar-Calendar {
  border: 0px solid #252525;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-shadow: 0px 0px 0px #aaa;
  border: 0px solid #636363;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton:hover {
  background: #fff;
  border: 0px solid #636363;
  color: #d71820;
}

.container-item {
  font-size: 16px;
  color: #000;
  font-family: "Roboto", Microsoft yahei, Arial;
  font-weight: 300;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton {
  border: 0px solid #636363;
}

.container-item .checkmark::after {
  border-color: #d71820;
  left: 95px;
}

.options li:hover label.container-item span.checkmark:after {
  border-color: #fff !important;
  left: 95px !important;

}

.options li:hover {
  background: linear-gradient(181deg,#d71820 .56%,#7c0109 99.44%);
  color: #fff !important;
}

.container-item .checkmark:hover::after {
  border-color: #fff;
}

.container-item:hover {
  color: #fff;
}

#selectAlleasySelect {
  margin-right: 0px;
  cursor: pointer;
  margin-left: 0px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  width: 60px;
}

.PressRelease-Attachment>div {
  width: 35px !important;
  height: 35px !important;
}

.PressRelease-Attachment>div>a {
  width: 35px !important;
  height: 35px !important;
}

.PressRelease-Attachment>div>a>img {
  width: 35px !important;
  height: 35px !important;
  /* opacity: 1 !important; */
  margin: 0px !important;
}

#SearchFilter .euButton {
  border-radius: 40px;
  color: #D71820;
  font-size: 16px;
  font-weight: 300 !important;
  padding: 7px;
  height: 45px !important;
  text-decoration: none;
  border: 0.08em solid #D71820;
  transition: background 0.5s ease 0s;
  background: #FFFFFF;
  width: 155px;
  position: relative;
  top: -25px;
  left: 0px;
  background: linear-gradient(90deg,#f30513 0%,#7c010a 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media(max-width:1125px){
   #YearPeriodsContainer {
    position: inherit;
  }
}
@media(max-width:960px) {
 

  #SearchFilter .euButton {
    margin: 5px -1px;
  }

  #Periods {
    margin-top: 5px;
  }
}

@media(max-width:860px) {
  #SearchBox {
    width: 143px;
  }
}

@media(max-width:810px) {
  .euButton {
    float: right;
    margin: 5px 0px 10px 0px;
  }
}

@media (max-width: 810px) {
  #SearchBox {
    display: block;
    /* width: 335px; */
    width: 94%;
  }

  span#FromCalendarContrainer {
    display: inline-block;
    width: 49% !important;
  }

  .EurolandTools-CommonObjects-Calendar-Selection {
    width: 90%;
  }

  .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    width: 100% !important;
    min-width: 80px;
  }

  #ToCalendarContrainer {
    width: 49.5% !important;
  }

  #FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator::after {
    content: "";
  }

  #FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
    top: -34px;
    left: 93%;
  }

  #ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
    top: -34px;
    left: 93%;
  }
}

@media (max-width:400px) {
  span#FromCalendarContrainer {
    display: inline-block;
    width: 49% !important;
  }

  .EurolandTools-CommonObjects-Calendar-Selection {
    width: 89%;
  }

  .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    width: 99% !important;
    min-width: 80px;
  }

  #ToCalendarContrainer {
    width: 49% !important;
  }

  #SearchBox {
    width: 93% !important;
  }

  #FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator::after {
    content: "";
  }

  #FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
    top: -34px;
    left: 130px;
  }

  #ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
    top: -34px;
    left: 130px;
  }

  #SuppliedBy {
    font-size: 12px;
  }
}

@media (min-width: 0px) and (max-width: 465px) {
  #FromCalendarContrainer {
    display: inline-block !important;
  }
}


@media(max-width:489px) {
  .euButton {
    margin: 3px 1px;
  }

  .Tabs-Tab {
    display: inline-block;
    margin: 10px 10px;
  }
}

@media(min-width:1201px) {

  .Tabs-Tab-Container:link,
  .Tabs-Tab-Container.selected:link,
  .Tabs-Tab-Container:visited,
  .Tabs-Tab-Container.selected:visited,
  .Tabs-Tab-Container,
  .Tabs-Tab-Container.selected {
    font-size: 20px;
  }
  body,
input ,
.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active, .Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited,
.Type{
  font-size: 16px;
}
.euButton,
#SearchFilter .euButton{
  font-size: 18px;
}
.PressRelease-NewsDate,
.PressRelease-NewsTitle, .PressRelease-NewsTitle:link, .PressRelease-NewsTitle:visited,
.PressRelease-NewsType{
  font-size: 18px;
}
#SortingContainer {
  font-size: 18px;
}
}