@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap');

#Main {
    max-width: 100%;
    padding: 0;
}

body,
input {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.zh-CN body,
.zh-TW body {
    font-family: Microsoft YaHei, Helvetica, sans-serif !important;
}

button {
    font-family: 'Montserrat', sans-serif;
}

.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: #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: #6EB92B;

    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: #000 !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: 50px;
    line-height: 33px;
    width: 284px;
    border: 2px solid #6EB92B;
    border-radius: 3em;
    box-sizing: border-box;
    margin: 3px 3px !important;
    color: #6EB92B;
    padding-left: 15px;
}

#SearchBox {
    width: 284px;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
    vertical-align: top;
    height: 100%;
    max-height: 54px;
    margin-right: 5px;
}

.euButton {
    height: 50px;
    line-height: normal;

    font-family: inherit;
    font-size: 1.0em;
    font-weight: bold;
    color: #FFFFFF !important;
    text-transform: none;

    padding: 0;

    border: 1px solid #6EB92B;
    border-radius: 3em 3em 3em 3em;

    background: #6EB92B;
    color: #FFFFFF !important;

    transition: background 0.5s, color 0.5s, border 0.5s;

    width: 284px;
    margin: 3px;
}

.euButton:hover {
    background: #6EB92B;
    color: #FFFFFF !important;
    border-color: #6EB92B;

    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 #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: 0em;
    padding-bottom: 1.0em !important;
    padding-left: 0em;

    margin-top: 0.0em;
    margin-right: 2em;
    margin-bottom: 0.0em;
    margin-left: 2em;

    border-radius: 0.0em 0.0em 0.0em 0.0em;

    font-family: inherit;
    font-weight: bold;
    font-size: 1.0em;
    text-transform: none;
    color: #000000;

    font-style: normal;
    text-decoration: none;

    border-top: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    border-left: 0em 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: #6EB92B;
    border-top: 0em solid #6EB92B;
    border-right: 0em solid #6EB92B;
    border-bottom: 4px solid #6EB92B;
    border-left: 0em solid #6EB92B;

    position: relative;
    top: 0px;
    left: 0px;
}

.Tabs-Tab-Container.selected:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 43%;

    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 4px solid #6EB92B;
}

#AllSelector::before {
    left: 37% !important;
}

.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display: none;
}

.Type {
    background-color: #6EB92B;
    border-radius: 3em 3em 3em 3em;
    border: 1px solid #6EB92B;
    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: #6EB92B;
    color: #FFFFFF;
    border-color: #6EB92B;
}

/******************************************************************************** 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: 3em;
    border-bottom-left-radius: 3em;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

    display: inline-block;

    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #ccc;

    padding: 0;

    font-family: inherit;
    font-size: 18px;
    text-decoration: initial;
    font-weight: 600;

    border-radius: 3em;

    transition: background 0.5s, color 0.5s, border 0.5s;
    margin: 0em 15px;
    width: 41px;
    height: 41px;
    box-sizing: border-box;
    line-height: 41px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
    background-color: #6EB92B;
    color: #FFF;
    border-color: #6EB92B;

    text-decoration: initial;
    font-weight: 600;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: #6EB92B;
    color: #FFF;
    border-color: #6EB92B;

    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 #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: #000000;
    border-bottom-color: #000000;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #6EB92B;
    border-bottom-color: #6EB92B;
}

.PressRelease-SingleLine-DateContainer {
    float: none;
}

.PressRelease-SingleLine-TypeContainer {

    float: none;

    border: 0em solid #E1E1E1;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background-color: transparent;
    padding: 0.5em 0.5em 0.5em 0.5em;

}


.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
}

.PressReleaseOdd {
    background-color: transparent;
}

.PressReleaseEven {
    background-color: transparent;
}

.PressRelease:hover {
    background: #6eb92b;
    box-sizing: border-box;
}

.PressRelease:hover div div div .PressRelease-NewsType,
.PressRelease:hover div div div .PressRelease-NewsTitle {
    font-weight: normal !important;
}

.PressRelease:hover div span,
.PressRelease:hover div a.PressRelease-NewsTitle {
    color: #FFF;
    padding-left: 2em;
    padding-right: 2em;
}

.PressRelease {
    border-bottom: 1px solid #ddd;
    padding: 0px;

    border-right: 0em solid #E1E1E1;
    border-left: 0em solid #E1E1E1;
}

#PressRelease_0 {
    border-top: 1px solid #ddd;
}

.PressRelease:last-child {
    border-bottom: 1px solid #ddd;
}

.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: #000000;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #6EB92B;
}

.PressRelease-NewsType {

    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    font-size: 1.0em;
    color: #000000;
}

.PressRelease-NewsDate {
    font-family: inherit;
    font-size: 1.0em;
    color: #000000;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
}

.PressRelease-NewsType,
.PressRelease-NewsTitle {
    font-weight: 600 !important;
}

.PressRelease-SingleLine-DataColumn .PressRelease-Attachment a img {
    width: 15px !important;
    height: 15px !important;
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}

#SuppliedBy {
    font-size: 13px;
    text-align: right;
    padding-top: 2em;
}

#MainHeading {
    display: none;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
    background: #6EB92B;
    border-color: #6EB92B;
    text-align: center;
    color: #fff;
    font-family: inherit;
    text-shadow: none;
    border-radius: 3em;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #6EB92B;
    background: #6EB92B;
    color: #FFF;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
    background: #6EB92B;
    cursor: pointer;
    color: #FFF;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay:hover,
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
    color: #fff;
    border: 1px solid #6EB92B;
    background: #6EB92B;
}

.PressRelease-SingleLine-DateContainer {
    width: 150px;
}

.InputBox {
    margin: 0px 0 3px 0;
}

#SortingContainer {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.PressRelease-Attachment {
    width: 38px;
    height: 31px;
    overflow: hidden;
}

.HeadingColomnContainer-Date,
.PressRelease-SingleLine-DateContainer {
    width: 14%;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
}

.HeadingColomnContainer-Type,
.PressRelease-SingleLine-TypeContainer {
    width: 26%;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
}

.HeadingColomnContainer-Title,
.PressRelease-SingleLine-TitleContainer {
    width: 45%;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;

}

.HeadingColomnContainer-Attachments,
.PressRelease-SingleLine-AttachmentsContainer {
    width: 15%;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;

}

.PressRelease-SingleLine-DataColumn {
    padding: 0;
    margin: 0;
}

.PressRelease-SingleLine-DataColumn span,
.PressRelease-SingleLine-DataColumn a {
    display: inline-block;
    padding: 1em;
}

.PressRelease-SingleLine-DataColumn .PressRelease-Attachment a {
    padding: 0;
}

.HeadingColomn {
    padding: 1em;
    background: #fff;
    font-weight: bold;
    color: #6EB92B;
}

/*
.HeadingColomnContainer-Date .HeadingColomn {
	border-left: 1px solid #bfbfbf;
}
*/
.HeadingColomnContainer-Attachments .HeadingColomn {
    text-align: right;
}

.ColumnLayoutColumn {
    display: table !important;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: 63px;
}

.PressRelease-SingleLine-DataRow {
    display: table-row !important;
}

.PressRelease-SingleLine-DataColumn {
    display: table-cell !important;
    vertical-align: middle !important;
    /*border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;*/
}

@media (max-width:560px) {
    div#SortingContainer {
        display: none !important;
    }

    .PressRelease-SingleLine-DataColumn {
        display: block !important;
        width: 100% !important;
    }

    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
        width: auto !important;
        display: inline-block !important;
        position: absolute;
        top: 0;
        right: 0;
    }

    .ColumnLayoutColumn {
        position: relative;
        top: 0;
        left: 0;
    }

    a.PressRelease-NewsTitle {
        font-weight: bold !important;
    }

    .NewsColumn-Container .PressRelease-Attachment {
        float: left !important;
    }

    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
        width: 90% !important;
        display: inline-block !important;
    }

    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
        display: inline-block !important;
        width: auto !important;
    }

    .NewsColumn-Container .PressRelease-Attachment {
        padding-left: 5px;
    }

    .PressRelease {
        padding: 1em 0em;
    }

    .PressRelease-SingleLine-DataColumn span,
    .PressRelease-SingleLine-DataColumn a {
        padding-top: 0em;
    }
}

@media (max-width:450px) {
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
        display: block !important;
        width: 100% !important;
        position: inherit;
    }
}

@media (max-width:425px) {
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
        width: 90% !important;
        display: inline-block !important;
    }
}

.Disclaimer {
    display: inline-block;
}

.Disclaimer:before {
    content: "|";
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
    border: none !important;
    box-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName {
    padding: 0 1px 5px 1px;
}

* {
    outline: 0 !important;
}

/*date*/
.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    background-image: url("./icons/calendar2.png");
    top: -87%;
    left: 84%;
    width: 25px;
    height: 25px;
}

.PressRelease div div:hover div div a img {
    content: url("./icons/icon_hover.png");
}

.EurolandTools-CommonObjects-Calendar-Selection {
    width: 284px;
    height: 50px;
}