@font-face {
    font-family: Brother1816;
    font-weight: 300;
    src: url("fonts/Brother1816-Light.ttf") format("truetype");
}

@font-face {
    font-family: Brother1816;
    font-weight: 400;
    src: url("fonts/Brother1816-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Brother1816;
    font-weight: 700;
    src: url("fonts/Brother1816-Bold.ttf") format("truetype");
}
@font-face {
    font-family: Verdana;
    font-weight: 400;
    src: url("fonts/verdana.ttf") format("truetype");
}
@font-face {
    font-family: Verdana;
    font-weight: 600;
    src: url("fonts/verdana-bold.ttf") format("truetype");
}
@font-face {
    font-family: Verdana Bold Italic;
    src: url("fonts/verdana-bold-italic.ttf") format("truetype");
}


@font-face {
	font-family: EurolandToolsCommonIcons;
	src: url('euroland-icons/fontawesome-webfont.woff2') format('woff2'),
	     url('euroland-icons/fontawesome-webfont.woff') format('woff'),
	     url('euroland-icons/fontawesome-webfont.ttf') format('truetype'),
	     url('euroland-icons/fontawesome-webfont.svg#FontAwesome') format('svg'),
	     url('euroland-icons/fontawesome-webfont.eot'); /* IE9 Compat Modes */
	font-weight: normal;
	font-style: normal;
}

body {
    min-height: unset !important;
}
#Main {
    /* padding: 0;
	width: 100%; */
	max-width: 370px;
	min-width:100%;
    min-height: auto !important;
    margin: 0 auto;
    height: auto;
    max-height: 243px;
	padding: 0;
}

body,
input {
    font-family: Verdana,'Brother', sans-serif;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    background: transparent;
}

button {
    font-family: Verdana,'Brother', 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: #000000;

	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: #000000;

	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

#MainHeading {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 1.25em !important;
	font-weight: 600;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	color: #000000 !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: 0em;
}

#Periods {
	margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    width: 9em;
    margin: 2px 0;

	line-height: 2em;
    height: 2em;

	font-family: inherit;
    font-size: 20px;
    color: #000000;
    border: 0;
    border-bottom: 1px solid #c9c9c9;
    padding: 6px 4px;
    caret-color: #29C8C1;
    background: transparent;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
	vertical-align: top;
}

.euButton {
	height: auto;
	line-height: normal;

	font-family: inherit;
	font-size: 1.0em;
	font-weight: 500;
	color: #000000;
	text-transform: none;

	padding: 0px 32px;

	border: 1px solid #E0E3FD;
	border-radius: 100px;

	background: #E0E3FD;

	transition: background 0.5s, color 0.5s, border 0.5s;

	float: right;
	
	height: 36px;
	line-height: 36px;
}

.euButton:hover {
	background: #FFFFFF;
	color: #000000;
	border-color: #000000;

	cursor: pointer;
}

#SearchButton:hover {
	cursor: pointer;
}

#SearchContainer {
	padding: 0em 0 1em 0;
	clear: both;
}

#YearPeriodsContainer a {
	font-size: 1.1em;
	font-weight: 600;
	font-family: inherit;
}

#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 1.15em;
	font-weight: 600;
}

.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 #B2AA98;
}

.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: 0px 32px !important;

	margin-top: 0.0em;
	margin-right: 15px;
	margin-bottom: 0.0em;
	margin-left: 0px;

	border-radius: 100px;

	font-family: inherit;
	font-weight: 600;
	font-size: 1.0em;
	text-transform: none;
	color: #29C8C1;

	font-style: normal;
	text-decoration: none;

	border-top: 1px solid #29C8C1;
	border-right: 1px solid #29C8C1;
	border-bottom: 1px solid #29C8C1;
	border-left: 1px solid #29C8C1;

	background: #FFFFFF;

	transition: .2s ease-in-out;

	position: relative;
	top: 0;
	left: 0em;

	min-width: 7em;

	height: 36px;
	line-height: 36px;
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: #29C8C1;
	color: #FFFFFF;
	border-top: 1px solid #29C8C1;
	border-right: 1px solid #29C8C1;
	border-bottom: 1px solid #29C8C1;
	border-left: 1px solid #29C8C1;

	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 #404040;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

#Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display: none;
}

.Type {
	background-color: #29C8C1;
	border-radius: 100px;
	border: 1px solid #29C8C1;
	padding: 1.0em 1.0em 1.0em 1.0em;

	color: #FFFFFF;
	font-weight: 600;
	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: #29C8C1;
	border-color: #29C8C1;
}

/******************************************************************************** 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: 100px;
	margin: 0.0em;
}

.Pages-ArrowContainer:first-child .Pages-Arrow {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

	display: inline-block;

	background-color: #E0E3FD;
	color: #000000;
	border: 1px solid #E0E3FD;

	padding: 0em;

	font-family: inherit;
	font-size: 0.95em;
	text-decoration: initial;
	font-weight: 500;

	border-radius: 6px;

	transition: background 0.5s, color 0.5s, border 0.5s;

	margin: 2px;
	width: 33px;
	height: 33px;
	line-height: 33px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background: #FFFFFF;
	color: #000000;
	border-color: #000000;

	text-decoration: initial;
	font-weight: 500;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background: #FFFFFF;
	color: #000000;
	border-color: #000000;

	text-decoration: initial;
	font-weight: 500;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #000000;
	border-bottom: 0.0em solid #000000;
}

.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: #29C8C1;
	border-bottom-color: #29C8C1;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #29C8C1;
	border-bottom-color: #29C8C1;
}

.PressRelease-SingleLine-DateContainer {
  width: 100%;
  
}

.PressRelease-SingleLine-TypeContainer {
/* 	float: right; */
	border: 0em solid #E2E2E2;
	border-radius: 100px;
	background-color: transparent;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
.PressRelease-SingleLine-DateContainer {
	box-sizing: border-box;
	/* width: 25%; */
	padding: 5px;
	height: auto;
}

.PressRelease-SingleLine-TitleContainer {
	box-sizing: border-box;
	/* width: 75%; */
	text-align: left;
	padding: 5px;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
	display: block;
}

.PressReleaseOdd {
	background-color: transparent;
}

.PressReleaseEven {
	background-color: transparent
}

.PressRelease {
	border-bottom: 1px solid #E2E2E2;
	padding: 5px 0;

	border-right: 0em solid #E2E2E2;
	border-left: 0em solid #E2E2E2;
}

#PressRelease_0 {
	border-top: 0em solid #E2E2E2;
}

.PressRelease:last-child {
	border-bottom: 1px solid #E2E2E2;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	width: 100%;
	pointer-events: none;
	text-decoration: none !important;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    text-overflow: ellipsis;
    max-width: 317px !important;
    display: inline-block;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}

.PressRelease-NewsType {
	font-weight: 600;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #000000;
}

.PressRelease-NewsDate {
	font-family: inherit;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

#SuppliedBy {
	text-align: right;
	padding-top: 2em;
	font-size: 15px;
}

/* 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;
    color: #000000;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton {
    color: #000000;
}

td.EurolandTools-CommonObjects-Calendar-Month-Weekend.EurolandTools-CommonObjects-Calendar-Month-Day span,
th.EurolandTools-CommonObjects-Calendar-Month-DayName.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
	color: #ed1c24;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	border: 1px solid #E0E3FD;
	background: #E0E3FD;
	color: #000000;
	width: 8em;
	padding: 8px 0px;
	font-weight: 600;
	border-radius: 6px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	background: #FFFFFF;
	color: #000000;
	border-color: #000000;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	border-top: 1px solid #E2E2E2;
	padding: 2px;
	text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	border-color: #29C8C1;
	background: #29C8C1;
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	cursor: pointer;
	border-color: #29C8C1;
	background: #29C8C1;
	color: #FFFFFF !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButtonContainer {
	margin: 0 auto;
	padding-top: 0px;
	width: 8em;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
	border: 1px solid #29C8C1;
	background: #29C8C1;
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
	font-family: inherit;
	color: #000000;
	text-shadow: none;
}

table.EurolandTools-CommonObjects-Calendar-Calendar-NavigatorStructTable td > span {
    font-size: 20px;
    color: #000000;
    text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton {
    color: #000000;
}

/* ADDITIONAL CSS */

#CurrentPeriodContainer {
	font-family: inherit;
}

.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
	box-shadow: none;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected {
	color: #29C8C1 !important;
}

/* .EurolandTools-CommonObjects-Calendar-CalendarIcon {
	cursor: pointer;
	margin: 1px 5px;
	position: relative;
	top: 9px;
	left: 1px;
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	background-image: url(icons/calendar.png);
} */

#ButtonsContainer.NoTabsVisible {
    border-bottom: 0px solid #e1e1e1;
}

.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
	border: 0;
}

/* ARABIC */

.ar-AE body {
	direction: rtl;
	font-family: "Syne", sans-serif;
}

.ar-AE #YearPeriodsContainer {
	text-align: left;
}

.ar-AE #DateAvailableFrom {
	text-align: right;
}

.ar-AE .ArrowContainer:after {
	right: 0;
	left: -1em;
}

.ar-AE .PressRelease-SingleLine-TitleContainer {
	clear: right;
	float: right;
}

.ar-AE .PressRelease-SingleLine-DateContainer {
	float: right;
}

.ar-AE .PressRelease-SingleLine-AttachmentsContainer {
	float: left;
	/* clear: right; */
}

.ar-AE .PressRelease-NewsDate {
	margin-right: 0em;
	margin-left: 0.5em;
}

.ar-AE .PressRelease-Attachment {
	margin-top: -17px;
}

.ar-AE #SuppliedBy {
	text-align: left;
}

.ar-AE .euButton {
	float: left;
}

.ar-AE .SeparateNews-Title,
.ar-AE #SeparateNews-Body,
.ar-AE .SeparateNews-Header-RightColumn,
.ar-AE #SeparateNews-Footer {
	direction: rtl;
    font-family: "Syne", sans-serif;
}

/* RESPONSIVE */

@media screen and (max-width: 661px) {
	.euButtton {
		float: none;
	}
}

@media screen and (max-width: 635px) {
	.euButton,
	.ar-AE .euButton {
		float: none;
        margin: 2px 0;
	}
}

@media screen and (max-width: 375px) {
	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		width: 29px;
		height: 29px;
		line-height: 29px;
	}
}

#DateAvailableFrom,
#Periods,
#SearchContainer,
#SortingContainer,
#Types,
#SortReleaseArrow,
.PressRelease-SingleLine-TypeContainer,
#PagesContainer,
#SuppliedBy,
div#TotalContainer,
div#ControlsContainer {
	display: none !important;
}

.PressRelease-NewsDate{
	font-weight: bold;
}

img[alt="Download File"] {
    transform: scale(1);
}

/* img[alt="Download File"] {
    opacity: 0 !important;
}

.PressRelease-Attachment div a:has(img[alt="Download File"]) {
    position: relative;
}

.PressRelease-Attachment div a:has(img):after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: EurolandToolsCommonIcons;
    font-size: 24px;
    color: #80D10B;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.PressRelease-Attachment div a:has(img[alt="Download File"]):after { content: "\f1c1"; }

.PressRelease-Attachment div a:has(img):hover:after {
    opacity: 1;
    transform: scale(1.1);
} */


@media screen and (max-width: 425px) {
	.PressRelease-SingleLine-DateContainer {
		padding: 0;
	}
	.PressRelease-SingleLine-TitleContainer {
		/* padding: 0; */
		/* padding-top: 24px; */
	}
	.PressRelease {
		/* padding: 0px; */
	}
}


@media screen and (max-width: 374px) {
	.PressRelease-NewsTitle, .PressRelease-NewsTitle:link, .PressRelease-NewsTitle:visited {
		max-width: 82vw !important;
	}
}