/* @font-face {
    font-family: 'furui-regular';
	src: url('/font/Futuri-Regular.ttf') format(Truetype);
} */
#Main {
	max-width: 1440px;
	width: 100%;
	padding: 0;
}

body,
input {
	font-family: "furui-regular", "PingFang SC", "Microsoft YaHei";
	font-size: 16px;
	color: #1F1F1F;
	background: #F4F8FF;
}

button {
	font-family: "furui-regular", "PingFang SC", "Microsoft YaHei";
}

.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: #1F1F1F;

	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: #0052D9;

	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: #1F1F1F !important;
	display: none;
}

#DateAvailableFrom {
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	font-size: 16px !important;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 0em;
	margin-top: 0em !important;
	margin-bottom: 10px !important;

}

#Periods {
	margin-top: 0em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	height: 30px;
	line-height: 29px;
	width: 136px;
	border: 1px solid #F4F8FF;
	background: #F4F8FF;
	font-size: 16px !important;
	border-radius: 4px;
}

/* #FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
	
} */
.euButton {
	background: #F4F8FF;
	color: #0052D9 !important;
	padding: 10px;
	border: 0px solid #0052D9;
	height: 42px;
	font-size: 0px;
	transition: background 0.5s, color 0.5s, border 0.5s;
	width: 42px;
	vertical-align: top;
	margin: 3px;
	border-radius: 4px;
}

#SearchFilter .euButton {
	width: 124px !important;
	font-size: 16px !important;
	;
}

.euButton:hover {
	background: #0052D9;
	color: #FFFFFF !important;
	border-color: #0052D9;
	cursor: pointer;
}

#SearchButton:hover {
	cursor: pointer;
	background: #F4F8FF !important;
	color: #0052D9 !important;
}

#SearchContainer {
	padding: 0;
	clear: both;
}

#YearPeriodsContainer a {
	font-size: 1.25em;
	font-weight: bold;
}

#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 18px;
	font-weight: bold;
}

.Tabs {
	text-align: left;
	border-bottom: 0px;
	font-size: 0px !important;
}

#Tabs {
	position: inherit;
	z-index: 0;

	padding-top: 0px;
	padding-bottom: 0px;

	margin-top: 0.6em;
	margin-bottom: 1em;
	padding-left: 5px;
	border-bottom: 1px solid #d7d7d7 !important;
}

#Tabs:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;

}

.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: 22px;
	line-height: 22px;
	padding: 10px !important;
	margin-top: 0.0em;
	margin-right: 5px;
	margin-bottom: 0.0em;
	margin-left: 0em;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	font-family: inherit;
	font-weight: bold;
	font-size: 18px;
	text-transform: none;
	color: #1F1F1F;
	font-style: normal;
	text-decoration: none;
	border: 0em solid #9F9F9F;
	background: transparent;
	transition: background 0.5s, color 0.5s, border 0.5s;
	position: relative;
	top: 0;
	left: 0em;
	width: 131px;
	text-align: center;

}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: transparent;
	color: #0052D9;
	border: 0em solid #0052D9;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.Tabs-Tab-Container.selected:before,
.Tabs-Tab-Container:hover::before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 89%;
	left: 0%;
	border-bottom: 2px solid #0052D9;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

#Types {
	padding-bottom: 17px;
	padding-top: 3em;
	display: none;
}

.Type {
	background: #F4F8FF;
	color: #1F1F1F;
	padding: 10px;
	border: 1px solid #F4F8FF;
	font-weight: normal;
	border-radius: 0;
	height: 42px;
	font-size: 16px;
	text-transform: normal;
	line-height: auto;
	transition: background 0.5s, color 0.5s, border 0.5s;
}

.TypeSelected,
.Type:hover {
	cursor: pointer;
	background-color: #0052D9;
	color: #ffffff;
	border-color: #0052D9;
}

/******************************************************************************** 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: #666666;
	border: 1px solid #ddd;
	padding: 5px;
	font-family: inherit;
	font-size: 14px;
	text-decoration: initial;
	font-weight: normal;
	transition: 0.5s ease-in-out;
	margin: 0 8px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	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: #0052D9;
	color: #ffffff;
	border-color: #0052D9;
	text-decoration: none;
	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 #1F1F1F;
	border-bottom: 0.0em solid #1F1F1F;
}

.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: #1F1F1F;
	border-bottom-color: #1F1F1F;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #0052D9;
	border-bottom-color: #0052D9;
}

.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-AttachmentsContainer {
	float: right;
	clear: left;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}

.PressReleaseEven {
	background-color: transparent
}

.PressRelease {
	border-bottom: 0em solid #DBDBDB;
	padding: 0em;
	border-right: 0em solid #DBDBDB;
	border-left: 0em solid #DBDBDB;
	height: 114px !important;
	background: #ffffff;
	margin: 20px 0px;
	border: 0px solid #ffffff;
	border-radius: 4px;
}

/* #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: #1F1F1F;

}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #0052D9;
}

.PressRelease-NewsType {
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 14px;
	color: #999999;
	padding: 10px;
}

.PressRelease-NewsDate {
	margin-right: 0.5em;

	font-family: inherit;
	font-size: 16px;
	color: #1F1F1F;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

#SuppliedBy,
.TermsLink,
.CookieLink {
	text-align: right;
	padding-top: 2em;
	font-size: 14px;
	color: #505050 !important;
}

.TermsLink:hover,
.CookieLink:hover {
	color: #0052D9 !important;
}

/*********** Custom phrases*************/
#ControlsContainer {
	background: #ffffff !important;
	border-radius: 8px;
	padding: 0px 5px;
	margin-bottom: 3em;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
}

.HeadingColomnContainer,
.PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
	display: inline-block !important;
	vertical-align: middle !important;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	width: 175px;
	box-sizing: border-box;
	margin: 10px 70px 10px 4px;
	border-right: 1px solid #d7d7d7;
	text-align: center;
	line-height: 27px;
}

span.PressRelease-day.datefontbigsize {
	font-size: 40px;
	font-weight: 700;
	background-image: linear-gradient(#1F1F1F, #1F1F1F, #1F1F1F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

span.PressRelease-month.datefontsmallsize {
	font-size: 16px;
	display: block;
	background-image: linear-gradient(#1F1F1F, #1F1F1F, #1F1F1F);
	;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	padding-top: 10px;
	padding-left: 10px;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	line-clamp: 1 !important;
	-webkit-box-orient: vertical;
}

.PressRelease-SingleLine-AttachmentsContainer {
	position: relative;
	bottom: 49px;
	right: 45px;
}

.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: #1F1F1F !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: #1F1F1F !important;
	line-height: 20px;
}

#YearPeriodsContainer {
	text-align: right;
	width: 125px;
	position: absolute;
	top: 64px;
	margin-left: -127px;
}

.styledSelect::after {
	border-color: #0052D9 transparent transparent transparent;
	top: 18px;
	right: 7px;
	width: 2px;
	height: 2px;
}

.container-item .checkmark::after {
	border: 2px solid #0052D9 !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;
}

#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	margin: 3px !important;
	vertical-align: top;
	margin-top: 0px;
	line-height: 28px;
}

#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	margin: 3px !important;
	vertical-align: top;
	margin-top: 0px;
	line-height: 28px;
	margin-right: -22px !important;
}



.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer,
span.PressRelease-NewsType {
	position: relative;
	top: 24px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	position: relative;
	top: 16px;
}

#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
	cursor: pointer;
	position: relative;
	top: 14px;
	width: 15px;
	height: 15px;
	background: url(Calendar.png) center center no-repeat !important;
	background-size: 14px !important;
	display: inline-block;
	left: -38px;
}

#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
	cursor: pointer;
	position: relative;
	top: 14px;
	width: 15px;
	height: 15px;
	background: url(Calendar.png) center center no-repeat !important;
	background-size: 14px !important;
	display: inline-block;
	left: -12px;
}

#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: 256px;
}

#CurrentPeriodContainer {
	font-size: 0px !important;
	font-weight: normal !important;
}

.InactiveInputBox {
	color: #1F1F1F !important;
}

.styledSelect {
	width: 104.3px !important;
}

#ControlsContainer .euButton::after {
	content: "";
	background: url(search.png);
	background-size: 14px;
	width: 14px;
	height: 14px;
	position: absolute;
	margin-left: -5px;
	margin-top: -5px;
}

#SearchFilter .euButton::after {
	display: none !important;
}

#TotalContainer {
	position: absolute !important;
	top: 205px !important;
}

#TotalNr {
	color: #0052D9 !important;
}

#SearchFilter {
	position: absolute !important;
	margin-left: -129px !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: 18px !important;
	color: #1F1F1F !important;
	text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Month-NotActive {
	font-size: 15px !important;
	color: #1F1F1F !important;
	text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton,
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay,
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	background: #0052D9 !important;
	color: #ffffff !important;
	border: 1px solid #0052D9 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Day {
	text-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton {
	font-size: 15px;
	color: #1F1F1F;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	background: #0052D9;
	color: #ffffff !important;
	border: 1px solid #0052D9 !important;
	line-height: 18px !important;
	height: 20px !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	background: #ffffff;
	color: #0052D9 !important;
	border: 1px solid #0052D9 !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: #1F1F1F;

}

.zh-cn .link.checking-subscription::before {
	content: "查询您是否已有订阅服务?";
	position: absolute;
	color: #1F1F1F;
}

.zh-tw .link.checking-subscription::before {
	content: "查詢您是否已有訂閱服務?";
	position: absolute;
	color: #1F1F1F;
}

.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: #0052D9;
	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;
}

.stock-exchange-header {
	display: none !important;
}

.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;
}

.row-control[order="3"],
.row-control[order="5"],
.row-control[order="6"],
.row-control[order="7"],
.row-control[order="9"],
.row-control[order="10"],
.row-control[order="11"] {
	display: none !important;
}

.left-side {
	display: none;
}

.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 #0052D9 !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: #0052D9;
	background: #0052D9;
	border: 1px solid #0052D9;
	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%;
}

.NewsColumn-Container .PressRelease-Attachment {
	width: 46px;
	height: 46px;
	overflow: hidden;
	padding-right: 26px !important;
}

#SortingContainer {
	display: none !important;
}


/**************Media Query****************/
@media (max-width: 1225px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 67%;
	}
}

@media (max-width: 1090px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		width: 135px !important;
		margin: 10px 30px 10px 4px !important;
	}

	.NewsColumn-Container .PressRelease-Attachment {
		padding-right: 0px !important;
	}
}

@media (max-width: 935px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 65%;
	}

}

@media (max-width: 860px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 63%;
	}

	#TotalContainer {
		top: 246px !important;
	}

	.PressRelease-NewsTitle,
	.PressRelease-NewsTitle:link,
	.PressRelease-NewsTitle:visited {
		font-family: inherit;
		font-size: 16px;
	}

	.PressRelease-NewsType {
		font-size: 12px;
	}

	#YearPeriodsContainer {
		position: inherit !important;
	}
}

@media (max-width: 735px) {
	#SearchBox {
		width: 136px !important;
	}

	.Type {
		height: auto !important;
	}
}

@media (max-width: 685px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 55%;
	}
}

@media (max-width: 600px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 50%;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.PressRelease-NewsTitle,
	.PressRelease-NewsTitle:link,
	.PressRelease-NewsTitle:visited {
		font-family: inherit;
		font-size: 14px;
	}


}

@media (max-width: 615px) {
	#SearchBox {
		width: 113px !important;
	}

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchBox,
	#FromCalendarInput,
	#ToCalendarInput {
		width: 113px !important;
	}

	#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator::after {
		left: 137px !important;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		width: 111px !important;
		margin: 10px 20px 10px 4px !important;
	}

	.PressRelease-SingleLine-AttachmentsContainer {
		right: 21px !important;
	}
}

@media (max-width: 568px) {
	.modal-content .right-side {
		width: 100%;
		float: left;
		padding-left: 0%;
		text-align: left;
	}

	.modal-content .button-wrapper {
		text-align: left;
	}
}

@media (max-width: 560px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		width: 80px;
	}

	span.PressRelease-day.datefontbigsize {
		font-size: 30px;
	}

	span.PressRelease-month.datefontsmallsize {
		font-size: 13px;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer,
	span.PressRelease-NewsType {
		top: 20px;
	}

	.NewsColumn-Container .PressRelease-Attachment {
		padding-right: 7px !important;
	}
}

@media (max-width: 545px) {

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchBox,
	#FromCalendarInput,
	#ToCalendarInput {
		width: 95px !important;
	}

	#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator::after {
		left: 119px !important;
	}

	#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
		left: -30px !important;
	}

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchBox,
	#FromCalendarInput,
	#ToCalendarInput {
		font-size: 14px !important;
	}

	#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
		left: -5px !important;
	}
}

@media (max-width: 490px) {
	.right-side {
		width: 70%;
	}

	.right-side .button-wrapper,
	.find-subcribe-form .button-wrapper {
		text-align: left;
	}

	.modal-content .button-wrapper {
		text-align: left !important;
	}

	.link.checking-subscription {
		padding-left: 0px;
		text-align: left;
	}

	.check-subscription-link {
		text-align: left;
		padding-left: 10px;
	}

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchBox,
	#FromCalendarInput,
	#ToCalendarInput {
		width: 90px !important;
	}

	#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator::after {
		left: 112px !important;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		width: 93px !important;
		margin: 10px 10px 10px 4px !important;
	}

	#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
		left: -42px !important;
	}

	#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-CalendarIcon {
		left: -16px !important;
	}
}

@media (max-width: 475px) {

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchBox,
	#FromCalendarInput,
	#ToCalendarInput {
		width: 180px !important;
	}

	#DateAvailableFrom {
		height: 44px !important;
	}

	#TotalContainer {
		top: 365px !important;
	}

	#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator::after {
		left: 206px !important;
	}

	#FromCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator::after {
		left: 207px !important;
	}
}

@media (max-width: 427px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 45%;
	}

}

@media (max-width: 410px) {

	.right-side .button-wrapper,
	.find-subcribe-form .button-wrapper {
		text-align: left;
	}

	.en-gb .link.checking-subscription::after,
	.zh-cn .link.checking-subscription::after,
	.zh-tw .link.checking-subscription::after {
		left: 4%;
	}
}

@media (max-width: 390px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 40%;
	}

	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		padding: 5px;
		font-size: 14px;
		margin: 0 3px;
		width: 18px;
		height: 18px;
		line-height: 19px;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
		width: 76px !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 {
		padding: 10px 0px !important;
		width: 124px !important;
		font-size: 16px !important;
	}
}


@media (max-width: 350px) {
	a.euButton.btn-cancel {
		position: absolute;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		padding-left: 1px !important;
	}

	.PressRelease-NewsType {
		padding: 1px !important;
	}

	#ControlsContainer {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}


.euButton.btn-subscription {
	display: none;
}

footer .supply-by>a::before,
#SuppliedBy>a::before,
.footer .supply-by>a::before,
.supplied-box span>a::before,
.footer-info .supply-by span>a::before,
.footer div .hyperlink::before,
.footer-box .supplyby-box .hyperlink::before,
.footer-box .supplied .hyperlink::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: #0052d9 !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 #fff;
	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: #0052d9 !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: #0052d9 !important;
	border: 0px solid #fff !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	background: #0052D9;
	color: #ffffff !important;
	border: 1px solid #0052D9 !important;
	line-height: 18px !important;
	height: 20px !important;
	font-size: 15px !important;

}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	background: #ffffff;
	color: #0052D9 !important;
	border: 1px solid #0052D9 !important;
}