@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap');

* {
    box-sizing: border-box;
}

#Main {
    max-width: 940px;
    padding:0;
}

body,
input {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000;
    min-height: auto!important;
}

.zh-CN body,
.zh-CN input {
    font-family: Microsoft Yahei, Poppins, Arial, sans-serif;
    font-size: 12px;
    color: #000;
}

.EUcalendar-hover-week {
    background: #ffffff!important;
}
.PressRelease-NewsTitle {
    font-weight: normal;
    font-size: 12px!important;
    color: #000;
}
div#Main {
    min-height: auto;
}

.PressRelease-NewsTitle:hover {
    color: #848683;
    text-decoration: none;
}
#MainHeading {
    font-size: 1.25em;
    margin-bottom: 15px;
    display: none;
}
.DateSelection-InputBox {
    width: 110px;
}
.PressRelease {
/*  border-bottom: 1px dashed #f2f2f2;*/
    padding-bottom: 0;
}
.PressRelease-NewsColumn {
    max-width: 70%;
}

.PressRelease-NewsColumn br{
    display: none !important;
}

.PressRelease-Attachment {
    float: left;
    padding-right: 15px;
    width: 30px !important;
/*    display: none !important;*/
}
h1#MainHeading
{
    display: none;
}
.PressRelease-NewsTitle {
    font-weight: normal !important;
    font-size: 12px;
    direction: ltr !important; 
    max-width: 704px;
    display: inline-block!important;
    margin-left: -5px;
    vertical-align: top;
    margin-top: 0px!important;
    max-width: 85%;
	text-align: justify;
}

html.zh-CN .PressRelease-NewsTitle {
    font-weight: normal !important;
    font-size: 12px;
}
html.zh-CN .PressRelease-NewsTitle {
    font-weight: normal !important;
    font-size: 12px;
}
.PressRelease-NewsDate {
    font-size: 12px;
    float: right;
    font-weight:300;
    /* font-family: Poppins, Microsoft Yahei, Arial, sans-serif;     */
    font-family:  Arial, sans-serif;
/*    padding-top:1px;*/
    color: #555555;
}
/* html.zh-CN .PressRelease-NewsDate {
    font-size: 12px;
} */
html.zh-CN .PressRelease-NewsDate {
    font-size: 12px;
    margin-top: 0px;
}
.PressRelease-NewsTitle:link 
.PressRelease-NewsTitle:visited {
    color: #666666;
    text-decoration: none;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
    color: #0c5ca8;
    text-decoration: none;
}

.InputBox {

    font-size: 12px;
    color: #999999;
}
a {
  color: #848683;
    text-decoration: none;
}
a:hover {
    color: #848683;
    text-decoration: none;
}

.Tabs {
    margin: 0;
    padding: 0;
    height: 44px;
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #e1e1e1;
}
.Tabs-Tab-Container {
    display: block;
    border:0px;
    padding:0px;
    line-height: 1.5em;
    background: transparent;
    color: #63666B;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    height: 43px;
    font-weight: bold;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.Tabs-Tab-Container.selected {
    color: #63666B;
    background: transparent;
    border-bottom: 2px solid #E62B1E;
    cursor: default;
    font-weight: bold;
    height: 43px;
    text-decoration: none;
    
}
.Tabs-Tab-Container:hover {
    color: #63666B;
    background: transparent;
    border-bottom: 2px solid #E62B1E;
    cursor: default;
    font-weight: bold;
    height: 43px;
    text-decoration: none;
}
.euButton {
        background: #32beff ;   
    color: #ffffff;
    transition: background 0.5s, color 0.5s, border 0.5s;
    padding: 6px 2em;
    font-weight: normal;

    cursor: pointer;
}
.euButton:hover {
      background: #32dcff ;   
    color: #ffffff;
    font-weight: normal;
   
    cursor: pointer !important;
}
.Tabs-Tab a:hover {
    cursor:pointer;
}
.Tabs-Tab a {
    margin-right: 20px;
}


.Type {

    font-size: 13px;
    padding: 7px 12px;
    background: #E1DEDE;
    color: #E62B1E;
    transition: background 0.5s, color 0.5s, border 0.5s;
    border-radius: 30px;
    margin: 5px;
    cursor: pointer;
}
.Type:hover, .TypeSelected {
    background: #E62B1E;
    color: #fff;
    margin: 5px;
}

@media (max-width: 465px) {
    #FromCalendarImage, #ToCalendarImage {
        width: 90%;
    }
    #FromCalendarInput, #ToCalendarInput {
        width: 100%;
    }
    #SearchBox {
        width:90%;
    }
    #SearchButton {
        margin-left: 0;
        padding: 12px 4em;
    }
}

.Pages-PageMarker {
    font-size: 14px;
}
.Pages-SelectedPageMarker {
    color: #848683;
    text-decoration: underline;
}

.zh-CN a.Periods-YearPeriod:last-child {
    font-size: 14px;
}

.Pages-PageMarker {
    margin: 0px;
    margin-left: -1px;
    margin-top: -1px;
    cursor: pointer;
}

#SuppliedBy {
    text-align: right;
    font-size: 10px;
    padding-top: 0;
    margin-top: -35px;
    display: none;
}
.Pages-PageMarker {
    display: inline-block;
    padding: 9px 14px 9px 14px;
    border-radius: 0;
    color: #848683;
    border: 1px solid #e3e3e3;
    text-decoration: none;
}


span.Pages-SelectedPageMarker.Pages-PageMarker {
    background: #005aab;
    color: #fff;
    border:1px solid #005aab!important;
}

.InputBox {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    outline: none;
}



div#PagesContainer {
    width: 100%!important;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.Pages {
     width: auto; 
    text-align: center!important;
        display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}



a.Pages-Arrow {
    border: 1px solid #e3e3e3;
    padding: 9px 14px 9px 14px;

    margin-right: -4px;
    margin-left: -5px;
}

img.DateSelection-Icon {
    display: none;
}

span#FromCalendarImage {
    position: relative;
}

span#FromCalendarImage:after {
    content: url(calicon.png);
    width: 0;
    height: 0;
    position: absolute;
    top: 33px;
    right: 23px;
    margin-top: -28px;
    font-family: FontAwesome;
    color: #32b4e6;
}

span#ToCalendarImage {
        position: relative;
}

span#ToCalendarImage:after {
    content: url(calicon.png);
    width: 0;
    height: 0;
    position: absolute;
    top: 33px;
    right: 23px;
    margin-top: -28px;
    font-family: FontAwesome;
    color: #32b4e6;
}




.NewsColumn-Container .PressRelease-Attachment {
    float: none!important;
    display: inline-block!important;
}
@media (max-width: 860px) {
    .PressRelease-NewsTitle {
        width: 90%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
    }
}


a.Periods-YearPeriod {
    white-space: nowrap;
}



.PressRelease-Attachment a, .PressRelease-Attachment a:hover, .PressRelease-Attachment div, .PressRelease-Attachment div:hover, .PressRelease-Attachment div img, .PressRelease-Attachment div img:hover {
    opacity: 1!important;
    margin-left: 0!important;
}

/* Calendar trash */


.PressRelease-Change, .PressRelease-NewsColumn {
    margin: 0 0 23px 0;
}


.EUCalendar-day {
    text-align: right;
    color: #222;
    border:0px;
}

/* 
table.EUCalendar-topCont {
    display: block!important;
}
 */


.EUCalendar-day-selected{
    margin: 0!important;
}

.EUCalendar-day-today.EUCalendar-day-selected {
    border: 1px solid #999;
}

.EUCalendar-day-selected {
    padding: 9px 9px 9px 9px!important;
    margin:0px;
    border:0!important;
    background-color: #005aab!important;
    color: #FFFFFF !important;
}

.EUcalendar-hover-week {
    background: #ffffff!important;
}


.EUCalendar-day-today.EUCalendar-day-selected {
    background-color: #32beff!important;
    border:0;
    color: #fff;
}

.EUCalendar-day-today.EUCalendar-day:hover {
    background-color: #32beff;
    color: #fff;
    border:0px;
}

a.Periods-YearPeriod {
    color: #000;
    white-space: nowrap;
}

a.Periods-YearPeriod:hover {
    color: #0c5ca8 ;
}

a.Periods-YearPeriod:active {
    color: #005aab ;
}




.EUCalendar-day {
    text-align: right;
    color: #222;
    border:0px;}

.EUCalendar-day:hover {
    text-align: right;
    padding: 9px 9px 9px 9px!important;
    color: #fff!important;
    border-color: #005aab!important;
    background: #005aab!important;
    border: 0;
}

.EUCalendar-title div {
    padding: 5px 17px;
    text-shadow: 0px 0px 0px #777!important;
}

.EUCalendar-dayNames div {
    font-weight: normal;
    color: #444;
    text-shadow: 0px 0px 0px #777!important;
}

.EUCalendar-bottomBar-today {
    padding: 2px 15px;
    border:0px;
    text-transform: capitalize!important;
}

.EUCalendar-bottomBar-today:hover {
    padding: 2px 15px;
    border:0px;
    text-transform: capitalize!important;
}

.EUCalendar-weekend {
    color: #848683!important;
}

.EUCalendar-day {
    text-align: center;
    color: #848683!important;
}

.EUCalendar-day-today {
        color: #fff!important;
    border:0px;
    background: #32beff!important;
    font-weight: normal;
}

.EUCalendar-dayNames div, .EUCalendar-day, .EUCalendar-weekNumber {
    width: auto!important;
    padding: 9px 9px 9px 9px!important;
    text-align: center!important;
}

.EUCalendar-bottomBar {
    border-top: 0px solid #aaa!important;

}

.EUCalendar-dayNames div {
    font-weight: bold;
    color: #848683!important;

}

tr.EUCalendar-week.EUCalendar-hover-week {
    background: white!important;
}
tr.EUCalendar-week.EUCalendar-first-row.EUCalendar-hover-week {
    background: white!important;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    a.Pages-Arrow {
        padding: 10px 14px 9px 14px;
        margin-right: 0;
    }
}



_::-webkit-full-page-media, _:future, :root .safari_only {
    a.Pages-Arrow {
        padding: 10px 14px 9px 14px;
        margin-right: 0;
    }
}


@media not all and (min-resolution:.001dpcm) { 
    @media {
        a.Pages-Arrow {
            padding: 10px 14px 9px 14px;
            margin-right: 0;
        }

        @media (max-width:320px){
            a.Pages-Arrow {
                margin-right: -4px;
                padding: 9.5px 14px 9.5px 14px;
            }
            .Pages-ArrowContainer{
                width: 30px;
            }
        }
        @media (max-width:375px){
            a.Pages-Arrow {
                margin-right: -4px;
                padding: 9px 14px 10px 14px!important;
            }
        }
        @media (max-width:480px){
            a.Pages-Arrow {
                margin-right: -4px;
                padding: 10px 14px 9px 14px;
            }
            .Pages-ArrowContainer{
                width: 30px;
            }
        }
    }
}


.EUCalendar-day-disabled {
    opacity: 0.5;
    text-shadow: none!important;
}

/* IE Media */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    a.Pages-Arrow {
        margin-right: -4px;
        padding:9.5px 14px 8.5px 14px;
    }
}

div#ControlsContainer {
    display: none!important;
}

div#SortingContainer {
    display: none;
}

.SortingContainer-NoChange-NewsColumn.ColumnLayoutColumn {
    display: none;
}

.Pages {
    display: none;
}

@media (max-width: 860px){
.PressRelease-NewsTitle {
    width: 82%;
    }
}

.PressRelease-Attachment div img {
    width: 12.4px!important;
    height: 13.23px!important;
}

.en-GB .PressRelease-NewsTitle {
    margin-top: 0px;
}

.en-GB .PressRelease-NewsDate {
    margin-top: 0px;
}

 @media(max-width:750px){
    html.zh-CN .PressRelease-NewsDate {
        width: 100%;
        padding-left: 50px;
        }
    html.en-GB .PressRelease-NewsDate {
        width: 100%;
        padding-left: 50px;
        }
}

.Pages-ArrowContainer {
    width: 0;
}

@media (max-width: 750px){
.PressRelease-NewsDate {
    width: 100%;
    padding-left: 50px;
    }
}

.PressRelease-Attachment div img {
    width: 12.4px!important;
    height: 13.23px!important;
}

.PressRelease-NewsTitle {
    margin-top: -3px;
}
.NewsColumn-Container .PressRelease-Attachment {
    margin-top: -3px !important;
}
.PressRelease-NewsDate {
    width: auto;
    margin-left: 2%!important;
    font-size: 12px;
}
.PressRelease-Attachment, .PressRelease-Attachment div {
    width: 30px !important;
    height: 28px !important;
    margin: 0 !important;
    overflow: hidden;
    transition: 0.5s all;
}
.PressRelease-NewsDate{
    width: 100%;
    padding-left: 29px!important;
    padding-top: 7px;
}
.PressRelease-NewsColumn {
    max-width: 100%;
}
@media(max-width:414px){
    .PressRelease-Attachment div img {
        width: 11px!important;
        height: 12px!important;
        margin-top: 4px!important;
        margin-left: 8px!important;
    }
    html.en-GB .PressRelease-Attachment div img{
        margin-top: 1px!important;
    }

    .PressRelease-NewsColumn {
        max-width: 100%!important;
    }
    .PressRelease-NewsTitle {
        font-size: 12px!important;
    }
    .PressRelease-NewsTitle {
        margin-top: 4px;
        margin-left: 0px;
    } 

    #CurrentPeriodContainer {
        font-size: 12px;
    }
    td#YearPeriodsContainer {
        font-size: 12px;
    }
    #FromCalendarInput, #ToCalendarInput {
        font-size: 12px;
    }
    .Pages-PageMarker {
        font-size: 12px;
    }
    .Pages-Arrow {
        font-size: 12px;
    }
    a.Pages-Arrow {
        padding: 9px 14px 9px 14px;
    }
    .zh-CN body, .zh-CN input {
        font-size: 12px;
    }
    html.zh-CN .PressRelease-NewsDate {
        font-size: 12px;
    }
    .PressRelease-Change, .PressRelease-NewsColumn {
        margin: 15px 0 15px 0;
    }

   .PressRelease-NewsDate {
        width: 100%;
        padding-left: 33px!important;
    }

    .PressRelease-NewsTitle {
        width: calc(100% - 35px)!important;
        margin-top: -1px !important;
    }
}