@font-face {
    font-family: 'DUBAI-REGULAR';
    src: url('fonts/Dubai-Bold.otf') format('opentype'),
        url('fonts/Dubai-Bold.eot') format('embedded-opentype'),
        url('fonts/Dubai-Bold.woff') format('woff'),
        url('fonts/Dubai-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DUBAI-REGULAR';
    src: url('fonts/Dubai-Medium.otf') format('opentype'),
        url('fonts/Dubai-Medium.eot') format('embedded-opentype'),
        url('fonts/Dubai-Medium.woff') format('woff'),
        url('fonts/Dubai-Medium.ttf') format('truetype'),
        url('fonts/Dubai-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'DUBAI-REGULAR';
    src: url('fonts/Dubai-Regular.otf') format('opentype'),
        url('fonts/Dubai-Regular.eot') format('embedded-opentype'),
        url('fonts/Dubai-Regular.woff')format('woff'),
        url('fonts/Dubai-Regular.ttf') format('truetype'),
        url('fonts/Dubai-Regular.eot?#iefix')format('embedded-opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DUBAI-REGULAR';
    src: url('fonts/Dubai-Light.otf') format('opentype'),
        url('fonts/Dubai-Light.woff') format('woff'),
        url('fonts/Dubai-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#Main {
    max-width: 1320px;
    padding: 0 6px;
    box-sizing: border-box;
}

body,
input {
    font-family: 'DUBAI-REGULAR', sans-serif;
    font-size: 16px;
    color: #222222;
}

.ar-AE body,
.ar-AE input {
    font-family: 'DUBAI-REGULAR', sans-serif;
    font-size: 16px;
    color: #222222;
}

button {
    font-family: 'DUBAI-REGULAR', 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: #222222;

    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: #007560;

    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: #222222 !important;

    display: none;
}

#DateAvailableFrom {
    font-family: inherit;
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 24px !important;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 0;
}

#Periods {
    margin-top: 1.5em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 48px;
    line-height: 48px;
    width: 420px;
    margin: 3px 0;

    color: #222222;
    outline: 0;
    border: 0;
    padding: 0px 12px;
    caret-color: #007560;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #D7D7DF;

    box-sizing: border-box;
}

#SearchBox {
    background: url('icons/search.png') no-repeat right 10px center;
    background-size: 16px 18px;
    padding-right: 35px;
    box-sizing: border-box;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    width: 300px;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
    vertical-align: top;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
    padding: 10px;
    text-align: center;
}

.euButton {
    font-family: inherit;
    font-size: 1.0em;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 0 0.8em;
    border-radius: 30px;
    line-height: 20px;
    transition: background 0.5s, color 0.5s, border 0.5s;
    float: right;
    min-width: 195px;

    background: #007560;
    border: 1px solid #007560;

    margin-top: 3px;

    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
}

.euButton:hover {
    text-decoration: none;
    background: #007560;
    color: #FFFFFF;
    border-color: #007560;

    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.24);
}

#SearchButton:hover {
    cursor: pointer;
}

#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}

#YearPeriodsContainer a {
    font-size: 1.25em;
    font-weight: bold;
    margin: 0 2px;
}

span.PressRelease-NewsType {
    display: none;
}

#SortingContainer {
    margin-top: 10px;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 10px;
    font-size: 16px;
    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 #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: 2.0em;
    padding-bottom: 1.0em !important;
    padding-left: 2.0em;

    margin-top: 0.0em;
    margin-right: 1px;
    margin-bottom: 0.0em;
    margin-left: 1px;

    border-radius: 0.0em 0.0em 0.0em 0.0em;

    font-family: inherit;
    font-weight: bold;
    font-size: 1.0em;
    text-transform: none;
    color: #929DB1;

    font-style: normal;
    text-decoration: none;

    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;

    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: #FFFFFF;
    color: #007560;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;

    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 #FFFFFF;
}

.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display: none;
}

.Type {
    background-color: #FFFFFF;
    border-radius: 0.0em 10em 0.0em 0.0em;
    border: 0em solid #007560;
    padding: 1.0em 1.0em 1.0em 1.0em;

    color: #FFFFFF;
    font-weight: bold;
    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: #007560;
    color: #FFFFFF;
    border-color: #007560;
}

/******************************************************************************** Paging Buttons */

/******************************************************************************** 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: 8px;
    border-bottom-left-radius: 8px;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

    display: inline-block;

    background-color: #F4F6F8;
    color: #313235;
    border: 0px solid #E0E0E1;

    padding: 0em;

    font-family: inherit;
    font-size: 14px;
    text-decoration: initial;
    font-weight: 400;

    border-radius: 0px;

    transition: background 0.5s, color 0.5s, border 0.5s;

    margin: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
    background: #E4E9ED;
    color: #222222;
    border-color: #E4E9ED;

    text-decoration: initial;
    font-weight: 400;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background: #E4E9ED;
    color: #222222;
    border-color: #E4E9ED;

    text-decoration: initial;
    font-weight: 400;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #222222;
    border-bottom: 0.0em solid #222222;
}

.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: #222222;
    border-bottom-color: #222222;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #007560;
    border-bottom-color: #007560;
}

.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;
    padding: 0px 0 0;
    width: 100%;
}

.PressRelease-SingleLine-AttachmentsContainer {
    float: right;
    clear: left;
}

.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
}

.PressReleaseOdd {
    background-color: transparent;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected {
    color: #007560 !important;
    text-decoration: underline !important;
}

.PressReleaseEven {
    background-color: transparent
}

.PressRelease {
    border-bottom: 0px solid #00000033;
    padding: 14px 0px 16px;

    border-right: 0em solid #CCCCCC;
    border-left: 0em solid #CCCCCC;
    border-top: 1px solid #00000033;
    line-height: 25px;
}

#PressRelease_0 {
    border-top: 0em solid #CCCCCC;
}

.PressRelease:last-child {
    border-bottom: 0px solid #E8E8E8;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-size: 20px;

    font-weight: 500;
    font-style: normal;
    text-decoration: initial;
    color: #222222;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    font-weight: 500;
    font-style: normal;
    text-decoration: underline;
    color: #007560;
}

.PressRelease-NewsType {
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    font-size: 16px;
    color: #222222;
}

.PressRelease-NewsDate {
    margin-right: 0.5em;
    font-family: inherit;
    font-size: 16px;
    color: #6F6F6F;
    font-weight: 400;
    text-transform: none;
    font-style: normal;

    position: relative;
    padding-left: 50px;
}

.PressRelease-NewsDate::before {
    position: absolute;
    content: "DEWA,";
    left: 0;
}

.ar-AE .PressRelease-NewsDate {
    padding-left: 0px;
    padding-right: 50px;
}

.ar-AE .PressRelease-NewsDate::before {
    left: unset;
    right: 0;
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}

#SuppliedBy {
    text-align: right;
    padding-top: 2em;
    font-size: 14px;
}

/* CUSTOM */

#CurrentPeriodContainer {
    font-weight: bold;
    font-size: 1.16em;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    font-family: inherit;
    display: inline-block;
    zoom: 1.0;
    width: 50%;
    padding: 0.6em;
    border: 3px solid #007560;
    background: #FFF;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    border-radius: 30px;
    font-weight: normal;
    color: #007560;
    text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    font-size: 15px;
    line-height: 15px;

    color: #1798d5;
    border: 1px solid #1798d5;
    background: #FFF;
    border-radius: 30px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
    background: #1798d5;
    border: 1px solid #1798d5;
    color: #FFF;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-align: center;
    padding: 0px 0px 5px 0px;
    color: #464646;
    text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
    display: inline-block;
    padding: 5px;
    margin: 3px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #464646;
    text-shadow: none;
    transition: background 0.5s, border 0.5s;
}

.NewsColumn-Container.PressRelease-NewsColumn.PressRelease-SingleLine-DataRow {
    position: relative;
    width: 100%;
    height: auto;
}

.en-GB .PressRelease-SingleLine-AttachmentsContainer {
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
}

#YearPeriodsContainer a,
span#CurrentPeriod {
    font-size: 24px;
    font-weight: 700;
    font-family: inherit;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #007560;
    background: #007560;
    color: #fff;
}

/* .EurolandTools-CommonObjects-Calendar-CalendarIcon {
    cursor: pointer;
    margin: 1px 5px;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(calendar.png);
} */

/* .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(calendar.png);
} */

td.Pages-ArrowContainer {
    position: relative;
}

td.Pages-ArrowContainer:first-child a,
td.Pages-ArrowContainer:last-child a {
    color: transparent;
}

td.Pages-ArrowContainer:first-child::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 10px;
    width: 15px;
    height: 15px;
    background-image: url('icons/prev.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    pointer-events: none;
}

td.Pages-ArrowContainer:last-child::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 10px;
    width: 15px;
    height: 15px;
    background-image: url('icons/next.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* 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: #222222;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton {
    color: #222222;
}

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: #C22;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    border: 1px solid #4F4F4F;
    background: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    color: #4F4F4F;
    width: 8em;
    padding: 0 0.8em;
    font-weight: bold;
    text-transform: capitalize;

    border-radius: 30px;

    height: 30px;
    line-height: 32px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
    background: #007560;
    color: #FFFFFF;
    border-color: #007560;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
    border-top: 1px solid #E2E2E2;
    padding: 5px;
    text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #007560;
    background: #007560;
    color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
    cursor: pointer;
    border-color: #007560;
    background: #007560;
    color: #FFFFFF !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButtonContainer {
    margin: 0 auto;
    padding-top: 0px;
    width: 8em;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
    border: 1px solid #007560;
    background: #007560;
    color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    font-family: inherit;
    color: #222222;
    text-shadow: none;
}

table.EurolandTools-CommonObjects-Calendar-Calendar-NavigatorStructTable td>span {
    font-size: 16px;
    color: #222222;
    text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton {
    color: #222222;
}

div#EurolandTools-CommonObjects-Calendar-1-CalendarPanelID {
    border: 0px solid #E8E8E8;
    border-radius: 10px;
}

.EurolandTools-CommonObjects-Calendar-Calendar {
    border: 1px solid #E8E8E8;
    border-radius: 10px;
}

.EurolandTools-CommonObjects-Calendar-Selection {
    display: block;
    position: relative;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    position: absolute;
    right: 35px;
    top: 16px;
}

div#TotalContainer {
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 400;
}

#SearchBox,
.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    margin-right: 25px;
}

.PressRelease-Attachment>div,
.PressRelease-Attachment>div>a {
    width: 38px !important;
    height: 38px !important;
}

.PressRelease-Attachment>div>a>img {
    width: 36px !important;
    height: 36px !important;
    opacity: 1 !important;
    margin: 0 !important;
}

#ButtonsContainer.NoTabsVisible {
    border-bottom: 0px solid #e1e1e1;
    margin: 0 10px 12px;
}

.styledSelect {
    padding: 0px 12px;
    font-size: 16px;
    color: #222222 !important;
    background: transparent !important;
    font-weight: normal !important;
}

.easySelect {
    display: inline-block;
    max-width: 160px;
    font-family: inherit;
    font-size: 16px;
    color: #222222 !important;
    background: transparent !important;
    font-weight: normal !important;
    padding: 0px 12px;
    box-sizing: border-box;
    border: 1px solid #D7D7DF !important;
    outline: none;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    margin: 0 12px;
    position: relative;
    top: 12px;
}

.styledSelect:after {
    top: 20px;
    right: 8px;
}

.options li {
    height: 38px;
    font-size: 16px !important;
    color: #222222 !important;
    font-family: inherit !important;
    font-weight: normal !important;
}

.container-item {
    font-size: 16px !important;
    padding: 0.25rem 5px 0.25rem 33px !important;
    height: 38px;
    box-sizing: border-box;
}

#ErrorMessageCloseButton {
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.optionRow {
    font-size: 16px;
}

.divSearcheasySelect {
    padding: 0 34px;
    text-align: left;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
}

#selectAlleasySelect {
    margin-right: 0;
}

/* ARABIC */

.ar-AE body {
    direction: rtl;
    color: #444444 !important;
}

.ar-AE #YearPeriodsContainer {
    text-align: left;
}

.ar-AE #DateAvailableFrom {
    text-align: right;
}

.ar-AE .PressRelease-SingleLine-AttachmentsContainer {
    position: absolute;
    left: 0;
    top: 0;
}

.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-NewsDate {
    margin-right: 0em;
    margin-left: 0.5em;
}

.ar-AE #SuppliedBy {
    text-align: left;
}

.ar-AE button#SearchButton {
    position: relative;
    bottom: 3px;
    float: left;
    margin-top: 6px;
}

.ar-AE .EurolandTools-CommonObjects-Calendar-SelectionIndicator,
.ar-AE #SearchBox,
.ar-AE #FromCalendarInput,
.ar-AE #ToCalendarInput {
    margin: 3px 0;
}

.ar-AE td.Pages-ArrowContainer:first-child::after {
    transform: scaleX(-1);

    top: 11px;
    right: 10px;
}

.ar-AE td.Pages-ArrowContainer:last-child::after {
    transform: scaleX(-1);

    top: 11px;
    right: 11px;
}

.ar-AE #SearchBox,
.ar-AE .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    margin-right: 0px;
    margin-left: 26px;
}

.ar-AE .Pages-ArrowContainer:first-child .Pages-Arrow {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.ar-AE .Pages-ArrowContainer:last-child .Pages-Arrow {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.ar-AE #SearchBox {
    background: url(icons/search.png) no-repeat left 10px center;
    background-size: 16px 18px;
    padding-right: 12px;
    padding-left: 35px;
}

.ar-AE .EurolandTools-CommonObjects-Calendar-CalendarIcon {
    right: unset;
    left: 35px;
}

.ar-AE #ButtonsContainer {
    text-align: left;
}

.ar-AE #ErrorMessageCloseButton {
    margin-right: 0px;
    margin-left: 10px;
}

.ar-AE .divSearcheasySelect {
    text-align: right;
}

.PressRelease-SingleLine-TitleContainer {
  width: 90%;
}

/********************************Arab Custom Date***********************************************************************/
.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
    color: #464646;
}

.EurolandTools-CommonObjects-Calendar-Month-WeekendNotActive {
    color: #959595;
}

.EurolandTools-CommonObjects-Calendar-Month-Weekend {
    color: #7f7f7f;
}

div#NoDataMessage {
    font-family: 'DUBAI-REGULAR', sans-serif !important;
}

/* RESPONSIVE */

@media screen and (max-width: 1313px) {

    .euButton,
    .ar-AE button#SearchButton {
        float: none;
    }
}

@media screen and (max-width: 1118px) {
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
        width: 420px;
    }
}

@media (max-width: 649px) {

    #SearchBox,
    .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
        margin-right: 0px;
    }

    .EurolandTools-CommonObjects-Calendar-SelectionIndicator,
    #SearchBox,
    .euButton {
        width: 100%;
        margin: 10px 0;
    }

    #FromCalendarContrainer,
    #ToCalendarContrainer,
    #SearchBox {
        display: block;
    }

    .EurolandTools-CommonObjects-Calendar-CalendarIcon {
        right: 5px;
        top: 23px;
    }

    .PressRelease-SingleLine-TitleContainer {
        width: 85%;
    }

    .PressRelease-NewsTitle,
    .PressRelease-NewsTitle:link,
    .PressRelease-NewsTitle:visited {
        -webkit-line-clamp: 1;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .ar-AE #SearchBox,
    .ar-AE .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
        margin-left: 0px;
    }

    .ar-AE .EurolandTools-CommonObjects-Calendar-CalendarIcon {
        left: 5px;
    }

    .ar-AE .EurolandTools-CommonObjects-Calendar-SelectionIndicator,
    .ar-AE #SearchBox,
    .ar-AE #FromCalendarInput,
    .ar-AE #ToCalendarInput {
        margin: 10px 0;
    }
}

@media (max-width: 490px) {
    .en-GB .PressRelease-SingleLine-AttachmentsContainer {
        padding: 0px 0;
    }
}

@media (max-width: 420px) {
    .euButton {
        float: none;
        display: block;
        margin: 0.3em 0;
    }

    #SearchFilter {
        display: block !important;
    }

    #ButtonsContainer.NoTabsVisible {
        margin: 0;
    }

    .PressRelease-SingleLine-TypeContainer {
        float: none;
    }

    #CurrentPeriodContainer {
        font-size: 16px;
        width: 35%;
    }

    #YearPeriodsContainer a,
    span#CurrentPeriod {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {

    .PressRelease-NewsTitle,
    .PressRelease-NewsTitle:link,
    .PressRelease-NewsTitle:visited {
        font-size: 16px;
    }

    .PressRelease-NewsDate {
        font-size: 14px;
    }

    #DateAvailableFrom {
        font-size: 16px !important;
    }

      .PressRelease-SingleLine-TitleContainer {
  width: 80%;
}
}

@media screen and (max-width: 375px) {

    #FromCalendarContrainer,
    #ToCalendarContrainer {
        width: 100%;
    }
}

@media (max-width: 330px) {
    .PressRelease-SingleLine-TitleContainer {
        width: 70%;
    }
}