/************************************************************************* FONT DECLARATIONS *****************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600&display=swap');


/*********************************************************************** FONT DECLARATIONS END ***************************************************************************/

* {
	font-size: 16px;
	font-family: 'Alexandria', sans-serif;
}

#Main {
	max-width: 1200px;
	padding: 0;
	width: 100%;
}


body {
	margin: 0px;
	background: #FFFFFF;
	display: none !important;
}

body,
input {
	font-size: 16px;
	font-family: 'Alexandria', sans-serif;
	color: #736f82;
}

button {
	font-family: 'Alexandria', sans-serif;
}

.Tabs-Tab {
	font-size: 14px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
	color: #736f82;

	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: #27DD97;

	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

#MainHeading {
	display: none !important;
	/* line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em !important;
    font-weight: normal;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #FFFFFF !important; */
}

#DateAvailableFrom {
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 0em;
	padding-bottom: 0.3em;
}

#Periods {
	margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	height: auto;
	line-height: normal;
	min-width: 9.6em;
	border: 0.08em solid #e2e2e2;
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 1em;
	background: #FFFFFF;
	color: #736f82;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	min-width: 10em;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
	vertical-align: top;
}

.euButton {
	height: auto;
	line-height: normal;

	font-family: inherit;
	font-size: 1.0em;
	font-weight: normal;
	color: #000000 !important;
	text-transform: inherit;

	padding: 0.8em 1em;

	border: 1px solid #27DD97;
	border-radius: 30px;

	background: #27DD97;

	transition: background 0.5s, color 0.5s, border 0.5s;
	min-width: 8em;
	float: none;

}

.euButton:hover {
	background: #157347;
	color: #FFFFFF !important;
	border-color: #27DD97;

	cursor: pointer;
}

#SearchButton:hover {
	cursor: pointer;
}

#SearchContainer {
	padding: 0em 0 1em 0;
	clear: both;
}

#YearPeriodsContainer a {
	font-size: 1.25em;
	font-weight: normal;
	color: #736f82;
}

#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 1.25em;
	font-weight: normal;
}

.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 #0A2030;
}

.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: 2.0em;
	padding-bottom: 1.0em !important;
	padding-left: 2.0em;

	margin-top: 0.0em;
	margin-right: 0.08em;
	margin-bottom: 0.0em;
	margin-left: 0.08em;

	border-radius: 0.0em 0.0em 0.0em 0.0em;

	font-family: inherit;
	font-weight: normal;
	font-size: 1.0em;
	text-transform: none;
	color: #FFFFFF;

	font-style: normal;
	text-decoration: none;

	border-top: 0em solid #0A2030;
	border-right: 0em solid #0A2030;
	border-bottom: 0em solid #0A2030;
	border-left: 0em solid #0A2030;

	background: #0A2030;

	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: #0A2030;
	color: #CB5000;
	border-top: 0em solid #0A2030;
	border-right: 0em solid #0A2030;
	border-bottom: 0em solid #0A2030;
	border-left: 0em solid #0A2030;

	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 #0A2030;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

#Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display: none;
}

.Type {
	background-color: #CB5000;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 0em solid #CB5000;
	padding: 1.0em 1.0em 1.0em 1.0em;

	color: #FFFFFF;
	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: #FFFFFF;
	color: #0A2030;
	border-color: #FFFFFF;
}

/******************************************************************************** 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: #0A2030;
	color: #FFFFFF;
	border: 0.08em solid #27DD97;

	padding: 1.0em 1.0em 1.0em 1.0em;

	font-family: inherit;
	font-size: 1.0em;
	text-decoration: initial;
	font-weight: normal;

	border-radius: 0.0em 0.0em 0.0em 0.0em;

	transition: background 0.5s, color 0.5s, border 0.5s;
	margin: 0em;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #0A2030;
	color: #FFFFFF;
	border-color: #27DD97;

	text-decoration: initial;
	font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #0A2030;
	color: #FFFFFF;
	border-color: #27DD97;

	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 #0A2030;
	border-bottom: 0.0em solid #0A2030;
}

.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: #0A2030;
	border-bottom-color: #0A2030;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #CB5000;
	border-bottom-color: #CB5000;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
	margin-bottom: 0px;
	padding: 8px 0;
	width: 26%;
}

.PressRelease-SingleLine-TypeContainer {

	float: none;

	border: 0em solid #27DD97;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: transparent;
	padding: 0.5em 0.5em 0.5em 0.5em;
	width: 73%;
	text-align: right;
	padding-right: 0 !important;

}

.PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;
	text-align: justify;
	width: 90%;
	line-height: 24px;
}

.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	clear: none;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: #FFFFFF;
}

.PressReleaseEven {
	background-color: #FFFFFF;
}

.PressRelease {
	border-bottom: 1px solid #CCCCCC;
	padding: .5em 0em;

	border-right: 0em solid #27DD97;
	border-left: 0em solid #27DD97;
}

#PressRelease_0 {
	border-top: 0em solid #27DD97;
}

.PressRelease:last-child {
	border-bottom: 0em solid #27DD97;
}

.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: #736f82;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #27DD97;
}

.PressRelease-NewsType {
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #736f82;
}

.PressRelease-NewsDate {
	margin-right: 0.5em;

	font-family: inherit;
	font-size: 1.0em;
	color: #252527;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
}

.ar-AE .PressRelease-NewsDate {
	margin-right: 0 !important;
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

#SuppliedBy {
	text-align: right;
	padding-top: 2em;
}

#ButtonsContainer.NoTabsVisible {
	border-bottom: 1px solid #EAEAEA;
}

.SortingContainer-NoChange-NewsColumn a:link .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:visited .ArrowContainer:after {
	border-top-color: #736f82 !important;
	border-bottom-color: #736f82 !important;
}

.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link {
	color: #736f82 !important;
	font-weight: normal;
}

#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 1.25em;
	font-weight: normal;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
.InputBox {
	padding: 10px;
	border-radius: 6px;
}

input#SearchBox {
	vertical-align: top;
	min-width: 160px;
	margin-top: 0;
	padding-left: 10px;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #252527 !important;
	color: #FFFFFF !important;
	border-color: #252527 !important;
	text-decoration: initial;
	font-weight: normal;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
	display: inline-block;
	background-color: #FFFFFF;
	color: #736f82;
	border: 0.08em solid #CCCC;
	padding: 0.5em 1em;
	font-family: inherit;
	font-size: 1.0em;
	text-decoration: initial;
	font-weight: normal;
	border-radius: 0em 0em 0em 0em;
	transition: background 0.5s, color 0.5s, border 0.5s;
	margin: 0em;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #252527;
	color: #FFFFFF !important;
	border-color: #252527 !important;
	text-decoration: initial;
	font-weight: normal;
}

#SuppliedBy,
a.TermsLink,
a.CookieLink {
	font-size: 12px !important;
	font: 12px !important;
}

#SuppliedBy>a:before {
	background-color: #FFFF;
}

.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
	text-shadow: none !important;
	font-weight: normal;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	background: #27DD97;
	color: #FFF !important;
	border-color: #27DD97;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	background: #27DD97 !important;
	color: #FFFFFF !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton {
	padding: 3px;
    border-radius: 21px;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton,
.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	text-shadow: none;
	color: #736f82;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	padding: 10px 0px !important;
	background-color: #27DD97 !important;
	text-transform: inherit !important;
	font-weight: normal !important;
	color: #000000;
	font-family: 'Alexandria', sans-serif;
	font-size: 16px;
	min-width: 8em;
	max-width: 0;
	border-radius: 30px;
	/* letter-spacing: 1px; */
	border-color: #27DD97;
	text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	color: #FFFFFF !important;
	background: #157347 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName {
	color: #736f82;
}

.EurolandTools-CommonObjects-Calendar-Month-Table th:nth-child(6),
.EurolandTools-CommonObjects-Calendar-Month-Table th:nth-child(7),
.EurolandTools-CommonObjects-Calendar-Month-Table td:nth-child(6) span,
.EurolandTools-CommonObjects-Calendar-Month-Table td:nth-child(7) span {
	color: #c22;
}
/* table.EurolandTools-CommonObjects-Calendar-Month-Table tr:hover {
    background: gray;
} */
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	padding: 10px 0px !important;
	background-color: #27DD97;
	color: #000000;
	font-family: 'Alexandria', sans-serif;
	font-size: 16px;
	min-width: 8em;
	max-width: 0;
	border-radius: 30px;
	border-color: #27DD97;
	text-shadow: none;
	font-weight: normal;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	color: #FFFFFF;
	background: #157347;
	border: 1px solid #27DD97;
}

/* ar custom */
.ar-AE body {
	direction: rtl;
}

.ar-AE div#DateAvailableFrom {
	text-align: right;
}

.ar-AE td#YearPeriodsContainer {
	text-align: left;
}

.ar-AE .ArrowContainer:after {
	right: unset;
	left: -1em;
}

.ar-AE div#SuppliedBy {
	text-align: left;
}

.ar-AE .PressRelease-SingleLine-DateContainer {
	float: right;
}

.ar-AE .PressRelease-SingleLine-TitleContainer {
	clear: right;
	float: right;
}

.ar-AE .PressRelease-SingleLine-AttachmentsContainer {
	float: left;
	/* clear: right; */
}

.ar-AE .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	float: right;
}

.ar-AE,
.ar-AE body,
.ar-AE input {
	direction: rtl;
	font-family: 'Alexandria', sans-serif;
	font-weight: normal;
}

@media (max-width: 399px) {
	.ar-AE .PressRelease-SingleLine-AttachmentsContainer {
		float: left !important;
	}
}

.ar-AE .Pages-ArrowContainer:last-child .Pages-Arrow {
	border-top-left-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
}

.ar-AE .Pages-ArrowContainer:first-child .Pages-Arrow {
	border-top-right-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	border-top-left-radius: 0em;
	border-bottom-left-radius: 0em;
}

.PressRelease:last-child {
	border-bottom: 0px solid #27DD97;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected {
	color: #27DD97 !important;
	text-decoration: underline !important;
}

/* Custom Dark Calendar */

/* .EurolandTools-CommonObjects-Calendar-Calendar {
	min-width: 300px;
    min-height: 300px;
    background: #0A1420;
    border: 1px solid #CB5000;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	color: #FFFFFF !important;
	border-color: transparent;
}
.EurolandTools-CommonObjects-Calendar-Navigator-Button:hover {
	background:transparent !important;
}
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-align: center;
    padding: 0px 0px 5px 0px;
    color: #FFFF;
    text-shadow: none !important;
}
.EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: transparent;
  text-shadow: none !important;
  color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	background: #CB5000;
    color: #FFF;
    border-color: #CB5000;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	background: #CB5000 !important;
	border-color: #CB5000 !important;
	color: #FFF !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Weekend span {
	color: #ed1c24 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
	background: #CB5000;
    color: #FFF;
    border-color: #CB5000;
} */
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	width: 70%;
	margin-top: 5px;
	float: left;
}

/* .EurolandTools-CommonObjects-Calendar-Month-Weekend {

} */

.ar-AE .PressRelease-SingleLine-TypeContainer {
	width: 74%;
	padding-left: 0;
}

.ar-AE .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
	text-align: left;
}

.ar-AE .PressRelease-SingleLine-DateContainer {
	width: 26%;
}

.ar-AE .PressRelease-Attachment div {
	margin-left: 0 !important;
}

/* @media screen and (max-width:796px) {
	.PressRelease-SingleLine-TypeContainer {
		width: unset !important;
		display: block !important;
		text-align: left;
		padding-left: 0;
	}

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		display: block !important;
		width: unset;
	}

	.ar-AE .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
		text-align: right;
	}

	.ar-AE .PressRelease-SingleLine-DateContainer {
		float: none;
	}

} */

.ar-AE #DateAvailableFrom {
    text-align: right;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	font-weight: normal;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	margin: 3px 10px;
}