@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

#Main {
    max-width: 1200px;
    padding:0;
}
body,
input {
    font-size: 16px;
	font-family: "Mulish", sans-serif;
    color: #000000;
	font-weight: 300;
}
button {
    font-family: "Mulish", sans-serif;
}
.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: #4F99BA;
	
	font-weight: 300;
	text-decoration: underline;
	font-style: none;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover {
    color: #4F99BA;
	
	font-weight: none;
	text-decoration: underline;
	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: #000000 !important;
}
#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 1.1em;
    font-weight: 300;
    padding-top: 0em;
    padding-bottom: 0.6em;
}
#Periods {
	margin-top: 0.6em;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: auto;
    line-height: 2em;
    width: 9em;
    border: 0.08em solid #CCCCCC;
	vertical-align: top;
    margin: 0 0 10px 0;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
	height: auto;
    line-height: normal;
    font-family: inherit;
    font-size: 1.0em;
    font-weight: 500;
    color: #FFFFFF !important;
    text-transform: uppercase;
    padding: 0.8em;
    border: 0em solid #317796;
    border-radius: 8px;
    background: #317796;
    color: #FFFFFF !important;
    transition: background 0.5s, color 0.5s, border 0.5s;
    float: right;
}
.euButton:hover {
    background: #317796;
    color: #FFFFFF !important;
	border-color: #317796;
	
	cursor: pointer;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 1.25em;
    font-weight:bold;
}
#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-size: 1.25em;
    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: 0em solid #000000;	
}

.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: 300;
	font-size: 1.0em;
	text-transform: uppercase;	
	color: #317796;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0em solid #000000;
	border-right: 0em solid #000000;
	border-bottom: 0em solid #000000;
	border-left: 0em solid #000000;
	
	background: #000000;
	
	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: #000000;
	color: #317796;	
	border-top: 0.08em solid #000000;
	border-right: 0.08em solid #000000;
	border-bottom: 0.08em solid #317796;
	border-left: 0.08em solid #000000;
	
	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 #317796;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	background-color: #317796;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 0em solid #317796;
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	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: #317796;
	color: #FFFFFF;
	border-color: #317796;
}

/******************************************************************************** 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: #000000;
	border: 0em solid #CCCCCC;
	
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	font-family: inherit;
	font-size: 1.0em;
	text-decoration: initial;
	font-weight: 300;
	
	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: transparent;
	color: #000000;
	border-color: transparent;
	
	text-decoration: initial;
	font-weight: 300;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: transparent;
	color: #000000;
	border-color: transparent;
	
	text-decoration: initial;
	font-weight: bold;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #4F99BA;
	border-bottom: 0.0em solid #4F99BA;
}
.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: #4F99BA;
	border-bottom-color: #4F99BA;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #4F99BA;
	border-bottom-color: #4F99BA;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}
.PressRelease-SingleLine-TypeContainer {
	
	float: right;
	
	border: 0em solid #CCCCCC;	
	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;	
}
.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	clear: left;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}
.PressReleaseEven {
	background-color: transparent
}
.PressRelease {
	border-bottom: 0.08em solid #CCCCCC;
	padding: 10px 0em;
	
	border-right: 0em solid #CCCCCC;	
	border-left: 0em solid #CCCCCC;
}
#PressRelease_0 {
	border-top: 0em solid #CCCCCC;
}
.PressRelease:last-child {
	border-bottom: 0em solid #CCCCCC;
}

.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 1.0em;
	
	font-weight: 300;
	font-style: normal;
	text-decoration: initial;
	color: #000000;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: 300;
	font-style: normal;
	text-decoration: underline;
	color: #000000;
}
.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #000000;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	
	font-family: inherit;
	font-size: 1.0em;
	color: #000000;
	font-weight: bold;
	text-transform: none;
	font-style: normal;	
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}
#SuppliedBy {
    text-align: right;
    padding-top: 2em;
}


/***********Changes*************/

.ar-AE body, .ar-AE input, .ar-AE button {
    font-family: "Almarai", sans-serif;
}

h1#MainHeading {
    display: none;
}

div#Main {
    padding-top: 1em;
}

footer {
    font-size: 13px;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    top: 12px;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Month-Day,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button {
    text-shadow: 0px 0px 0px #aaa;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    border: 1px solid #317796;
    background: #317796;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #FFFFFF;
    color: #fff;
    text-shadow: 0px 0px 0px #666;
    transition: background 1.0s, border 1.0s;
	border-radius: 8px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	border: 1px solid #317796;
    background: #317796;
	color: #fff !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton,
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
    border: 1px solid #317796;
    background: #317796;
	color: #fff !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    border: 1px solid #317796;
    background: #317796 !important;
	color: #fff !important;
	border-radius: 8px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
    border: 1px solid #317796;
    background: #317796 !important;
	color: #fff !important;
}

.ar-AE #DateAvailableFrom {
    text-align: right;
}

.ar-AE body {
    direction: rtl !important;
}

.ar-AE .euButton {
    float: left;
}

.ar-AE #YearPeriodsContainer {
    text-align: left;
}

.ar-AE #SuppliedBy {
    text-align: left;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    margin-bottom: 7px;
}

.ar-AE .ArrowContainer:after {
    right: 0;
    left: -1em;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
    position: relative;
    top: -26px;
}

@media(max-width : 1034px) {
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
		position: relative;
		top: 0px;
	}
}

.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;
}

body.ar-AE h1.SeparateNews-Title {
    direction: rtl;
}

/*****************/

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    cursor: pointer;
    margin: 3px 5px;
    position: relative;
    top: -4px;
    width: 33px;
    height: 50px;
    background: url(Calendar.svg) center center no-repeat !important;
    display: inline-block;
}


a.Pages-Arrow:hover, a.Pages-Arrow {
    color: transparent;
}

a.Pages-Arrow {
    color: transparent;
}
a.Pages-Arrow {
    position: relative;
}

td.Pages-ArrowContainer:first-child a::after {
	content: "";
    background: url(left.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
    top: 26%;
    right: 0%;
}

td.Pages-ArrowContainer:last-child a::after {
	content: "";
    background: url(right.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
    top: 26%;
    left: 17%;
}


.ar-AE .Pages-ArrowContainer:first-child a::after {
	content: "";
    background: url(right.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
	top: 22%;
    right: 14%;
}

.ar-AE .Pages-ArrowContainer:last-child a::after {
	content: "";
    background: url(left.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
	top: 22%;
    left: 38%;
}