@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

#Main {
    max-width: 1220px;
    padding: 0;
    width: 100%;
}

body,
input {
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    color: #333333;
}

button {
    font-family: Helvetica, Arial, sans-serif;
}

.Tabs-Tab {
    font-size: 15px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #333333;

    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: #f8a32f;

    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: #888888 !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: 0.6em;
}

#Periods {
    margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: auto;
    line-height: 2em;
    width: 12em;
    border: 0.08em solid #e4e4e4;
    box-sizing: border-box;
}

#SearchBox {
    margin-bottom: 0;
    /* vertical-align: top; */
}

/* #FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
} */
.euButton {
    height: auto;
    line-height: normal;

    font-family: inherit;
    font-size: 1.0em;
    font-weight: normal;
    color: #FFFFFF !important;
    text-transform: none;

    padding: 0.758em;

    border: 1px solid #f8a32f;
    border-radius: 0.0em 0.0em 0.0em 0.0em;

    background: #f8a32f;
    color: #FFFFFF !important;
    min-width: 11em;
    transition: background 0.5s, color 0.5s, border 0.5s;

}

.euButton:hover {
    background: #FFFFFF;
    color: #f8a32f !important;
    border-color: #f8a32f;

    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: 2em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-size: 16px;
    font-weight: bold;
    color: #f8a32f;
    border-bottom: 1px solid #f8a32f;
}

.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 #f8a32f;
}

.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; */
    padding: 0.758em !important;

    margin-top: 0.0em;
    margin-right: 0em;
    margin-bottom: 0.0em;
    margin-left: 0em;

    border-radius: 0.0em 0.0em 0.0em 0.0em;

    font-family: inherit;
    font-weight: normal;
    font-size: 1.0em;
    text-transform: none;
    color: #f8a32f;

    font-style: normal;
    text-decoration: none;

    border-top: 0.08em solid #f8a32f;
    border-right: 0.08em solid #f8a32f;
    border-bottom: 0.08em solid #f8a32f;
    border-left: 0.08em solid #f8a32f;

    background: #FFFFFF;

    transition: background 0.5s, color 0.5s, border 0.5s;

    position: relative;
    top: 0;
    left: 0em;
    box-sizing: border-box;
    min-width: 9em;

}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    background: #f8a32f;
    color: #FFFFFF;
    border-top: 0.08em solid #f8a32f;
    border-right: 0.08em solid #f8a32f;
    border-bottom: 0.08em solid #f8a32f;
    border-left: 0.08em solid #f8a32f;

    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 #f8a32f;
}

.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: 1px solid #f8a32f;
    padding: 1.0em 1.0em 1.0em 1.0em;

    color: #f8a32f;
    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: #f8a32f;
    color: #FFFFFF;
    border-color: #f8a32f;
}

/******************************************************************************** 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;
}

.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: #333333;
    border: 0em solid #FFFFFF;

    padding: 0.5em 0.8em;

    font-family: inherit;
    font-size: 14px;
    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: #f8a32f;
    color: #FFFFFF;
    border-color: #f8a32f;

    text-decoration: initial;
    font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: #f8a32f;
    color: #FFFFFF;
    border-color: #f8a32f;

    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 #333333;
    border-bottom: 0.0em solid #333333;
}

.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: #333333;
    border-bottom-color: #333333;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #f8a32f;
    border-bottom-color: #f8a32f;
}

.PressRelease-SingleLine-DateContainer {
    float: left;
}

.PressRelease-SingleLine-TypeContainer {


    border: 0em solid #f8a32f;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background-color: #FFFFFF;

}

.PressRelease-SingleLine-TitleContainer {
    clear: left;
    float: left;
}

.PressRelease-SingleLine-AttachmentsContainer {
    float: right;
    clear: left;
}

.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
    position: relative;
}

.PressReleaseOdd {
    background-color: #FFFFFF00;
}

.PressReleaseEven {
    background-color: #FFFFFF00
}

.PressRelease {
    border-bottom: 1px solid #e4e4e4;
    padding: 1em 0em 1em 0em;
    border-right: 0em solid #e4e4e4;
    border-left: 0em solid #e4e4e4;
    position: relative !important;
}

#PressRelease_0 {
    border-top: 0em solid #e4e4e4;
}

/*
.PressRelease:before {
    background: #fff5f0;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    transition: .3s ease-out;
}
*/

/*
.PressRelease:hover:before {
    width: 100%;
}
*/

.PressRelease:last-child {
    border-bottom: 0.08em solid #E4E4E4;
}

.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: #888888;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    color: #f8a32f;
}

.PressRelease-NewsType {
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    font-size: 1.0em;
    color: #333333;
}

.PressRelease-NewsDate {
    margin-right: 0.5em;

    font-family: inherit;
    font-size: 1.0em;
    color: #333333;
    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: 12px !important;
}


@media screen and (max-width:770px) {
    .euButton {
        margin-top: 5px;
    }
}

@media screen and (max-width:375px) {

    .EurolandTools-CommonObjects-Calendar-SelectionIndicator,
    #SearchBox,
    #FromCalendarInput,
    #ToCalendarInput {
        margin-bottom: 5px;
    }

    .euButton {
        min-width: 12em;
    }
}

.PressRelease-SingleLine-AttachmentsContainer {
    float: none;
    clear: none;
    width: 15%;
    text-align: right;
}

.PressRelease-SingleLine-TitleContainer {
    clear: none;
    float: none;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}

.PressRelease-SingleLine-TypeContainer {
    float: none;
    border: 0em solid #f8a32f;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background-color: transparent;
    padding: 0;
    width: 30%;
}

.PressRelease-SingleLine-DateContainer {
    float: none;
    width: 15%;
}

.HeadingColomnContainer.HeadingColomnContainer-Date {
    width: 14%;
}

.HeadingColomnContainer.HeadingColomnContainer-Type {
    width: 30%;
}

.HeadingColomnContainer.HeadingColomnContainer-Title {
    width: 40%;
}

.HeadingColomnContainer.HeadingColomnContainer-Attachments {
    width: 14%;
    text-align: right;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    white-space: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
}

.PressRelease:last-child {
    border-bottom: 0px solid #E4E4E4;
}

.HeadingColomnContainer,
.PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
    vertical-align: middle !important;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected {
    color: #f8a32f !important;
    text-decoration: underline !important;
}

@media screen and (max-width:500px) {
    #SortingContainer {
        display: none !important;
    }

    .PressRelease-SingleLine-DateContainer,
    .PressRelease-SingleLine-TypeContainer {
        display: block !important;
        width: 100%;
    }

    .PressRelease-SingleLine-TypeContainer,
    .PressRelease-SingleLine-TitleContainer {
        display: block !important;
        width: 80%;
        padding-top: 5px;
    }

    .PressRelease-SingleLine-AttachmentsContainer {
        position: absolute;
        right: 10px;
        top: calc(50% - 25px);
    }

    .PressRelease {
        padding-bottom: 0;
    }

    .PressRelease-NewsType {
        color: #f8a32f;
        font-weight: bold;
    }
}


/* CA CALENDAR */

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Month-Day {
    text-shadow: none !important;
    color: #333333;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #f8a32f;
    background: #f8a32f;
    color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    border-color: #f8a32f;
    background: #f8a32f;
    color: #FFFFFF;
    padding: 8px 0px 8px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
    border-color: #f8a32f;
    background: #FFFFFF;
    color: #f8a32f;
}
