
@import url("//fonts.googleapis.com/css?family=Roboto");
@font-face {
	font-family: 'Almarai';
	src: url("fonts/Almarai-Regular.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}
#Main {
    max-width: 1328px;
    padding:0;
}
body,
input {
    font-family: 'Roboto';
	font-size: 18px;
	color: #030303;
}
button {
    font-family: 'Roboto';
}
.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: #030303;
	
	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: #009A34;
	
	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: #030303 !important;
	display: none !important;
}
#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: 33px;
	line-height: 35px;
	width: 188px;
	border: 1px solid #555555;
	border-radius: 5px;
	margin: 5px;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
	font-family: inherit;
	font-size: 16.48px;
	font-weight: 600;
	color: #ffffff !important;
	text-transform: none;
	margin: 5px;
	padding: 12px 27px;
	border: 1px solid #009A34;
	border-radius: 50px;
	background: #009A34;
	transition: background 0.5s, color 0.5s, border 0.5s;
	text-decoration: none;
	width: 200px;
	height: 45px;
	float: none;
}
.euButton:hover {
	text-decoration: none !important;
    background: #bee14f !important;
    color: #fff !important;
    border-color: #bee14f !important;
	cursor: pointer;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 18px;
    font-weight:600;
	color:#009A34;
}
#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-size: 1.25em;
    font-weight:bold;
	display: none !important;
}
.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 #F5F5F5;	
}

.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: bold;
	font-size: 1.0em;
	text-transform: none;	
	color: #030303;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0em solid #F5F5F5;
	border-right: 0em solid #F5F5F5;
	border-bottom: 0em solid #F5F5F5;
	border-left: 0em solid #F5F5F5;
	
	background: #F5F5F5;
	
	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: #009A34;
	color: #FFFFFF;	
	border-top: 0em solid #009A34;
	border-right: 0em solid #009A34;
	border-bottom: 0em solid #009A34;
	border-left: 0em solid #009A34;
	
	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 #009A34;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	background-color: #FFFFFF;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 0em solid #1A3071;
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	color: #030303;
	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: #1A3071;
	color: #FFFFFF;
	border-color: #1A3071;
}

/******************************************************************************** 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: #FFFFFF;
	color: #030303;
	border: 0em solid #1A3071;
	padding: 5px;
	font-family: inherit;
	font-size: 15px;
	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: 5px;
	width: 20px;
	height: 20px;
	border-radius: 30px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #009A34;
	color: #fff;
	border-color: #009A34;
	text-decoration: initial;
	font-weight: normal;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #009A34;
	color: #fff;
	border-color: #009A34;
	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 #030303;
	border-bottom: 0.0em solid #030303;
}
.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: #030303;
	border-bottom-color: #030303;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #009A34;
	border-bottom-color: #009A34;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
	margin-bottom: 0.5em;
}
.PressRelease-SingleLine-TypeContainer {
	
	float: right;
	
	border: 0.08em solid #030303;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: #030303;
	padding: 0.5em 0.5em 0.5em 0.5em;	
	display: None !important;
	
}
.PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;	
}
.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}
.PressReleaseEven {
	background-color: transparent
}
.PressRelease {
	border-bottom: 1px solid #D9D6D6;
	padding: 1.5em 0em;
	border-right: 0em solid #414843;	
	border-left: 0em solid #414843;
}
#PressRelease_0 {
	border-top: 0em solid #414843;
}
.PressRelease:last-child {
	border-bottom: 0.08em solid #D9D6D6;
}

.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 18px;
	
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #030303;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #009A34;
}
.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #030303;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	font-family: inherit;
	font-size: 16px;
	color: #009A34;
	font-weight: 600;
	text-transform: none;
	font-style: normal;
	text-transform: uppercase;
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}
#SuppliedBy {
    text-align: right;
    padding-top: 2em;
	font-size: 13px;
}


/****************Custom Phrases*******/

#ButtonsContainer.NoTabsVisible {
	border-bottom: 0px solid #e1e1e1;
}
.PressRelease-Attachment div a img {
	margin: 0px !important;
  }
  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
	width: 30px;
	height: auto;
  }
  .PressRelease-Attachment div a {
	height: 24px !important;
  }
  .InactiveInputBox {
	  color: #030303 !important;
	  }

	  .EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button { 
		color: #030303;
		text-shadow: none !important;
		border: 1px solid #030303;
	  }
	  .EurolandTools-CommonObjects-Calendar-Navigator-Button,
	  .EurolandTools-CommonObjects-Calendar-Month-DayName,
	  .EurolandTools-CommonObjects-Calendar-Month-Day {
		color: #030303 !important;
		text-shadow: none !important;
	  }
	  .EurolandTools-CommonObjects-Calendar-Month-Day {
	  font-size: 13px !important;
	}
	.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton,
	.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
		border-color: #009A34;
		background: #009A34;
		color: #fff !important;
	  }
	.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
	.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
		font-family: inherit;
		font-size: 15px;
		font-weight: 400;
		color: #ffffff;
		text-transform: capitalize;
		padding: 7px;
		border: 1px solid #009A34;
		border-radius: 5px;
		background: #009A34;
		transition: background 0.5s, color 0.5s, border 0.5s;
		text-decoration: none;
		width: 100px;
	}
	.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
	.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover { 
		text-decoration: none;
		background: #ffffff;
		color: #009A34;
		border-color: #009A34;
	}
	.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
		text-align: center;
	  }
	  .EurolandTools-CommonObjects-Calendar-Month-DayName {
		font-size: 13px;
		border-bottom: 1px solid #D9D6D6;
	  }
	  table.EurolandTools-CommonObjects-Calendar-Month-Table tr td.EurolandTools-CommonObjects-Calendar-Month-Weekend:nth-child(6),
	  table.EurolandTools-CommonObjects-Calendar-Month-Table tr th.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend:nth-child(6),
	  table.EurolandTools-CommonObjects-Calendar-Month-Table tr td.EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(5),
	  table.EurolandTools-CommonObjects-Calendar-Month-Table tr th.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(5) {
		color: #c22 !important;
	  }
	  .EurolandTools-CommonObjects-Calendar-Navigator-Button:hover {
		border: 1px solid #030303;
		background: #ffffff;
	  }
	  .EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Navigator-Button.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton {
		font-size: 15px;
	  }
	  .EurolandTools-CommonObjects-Calendar-Button-VisualButton-Disabled {
		opacity: 1 !important;
	  }
/************Arabic**********/
.ar-AE body,
.ar-AE input,
.ar-AE {
    font-family: 'Almarai';
	font-size: 18px;
	color: #030303;
}
.ar-AE button {
    font-family: 'Almarai';
}
.ar-AE {
	direction: rtl !important;
  }
  .ar-AE .PressRelease-SingleLine-DateContainer {
	float: right;
	direction: rtl;
  }
  .ar-AE .PressRelease-SingleLine-TitleContainer {
	clear: right;
	float: right;
	text-align: right;
  }
  .ar-AE .PressRelease-SingleLine-AttachmentsContainer {
	float: left;
  }
  .ar-AE .NewsColumn-Container .PressRelease-Attachment {
	float: left !important;
	padding-left: 5px !important;
  }
  .ar-AE #SuppliedBy {
	text-align: left !important;
  }
  .ar-AE .EurolandTools-CommonObjects-Calendar-SelectionIndicator,
  .ar-AE #SearchBox, .ar-AE #FromCalendarInput,
  .ar-AE #ToCalendarInput {
	text-align: right !important;
  }
  .ar-AE #SearchContainer {
	direction: rtl;
  }
  .ar-AE .PressRelease-NewsDate {
	margin-right: 0em;
  }
  .ar-AE #ButtonsContainer {
	text-align: left;
  }
  .ar-AE #Periods {
	direction: rtl !important;
  }
  .ar-AE #TotalContainer {
	text-align: right;
  }
  .ar-AE #YearPeriodsContainer {
	text-align: left;
  }
  .ar-AE #DateAvailableFrom {
	text-align: right;
  }
  .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton, .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton{
	font-weight: 600 !important;
	border-radius: 50px !important;
	border: unset !important;
  }
  .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover, .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover{
	background: #bee14f !important;
    color: #fff !important;
	border: unset !important;
  }
  .NewsColumn-Container .PressRelease-Attachment {
    /* padding-top: 1.5em; */
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
    display: contents;
}