@font-face {
    font-family: "Purista-Medium";
    src: url("./Purista.ttf") format("TrueType");
    font-style: normal;
}

/* @font-face {
    font-family: 'Microsoft JhengHei';
    font-style: normal;
    src: url('./microsoft_jhenghei.ttf') format('truetype');
} */
@font-face {
    font-family: 'Microsoft JhengHei';
    font-style: normal;
    src: url('./microsoft_jhenghei.ttf') format('truetype');
}

body {
    min-height: unset !important;
}

#Main {
    max-width: 750px;
    padding: 0;

                background: transparent !important;
/*    background: black;*/
}

body,
input {
    font-size: 14px;
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    color: #555555;
}

button {
    font-family: "Calibri", Helvetica, Arial, sans-serif;
}

.body_zh-tw,
.zh-TW body,
.zh-TW input,
.zh-TW button,
.zh-TW .Tabs-Tab-Container:link,
.zh-TW .Tabs-Tab-Container.selected:link,
.zh-TW .Tabs-Tab-Container:visited,
.zh-TW .Tabs-Tab-Container.selected:visited,
.zh-TW .Tabs-Tab-Container,
.zh-TW .Tabs-Tab-Container.selected {
    font-family: 'Microsoft JhengHei', "Heiti TC", "Calibri", Helvetica, Arial, sans-serif !important;
}

.zh-CN body,
.body_zh-cn,
.zh-cn input,
.zh-cn button,
.zh-CN .Tabs-Tab-Container:link,
.zh-CN .Tabs-Tab-Container.selected:link,
.zh-CN .Tabs-Tab-Container:visited,
.zh-CN .Tabs-Tab-Container.selected:visited,
.zh-CN .Tabs-Tab-Container,
.zh-CN .Tabs-Tab-Container.selected {
    font-family: 'Microsoft YaHei', "Heiti SC", "Calibri", Helvetica, Arial, sans-serif !important;
}

.Tabs-Tab {
    font-size: 14px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #555555;

    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: #0060A9;

    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: #555555 !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: 24px;
    line-height: 24px;
    width: 10em;
    border: 0.08em solid #cccccc;
    margin-top: 1px;
}

/* #SearchBox{
	margin: 0px;
} */
#FromCalendarContrainer,
#ToCalendarContrainer {
    vertical-align: top;
}

.euButton {
    font-family: "Purista-Medium";
    font-size: 14px;
    /* font-weight: bold; */
    color: #FFFFFF;
    text-transform: none;
    padding: 5px 28px 6px 13px;
    border: 0.08em solid #005290;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background: #0060A9;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
    width: 128px;
    line-height: 23px;
}

.euButton:hover {
    text-decoration: none;
    background: #004376;
    color: #FFFFFF;
    border-color: #002F52;

    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 #F1F1F1;
}

.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: 23.84px;
    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: 0.08em;
    margin-bottom: 0.0em;
    margin-left: 0.08em;

    border-radius: 0.0em 0.0em 0.0em 0.0em;

    font-family: 'Purista-medium', 'Microsoft YaHei', "Heiti SC", "Calibri", Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    font-size: 16px;
    text-transform: none;
    color: #0C5FA7;

    font-style: normal;
    text-decoration: none;

    border-top: 0em solid #F1F1F1;
    border-right: 0em solid #F1F1F1;
    border-bottom: 5px solid #00BBF0;
    border-left: 0em solid #F1F1F1;

    background: #F5F5F5;

    transition: background 0.5s, color 0.5s, border 0.5s;

    position: relative;
    top: 0;
    left: 0em;
    padding: 10px 35px 15px 35px;

}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    background: #00BBF0;
    color: #1C2D51;
    border-top: 0em solid #00BBF0;
    border-right: 0em solid #00BBF0;
    border-bottom: 5px solid #00BBF0;
    border-left: 0em solid #00BBF0;

    position: relative;
    top: 0px;
    left: 0px;
}

.Tabs-Tab-Container:hover {
    background: #89E3F2 !important;
}

.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 #00BBF0;
}

.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display: none;
}

.Type {
    background-color: #0060A9;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    border: 0.08em solid #005290;
    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;
    height: 33px;
    line-height: 4px;
}

.TypeSelected,
.Type:hover {
    cursor: pointer;

    background-color: #004376;
    color: #FFFFFF;
    border-color: #002F52;
}

/******************************************************************************** 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: transparent;
    color: #555555;
    border: 0.08em solid #ffffff;
    padding: 1.0em 1.0em 1.0em 1.0em;
    font-family: inherit;
    font-size: 1.0em;
    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,
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: #FFFFFF;
    color: #00355d;
    border-color: #ffffff;

    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 #555555;
    border-bottom: 0.0em solid #555555;
}

.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: #555555;
    border-bottom-color: #555555;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #0060A9;
    border-bottom-color: #0060A9;
}

.PressRelease-SingleLine-DateContainer {
    /* float: left; */
    display: block !important;
}

.PressRelease-SingleLine-TypeContainer {
    float: left;
    border: 0em solid #F1F1F1;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background-color: transparent;
    font-weight: normal;
}

/* .PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;	
}
.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	clear: left;
} */

.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
}

.PressReleaseOdd {
    background-color: transparent;
}

.PressReleaseEven {
    background-color: #E5F8FE !important
}

.PressRelease {
    border-bottom: 0em solid #F1F1F1;
    padding: 0;

    border-right: 0em solid #F1F1F1;
    border-left: 0em solid #F1F1F1;
    position: relative !important;
}

#PressRelease_0 {
    border-top: 0em solid #F1F1F1;
}

.PressRelease:last-child {
    border-bottom: 0em solid #F1F1F1;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    text-decoration: initial;
    color: #fff;
    font-family: "Purista-Medium";
    line-height: 27px;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    color: #fff;
}

.PressRelease-NewsType {
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    font-size: 14px;
    color: #555555;
}

.PressRelease-NewsDate {
    margin-right: 5px;

    font-family: inherit;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    font-family: "Purista-Medium";
}

#PagesContainer {
    text-align: center;
    padding: 1em 0 10px 0;
}

#SuppliedBy {
    text-align: right;
    padding-top: 2em;
    font-size: 13px;
}

/********Custom******/
.easySelect {
    width: 120px !important;
    float: right;
    height: 36px;
}

.styledSelect::after {
    content: "";
    background: url(./CA.png) no-repeat 0px !important;
    background-size: auto;
    background-size: auto;
    background-size: 17px !important;
    top: 4px !important;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    right: -6px;
    border: 0px solid transparent;
    border-color: transparent !important;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    max-width: 235px;
    width: auto;
    padding-top: 8px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
    width: 74%;
}

.Tabs-Tab-Container::after {
    content: url(./icon_tabdown.png);
    position: absolute;
    top: 27px;
    left: 43%;
}

#SearchButton {
    cursor: default;
    position: relative;
}

#SearchButton::after {
    content: url(arrow.png);
    position: absolute;
    width: 0;
    top: 4px;
    right: 45px;
}

.euButton {
    position: relative;
}

.euButton::after {
    content: url(arrow.png);
    position: absolute;
    width: 0;
    top: 4px;
    right: 35px;
}

.PressRelease-SingleLine-DataRow .PressRelease-NewsType {
    margin: 0px;
    height: 20px;
    display: inline-block;
}

.container-item .checkmark::after {
    border: 2px solid #002F52 !important;
    border-width: 0 2px 2px 0 !important;
}

.options li:hover > .container-item .checkmark::after {
    border: 2px solid #fff !important;
    border-width: 0 2px 2px 0 !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar {
    color: #555555;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    color: #555555 !important;
    text-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    background: #0060A9;
    color: #FFFFFF;
    border: 0.08em solid #005290;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
    text-decoration: none;
    background: #004376;
    color: #FFFFFF;
    border-color: #002F52;
}

.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Navigator-Button.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton {
    font-size: 18px !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #0060a9;
    background: #0060a9;
    color: #fff;
}

.NewsColumn-Container .PressRelease-Attachment {
    text-align: right;
    width: 25px;
    height: 25px;
    overflow: hidden;
}

.styledSelect {
    border-radius: 0em;
    line-height: 20px;
    font-size: 14px;
}

.options {
    border-radius: 0em;
    border: 1px solid #ccc !important;
}

.PressRelease-Attachment {
    text-align: left;

    /* padding-bottom: 20px; */
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
    margin-left: 10px;
}

#CurrentPeriodContainer {
    display: none;
}

.easySelect {
    color: #555;
    border: 1px solid #ccc !important;
    border-radius: 0px;
}

.options li:hover {
    background-color: #e7f8fe;
    background-color: #1e90ff;
    color: #fff;
}

.divSearcheasySelect {
    display: none !important;
}

/********Media******/
@media(max-width:650px) {
    .euButton {
        margin: 5px;
    }

    #SearchBox {
        margin-left: 5px;
    }

}

@media(max-width:520px) {

    .EurolandTools-CommonObjects-Calendar-SelectionIndicator,
    #SearchBox,
    #FromCalendarInput,
    #ToCalendarInput {
        margin: 5px;
    }
}

#AllSelector .Tabs-Tab-Container::after {
    content: url(./icon_tabdown.png);
    position: absolute;
    top: 30px;
    left: 46%;
}

#SuppliedBy {
    padding-top: 0px !important;
}


/* **********************************ticker modifications ************************* */
#DateAvailableFrom,
#SearchContainer,
#YearPeriodsContainer,
#CurrentPeriodContainer,
#TotalContainer,
.Tabs,
#ControlsContainer,
#SortingContainer,
#SuppliedBy,
#PagesContainer,
.PressRelease-SingleLine-DataRow .PressRelease-NewsType {
    display: none !important;
}

.NewsColumn-Container .PressRelease-Attachment img {
    width: 22px !important;
    height: 22px !important;
    opacity: 1 !important;
    margin: 0px !important;
}

.NewsColumn-Container .PressRelease-Attachment > div {
    margin-left: 0px !important;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited,
.PressRelease-SingleLine-TypeContainer {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    /*
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
*/
}

.NewsColumn-Container .PressRelease-Attachment {
    padding-left: 0px;
    padding-right: 0px;
}

.HeadingColomnContainer,
.PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
    vertical-align: bottom;
}


@media(max-width:240px) {
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
        max-width: 195px;
        width: auto;
    }
}
