/*
@font-face {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/MyriadPro-Regular.otf")  format("truetype");
}


@font-face {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: bold;
    src: url("./fonts/MyriadPro-Bold.otf")  format("truetype");
}
*/
#Main {
    max-width: 100%;
    padding: 0;
}

body,
input {
    font-size: 16px;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    color: #666666;
    background: transparent;
}

button {
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}

.zh-TW body,
.zh-TW input,
.zh-TW button,
.zh-CN body,
.zh-CN input,
.zh-CN button {
    font-family: Microsoft Yahei, 微软雅黑, Helvetica, Arial, sans-serif !important;
}

.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: #178E64;
    font-weight: normal;
    text-decoration: none;
    font-style: none;

}

/*.PressRelease-NewsTitle:hover,*/
/*
.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
*/
#YearPeriodsContainer a {
    padding: 5px 10px;
    border-radius: 30px;
}

#YearPeriodsContainer a:hover,
#YearPeriodsContainer a:focus {
    color: #fff;
    background: #178E64;
    font-weight: none;
    text-decoration: none;
    font-style: none;
}

#MainHeading {
    display: none;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em !important;
    font-weight: bold;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #666666 !important;
}

#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 0.6em;
}

#Periods {
    margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 38px;
    line-height: 38px;
    width: 9em;
    border: 0.08em solid #CCCCCC;
    box-sizing: border-box;
    width: 150px;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
    vertical-align: top;
}

.euButton {
    height: 38px;
    line-height: 16px;
    font-family: inherit;
    font-size: 1.0em;
    font-weight: normal;
    color: #FFFFFF !important;
    text-transform: none;
    padding: 0;
    border: 0.08em solid #178E64;
    border-radius: 30px;
    background: #178E64;
    color: #FFFFFF !important;
    transition: background 0.5s, color 0.5s, border 0.5s;
    float: none;
    min-width: 150px;
}

.euButton:hover {
    background: #178E64;
    color: #FFFFFF !important;
    border-color: #178E64;

    cursor: pointer;
}

#SearchButton:hover {
    cursor: pointer;
}

#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}

#YearPeriodsContainer a {
    font-size: 18px;
    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: -2px;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 0;
    border-bottom: 1px solid #ededed;
}

.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: 53px;
    line-height: 53px;
    padding: 15px 0em 12px;
    margin-top: 0.0em;
    margin-right: 15px;
    margin-bottom: 0.0em;
    margin-left: 0.08em;
    border-radius: 0;
    font-family: inherit;
    font-weight: normal;
    font-size: 22px;
    text-transform: none;
    color: #333333;
    font-style: normal;
    text-decoration: none;
    border-top: 0px solid #178E64;
    border-right: 0px solid #178E64;
    border-bottom: 0px solid #178E64;
    border-left: 0px solid #178E64;
    background: transparent;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    min-width: 80px;
    text-align: center;
    position: relative;
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    background: transparent;
    color: #179063;
    border-top: 0em solid #178E64;
    border-right: 0em solid #178E64;
    border-bottom: 0em solid #178E64;
    border-left: 0em solid #178E64;
    position: relative;
    top: 0px;
    left: 0px;
}

.Tabs-Tab-Container:before {
    content: '';
    width: 0%;
    height: 2px;
    background: #179063;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.Tabs-Tab-Container:hover:before,
.Tabs-Tab-Container.selected:before {
    width: 100%;
}

/*
.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 #178E64;
}
*/
.Tabs-Tab:last-child a {
    margin-right: 0;
}

.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: 0.08em solid #178E64;
    padding: 0.8em 1.0em;

    color: #178E64;
    font-weight: normal;
    text-transform: none;
    font-family: inherit;
    font-size: 0.8em;
    border-radius: 5px;
    margin: 0.22em;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.TypeSelected,
.Type:hover {
    cursor: pointer;

    background-color: #178E64;
    color: #FFFFFF;
    border-color: #178E64;
}

/******************************************************************************** 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: #fff;
    color: #178E64;
    border: 0em solid #178E64;
    padding: 0px 0em 00px;
    font-family: inherit;
    font-size: 1.0em;
    text-decoration: initial;
    font-weight: normal;
    border-radius: 7px;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin: 0em 5px;
    height: 33px;
    line-height: 33px;
    width: 33px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
    background-color: #178E64;
    color: #fff;
    border-color: #178E64;

    text-decoration: initial;
    font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: #178E64;
    color: #FFFFFF;
    border-color: #178E64;

    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 #178E64;
    border-bottom: 0.0em solid #178E64;
}

.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: #178E64;
    border-bottom-color: #178E64;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #178E64;
    border-bottom-color: #178E64;
}

.PressRelease-SingleLine-DateContainer {
    float: left;
}

.PressRelease-SingleLine-TypeContainer {

    float: right;
    border: 0em solid #178E64;
    border-radius: 0.08em 0.08em 0.08em 0.08em;
    background-color: transparent;
    padding: 0 0.5em 0.5em;
}

.PressRelease-SingleLine-TitleContainer {
    clear: left;
    float: left;
}

.PressRelease-SingleLine-AttachmentsContainer {
    float: right;
    clear: right;
}

.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
}

.PressReleaseOdd {
    background-color: transparent;
}

.PressReleaseEven {
    background-color: transparent3
}

.PressRelease {
    border-bottom: 0.08em solid #E1E1E1;
    padding: 25px 0.5em 10px;

    border-right: 0em solid #313634;
    border-left: 0em solid #313634;
}

#PressRelease_0 {
    border-top: 0em solid #313634;
}

.PressRelease:last-child {
    border-bottom: 0em solid #313634;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-size: 16px;
    line-height: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: initial;
    color: #333333;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #999999;
}

.PressRelease-NewsType {
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}

.PressRelease-NewsDate {
    margin-right: 0.5em;
    font-family: inherit;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    height: 14px;
    line-height: 14px;
}

#PagesContainer {
    text-align: center;
    padding: 5em 0 1em;
}

.PressRelease-Attachment {
    width: 38px;
    height: 31px;
    overflow: hidden;
}

#SuppliedBy {
    text-align: right;
    padding-top: 2em;
    font-size: 14px;
}

* {
    outline: none !important;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
.InputBox {
    margin: 2px 0 3px 0;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
.InputBox {
    padding: 0;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton,
.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton {
    text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Calendar {
    border-color: #e1e1e1;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton,
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    background: #178E64;
    border-color: #178E64;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: none !important;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
}

.EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Calendar {
    min-width: 280px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    margin-bottom: 10px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
    position: relative;
    top: -5px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    max-width: 85%;
}

.PressRelease .NoChange-NewsColumn {
    transition: 0.4s linear;
}

.PressRelease:hover .NoChange-NewsColumn {
    transform: translateX(12px);
    transition: transform 0.4s linear;
    cursor: pointer;
}

.PressRelease:hover .PressRelease-NewsTitle {
    color: #179063;
}

@media(max-width:500px) {

    body,
    input {
        font-size: 14px;
    }

    .euButton {
        min-width: 126px;
    }

    #CurrentPeriodContainer,
    #YearPeriodsContainer a {
        font-size: 15px;
    }

    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
        top: 0px;
    }
}
