@font-face {
	font-family: Alibaba-PuHuiTi-Bold;
	src: url('fonts/Alibaba-PuHuiTi-Bold.otf') format("truetype");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: Alibaba-PuHuiTi-Medium;
	src: url('fonts/Alibaba-PuHuiTi-Medium.otf') format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Alibaba-PuHuiTi-Regular;
	src: url('fonts/Alibaba-PuHuiTi-Regular.otf') format("truetype");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: Alibaba-PuHuiTi-Light;
	src: url('fonts/Alibaba-PuHuiTi-Light.otf') format("truetype");
	font-weight: 300;
	font-style: normal
}

#Main {
	max-width: 1100px;
	width: 100%;
	padding: 0;
	background: #fff !important;
}


.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
	position: absolute;
	top: -4px;
	left: -4px;
		
	width: 100%;
	height: 100%;
		
	border: 4px solid #a8c1e4;
	
	
	
	box-shadow: 
		#a8c1e4 2px 2px 2px
		,#a8c1e4 2px -2px 2px		
		,#a8c1e4 -2px -2px 2px
		,#a8c1e4 -2px 2px 2px
	;
	
	display: none !important;
}

#Types {
  padding-bottom: 0px;
}

.en-GB body {
	font-family: Alibaba-PuHuiTi-Regular, "Microsoft Yahei", Arial !important;
}

.zh-CN body,
.zh-TW body {
	font-family: Alibaba-PuHuiTi-Regular, "Microsoft Yahei", Arial !important;
}

body,
input {
	font-size: 18px;
	color: #333333;
	background: #fff;
}

.Tabs-Tab {
	font-size: 18px;
}

#CurrentPeriodContainer {
  font-weight: bold;
  font-size: 1.16em;
  display: none;
}

.SortingContainer-NoChange-NewsColumn > div:nth-child(1) > a:nth-child(1) {
  display: none;
}

.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited {
	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 {
	color: #347345;

	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

#MainHeading {
	display: none;
}

#DateAvailableFrom {
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	font-size: 18px !important;
	font-weight: normal;
	padding-top: 0em;
	padding-bottom: 0em;
	display: none;
}

#Periods {
	margin-top: 0.5em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	height: 30px;
	line-height: 29px;
	width: 188px;
	border: 1px solid #E5E5E5;
	background: #FFFFFF;
	font-size: 18px !important;
	border-radius: 5px;
	font-family: inherit;
}

.euButton {
	height: 42px;
	font-family: inherit;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;

	border: 1px solid #347345;
	border-radius: 30px;
	background: #FFFFFF;
	color: #347345;
	transition: background 0.5s, color 0.5s, border 0.5s;
	float: none;
	width: 150px;

	position: relative;
	top: -11px;
}

.euButton:hover {
	background: #347345;
	color: #FFFFFF;
	border: 1px solid #347345;
	cursor: pointer;
}

#SearchButton:hover {
	cursor: pointer;
}

#SearchContainer {
	padding: 0em 0 1em 0;
	clear: both;
}

#SearchFilter .euButton {
	width: 124px !important;
	font-size: 16px !important;
	margin: 0px !important;
	margin-top: 10px !important;
}

#SearchContainer {
	padding: 0;
	clear: both;
	background: transparent;
	border-radius: 16px;
}

#ButtonsContainer.NoTabsVisible {
	border-bottom: 0px solid #e1e1e1 !important;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#YearPeriodsContainer a {
	font-size: 1.25em;
	font-weight: bold;
}

#SortingContainer {
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0em;
	font-size: 18px;
	font-weight: bold;
}

.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: 0px solid #d7d7d7 !important;
}

.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: 48px;
	line-height: 46px;
	padding: 0 12px !important;
	margin: 4px;
	border-radius: 5px;
	font-family: "Alibaba-PuHuiTi-Bold", "Microsoft Yahei", Arial !important;
	font-weight: normal;
	font-size: 20px;
	text-transform: none;
	color: #347345;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #347345;
	background: #FFFFFF;
	transition: background 0.5s, color 0.5s, border 0.5s;
	text-align: center;

	width: 180px;
	box-sizing: border-box;
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:active {
	color: #fff;
	border: 1px solid #347345;
	background: #347345;
	position: relative;
}

.Tabs-Tab-Container.selected:before,
.Tabs-Tab-Container:hover::before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 93%;
	left: 0%;
	border-bottom: 0px solid #00201B;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

.Type {
	background: #FFFFFF;
	color: #347345;
	padding: 6px 14px;
	border: 1px solid #347345;
	font-weight: normal;
	border-radius: 30px;
	height: auto;
	font-size: 16px;
	text-transform: none;
	line-height: normal;
	transition: background 0.5s, color 0.5s, border 0.5s;

	font-family: "Alibaba-PuHuiTi-Regular", "Microsoft Yahei", Arial !important;
}

.TypeSelected,
.Type:hover {
	cursor: pointer;
	background-color: #347345;
	color: #FFFFFF;
	border-color: #347345;
}

/******************************************************************************** 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-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
	display: inline-block;
	background-color: transparent;
	color: #666666;
	border: 1px solid #e5e5e5;
	padding: 0px;
	font-family: inherit;
	font-size: 14px;
	text-decoration: initial;
	font-weight: normal;
	transition: 0.5s ease-in-out;
	margin: 0 8px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 4px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active,
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #347345;
	color: #FFFFFF;
	border-color: #347345;
	text-decoration: none;
	font-weight: normal;
}

/*''''''''''''''''''''''''''''''''''''''''''''' PRESS RELEASE CONTENT''''''''''''''''''''''''''''''''''''''''''''*/


.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;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}

.PressRelease-SingleLine-TypeContainer {

	float: none;

	border: 0em solid #DBDBDB;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: transparent;
	display: inherit !important;

}

/* .PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;	
} */

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}

.PressReleaseEven {
	background-color: transparent
}

div#PressReleases {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 0;
}

.PressRelease {
	padding: 30px 20px;
	box-sizing: border-box;
	transition: all 0.3s ease-in;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	height: 140px !important;
	background: #F7f7f7;
	opacity: 1 !important;
	border: 1px solid #E0E0E1 !important;
	width: auto !important;
	box-shadow: 5px 5px 8px 0px rgba(0, 115, 100, 0.15);

	box-sizing: border-box;
	transition: all 0.3s ease-in;
	border-radius: 5px;
}

/* #PressRelease_0 {
	border-top: 0em solid #DBDBDB;
}
.PressRelease:last-child {
	border-bottom: 0em solid #DBDBDB;
} */

.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;

	font-weight: normal;

	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;

	text-transform: uppercase;

}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	color: #347345;
}

.PressRelease-NewsType {
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 16px;
	color: #B7B7B7;
	position: relative;
	right: -120px;
	top: -7px;

	width: 14em;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.PressRelease-NewsDate {

	font-family: inherit;
	font-size: 16px;
	color: #B7B7B7;
	font-weight: normal;
	text-transform: none;
	position: relative;
	top: -45px;
}

#PagesContainer {
	text-align: center;
	padding: 55px 0px 20px 0px !important;
}

#SuppliedBy,
.TermsLink,
.CookieLink {
	text-align: right;
	padding-top: 2em;
	font-size: 14px;
	color: #B7B7B7 !important;
}

.TermsLink:hover,
.CookieLink:hover {
	color: #347345 !important;
}

/*********** Custom phrases*************/

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	float: left;
	clear: left;
	margin-top: 14px;
	width: 0px;
}

span.PressRelease-day.datefontbigsize {
	font-size: 40px;
	font-weight: 700;
	background-image: linear-gradient(#00201B, #00201B, #00201B);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

span.PressRelease-month.datefontsmallsize {
	font-size: 16px;
	display: block;
	background-image: linear-gradient(#00201B, #00201B, #00201B);
	;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	height: 65px;
}


.PressRelease-Attachment div {
	width: 48px !important;
	height: 45px !important;
	margin: 0px !important;
}

.PressRelease-Attachment>div>a>img {
	width: 40px !important;
	height: 40px !important;
}

.easySelect {
	height: 40px !important;
	width: 105px !important;
	color: #333333 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	border: 0px solid #9F9F9F !important;
	background: #FFFFFF !important;
}

.styledSelect {
	border-radius: 4px !important;
	font-size: 16px !important;
	padding: 10px !important;
	background-color: #F4F8FF !important;
	color: #333333 !important;
	line-height: 20px;
}

.styledSelect::after {
	border-color: #00201B transparent transparent transparent;
	top: 18px;
	right: 7px;
	width: 2px;
	height: 2px;
}

.container-item .checkmark::after {
	border: 2px solid #00201B !important;
	border-width: 0 2px 2px 0 !important;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}

.container-item {
	font-size: 16px !important;
	height: 22px !important;
}

.HeadingColomnContainer,
.PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
	max-width: 88%;
}

#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	margin: 2px;
	vertical-align: top;
	line-height: 28px;
	margin-left: 1px;
	margin-top: 3px;
	margin-right: -15px;
}

#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	margin: 2px !important;
	vertical-align: top;
	margin-top: 0px;
	line-height: 28px;
	margin-right: -10px !important;
	margin-top: 3px !important;
}

#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
	cursor: pointer;
	margin: 3px -8px !important;
	position: relative;
	top: 3px;
	width: 35px;
	height: 35px;
	background: url(icons/Calendar.svg) center center no-repeat;
	background-size: 17px !important;
	display: inline-block;
	left: -16px !important;
}

#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
	cursor: pointer;
	margin: 3px -8px !important;
	position: relative;
	top: 3px;
	width: 35px;
	height: 35px;
	background: url(icons/Calendar.svg) center center no-repeat;
	background-size: 17px !important;
	display: inline-block;
	left: -20px !important;
}

/* #FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator::after {
	content: "–";
	font-size: 20px;
	left: 157px;
	position: absolute;
}
 */
#SearchBox {
	margin: 3px 3px;
	vertical-align: top;
	margin-right: 5px;
	width: 188px;
	font-size: 18px !important;
	font-family: Alibaba-PuHuiTi-Regular, "Microsoft Yahei", Arial !important;
}

.InactiveInputBox {
	color: #333333 !important;
}

.styledSelect {
	width: 104.3px !important;
}

#ControlsContainer {
	background: #fff !important;
}

#YearPeriodsContainer a {
	font-size: 18px;
	font-weight:  normal;
	color: #333;
}

.Periods-YearPeriodSelected, .Periods-YearPeriodSelected:hover, .Periods-YearPeriodSelected:active {
    color: #347345 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}


#TotalNr {
	color: #00201B !important;
}

/***** calendar*******/
.EurolandTools-CommonObjects-Calendar-Calendar {
	border: 0px solid #252525 !important;
}

.EurolandTools-CommonObjects-Calendar-CalendarContainer {
	box-shadow: 3px 3px 5px 3px #ccc !important;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	font-size: 16px !important;
	color: #333333 !important;
	text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Month-NotActive {
	font-size: 15px !important;
	color: #333333 !important;
	text-shadow: none;
}

EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px solid #a8c1e4 !important;
  box-shadow: #a8c1e4 0px 0px 0px ,#a8c1e4 0px 0px 0px ,#a8c1e4 0px 0px 0px ,#a8c1e4 0px 0px 0px !important;
  display: none !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton,
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay,
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	background: #347345 !important;
	color: #FFFFFF !important;
	border: 1px solid #347345 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Day {
	text-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton {
	font-size: 14px;
	color: #333333;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	background: #347345;
	color: #FFFFFF !important;
	border: 1px solid #347345 !important;
	line-height: 18px !important;
	height: 20px !important;
	border-radius: 30px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	background: #FFFFFF;
	color: #347345 !important;
	border: 1px solid #347345 !important;
}

.right-side .button-wrapper .btn-submit {
	margin: 10px;
	width: 123px !important;
	display: inline-block;
}

.euButton.btn-cancel {
	display: block;
}

a.euButton.btn-cancel {
	padding: 10px;
	font-weight: 700;
	height: 26px;
	line-height: 21px;
	width: 100px !important;
	margin: 10px;
	text-align: center;
	position: absolute;
	display: inline-block;
}

.right-side {
	width: 89%;
	float: left;
	vertical-align: middle;
	position: inherit;
	padding-top: 5%;
}

.right-side .button-wrapper,
.find-subcribe-form .button-wrapper {
	text-align: center;
}

.link.checking-subscription {
	color: transparent;
}

.en-gb .link.checking-subscription::before {
	content: "Do I have a subscription?";
	position: absolute;
	color: #333333;

}

.zh-cn .link.checking-subscription::before {
	content: "查询您是否已有订阅服务?";
	position: absolute;
	color: #333333;
}

.zh-tw .link.checking-subscription::before {
	content: "查詢您是否已有訂閱服務?";
	position: absolute;
	color: #333333;
}

.link.checking-subscription {
	padding-left: 84px;
}

.en-gb .link.checking-subscription:hover::before,
.zh-cn .link.checking-subscription:hover::before,
.zh-tw .link.checking-subscription:hover::before {
	color: #00201B;
	text-decoration: underline;
}

.find-subcribe-form .btn-find {
	margin: 5px;
}

.euButton.btn-cancel {
	margin: 5px;
}

.main-heading {
	display: none !important;
}

.stock-exchange-item label,
.company-announcement-item label {
	font-size: 18px;
}

.sub-heading {
	font-size: 20px;
}


.right-side .button-wrapper,
.find-subcribe-form .button-wrapper {
	padding-top: 0px !important;
}

.wrapper {
	padding: 20px 0 0 5px !important;
}

.company-announcement-options,
.stock-exchange-options {
	padding-top: 10px !important;
}


.radio input,
.checkbox input {
	height: 16px;
}

.nav-line {
	border-bottom: 0px solid #f8f8f8 !important;
	padding-top: 0px !important;
}

.subscribe-container {
	margin: 10px 0 !important;
	background-color: #fff !important;
}

.subscribe-message {
	padding: 5px 0px !important;
}

.controls {
	background: #EDF7F8 !important;
	padding: 10px;
}

.modal-content #txtEmail {
	border: 1px solid #000 !important;
}

.form .lable {
	font-weight: normal;
}

.form input {
	height: 40px;
	border: 0px solid #fff !important;
}

.error-border {
	border: solid 1px #00201B !important;
	background-color: #fff !important;
}

.form select {
	height: 40px;
	border: 0px solid #fff !important;
	background: #fff !important;
}

.compulsory-field,
.validator-error {
	color: transparent;
	background: transparent;
}

.row-control[order="0"] .lable::after {
	content: "*";
	color: red !important;
	position: absolute;
	width: 5px;
	height: 5px;

}

.checkbox::before {
	position: absolute;
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid #505050;
	border-radius: 4px;
	margin-top: -2px;
	margin-left: -4px;
}

.checkbox-checked::before {
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: none;
	content: " ";
	font-size: 18px;
	color: #00201B;
	background: #00201B;
	border: 1px solid #00201B;
	border-radius: 4px;
	margin-top: -2px;
}

.checkbox {
	background: none !important;
}

label {
	padding-left: 5px;
}

.stock-exchange-list .stock-exchange-item,
.company-announcement-list .company-announcement-item {
	display: inherit;
	float: none;
	width: 100%;
	overflow-x: hidden;
	padding: 10px 0;
	white-space: initial;
}

li.stock-exchange-item.default-item {
	width: 100%;
	padding: 5px 0 10px 0;
}

.euButton.btn-find,
.euButton.btn-cancel {
	width: 100px;
	display: inline-block;
	padding: 10px;
}

.modal-content .right-side {
	width: 100%;
	float: none;
	padding-left: 4%;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	/*! margin-top: 20px; */
}

.NewsColumn-Container .PressRelease-Attachment {
	float: right !important;
}

.NewsColumn-Container .PressRelease-Attachment {
	position: relative;
	top: 12px;
}

.PressRelease-Attachment {
	text-align: right;
}

.NewsColumn-Container .PressRelease-Attachment img {
	width: 30px !important;
	height: 30px !important;
	margin: 0 !important;
}

.PressRelease-SingleLine-TitleContainer {
	animation: none;
	max-width: 93%;
	/* 	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}

.NewsColumn-Container .PressRelease-Attachment {
	float: left !important;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	top: -58px;
	height: 35px;
	width: 35px;
	overflow: hidden;
}

#SuppliedBy>a::before {
	position: absolute;
	display: block;
	width: auto !important;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	background: right url("data:image/png;base64,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") no-repeat transparent !important;
	background-size: contain !important;
	-webkit-print-color-adjust: exact;
	-moz-print-color-adjust: exact;
	-ms-print-color-adjust: exact;
	print-color-adjust: exact;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button:hover {
	border: 0px !important;
	background: #fff !important;
	transition: none;
	color: #00201B !important;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	border: 0px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation {
	background: #fff !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button {
	font-size: 18px !important;
	text-shadow: none;
	display: inline-block;
	padding: 5px;
	margin: 3px;
	border: 0cap solid #FFFFFF;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 3px 6px 3px -4px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button:hover {
	border: 0px !important;
	background: #fff !important;
	transition: none;
	color: #00201B !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-ExtraNavigation-PeriodButtonContainer {
	font-size: 15px !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-ExtraNavigation-PeriodButtonContainer:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton:hover {
	color: #00201B !important;
	border: 0px solid #fff !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	background: #347345;
	color: #FFFFFF !important;
	border: 1px solid #347345 !important;
	line-height: 18px !important;
	height: 20px !important;
	font-size: 15px !important;
	border-radius: 30px;
}


.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	background: #FFFFFF;
	color:  #347345 !important;
	border: 1px solid #347345 !important;
}

div#TotalContainer {
    font-size: 16px;
}

/* RESPONSIVE */

@media (min-width: 722px) and (max-width: 786px){
	#SearchBox{
		width: 120px;
	}
	.EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput{
		width: 150px;
	}
	
	#SearchButton{
		top: -10px
	}
}

@media (min-width: 944px) and (max-width: 1920px){
	.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 !important;
  }
	  .euButton,
	#YearPeriodsContainer a,
	.PressRelease-NewsTitle,
	.PressRelease-NewsTitle:link,
	.PressRelease-NewsTitle:visited,
	#SearchBox,
	.EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput{
		font-size: 18px !important;
	}
  .div#TotalContainer,
	.Type,
	.PressRelease-NewsDate,
	.PressRelease-NewsType{
		font-size: 16px !important;
	}
	#SuppliedBy, .TermsLink, .CookieLink{
		font-size: 14px !important;
	}
}

@media (min-width: 735px) and (max-width: 943px) {
  .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: 18px !important;
  }
   .euButton,
  .PressRelease-NewsTitle,
  .PressRelease-NewsTitle:link,
  .PressRelease-NewsTitle:visited,
  #SearchBox,
  .EurolandTools-CommonObjects-Calendar-SelectionIndicator,
  #FromCalendarInput,
  #ToCalendarInput {
    font-size: 16px !important;
  }

  div#TotalContainer,
  .Type,
  .PressRelease-NewsDate,
  .PressRelease-NewsType {
    font-size: 14px !important;
  }

  #SuppliedBy,
  .TermsLink,
  .CookieLink {
    font-size: 12px !important; 
  }
}

@media (max-width: 734px) {

  .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: 16px !important;
  }
  .euButton,
  .PressRelease-NewsTitle,
  .PressRelease-NewsTitle:link,
  .PressRelease-NewsTitle:visited,
  #SearchBox,
  .EurolandTools-CommonObjects-Calendar-SelectionIndicator,
  #FromCalendarInput,
  #ToCalendarInput {
    font-size: 14px !important;
  }

  div#TotalContainer,
  .Type,
  .PressRelease-NewsDate,
  .PressRelease-NewsType {
    font-size: 12px !important;
  }

  #SuppliedBy,
  .TermsLink,
  .CookieLink {
    font-size: 12px !important;
  }
}

@media (min-width: 720px) and (max-width: 800px){
		div#PressReleases {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px;
		padding: 0;
	}
}

@media(min-width:402px) and (max-width:506px){
    span#FromCalendarContrainer {
        display: inline-block;
        width: 49% !important;
      }
      .EurolandTools-CommonObjects-Calendar-Selection{
        width: 100%;
      }
      .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
        width: 92% !important;
        min-width:80px ;
      }
      #ToCalendarContrainer{
        width: 49% !important;
      }
      #SearchBox{
        width: 95% !important;
      }
	
			#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
			cursor: pointer;
			margin: 3px -8px !important;
			top: -43px;
			left: 170px !important;
		}
			#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
			cursor: pointer;
			margin: 3px -6px !important;
			top: -43px;
			left: 170px !important;
		}
	
	#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator{
		margin-right: 0px;
	}
	   
	#SearchButton{
		float: right;
		top: -30px;
	}
}

@media (max-width: 368px){
  
	#SearchButton{
		top: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 400px){
	.PressRelease-NewsDate{
		top: -60px;
	}
}

@media (max-width: 800px) {
	div#PressReleases {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		padding: 10px;
	}
}

@media (max-width: 786px) {
	.euButton {
		top: 0;
	}
}

@media (max-width: 632px) {
	.euButton {
		top: -11px;
	}
}

@media (max-width: 465px){
	#FromCalendarContrainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1){
		margin-left: 2px;
	}
	#SearchBox{
		padding-right: 7px;
	}
}

@media (max-width: 400px) {
	.PressRelease-NewsType {
		position: unset;
	}

	.PressRelease {
		padding: 15px;
	}
}

@media (max-width: 365px) {
	.euButton {
		top: 0;
	}
}

@media (max-width: 500px){
	.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active, .Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited {
    margin: 0 2px;
  }
}

@media (max-width: 395px){
		.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active, .Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited {
     margin: 0 2px;
	   width: 25px
  }
}