/* **********Microsoft JhengHei**************** */

@font-face {
	font-family: 'Microsoft JhengHei';
	src: url("Microsoft JhengHei.ttf") format("tff");
	font-weight: normal;
	font-style: normal;
}

* {
    box-sizing: border-box;
}
body {
    min-height: auto !important;
}
body,
input {
    font-size: 12px;
    font-family: "Microsoft JhengHei", Arial, STHeitiTC, STHeitiSC, sans-serif !important;
    color: #000;
}
.zh-CN body,
.zh-TW body,
.zh-CN input,
.zh-TW input {
    font-family: "Microsoft JhengHei", Arial, STHeitiTC, STHeitiSC, sans-serif !important;
}


#Main {
    max-width: 718px;
    width: 100%;
    padding:0;
}
#MainHeading {
    display: none;
}
div#DateAvailableFrom {
    font-size: 16px;
}
#YearPeriodsContainer a,
.Pages-Arrow {
    color: #000;
    font-size: 16px;
}
#CurrentPeriodContainer, 
#TotalContainer {
    font-weight: normal;
    font-size: 16px;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    width: 150px;
    float: right;
    text-align: right;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
    float: right;
}
.PressRelease {
    padding: 0 10px;
}
.PressRelease:hover {
    background: #214c7f;
    color: #fff !important;
    
}
.PressRelease:hover .PressRelease-NewsTitle {
    color: #fff !important;
}
/* .PressReleaseEven {
    background: #e0eaf4;
} */

#Tabs {
    text-align: right;
}
.Tabs {
    border-bottom: none;
}
.Tabs-Tab-Container {
    border: 1px solid #214c7f;
    background: #ffffff;
    color: #000;
    font-size: 16px;
    padding: 8px 28px;
}
.Tabs-Tab-Container,
.Tabs-Tab-Container:hover {
    text-decoration: none;
}

.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover {
    border: 1px solid #214c7f;
    background: #214c7f;
    color: #fff;
    font-weight: normal;
}

.euButton {
    border: 1px solid #214c7f;
    background: #214c7f;
    color: #fff;
    cursor: pointer !important;
    font-weight: normal;
    border-radius: 5px;
}
#SearchButton {
    padding: 7px 10px;
    font-size: 16px;
}
#SortingContainer {
    padding-bottom: 15px;
    color: #000;
}
#SortingContainer a {
    color: #000;
}
.InputBox {
    border: 1px solid #000;
    color: #000;
    padding: 10px 5px;
}
#SuppliedBy {
    font-size: 14px;
}
#SuppliedBy a {
    color: #000;
}

.Type {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    outline: none;
}
.TypeSelected {
    background: #214c7f;
    color: #fff;
}

#SuppliedBy a:hover,
.Pages-Arrow:hover,
.YearPeriodsContainer a:hover,
.NewsColumn-Container a:hover,
#YearPeriodsContainer a:hover {
    text-decoration: none;
}
#SeparateNews-Header a,
#SeparateNews-Footer a {
    color: #3478cb !important;
}
.PressRelease-NewsTitle,
.PressRelease-NewsDate,
#SortingContainer a {
    font-size: 16px;
    font-weight: normal;
    color: #222222;
}

.Pages-PageMarker {
    font-size: 16px;
    color: #000;
}
.Pages {
    margin-top: 20px;
}
.Pages-PageMarker:hover {
    text-decoration: none;
    color: #214c7f !important;
}
.Pages-SelectedPageMarker {
    color: #214c7f;
    text-decoration: none;
}



.HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
    display: table-cell;
    vertical-align: middle;
    padding: 14.5px 0;
    }
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
    float: none;
    }
    .NewsColumn-Container.PressRelease-NewsColumn.PressRelease-SingleLine-DataRow {
    display: table-row;
    }
    .NoChange-NewsColumn.ColumnLayoutColumn {
    display: table;
    width: 100%;
    }

@media (max-width: 615px) {
    .DateSelection {
        display: block;
        margin-left: 0;
	    margin-top: 1px;
    	margin-bottom: 5px;
    }
    .DateSelection-InputBox,
    #SearchBox {
	    width: 150px;
    }
    .af {
        margin: 0;
    }
}

div#ControlsContainer,
div#SortingContainer,
table.Pages,
#SuppliedBy {
    display: none !important;
}

.PressRelease-SingleLine-TitleContainer {
    text-overflow: ellipsis;
}

.PressRelease-SingleLine-TitleContainer {
    position: absolute;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    width: 30%;
}
.NoChange-NewsColumn {
    position: relative;
}
.PressRelease {
    line-height: 14px;
}

@media (max-width: 500px) {
    .PressRelease-SingleLine-TitleContainer {
        position: absolute;
        width: 155px;
        white-space: nowrap;
        overflow: hidden;
    }
    .NoChange-NewsColumn {
        position: relative;
    }
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
        width: auto;
    }
/*     .PressRelease-SingleLine-TitleContainer:before {
        content: '';
        width: 41px;
        position: absolute;
        top: 0px;
        display: inline-block;
        right: -4px;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
    }
    .PressRelease:hover .PressRelease-SingleLine-TitleContainer:before {
        background: linear-gradient(to right, rgba(33, 76, 127, 0.4), rgba(33, 76, 127, 1));
    } */
}


a.PressRelease-NewsTitle {
    color: #000000;
}
