@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');

#Main {
    max-width: 100%;
	padding:0;
	background: transparent;
}
body,
input {
    font-size: 18px;
	font-family: Lato, Arial;
	color: #4C4948;
	background: transparent;
}
button {
    font-family: Lato, Arial;
}
.Tabs-Tab {
    font-size: 18px;
}

.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #4C4948;
	
	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: #EB6E23;
	
	font-weight: none;
	text-decoration: none;
	font-style: none;
}

#MainHeading {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 20px !important;
    font-weight: bold;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
	color: #4C4948 !important;
}
#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: auto;
    line-height: normal;
    width: 9em;
	border: 1px solid #CCCCCC;
	background: transparent;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
    height: auto;
	line-height: normal;
	
	font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: capitalize;
	
	padding: 5px 1.0em;
	
	border: 1px solid #EB6E23;
    box-shadow: 0px 0px 0px 1px #fff inset;
    border-radius: 3px;
    background: #EB6E23 !important;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
	min-width: 165.72px;
	float: none;
}
.euButton:hover {
    background: #EB6E23;
    color: #FFFFFF !important;
	border-color: #EB6E23;
	
	cursor: pointer;
}

input#SearchBox {
    margin-top: 0;
}

#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 18px;
    font-weight:bold;
}
#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-size: 18px;
    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 #EB6E23;	
}

.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: auto;
	line-height: normal;
	
	padding-top: 0.8em !important;
    padding-right: 2.0em;
    padding-bottom: 0.8em !important;
    padding-left: 2.0em;
	
	margin-top: 0.0em;
	margin-right: 0.08em;
	margin-bottom: 0.0em;
	margin-left: 0.08em;
	
    border-radius: 3px;
	
	font-family: inherit;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: none;	
	color: #4C4948;
	
	font-style: normal;
	text-decoration: none;	
	
    border-top: 0.08em solid #EB6E23;
    border-right: 0.08em solid #EB6E23;
    border-bottom: 0.08em solid #EB6E23;
    border-left: 0.08em solid #EB6E23;
    background: transparent;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
	
	position: relative;
	top: 0;
	left: 0em;
	min-width: 80px;
    text-align: center;
}
 
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: #EB6E23;
	color: #FFFFFF;	
	border-top: 0.08em solid #EB6E23;
	border-right: 0.08em solid #EB6E23;
	border-bottom: 0.08em solid #EB6E23;
	border-left: 0.08em solid #EB6E23;
	
	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 #EB6E23;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	background-color: transparent;
    border: 0.08em solid #eb6e23;
    padding: 0.8em 1.0em;
    color: #4C4948;
    border-radius: 3px;
    font-weight: normal;
    text-transform: none;
    font-family: inherit;
    font-size: 0.8em;
    margin: 0.22em;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.TypeSelected,
.Type:hover {
	cursor: pointer;
	
	background-color: #EB6E23;
	color: #FFFFFF;
	border-color: #eb6e23;
}

/******************************************************************************** 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;
	font-weight: 400;
}

.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{
	color: #EB6E23;
}

.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
	
	display: inline-block;
	
    background-color: transparent !important;
	color: #4C4948;
	border: 0 !important;
	
    padding: 9px 14.5px;
	
	font-family: inherit;
	font-size: 1.0em;
	text-decoration: initial;
	font-weight: bold;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	transition: background 0.5s, color 0.5s, border 0.5s;	
	margin: 0em -1px;
}


.Pages-PageMarker:active {
	background-color: #EB6E23;
	color: #FFFFFF;
	border-color: #EB6E23;
	
	text-decoration: initial;
	font-weight: bold;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:active {
	background-color: #FFFFFF;
	color: #EB6E23;
	border-color: #FFFFFF;
	
	text-decoration: initial;
	font-weight: bold;
}

/* .Pages-SelectedPageMarker:hover{ */


.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover{
	background-color: #FFFFFF;
	color: #EB6E23;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #4C4948;
	border-bottom: 0.0em solid #4C4948;
}
.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: #4C4948;
	border-bottom-color: #4C4948;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #EB6E23;
	border-bottom-color: #EB6E23;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}
.PressRelease-SingleLine-TypeContainer {
	
	float: right;
	
	border: 0em solid #7F7672;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: transparent;
	padding: 0.5em 0.5em 0.5em 0.5em;	
	
}
.PressRelease-SingleLine-TitleContainer {
	clear: none;
	float: left;	
}
.PressRelease-SingleLine-AttachmentsContainer {
	float: left;
	clear: left;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}
.PressReleaseEven {
	background-color: transparent
}
.PressRelease {
	border-bottom: 0.08em solid #e1e1e1;
	padding: 0.8em 0.5em 0.5em;
	
	border-right: 0em solid #7F7672;	
	border-left: 0em solid #7F7672;
}
#PressRelease_0 {
	border-top: 0em solid #7F7672;
}
.PressRelease:last-child {
	border-bottom: 0em solid #7F7672;
}

.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 20px;
	
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #4C4948;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #4C4948;
}
.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 15px;
	color: #4C4948;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	
	font-family: inherit;
	font-size: 18px;
	color: #EB6E23;;
	font-weight: bold;
	text-transform: none;
	font-style: normal;	
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}
#SuppliedBy {
    text-align: right;
    padding-top: 2em;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer a img{
	width: 20px !important;
	transition: all 0.3s !important;

}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer a img:hover{
	width: 23px !important;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	margin-top: 5px;
	max-width: 90%;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    margin-bottom: 5px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
    padding-top: 0;
}

*{
	outline: none !important;
}

#SuppliedBy{
	font-size: 15px;
}

.zh-TW input#SearchBox ,
.zh-CN input#SearchBox {
    min-height: 37px;
	box-sizing: border-box;
	min-width: 165px;
}

div#TotalContainer,
#DateAvailableFrom,
.EurolandTools-CommonObjects-Calendar-Selection,
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
    display: none !important;
}

#ButtonsContainer{
	margin-top: 15px;
}

td.SeparateNews-Header-LeftColumn {
    display: none;
}

.NewsColumn-Container .PressRelease-Attachment {
    padding-right: 10px;
}

div#SuppliedBy a {
    color: #EB6E23;
}

#CurrentPeriodContainer {
    font-size: 18px;
}

@media(max-width:1100px){
	body,
	input,
	.Tabs-Tab,
	#YearPeriodsContainer a{
		font-size: 15px;
	}

	.Pages-Arrow, .Pages-Arrow:link, 
	.Pages-Arrow:active, 
	.Pages-PageMarker, 
	.Pages-PageMarker:link, 
	.Pages-PageMarker:visited{
		font-size: 14px;
	}

	.euButton{
		min-width: 147px;
	}

	.zh-TW input#SearchBox ,
	.zh-CN input#SearchBox {
		min-height: 35px;
		min-width: 147px;
	}
}

@media(max-width:800px){
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer{
		margin-top: 0;
	}
}

@media(max-width:800px){
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer{
		max-width: 80%;
	}
}

@media(max-width:465px){
	button#SearchButton {
		margin-left: -3px;
		padding: 10px;
	}
}
.btn-subscription {
    display: none!important;
}
#MainHeading {
    font-size: 22.4px;
    color: #EB6E23!important;
}

a.Pages-Arrow:first-letter {
    font-size: 0;
}

/* *****************Added Code ****************************** */

#YearPeriodsContainer {
	text-align: right;
	width: 100PX;
	padding-right: 3px;
}

#selectAlleasySelect {
	margin-right: 45px;
	cursor: pointer;
	font-weight: bold;
}

.easySelect {
    font-family: Lato, Arial !important;
	font-size: 18px !important;
}

.divOptionsesySelect > p {
    display: inline-block;
    font-family: Lato, Arial !important;
    font-size: 18px !important;
    font-weight: normal;
}

.container-item {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0px;
	width: auto !important;
	cursor: pointer;
    font-family: Lato, Arial !important;
    font-size: 18px !important;
	padding: 0.25rem 0px 0.25rem 8px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.options li {
    font-family: Lato, Arial !important;
    font-size: 18px !important;
	font-weight: 500;
}

.styledSelect {
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	padding-top: 6px;
	font-weight: 400 !important;
	color: #4C4948 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 15%;
	text-align: left;
}

.en-GB #selectAlleasySelect {
	margin-right: 75px;
	cursor: pointer;
}

.options li:hover, 
.options > .hiddenLieasySelect, 
.options > .hiddenLieasySelect:hover {
  background-color: #EB6E23 !important;
  color: #FFFFFF;
}

.container-item .checkmark::after {
	left: 60px;
	top: 1px;
	width: 4.5px;
	height: 10px;
	border: 2px solid #EB6E23;
	  border-top-width: 2px;
	  border-right-width: 2px;
	  border-bottom-width: 2px;
	  border-left-width: 2px;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.options li:hover .checkmark::after {
	left: 60px;
top: 1px;
width: 4.5px;
height: 10px;
border: 2px solid #FFFFFF;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.easySelect {
    border-radius: 0px;
}

.en-GB .easySelect {
	height: 34px;
}

.zh-CN .easySelect {
	height: 36px;
}

.zh-TW .easySelect {
	height: 36px;
}

.options {
    border-radius: 0;
	background-color: transparent;
}


.styledSelect:active, .styledSelect.active {
	background-color: transparent;
  }

#SuppliedBy>a::before {
	display: none;
}

#SuppliedBy a {
	color: transparent;
}
