@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Roboto:wght@400;500;700&display=swap");


  
#Main {
    max-width: 1420px;
    padding:0;
	padding-bottom: 65px;
}
body,
input {
    font-size: 16px;
	/* font-family: 'Microsoft Yahei', Arial, 微软雅黑, sans-serif !important; */
    color: #333333;
}

.en-GB body,
.ja-JP body{
  font-family: Roboto, sans-serif!important;
}

.zh-CN body,
.zh-TW body{
  font-family: Microsoft Yahei UI, sans-serif!important;
}
button {
	/* font-family: 'Microsoft Yahei', Arial, 微软雅黑, sans-serif !important; */
}

.Tabs-Tab {
    font-size: 20px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #333333;
	
	font-weight: normal;
	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: #ED1B23;
	
	font-weight: none;
	text-decoration: none;
	font-style: none;
}

#MainHeading {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em !important;
    font-weight: bold;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #333333 !important;
	display: none !important;
}
#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 1.1em;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 0.6em;
}
#Periods {
	margin-top: 0.6em;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 32px;
    line-height: normal;
    width: 182px;
    border: 1px solid #D9D9D9;
	border-radius: 8px;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
    height: 50px;
	line-height: 8px;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF !important;
	text-transform: none;
	/* padding: 1.0em; */
	border: 1px solid #ED1B23;
	border-radius: 8px;
    background: #ED1B23;
    color: #FFFFFF !important;
	/* transition: background 0.5s, color 0.5s, border 0.5s; */
	float: none;
	width: 200px;
	margin-left: 1px!important;
	border-radius: 50px;
}
.euButton:hover {
    background: #ED1B23;
    color: #fff !important;
	border: solid 2px #fff;
	outline: 2px solid #ED1B23;
	cursor: pointer;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 1.25em;
    font-weight:bold;
}
#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding: 0.6em;
	padding-left: 24px;
    font-size: 18px;
    font-weight:normal;
	color:#333;
	background-color: #fff;
    height: 56.1px !important;
	line-height: 61px;
	border-bottom: 1px solid #ED1B23;
}
.Tabs {
    text-align: center;
    border-bottom: 0px;
    font-size: 0px !important;
}
#Tabs {
	position: relative;
	z-index: 0;
	
	padding-top: 0px;
	padding-bottom: 0px;
	
	margin-top: 0.6em;
	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: 17.2px;
    line-height: 19px;
    padding-top: 1em !important;
    padding-bottom: 1em !important;  
    margin: 0em;
    font-family: inherit;
    font-weight: normal;
    font-size: 20px;
    text-transform: none;
    color: #333;
    font-style: normal;
    text-decoration: none;
    border: 1px solid #ED1B23;
    background: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
	width: 184.2px;
	margin: 5px 10px;
	border-radius: 10px;
}
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: #ED1B23;
	color: #FFFFFF;	
	border: 1px solid #ED1B23;
	position: relative;
	top: 0px;
	left: 0px;
}
.Tabs-Tab-Container.selected:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0em;
	border-left: 0em solid transparent; 
	border-right: 0em solid transparent; 
	border-top: 0em solid #ED1B23;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	/* height: 45px; */
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #ED1B23;
    padding: 11px 15px;
    color: #ED1B23;
    font-weight: normal;
    text-transform: none;
    font-family: inherit;
    font-size: 16px;
    margin: 5px;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.TypeSelected,
.Type:hover {
	cursor: pointer;
	background-color: #ED1B23;
	color: #fff;
	/* border-color: #ED1B23; */
	outline: 2px solid #ED1B23;
	outline-offset: 2px;
}


/******************************************************************************** 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-radius: 4px;
	padding: 12.5px 8.5px;
	width: 26px !important;
	font-size: 16px;
}
.Pages-ArrowContainer:last-child .Pages-Arrow {
	border-radius: 4px;
	padding: 12.5px 8.5px;
	width: 26px !important;
	font-size: 16px;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
	width: 18px;
	height: 18px;
    line-height: 18px;
    display: inline-block;
    background-color: #FFFFFF;
    color: #666;
    border: 1px solid #DFDFDF;
    padding: 12.5px;
    font-family: inherit;
    font-size: 18px;
    text-decoration: initial;
    font-weight: normal;
    border-radius: 4px;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin: 4px 10px;	
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #ED1B23;
	color: #FFFFFF;
	border-color: #ED1B23;
	
	text-decoration: initial;
	font-weight: normal;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #ED1B23;
	color: #FFFFFF;
	border-color: #ED1B23;
	
	text-decoration: initial;
	font-weight: normal;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #333333;
	border-bottom: 0.0em solid #333333;
}
.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: #333333;
	border-bottom-color: #333333;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #ED1B23;
	border-bottom-color: #ED1B23;
}

.PressRelease-SingleLine-DateContainer {

}
.PressRelease-SingleLine-TypeContainer {
	float: none;
	border: 0em solid #E6E6E6;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: transparent;
	padding: 0em;
}

.PressRelease-SingleLine-AttachmentsContainer {

}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}
.PressReleaseEven {
	background-color: transparent
}
.PressRelease {
	border-bottom: 1px dashed #666;
	padding: 20px 25px;

	border-right: 0em solid #E6E6E6;	
	border-left: 0em solid #E6E6E6;
	/* height: 59.1px !important; */
	height: auto !important;
}
#PressRelease_0 {
	border-top: 0em solid #E6E6E6;
}
.PressRelease:last-child {
	/* border-bottom: 1px solid #E6E6E6; */
}

.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 18px;
	
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #333333;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #ED1B23;
}
.PressRelease-NewsType {
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 16px;
	color: #666666;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	font-family: inherit;
	font-size: 18px;
	color: #ED1B23;
	font-weight: normal;
	text-transform: none;
	font-style: normal;	
}

#PagesContainer {
    text-align: center;
    padding-top:40px;
}
#SuppliedBy {
    text-align: right;
    padding-top: 40px;
	font-size: 14px;
	color:#645953;
	display: inline-block;
  float: right;
}
.Disclaimer {
	display: inline-block;
	float: right;
	margin-left: 2px;
  }

/* .Disclaimer::before{
	content: '|';
	position: relative;
	right: 1px;
	color: #645953;

} */
/*****************Custom*********************/
.EurolandTools-CommonObjects-Calendar-SelectionIndicator, .InputBox {
    padding: 8px !important;
    margin: 7px !important;
	margin-top: 5px !important;
	margin-left: 1px !important;
	margin-right: 13px!important;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    line-height: 29px;
}
div#TotalContainer {
    color: #645953;
    font-size: 16px;
}
.PressRelease-SingleLine-DataColumn {
    display: inline-block !important;
    vertical-align: middle !important;
}
.PressRelease-NewsDateformat{
	color: #ED1B23 !important;
	font-size: 20px;
}
.HeadingColomnContainer-Date,
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    width: 11%;
    box-sizing: border-box;
}
.HeadingColomnContainer-Type,
.PressRelease-SingleLine-TypeContainer {
    width: 23%;
    box-sizing: border-box;
    margin: 0;
	text-align: right;
	vertical-align: top !important;
}
.HeadingColomnContainer-Type{
	padding-right: 28px;
}
.HeadingColomnContainer-Title,
.PressRelease-SingleLine-TitleContainer {
    width: 60%;
    box-sizing: border-box;
    margin: 0;
	vertical-align: top !important;
}
.NewsColumn-Container .PressRelease-Attachment {
	/* padding-right: 38px; */
}
/* a#ByTypeSelector {
    border-radius: 0em 8px 8px 0em;
}
a#AllSelector {
    border-radius: 8px 0px 0px 8px;
} */
.InactiveInputBox {
    color: #666666;
}

  .styledSelect, .easySelect {
	display: inline-block;
	max-width: 128px;  
	font-family: inherit; 
	font-size: 18px !important;
	color: #ED1B23 !important;
	background: transparent;
	font-weight: normal !important;
	padding-top: 8px;
	height: 40px;
	border: 0px solid #EAEAEA;
	box-sizing: border-box;
	border-radius: 8px !important;
  }
  .easySelect {
	border: 1px solid #D9D9D9 !important;
    border-radius: 8px !important;
  }
  .divSearcheasySelect {
    height: 23.2px;
}
.container-item {
	height: 27.1px;
	font-size: 16px !important;
}
.container-item .checkmark:after{
	border: 2px solid #333333 !important;
	border-width: 0 2px 2px 0 !important;
}
#selectAlleasySelect {
	font-size: 16px !important;
  }
  .PressRelease-Attachment {
	text-align: left;
	padding-top: 3px;
	overflow: hidden;
	width: 30px;
	height: 28px;
	opacity: 1.0 !important;
  }
  .NewsColumn-Container .PressRelease-Attachment, .NewsColumn-Container .PressRelease-Attachment div,
  .NewsColumn-Container .PressRelease-Attachment a, .NewsColumn-Container .PressRelease-Attachment img {
	width: 40px !important;
	height: 40px !important;
	opacity: 1 !important;
	margin: 0px !important;
  }
  #SearchBox {
	margin-left: 1px !important;
	color: #666;
  }
  #CurrentPeriodContainer {
	display: none !important;
	}
	.EurolandTools-CommonObjects-Calendar-Calendar {
		color:#333333 !important;
		min-width: 280px;
	}
	span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
		background: #ED1B23;
		color:#FFFFFF;
		border: 1px solid #ED1B23;
		border-radius: 50px;
	}
	span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
		background: #ED1B23;
		color:#fff;
		outline: solid 2px #ED1B23;
		/* border: solid 2px #fff; */
		outline-offset: 2px;
		transition: 0s;
	}
	/* .zh-CN .HeadingColomnContainer.HeadingColomnContainer-Attachments,
	.zh-TW .HeadingColomnContainer.HeadingColomnContainer-Attachments{
		padding-left: 46px;
	  }
	  .en-GB .HeadingColomnContainer.HeadingColomnContainer-Attachments{
		padding-left: 52px;
	  } */
/****************Custom Calendar*******************/
.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	width: 32px;
    height: 33px;
    background: url(Calendar.png) no-repeat;
    margin: 1px;
    margin-left: 3px;
    margin-right: 13px;
    background-size: 32px;
    top: 10px;
}
/****************Media Query*******************/
@media (max-width: 1302px){
	.HeadingColomnContainer-Date, .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		width: 12%;
	}
	
.HeadingColomnContainer-Title, .PressRelease-SingleLine-TitleContainer {
    width: 54.5%;
}
.HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
	width: 25%;
}
}
@media (max-width: 1109px) {
	.HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
	  width: 24%;
	}
  }
@media (max-width: 1089px) {
	.HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
	  width: 23%;
	}
  }
  @media (max-width: 1041px) {
	.HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
	  width: 23%;
	}
  }
  @media (max-width: 967px) {
	.HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
	  width: 25%;
	}
  }
  @media (max-width: 909px) {
	.HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
	  width: 21%;
	}
  }
  @media (max-width: 900px) {
	#SortingContainer {
		display: none !important;
	}
	.HeadingColomnContainer-Date, .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		width: 20%;
		padding: 10px;
	  }
	  .HeadingColomnContainer-Title, .PressRelease-SingleLine-TitleContainer {
		width: 75%;
		padding: 10px;
	  }
	  .HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
		width: 40%;
		padding: 10px;
	  }
	  .PressRelease {
		  height: auto !important;
		  padding: 10px !important;
	  }
	  .HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
		text-align: left !important;
	  }
}
@media (max-width: 821px) {
	.euButton {
		margin: 6px;
}
}
@media (max-width: 600px) {
	.HeadingColomnContainer-Title, .PressRelease-SingleLine-TitleContainer {
		width: 72%;
	  }
	  .HeadingColomnContainer-Date, .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		width: 30%;
	  }
	  .HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
		width: 75%;
	  }
	}

	@media (max-width: 450px) {
		/* .HeadingColomnContainer-Title, .PressRelease-SingleLine-TitleContainer {
			width: 100%;
		} */
		.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active,
		.Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited {
			padding: 7px;
			margin: 4px 3px;
			font-size: 15px;
		}
		.Pages-ArrowContainer:first-child .Pages-Arrow {
				padding: 7px 4px;
		  }
		  .Pages-ArrowContainer:last-child .Pages-Arrow {
			padding: 7px 4px;
		  }
		  .HeadingColomnContainer-Date,
		  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
			width: 53%;
		  }
	}
	@media (max-width: 372px) {
		.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 {
			border-radius: 8px !important;
		}
	}



	/* CUSTOM CSS */

	.PressRelease-NewsTitle{
		font-size: 18px;
		color: #333;
	}

	.ja-JP .Tabs-Tab-Container:link{
		width: fit-content!important;
		padding: 0 20px;
	}

	.styledSelect:after{
		top: 17px;
	}

	#AllSelector{
		/* width: auto;
		border-radius: 10px;
		font-weight: normal;
		background-color: #ED1B23;
		color: white;
		border-color: #ED1B23; */
	}

	.Tabs-Tab-Container{
		padding-left: 0;
		padding-right: 0;
	}





	/* singe and double tabs */
	a#AllSelector {
		border-radius: 8px 8px 8px 8px!important;
	}
	.Tabs {
		text-align: center;
		border-bottom: 0px;
		font-size: 0px !important;
		width: fit-content;
		/* background: #ed1b23; */
	}
	.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{
	top: -1px
	}
	.Tabs{
		border-radius: 8px !important;
	}
	a#AllSelector {
		border-radius: 8px 8px 8px 8px!important;
	}
	div#Tabs {
		text-align: center !important;
	}
	.Tabs{
	margin: 0 auto
	}

	span.TermsLinkContainer::before{
		content: '|';
	}

	.Disclaimer{
		margin-left: 7px;
	}

	footer .supply-by > a, #SuppliedBy > a, .footer .supply-by > a, .supplied-box span > a, .footer-info .supply-by span > a, .footer div .hyperlink, .footer-box .supplyby-box .hyperlink, .footer-box .supplied .hyperlink{
		height: auto;
	}

	#ButtonsContainer .euButton{
		border: solid 1px #ed1b23;
		background-color: white;
		color: #333!important;
	}
	#ButtonsContainer .euButton:hover{
		background: #ED1B23;
		color: #fff !important;
		border: solid 2px #fff;
		outline: 2px solid #ED1B23;
	}

	#DateAvailableFrom{
		display: none;
	}

	.PressRelease-SingleLine-DateContainer,
	.PressRelease-SingleLine-TitleContainer,
	.PressRelease-SingleLine-TypeContainer,
	.PressRelease-SingleLine-AttachmentsContainer{
		display: table-cell!important;
		vertical-align: middle!important;
		box-sizing: border-box;
	}

	.PressRelease-SingleLine-TitleContainer {
	/* clear: left;
	float: left;	 */
	float: unset!important;
}


 .PressRelease-SingleLine-AttachmentsContainer{
	/* float: right; */
	float: unset!important;
	min-width: 85px;
 }

 .PressRelease-SingleLine-DataRow {
	display: table-row;
}

.PressRelease-SingleLine-DateContainer{
	min-width: 150px!important;
}

 /* .PressRelease-SingleLine-DateContainer{
	width: 13%!important;
 }

 .PressRelease-SingleLine-TitleContainer{
	width: 48%!important;
 }

 .PressRelease-SingleLine-TypeContainer{
	width: 18%!important;
 }

 .PressRelease-SingleLine-AttachmentsContainer{
	width: 10%!important;
 } */


 @media (max-width: 900px){
	.PressRelease-SingleLine-DateContainer, .PressRelease-SingleLine-TitleContainer, .PressRelease-SingleLine-TypeContainer, .PressRelease-SingleLine-AttachmentsContainer{
		display: inline-block!important;
	}

	.PressRelease-SingleLine-DateContainer{
		float: left;
	}

	.PressRelease-SingleLine-TitleContainer{
		display: block!important;
		clear: left;
	}

	.PressRelease-SingleLine-DataRow{
		display: block;
		width: 100%;
		position: relative;
	}

	.PressRelease-SingleLine-AttachmentsContainer{
		position: absolute;
		right: 10px;
		top: calc(50% - 30px)
	}
 }



 .ja-JP .PressRelease-SingleLine-AttachmentsContainer{
	min-width: 185px;
 }


.ja-JP .HeadingColomnContainer-Title, .ja-JP .PressRelease-SingleLine-TitleContainer {
	width: 54%;
}

.ja-JP .HeadingColomnContainer-Type {
	padding-right: 39px;
}

@media (max-width: 1312px) {
	.ja-JP #SortingContainer {
		display: none !important;
	}
}


.HintObject{
	left: 0px!important;
	font-size: 15px;
}