@font-face {
	font-family: 'Aeonik';
	src: url("fonts/Aeonik-Regular.otf");
}

@import url('https://fonts.cdnfonts.com/css/neo-sans-arabic');

#Main {
	max-width: 1200px;
	padding: 0;
}

body,
input {
	font-size: 16px;
	font-family: 'Aeonik';
	color: #182432;
}

button {
	font-family: 'Aeonik';
}

.Tabs-Tab {
	font-size: 16px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
	color: #336E63;
	font-weight: normal;
	text-decoration: none;
	font-style: none;
	font-size: 20px;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover {
	color: #182432;

	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: #182432 !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;
}

#Periods {
	margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	height: auto;
	line-height: 30px;
	width: 240px;
	border: 1px solid #cecfd2;
	margin: 1px;
	vertical-align: top;
	padding: 6px 20px;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
	vertical-align: top;
}

.euButton {
	height: 44px;
	line-height: normal;

	font-family: inherit;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: none;

	padding: 6px 20px;

	border: 1px solid #2DD782;
	border-radius: 0.0em 0.0em 0.0em 0.0em;

	background: #2DD782;
	color: #182432;

	transition: background 0.5s, color 0.5s, border 0.5s;

	float: right;
}

/* .euButton::before {
	content: url(icons/left-arr.svg);
	position: relative;
	top: 0;
	left: 0;
	padding: 0 5px;
} */

.euButton::after {
	content: url(icons/right-arr.svg);
	position: relative;
	top: 0;
	left: 0;
	padding: 0 5px;
}

.euButton:hover {
	background: #fff;
	color: #34514F;
	border: 1px solid #34514F;

	cursor: pointer;
}

#SearchButton:hover {
	cursor: pointer;
}

#SearchContainer {
	padding: 0em 0 1em 0;
	clear: both;
}

#YearPeriodsContainer a {
	font-size: 16px;
	font-weight: 400;
	color: #182432;
	padding: 0 5px;
}

#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 16px;
	font-weight: 500;
}

.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: auto;
	line-height: normal;

	padding-top: 1.0em !important;
	padding-right: 0em;
	padding-bottom: 1.0em !important;
	padding-left: 0em;

	margin: 0 1em;

	border-radius: 0.0em 0.0em 0.0em 0.0em;

	font-family: inherit;
	font-weight: normal;
	font-size: 1.0em;
	text-transform: none;
	color: #182432;

	font-style: normal;
	text-decoration: none;

	border-top: 0px solid #182432;
	border-right: 0px solid #182432;
	border-bottom: 0px solid #182432;
	border-left: 0px solid #182432;

	background: #FFFFFF;

	transition: background 0.5s, color 0.5s, border 0.5s;

	position: relative;
	top: 0;
	left: 0em;

}

.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: #34514F;
	border-top: 0px solid #182432;
	border-right: 0px solid #182432;
	border-bottom: 1px solid #34514F;
	border-left: 0px solid #182432;

	position: relative;
	top: 0px;
	left: 0px;
	padding: 0;
}

.Tabs-Tab-Container.selected:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.0em;

	border-left: 1.0em solid transparent;
	border-right: 1.0em solid transparent;
	border-top: 1.0em solid #182432;
	display: none;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

#Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display: none;
}

.Type {
	background-color: #2dd782;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 1px solid #2dd782;
	padding: 1.0em 1.0em 1.0em 1.0em;

	color: #182432;
	font-weight: normal;
	text-transform: none;
	font-family: inherit;
	font-size: 0.8em;

	margin: 0.22em;
	transition: background 0.5s, color 0.5s, border 0.5s;
}

.TypeSelected,
.Type:hover {
	cursor: pointer;

	background-color: #fff;
	color: #182432;
	border-color: #182432;
}

/******************************************************************************** Paging Buttons */

.PagesContainer {
	text-align: center;
}

.Pages-ArrowContainer {
	width: auto;
}

.Pages-Arrow {
	display: inline-block !important;
	opacity: 1 !important;
}

.Pages {
	border-collapse: collapse;
	width: 100%;
	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.2em;
}

.Pages-ArrowContainer:first-child .Pages-Arrow {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 100%;
	text-align: left;
	color: transparent;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 100%;
	text-align: right;
	color: transparent;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

	display: inline-block;

	background-color: #FFFFFF;
	color: #336E63;
	border: 1px solid #fff;

	padding: 0em;

	font-family: inherit;
	font-size: 1.0em;
	text-decoration: initial;
	font-weight: normal;

	border-radius: 0;

	transition: background 0.5s, color 0.5s, border 0.5s;
	margin: 2px 10px;

	width: 28px;
	height: 28px;
	line-height: 28px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #fff;
	color: #34514F;
	border-color: transparent;

	text-decoration: initial;
	font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #fff;
	color: #34514F;
	border-color: #34514F;

	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: -10px;
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-top: 0.0em solid #cecfd2;
	border-bottom: 0.0em solid #cecfd2;
}

.ArrowContainer_DSEC:after {
	border-top-width: 0.4em;
}

.ArrowContainer_ASC:after {
	border-bottom-width: 0.4em;
}

.SortingContainer-NoChange-NewsColumn a:link .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:visited .ArrowContainer:after {
	border-top-color: #336E63;
	border-bottom-color: #336E63;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #336E63;
	border-bottom-color: #336E63;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}

.PressRelease-SingleLine-TypeContainer {
	float: right;

	border: 0em solid #cecfd2;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: transparent;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;
	width: 90%;
}

.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	/* clear: left; */
	position: absolute;
	right: 0;
	top: 20%;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
	position: relative;
}

.PressReleaseOdd {
	background-color: transparent;
}

.PressReleaseEven {
	background-color: transparent
}

.PressRelease {
	border-bottom: 1px solid #cecfd2;
	padding: 1.5em 0em;

	border-right: 0em solid #cecfd2;
	border-left: 0em solid #cecfd2;
}

#PressRelease_0 {
	border-top: 0em solid #cecfd2;
}

.PressRelease:last-child {
	border-bottom: 1px solid #cecfd2;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 1.0em;

	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #336E63;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #182432;
}

.PressRelease-NewsType {
	font-weight: 500;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #182432;
}

.PressRelease-NewsDate {
	margin-right: 0.5em;

	font-family: inherit;
	font-size: 1.0em;
	color: #182432;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

#SuppliedBy {
	text-align: right;
	padding-top: 2em;
	font-size: 13px;
}

table.EurolandTools-CommonObjects-Calendar-Month-Table {
	font-size: 16px;
}

/* CALENDAR */

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Month-Day,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton,
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(7),
.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(6) {
	color: #dc291e;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(7),
.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(6) {
	color: #dc291e;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
	color: #002A30;
}

.EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(7),
.EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(6) {
	color: #dc291e !important;
}

/* .EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(7) {
	color: #002A30;
} */

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	border: 1px solid #2DD782;
	background: #2DD782;
	color: #182432;
	width: 8em;
	padding: 10px 0px;
	font-weight: normal;
	border-radius: 0px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	background: #fff;
	color: #34514F;
	border-color: #34514F;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	border-top: 1px solid #cecfd2;
	padding: 2px;
	text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	border-color: #2DD782;
	background: #2DD782;
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	cursor: pointer;
	border-color: #2DD782;
	background: #2DD782;
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButtonContainer {
	margin: 0 auto;
	padding-top: 0px;
	width: 8em;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	border: 1px solid #2DD782;
	background: #2DD782;
	color: #182432;
	font-weight: normal;
	border-radius: 0px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	background: #fff;
	color: #34514F;
	border: 1px solid #34514F;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
	border: 1px solid #182432;
	background: #182432;
	color: #FFFFFF;
}

/* ADDITIONAL CSS */

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	margin-bottom: 10px;
}

.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
	border: 0;
	box-shadow: none;
}

#SearchBox:focus {
	outline: none;
}

.PressRelease-SingleLine-DataRow .PressRelease-NewsType {
	margin: 0px;
	/* display: none; */
}

#CurrentPeriodContainer {
	font-weight: 400;
	font-size: 20px;
	color: #336E63;
	line-height: 34px;
	padding-bottom: 10px;
}

#YearPeriodsContainer {
	text-align: right;
	position: relative;
	top: 32px;
	width: 11em !important;
	font-family: 'Aeonik' !important;
}

/* .PressRelease-Attachment {
	display: none !important;
} */

#TotalContainer {
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	width: 22px;
	height: 22px;
	background-image: url(icons/Calendar.svg);
	background-size: 22px 22px;
	background-repeat: no-repeat;
	top: 8px;
	position: relative;
	left: -50px;
}

span#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	margin-left: -31px;
}

a.TermsLink,
a.CookieLink {
	font-size: 13px;
	color: #182432;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName,
.InactiveInputBox {
	color: #182432;
}

.easySelect, .divSearcheasySelect, .options li {
	font-family: 'Aeonik' !important;
	color: #182432;
}

@media (max-width:616px) {
	span#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
		margin-left: 1px;
	}

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchBox,
	#FromCalendarInput,
	#ToCalendarInput {
		margin-bottom: 8px;
	}

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
	#SearchBox,
	#FromCalendarInput,
	#ToCalendarInput {
		width: 220px;
	}

	#TotalContainer {
		margin-top: 24px;
	}

	#Tabs {
		margin-top: 2em;
	}
}

h2#DateAvailableFrom {
	font-size: 16px !important;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected,
#YearPeriodsContainer a:hover {
	color: #182432;
}

@media (max-width: 1121px) {
	#SearchButton {
		margin: 3px;
	}
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	width: 80%;
}

td.Pages-ArrowContainer:first-child a::before {
	content: "Previous";
	width: 29px;
	height: 22px;
	background-repeat: no-repeat;
	/* background-size: 24px; */
	position: relative;
	color: #182432;
	left: 4%;
	font-weight: 700;
	/* font-size: 14px; */
	line-height: 22px;
}

td.Pages-ArrowContainer:first-child a,
td.Pages-ArrowContainer:last-child a {
	position: relative;
}

td.Pages-ArrowContainer:first-child a::after {
	content: "";
	background: url('icons/left-arr.svg');
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 15px;
	position: absolute;
	margin-top: 8px;
	right: 95.5%;
}

td.Pages-ArrowContainer:last-child a::before {
	content: "Next";
	width: 29px;
	height: 22px;
	background-repeat: no-repeat;
	/* background-size: 24px; */
	position: relative;
	color: #182432;
	left: -7%;
	font-weight: 700;
	/* font-size: 14px; */
	line-height: 22px;
}

td.Pages-ArrowContainer:last-child a::after {
	content: "";
	background: url('icons/right-arr.svg');
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 15px;
	position: absolute;
	margin-top: 8px;
	left: 87.3%;
}

@media (max-width:924px) {
	span#ToCalendarContrainer .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
		margin-left: 0;
	}

	.Pages {
		border-collapse: collapse;
		width: 94%;
		margin: 0 auto;
		float: none;
	}
}

@media (max-width:479px) {

	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		width: 9px;
		font-size: 12px;
	}

	.Pages-SelectedPageMarker,
	.Pages-SelectedPageMarker:hover,
	.Pages-SelectedPageMarker:active {
		background-color: #fff;
		color: #34514F;
		border: 0;
		border-bottom: 1px solid #34514F;
		text-decoration: initial;
		font-weight: bold;
	}
}