@font-face {
	font-family: "SourceHanSansCN";
	src: url("./Fonts/SourceHanSansCN.otf") format("OpenType");
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: "NotoSansSC";
	src: url("./Fonts/NotoSansSC-Regular.ttf") format("TrueType");
	font-weight: 400;
	font-style: normal;
  }
  @font-face {
	font-family: "NotoSansSC";
	src: url("./Fonts/NotoSansSC-Medium.ttf") format("TrueType");
	font-weight: 500;
	font-style: normal;
  }  
  @font-face {
	font-family: "NotoSansSC";
	src: url("./Fonts/NotoSansSC-Light.ttf") format("TrueType");
	font-weight: 300;
	font-style: normal;
  }  
  @font-face {
	font-family: "NotoSansSC";
	src: url("./Fonts/NotoSansSC-Bold.ttf") format("TrueType");
	font-weight: 700;
	font-style: normal;
  }
* {
    box-sizing: border-box;
}

#Main {
    max-width: 100%;
    padding:0;
}
body,
input {
    font-size: 14px;
	font-family: NotoSansSC, "SourceHanSansCN";
    color: #333333;
}
div, 
button {
    font-family: NotoSansSC, "SourceHanSansCN";
}
.Tabs-Tab-Container {
    font-size: 14px;
}

#YearPeriodsContainer a {
    color: #333333;
	
	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

a:hover,
#YearPeriodsContainer a:hover,
.Periods-YearPeriod.Periods-YearPeriodSelected {
    text-decoration: none;
	color: #D80618 !important;
	
	font-weight: none;
	font-style: none;
}
.PressRelease-NewsTitle{
    color: #333333;
}
.PressRelease-NewsTitle:hover{
    color: #D80618 !important;
    text-decoration: none;
    text-decoration: 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: #333333 !important;
    display: none;
}
#DateAvailableFrom {
    border-bottom: 0em solid #e7e7e7;
    
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 0.6em;
}
#Periods {
	margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox, #FromCalendarInput, #ToCalendarInput{
    height: 45px;
    line-height: normal;
    width: 180px;
    border: 0.08em solid #e7e7e7;
    box-sizing: border-box;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    vertical-align: top;
    margin-top: -2px;
    line-height: 30px;
    margin-left: -28px !important;
  }
.euButton {
    width: 150px;
    border: 1px solid #D80618;
    border-radius: 18px;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    line-height: 14px;
    color: #D80618;
    background: linear-gradient(to left, #FFFFFF 50%, #D80618 50%) right;
    background-size: 200%;
    transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    -webkit-transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    text-decoration: none;
    opacity: 1;
    padding: 1em 0;
    margin: 0.5em;
    margin-left: -23px;
    font-size: 14px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    float: none;
}
.euButton:hover {
    text-decoration: none;
    background-position: left;
    color: #FFFFFF !important;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 16px;
    font-weight: normal;
}
#SortingContainer {
    margin: 1.5em 0;
    font-size: 1em;
    font-weight: bold;
	color: #D80618;
    display: none !important;
}
.Tabs {
    text-align: center;
    font-size: 0 !important;
    float: none;
	border-bottom: none;
}
.Tabs-Tab-Container:link {
	color: #333333;
	text-decoration: none;
}
.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: 1em !important;
    padding-bottom: 1em !important;
    padding-left: 2em;
    padding-right: 2em;
    margin: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
    border-radius: 0;
    background: #F7F7F7;
    border: 0.08em solid #F7F7F7;
    color: #333333;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0.08em;
    width:164px;
}
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected {
    background: #D80618;
    color: #fff;
    border-color: #D80618;
    position: relative;
    top: 0px;
    left: 1.5px;
    z-index: 10;
}
.Tabs-Tab-Container:hover {
	background: #D80618 !important;
	color: #ffffff !important;
}
.Tabs-Tab {
	background-color: transparent;
    float: none;
    display: inline-block;
    margin: 0;
}
.All {
    margin-right: 5px;
}

.Type {
    height: auto;
    font-size:1em;
    line-height: normal;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    padding-left: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
    background: transparent;
    border: 1px solid #D80618;
    transition: background 0.5s, color 0.5s, border 0.5s;
    color: #D80618;
    border-radius:0;
    margin:0 0.22em 0.22em 0;
}
.TypeSelected, .Type:hover {
    background: #D80618;
    border-color: #D80618;
    color: #fff;
}
#Types {
    padding-bottom: 0em;
    padding-top: 2em;
    display:none;
}
/*''''''''''''''''''''''''''''''''''''''''''''' PRESS RELEASE CONTENT''''''''''''''''''''''''''''''''''''''''''''*/

.PressRelease-NewsColumn {
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 10px;
}
.PressRelease {
    border-bottom: 10px solid #ffffff;
    padding: 1em 0;
}
.PressReleaseOdd {
    /* background-color: #F7F7F7; */
    border-bottom: dashed 2px #eeeeee;
}
.PressReleaseEven {
    /* background-color: #F7F7F7; */
    border-bottom: dashed 2px #eeeeee;
}
.HeadingColomnContainer-Date {
	min-width:10em;
}
.PressRelease-NewsDate {
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    display:inline-block;
    font-weight: normal;
    min-width: 10em;
}
.PressRelease-NewsTitle {
    /*display: block;
    padding-top: 0.5em;*/
    font-size: 14px;
    font-weight: normal !important;
    color: #333333 !important;
}
.PressRelease-NewsType {
    font-size: 14px;
    display:inline-block;
    padding: 0;
    color: #333333;
    font-weight: normal;
	margin-left: 1px !important;
    
}


@media (max-width: 465px){
#SearchBox {
    margin: 0px 0px 9px 0 !important;
}
}
@media screen and (max-width: 506px){
    .PressRelease-NewsType {
        margin-left: 0 !important;
        padding-left: 0;
    }
}
@media (max-width: 375px){
.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    margin-bottom: 10px;
}
}
.HeadingColomnContainer-Title {
    left: -3px;
    position: relative;
}
.HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
	padding: 0em;
}
#PagesContainer {
    text-align: center;
    padding: 50px 0 26px 0;
}
.Pages-PageMarker,
.Pages-SelectedPageMarker {
    font-size:1.25em;
    font-weight: normal;
	color: #333333;	
}
#SuppliedBy {
    text-align: right;
    padding-top: 2em;
    font-size: 12px;
    color:#666666;
}
.Disclaimer {
    color: #666666 !important;
}
.EUCalendar-day.EUCalendar-day-selected {
	background: #D80618;
}


/* sigle line */
.PressRelease-SingleLine-DateContainer {
    min-width: 120px;
    width: 15%;
}
.PressRelease-SingleLine-TitleContainer {
    width: 75%;
}
.PressRelease-SingleLine-AttachmentsContainer {

}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
    display: block;
}


.Pages {
    border-collapse: collapse;
    width: auto;
    margin: 0 auto;
    float: none;
}

.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active, .Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited {
    color: #525a6f;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-right: 6px;
    width: 36px;
    height: 36px;
    background-color: #e5e5e5;
    line-height: 36px;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.Pages-SelectedPageMarker, .Pages-SelectedPageMarker:hover, .Pages-SelectedPageMarker:active, .Pages-PageMarker:hover  {
    background-color: #d80618;
    color: #fff !important;
    text-decoration: none;
}

.Pages-Arrow:hover {
    background-color: #d80618;
    color: #D80618;
}

#SearchBox {
    margin: 0px 28px 3px 0;

  }
/**********Custom arrow***********/
  .Pages-Arrow {
    color: #e5e5e5;
  }

  td.Pages-ArrowContainer:first-child a::after {
    content: "<";
    /* background-image: url(page_arrow.png) !important; */
    font-size: 20px;
    border-radius: 2em;
    left: -8px;
    position: relative;
    background-repeat: no-repeat;
    top: 0px;
    color:#525a6f;
  }
  td.Pages-ArrowContainer:last-child a::after {
    content: ">";
    font-size: 20px;
    border-radius: 2em;
    position: relative;
    background-repeat: no-repeat;
    /* background-image: url(page_arrow1.png) !important; */
    top: 0px;
    right: 8px;
    color:#525a6f;
  }

  .EurolandTools-CommonObjects-Calendar-CalendarIcon {
    background: url(calendar2.png);
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 20px;
    right: 31px;
}

#SearchButton::after {
    content: ">";
    padding-left: 2px;
  }

  /* div div a img:hover {
    content: url(PDFH.png);
  } */
  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer div div a img:hover,
.PressRelease div div:hover div div a img {
    content: url(PDFH.png);
  }

  .PressRelease div div:hover span.PressRelease-NewsDate,
  .PressRelease div div:hover a.PressRelease-NewsTitle,
  .PressRelease div div:hover .PressRelease-NewsType {
    color: #D80618 !important;
    text-decoration: none !important;
    font-weight: normal;
}
.NewsColumn-Container .PressRelease-Attachment {
    padding-top: 14px;
}

.Pages-Arrow:hover, .Pages-Arrow:active, .Pages-PageMarker:hover, .Pages-PageMarker:active{
    background-color: #d80618;
    text-decoration: none;
  }
  .Pages-Arrow {
    display: inline-block !important;
    opacity: 1 !important;
  }
/******************new change******************/

  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    width: 13%;
    box-sizing: border-box;
  }
  .HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
    width: 21%;
    box-sizing: border-box;
    margin: 0;
  }
  .PressRelease-SingleLine-DataColumn {
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .HeadingColomnContainer-Title, .PressRelease-SingleLine-TitleContainer {
    width: 61%;
    box-sizing: border-box;
    margin: 0;
  }  

  @media (max-width: 900px){
  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    width: 80% !important;
    display: inline-block !important;
  }
  .HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
    width: 41%;
  }
  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    width: 21%;
  }
  .HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
    padding: 5px;
  }
}
@media (max-width: 715px){
.EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput {
    width: 131px;
  }
  .euButton {
    width: 100px;
  }
#SearchBox {
    margin: 0px 29px 3px 0;
  }
}

@media (max-width: 520px){
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
  width: 80%;
}
.HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
    width: 100%;
  }
  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    width: 100% !important;
  }
  .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    margin-left: 0px !important;
}
#SearchBox {
margin: 0px 0px 8px 0 !important;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox, #FromCalendarInput, #ToCalendarInput {
    width: 180px;
  }
  .euButton {
    width: 150px;
    margin: 5px !important;
  }
}