@font-face {
    font-family: "DINPro";
    src: url("fonts/DINPro-Regular.eot");
    src: url("fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype"),
        url("fonts/DINPro-Regular.woff2") format("woff2"),
        url("fonts/DINPro-Regular.woff") format("woff"),
        url("fonts/DINPro-Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "DINPro";
    src: url("fonts/DINPro-Medium.eot");
    src: url("fonts/DINPro-Medium.eot?#iefix") format("embedded-opentype"),
        url("fonts/DINPro-Medium.woff2") format("woff2"),
        url("fonts/DINPro-Medium.woff") format("woff"),
        url("fonts/DINPro-Medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "PingFang";
    src: url("fonts/PingFang Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "PingFang";
    src: url("fonts/PingFang Medium") format("truetype");
    font-weight: 500;
}
#Main {
    max-width: 1110px;
    padding:0;
}

body,
input {
	font-size: 16px;
    color: #212529;
    padding: 0;
    margin: 0;
    font-weight: 500 !important;
}
.en-GB body,
.en-GB input {
	font-family: "DINPro",  sans-serif;
}
.zh-CN body,
.zh-CN input,
.zh-TW body,
.zh-TW input  {
	font-family: "PingFang",  sans-serif;
}
button {
    font-family: inherit;
}

.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: #0D5DDF;

    font-weight: 500;
    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: #0D5DDF;

    font-weight: none;
    text-decoration: none;
    font-style: none;
}

#MainHeading {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em !important;
    font-weight: bold;
    font-family: inherit;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #113159 !important;
    display: none;
}

#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding-top: 0em;
    padding-bottom: 0.6em;
    color: #212529 !important;
}

#Periods {
    margin-top: 0.6em;
    font-size: 18px !important;
}

#SearchBox {
    margin: 0 30px 0 0 !important;
    /* width: 170px !important; */
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 42px;
    box-sizing: border-box;
    line-height: normal;
    width: 9em;
    border: 1px solid #E9E9E9;
    padding: 11px;
    width: 155px;
}

#FromCalendarContrainer,
#ToCalendarContrainer,
#SearchBox,
#SearchButton {
    vertical-align: top;
    margin: 5px 5px 5px 0 !important;
}

.euButton {
    height: 42px;
    width: 120px;
    box-sizing: border-box;
    line-height: normal;

    font-family: inherit;
    font-size: 1.0em;
    font-weight: 500;
    text-transform: none;

    padding: 10px;

    border: 1px solid #FFF;
    /* border-radius: 6px; */

    background: #0D5DDF;
    color: #FFF !important;

    transition: background 0.5s, color 0.5s, border 0.5s;
}

.euButton:hover {
    background: #FFF;
    color: #212529 !important;

    cursor: pointer;
}

#SearchButton:hover {
    cursor: pointer;
}

#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}

#YearPeriodsContainer a,
#CurrentPeriod {
    font-size: 18px !important;
    font-weight: bold;
    font-family: inherit;
}
.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 #FFFFFF;	
}

.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: 47px;
    line-height: 45px;
    padding-top: 0em !important;
    padding-right: 2em;
    padding-bottom: 0em !important;
    padding-left: 2em;
    margin-top: 0em;
    margin-right: 5px;
    margin-bottom: 0em;
    margin-left: 5px;
    border-radius: 0px;
    font-family: inherit;
    font-weight: 500;
    font-size: 19.2px;
    text-transform: none;
    color: #FFF;
    font-style: normal;
    text-decoration: none;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    background: #0D5DDF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
	
}
 
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    background: #FFF;
    color: #212529;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    position: relative;
    top: 0px;
    left: 0px;
}
.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 #6B59B0;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display: none;
    margin-bottom: 2em;
}

.Type {
    background-color: #0D5DDF;
    border-radius: 0px;
    border: 1px solid #FFF;
    padding: 0em 1em;

    color: #FFF;
    font-weight: 500;
    text-transform: none;
    font-family: inherit;
    font-size: 14px;

    margin: 0.22em;
    height: 40px;
    box-sizing: border-box;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.TypeSelected,
.Type:hover {
    cursor: pointer;

    background-color: #FFF;
    color: #212529;
    border-color: #FFF;
}

/******************************************************************************** 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-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

    display: inline-block;

    background-color: #0D5DDF;
    color: #FFF;
    border: 1px solid #FFF;

    padding: 0;

    font-family: inherit;
    font-size: 14px;
    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: 5px;
    width: 37px;
    height: 34px;
    box-sizing: border-box;
    line-height: 30px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
    background-color: #FFF;
    color: #212529;
    border-color: #FFF;

    text-decoration: initial;
    font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: #FFF;
    color: #212529;
    border-color: #FFF;

    text-decoration: initial;
    font-weight: normal;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #212529;
    border-bottom: 0.0em solid #212529;
}

.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: #212529;
    border-bottom-color: #212529;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #113159;
    border-bottom-color: #113159;
}

.PressRelease-SingleLine-DateContainer {
    width: 7em;
    height: 100%;
    font-size: 16px;
    color: #212529;
    vertical-align: middle !important;
    padding: 31.5px 0;
}

.HeadingColomnContainer.HeadingColomnContainer-Date {
    width: 5%;
    height: 100%;
    min-width: 7.7em;
    vertical-align: middle !important;
    /*! padding-left: 28px; */
    color: #212529;
    font-size: 16px;
    font-weight: bold;
}

.PressRelease-SingleLine-TypeContainer {

    width: 25.5%;
    border: 0em solid #717A7E;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    /*! background-color: #FFFFFF; */
    padding: 0px;

    vertical-align: middle !important;
}

.PressRelease-SingleLine-TitleContainer,
.HeadingColomnContainer.HeadingColomnContainer-Title {
    width: 40%;
    font-size: 16px;
}

.HeadingColomnContainer.HeadingColomnContainer-Title {
    color: #212529;
    font-weight: bold;
}

.HeadingColomnContainer.HeadingColomnContainer-Title {
    margin: 0 !important;
    ;
}

.HeadingColomnContainer.HeadingColomnContainer-Type {
    /*! display: none; */
    color: #212529 !important;
    font-size: 16px;
    /*! margin-left: 5px; */
    width: 25%;
    font-weight: bold;
}

.NewsColumn-Container.PressRelease-NewsColumn.PressRelease-SingleLine-DataRow {
    position: relative;
    height: auto;
}

.PressRelease-SingleLine-AttachmentsContainer {
    width: 10%;
    padding: 24px 30px 24px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.HeadingColomnContainer.HeadingColomnContainer-Attachments {
    width: 17%;
    /*! padding-right: 1em; */
    /*! position: absolute; */
    /* right: 0; */
    /* top: 0; */
    color: #212529 !important;
    font-size: 16px;
    text-align: right;
    font-weight: bold;
    float: right;
    /*! padding-right: 15px; */
}

.PressRelease-Attachment {
    padding-top: 5px !important;
}

.NewsColumn-Container .PressRelease-Attachment {
    padding: 0 !important;
}

.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
}

.PressReleaseOdd {
    background-color: transparent;
}

.PressReleaseEven {
    background-color: transparent
}

.PressRelease {
    position: relative !important;
    z-index: 2;
    font-family: inherit;
    font-weight: bolder;
    border-bottom: 1px solid #EFEFEF;
}

.PressRelease:hover {
    position: relative !important;
    z-index: 2;
    font-family: inherit;
    font-weight: bolder;
}

/* .PressRelease div div:hover span.PressRelease-NewsDate,
.PressRelease div div:hover a.PressRelease-NewsTitle,
.PressRelease div div:hover .PressRelease-NewsType {
    font-family: inherit;
    font-weight: bold !important;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    color: #113159;
} */
.PressRelease div div:hover a.PressRelease-NewsTitle {
    font-family: inherit;
    /* font-weight: bold !important; */
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    color: #4FE8B1;
    text-decoration: none;
}
.PressRelease div div:hover a img {
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
}
.PressRelease div div:hover div div a img {
  content: url(hover.png);
}
.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-size: 1.0em;

    font-weight: 500;
    font-style: normal;
    text-decoration: initial;
    color: #212529;
}


.PressRelease-NewsType {
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    font-size: 1.0em;
    color: #212529;
    /*! margin-left: 10px !important; */
}

.PressRelease-NewsDate {
    margin-right: 5px;

    font-family: inherit;
    font-size: 1.0em;
    color: #212529;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
}


#PagesContainer {
    text-align: center;
    padding: 30px 0;
}

#SuppliedBy {
    text-align: right;
    padding: 0 !important;
    font-size: 13px;
    color: #444;
}

#SuppliedBy > a,
.Disclaimer > span > a {
    color: #444 !important;
}

#SuppliedBy > a:hover,
.Disclaimer > span > a:hover {
    color: #4FE8B1 !important;
	text-decoration: underline;
}
.Pages-PageMarker {
    box-sizing: border-box;
}
.Pages-ArrowContainer {
    width: 50px !important;
    box-sizing: border-box;
}

/*********************************calendar****************************************************************/
.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #113159 !important;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
  background: #4FE8B1;
  cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #FFF !important;
    background: #0D5DDF !important;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    font-family: inherit;
    color: #FFF;
    transition: background 1s, border 1s;
    text-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
    background: #113159;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton:hover {
    background: #fff;
    background: rgba(255, 255, 255, .55);
    border: 1px solid #4FE8B1 !important;
    background: #4FE8B1;
    color: #fff;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    font-size: 15px;
    line-height: 15px;
    background: #FFF;
    border: 1px solid #113159 !important;
}

.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    color: #113159;
    border: #113159;
}

/*********************************RESPONSIVE************************************************************/

@media (max-width: 790px) {
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
        display: block;
        padding-left: 1em;
        padding-bottom: 25px;
        margin: 0;
        width: 70%;
    }

    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
        padding-top: 25px;
        padding-right: 25px;
        padding-bottom: 10px;
        min-width: 6.5em;
        padding-left: 25px;
    }

    .PressRelease-SingleLine-AttachmentsContainer {
        top: 25%;
    }
    
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
        padding-top: 25px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        text-align: right;
        padding-right: 1em;
    }
    
    .PressRelease {
        padding: 0em 0em 0em 0em;

        background: #FFF;
    }

    .HeadingColomnContainer {
        display: none;
    }
}

@media (max-width: 450px) {
    .PressRelease {
        padding: 0em 0em 0em 0em;
        background: #FFF;
    }
    .PressRelease-SingleLine-DataRow .PressRelease-NewsType {
        margin: 0px !important;
    }
    .PressRelease-SingleLine-AttachmentsContainer {
      top: 25%;
    }
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
        position: static;
        width: auto;
        text-align: left;
        padding-bottom: 25px;
        padding-right: 25px;
        padding-top: 10px;
        padding-left: 1em;
        display: block;
    }
}

@media(max-width: 260px) {
    .PressRelease {
        border-bottom: 1px dashed #BDBDBD;
        padding: 0em 0em 0em 0em;

        background: #FFF;
        height: 230px !important;
    }
}

#SortingContainer {
    position: relative !important;
    border-bottom: 0px solid #D2D9E3;
    background: #f1f1f1;
    padding: 0;
}
/* ADDED CSS */
.InactiveInputBox {
    color: #212529 !important;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    width: 20px;
    height: 21px;
}

.styledSelect, .easySelect {
    display: inline-block;
    max-width: 102px;
    font-family: inherit;
    font-size: 19.2px;
	color: #212529 !important;
	background: transparent;

    height: 34px;
    box-sizing: border-box;
    font-weight: 500 !important;
}

.styledSelect {
    padding-top: 2px;
}

.easySelect, .options {
	border: 1px solid #dee2e6 !important;
}

.divSearcheasySelect {
	border-bottom: 1px solid #dee2e6 !important;
}

.options li {
	font-family: inherit !important;
}

.container-item .checkmark:after{
	border-color: #CCCCCC !important;
}

#selectAlleasySelect {
	margin-right: 0;
}

label.container-item:hover {
    background: #CCCCCC !important;
}

label.container-item:hover .checkmark:after{
	border-color: #FFF !important;
}

td#CurrentPeriodContainer {
    display: none;
}

.styledSelect:after {
    top: 12px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    padding-left: 1em;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
    color: #1266f6;
}

.EurolandTools-CommonObjects-Calendar-Month-Weekend {
    color: #1266f6;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
    cursor: pointer;
    background: #FFF !important;
    border-color: #FFF !important;
    color: #212529 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-Day {
    text-shadow: none;
}

.PressRelease-Attachment {
    width: auto;
    height: 30px;
    overflow: hidden;
}

/* .PressRelease-Attachment div, .PressRelease-Attachment div a, .NewsColumn-Container .PressRelease-Attachment img{
    width: 24px !important;
    height: 24px !important;
    opacity: 1 !important;
    margin: 0px !important;
} */

/**Adds-on**/
.container-item .checkmark::after,
label.container-item:hover .checkmark:after {
  border-color: #1266f6 !important;
}
.options li:hover, 
label.container-item:hover, 
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
    background-color: #4FE8B1 !important;
}

.HeadingColomn {
  padding: 0.6em 0;
  padding-left: 0px;
}

.HeadingColomnContainer.HeadingColomnContainer-Date div {
    padding-left: 1em !important;
}
.PressRelease-SingleLine-DataColumn {
  /*! display: table-cell !important; */
  vertical-align: middle !important;
}
.en-GB .HeadingColomnContainer-Attachments .HeadingColomn {
  text-align: right;
  padding-right: 1em;
}
.HeadingColomnContainer-Attachments .HeadingColomn {
  padding-right: 2em;
}