#Main {
    max-width: 100%;
    padding:0;
}
body,
input {
    font-family: "PingFangSC",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei";
    font-size: 16px;
    color: #4E4E4E;
	padding: 10px;
}
button {
    font-family: "PingFangSC",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei";
}
.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: #4E4E4E;
	
	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: #376968;
	
	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;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #4E4E4E !important;
	display: none;
}
#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 16px !important;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 0em;
}
#Periods {
	margin-top: 0.6em;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 37px;
    line-height: 38px;
    width: 210px;
    border: 1px solid #9F9F9F;
    border-radius: 5px;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
	background: #376968;
	color: #ffffff !important;
	padding: 14px 30px 14px 30px;
	border: 1px solid #376968;
	font-weight: 400;
	border-radius: 0;
	height: 48px;
	font-size: 18px;
	text-transform: normal;
	line-height: 10px;
	transition: background 0.5s, color 0.5s, border 0.5s;
    width: 180px;
    margin: 0px 0 0 3px;
    border-radius: 5px
}
.euButton:hover {
    background: #FFFFFF;
    color: #376968 !important;
	border-color: #376968;
	
	cursor: pointer;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 1.25em;
    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: 2em;
}
#Tabs:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;
	
	border-bottom: 0em solid #9F9F9F;	
}

.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: 20px;
	line-height: 17px;
	padding-top: 15px !important;
	padding-right: 20px;
	padding-bottom: 15px !important;
	padding-left: 20px;
	font-family: inherit;
	font-weight: normal;
	font-size: 20px;
	text-transform: none;
	color: #4E4E4E;
	font-style: normal;
	text-decoration: none;
	border: none;
	background: transparent;
	transition: background 0.5s, color 0.5s, border 0.5s;
	position: relative;
	top: 0;
	left: 0em;
	width: 150px;
	box-sizing: border-box;
}
 
.Tabs-Tab-Container.selected:link::after,
.Tabs-Tab-Container.selected:visited::after,
.Tabs-Tab-Container.selected::after,
.Tabs-Tab-Container:active::after{
	content: "";
	position: absolute;
	bottom: -50%;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background-color: #376968;
	left: 50%;
	transform: translateX(-50%);
}

.Tabs-Tab-Container:hover::after{
	content: "";
	position: absolute;
	bottom: -50%;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background-color: #376968;
	left: 50%;
	transform: translateX(-50%);
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
    background: #376968;
    color: #ffffff;
    padding: 14px 30px 14px 30px;
    border: 1px solid #376968;
    font-weight: 400;
    border-radius: 5px;
    min-height: 50px;
    font-size: 18px;
    line-height: 20px;
    transition: background 0.5s, color 0.5s, border 0.5s;
    box-sizing: border-box;
}
.TypeSelected,
.Type:hover {
	cursor: pointer;
	background-color: #FFFFFF;
	color: #376968;
	border-color: #376968;
}

/******************************************************************************** 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-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,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
	display: inline-block;
	background-color: #FFFFFF;
	color: #4E4E4E;
	border: 1px solid #ddd;
	padding: 5px;
	font-family: inherit;
	font-size: 16px;
	text-decoration: initial;
	font-weight: normal;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	transition: 0.5s ease-in-out;
	margin: 0 4px;
	width: 24px;
	height: 24px;
	line-height: 26px;
	border-radius: 2px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active,
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #376968;
	color: #ffffff;
	border-color: #376968;
	text-decoration: none;
	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 #4E4E4E;
	border-bottom: 0.0em solid #4E4E4E;
}
.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: #4E4E4E;
	border-bottom-color: #4E4E4E;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #376968;
	border-bottom-color: #376968;
}

.PressRelease-SingleLine-DateContainer {
	float: left;


}
.PressRelease-SingleLine-TypeContainer {
	
	float: none;
	
	border: 0em solid #DBDBDB;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: transparent;
	display: inherit !important;
    width: 75%;
    padding: 0 10px;
}
/* .PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;	
} */
.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	clear: left;
}.PressRelease-SingleLine-DataRow:hover .PressRelease-SingleLine-AttachmentsContainer div div a img {
    content: url('icons/pdf_hovered.svg');
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
    max-height: 118px;
}

.PressReleaseOdd {
	background-color: transparent;
}
.PressReleaseEven {
	background-color: transparent
}
.PressRelease {
	border-bottom: 0em solid #DBDBDB;
	padding: 0em;
	border-right: 0em solid #DBDBDB;
	border-left: 0em solid #DBDBDB;
	height: auto !important;
	background: #f8f8ee;
	margin: 1em 0px;
	border: 1px solid #ffffff;
    max-height: 118px;
  }
/* #PressRelease_0 {
	border-top: 0em solid #DBDBDB;
}
.PressRelease:last-child {
	border-bottom: 0em solid #DBDBDB;
} */

.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #4E4E4E;

}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #edead6;
}
.PressRelease-NewsType {
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 16px;
	color: #376968;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	
	font-family: inherit;
	font-size: 1.0em;
	color: #4E4E4E;
	font-weight: normal;
	text-transform: none;
	font-style: normal;	
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}
#SuppliedBy, .TermsLink, .CookieLink {
    text-align: right;
    padding-top: 2em;
	font-size: 14px;
	color: #606060 !important;
}
.TermsLink:hover, .CookieLink:hover {
	color: #376968 !important;
}

/*********** Custom phrases*************/
.HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
	display: inline-block !important;
    vertical-align: middle !important;
  }
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer{
	width: 100px;
	box-sizing: border-box;
	margin: 10px;
	text-align: center;
	margin-top: 15px;
	line-height: 27px;
  }
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer.PressRelease-SingleLine-DateContainer_removebg::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cccccc;
}
  span.PressRelease-day.datefontbigsize {
	font-size: 40px;
	/* font-weight: 700; */
	background-image: linear-gradient(#838383, #696868, #838383);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  span.PressRelease-month.datefontsmallsize {
	font-size: 14px;
	display: block;
	background-image: linear-gradient(#838383, #696868, #838383);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  }

  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	padding: 0px 10px;
	width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  }

  .PressRelease-SingleLine-AttachmentsContainer {
	position: relative;
	bottom: 49px;
	right: 20px;
  }
  .PressRelease-Attachment div {
	width: 48px !important;
	height: 45px !important;
	margin: 0px !important;
  }
  .PressRelease-Attachment > div > a > img {
	width: 40px !important;
	height: 40px !important;
    margin: 0 !important;
  }
  .divSearcheasySelect {
    padding: 0.25rem 0px 0.25rem 33px !important;
    text-align: left;
}
#selectAlleasySelect {
    margin-right: 0;
}
  .easySelect {
	height: 40px !important;
	width: 180px !important;
	color: #606060 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	border: 1px solid #9F9F9F !important;
    border-radius: 5px;
  }
  .optionRow {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #606060;
}
  .styledSelect{
	border-radius: 5px !important;
	color: #606060;
  }
  .options{
	color: #606060;
  }
  #YearPeriodsContainer {
	text-align: right;
	width: 6em;
  }

  .styledSelect::after {
	border-color: #000 transparent transparent transparent;
  }
  .container-item .checkmark::after {
	border: 2px solid #376968 !important;
	border-width: 0 2px 2px 0 !important;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
  }
  .container-item {
	font-size: 16px !important;
	height: 22px !important;
  }
 

.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	margin: 3px !important;
    box-sizing: border-box;
    width: 180px;
    height: 50px;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer,
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
    position: relative;
    top: 20px;
    transform: translateY(15%);
}
 
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    position: relative;
    top: 15px;
}
.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	cursor: pointer;
	position: relative;
	top: 12px;
	width: 33px;
	height: 33px;
	background: url("icons/calendar-icon.png") center center no-repeat !important;
	background-size: 20px !important;
	display: inline-block;
    margin-left: -40px;
  }
  #SearchBox {
	margin: 8px 3px;
    box-sizing: border-box;
    width: 230px;
    height: 50px;
  }
  #CurrentPeriodContainer{
	  font-size: 18px !important;
  }
  .right-side .button-wrapper .btn-submit {
	margin: 10px;
	width: 123px !important;
	display: inline-block;
  }
  .euButton.btn-cancel {
	display: block;
  }
  a.euButton.btn-cancel {
	padding: 10px;
	font-weight: 700;
	height: 26px;
	line-height: 21px;
	width: 100px !important;
	margin: 10px;
	text-align: center;
	position: absolute;
	display: inline-block;
  }
  .right-side {
	width: 89%;
	float: left;
	vertical-align: middle;
	position: inherit;
	padding-top: 5%;
  }
  .right-side .button-wrapper, .find-subcribe-form .button-wrapper {
	text-align: center;
  }
  .link.checking-subscription {
	color: transparent;
  }
  .en-gb .link.checking-subscription::before {
	content: "Do I have a subscription?";
	position: absolute;
	color: #4E4E4E;

  }
  .zh-cn .link.checking-subscription::before {
	content: "查询您是否已有订阅服务?";
	position: absolute;
	color: #4E4E4E;
  }
  .zh-tw .link.checking-subscription::before {
	content: "查詢您是否已有訂閱服務?";
	position: absolute;
	color: #4E4E4E;
  }
  .link.checking-subscription {
	padding-left: 84px;
  }
  .en-gb .link.checking-subscription:hover::before,
  .zh-cn .link.checking-subscription:hover::before,
  .zh-tw .link.checking-subscription:hover::before  {
	color: #376968;
	text-decoration: underline;
  }
  .find-subcribe-form .btn-find {
	margin: 5px;
  }
  .euButton.btn-cancel {
	margin: 5px;
  }
  .PressRelease:hover {
	background: #376968;
	border: 1px solid #376968;
  }
  
	.PressRelease-SingleLine-DataRow:hover .PressRelease-SingleLine-TitleContainer a{
		color: #FFFFFF;
  	}
	.PressRelease-SingleLine-DataRow:hover .PressRelease-NewsType{
		color: #edead6;
	}
	.PressRelease-SingleLine-DataRow:hover .PressRelease-NewsDateformat > span{
		background-image: linear-gradient(#edead6, #FFE09D, #edead6);
	}
  
  /* .PressRelease-Attachment div a img:hover {
	content: url(pdf1.png);
	opacity: 1 !important;
  } */
  .main-heading{
	  display: none !important;
  }
  .stock-exchange-item label, .company-announcement-item label {
	font-size: 18px;
  }
  .sub-heading {
	font-size: 20px;
  }
  .stock-exchange-header {
	display: none !important;
  }
  .right-side .button-wrapper, .find-subcribe-form .button-wrapper {
	padding-top: 0px !important;
  }
  .wrapper {
	padding: 20px 0 0 5px !important;
  }

.company-announcement-options, .stock-exchange-options {
  padding-top: 10px !important;
}
.row-control[order="3"], .row-control[order="5"], .row-control[order="6"], .row-control[order="7"],
.row-control[order="9"], .row-control[order="10"], .row-control[order="11"] {
	display: none !important;
  }
  .left-side{
	  display: none;
  }
  .radio input, .checkbox input{
	height: 16px;
  }
  .nav-line {
	border-bottom: 0px solid #f8f8f8 !important;
	padding-top: 0px !important;
  }
  .subscribe-container {
	margin: 10px 0 !important;
	background-color: #fff !important;
  }
  .subscribe-message {
	padding: 5px 0px !important;
  }
  .controls {
	background: #EDF7F8 !important;
	padding: 10px;
  }
  .modal-content #txtEmail {
	border: 1px solid #000 !important;
  }
  .form .lable{
	font-weight: normal;
  }
  .form input {
	height: 40px;
	border: 0px solid #fff !important;
  }
  .error-border {
	border: solid 1px #376968 !important;
	background-color: #fff !important;
  }
  .form select {
	height: 40px;
	border: 0px solid #fff !important;
	background: #fff !important;
  }
  .compulsory-field, .validator-error {
	color: transparent;
	background: transparent;
  }
 .row-control[order="0"] .lable::after {
	content: "*";
	color: red !important;
	position: absolute;
	width: 5px;
	height: 5px;

  }

  .checkbox::before {
	position: absolute;
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid #505050;
	border-radius: 4px;
	margin-top: -2px;
	margin-left: -4px;
  }
  .checkbox-checked::before {
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: none;
	content: " ";
	font-size: 18px;
	color: #376968;
	background: #376968;
	border: 1px solid #376968;
	border-radius: 4px;
	margin-top: -2px;
  }
  .checkbox{
	background: none !important;
  }
  label {
	padding-left: 5px;
  }
  .stock-exchange-list .stock-exchange-item, .company-announcement-list .company-announcement-item {
	display: inherit;
	float: none;
	width: 100%;
	overflow-x: hidden;
	padding: 10px 0;
	white-space: initial;
  }
  li.stock-exchange-item.default-item {
	width: 100%;
	padding: 5px 0 10px 0;
  }
  .euButton.btn-find,
  .euButton.btn-cancel {
	width: 100px;
	display: inline-block;
	padding: 10px;
  }
  .modal-content .right-side {
	width: 100%;
	float: none;
	padding-left: 4%;
  }
  .NewsColumn-Container .PressRelease-Attachment {
	width: 46px;
	height: 46px;
	overflow: hidden;
  }

  
/* CALENDAR */
.EurolandTools-CommonObjects-Calendar-CalendarContainer {
    border-radius: 5px;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation {
    background: #ffffffe8 !important;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    display: inline-block;
    width: 100%;
    padding: 0.75em 1.5em;
    border: none;
    background: #376968;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
    text-shadow: unset !important;
    border-radius: 5px;
    box-sizing: border-box;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButtonContainer {
    padding: 10px;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Navigation {
    padding: 0;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	background: #376968 !important;
    color: #FFFFFF;
    border-radius: 5px;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	background: #FFFFFF !important;
    color: #376968 !important;
	border: 1px solid #376968 !important;
    border: unset;
    cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #376968;
	background: #376968;	
    color: #FFFFFF;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button:hover {
	background: #376968;	
    color: #FFFFFF;
	cursor: pointer;
    border: unset;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	background: #FFFFFF !important;
    color: #376968 !important;
	border: 1px solid #376968 !important;
    cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button {
    border: unset;
    text-shadow: unset;
    height: 40px;
    box-sizing: border-box;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton:hover {
    color: #376968;
    border: unset;
    cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-Navigator-Button:hover {
	background: #376968;	
    color: #FFFFFF !important;
	border: unset;	
    cursor: pointer;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
    padding: 5px;
    margin: 3px;
	border: unset;	
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    text-shadow: unset;
    transition: unset;
    box-sizing: border-box;
}

.EurolandTools-CommonObjects-Calendar-Calendar {
    background: #ffffff;
    border: unset;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton {
    border: unset;
    font-size: 14px;
}
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-shadow: unset;
    font-size: 14px;
}
.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator,
.EurolandTools-CommonObjects-Calendar-Button-VisualButton-Focus{
    border: unset;
    box-shadow: unset;
}

span.EurolandTools-CommonObjects-Calendar-Button-VisualButton
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton {
    font-size: 16px;
}
span.EurolandTools-CommonObjects-Calendar-Button-VisualButton
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton:hover {
	color: #FFFFFF !important;
}

/**************Media Query****************/
@media (max-width: 1225px){
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	width: 75%;
  }
}

@media (max-width: 935px){
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 65%;
	  }

	}

	@media (max-width: 830px){
		.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
			width: 63%;
		}
		.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
    		width: 70%;
		}
		  .PressRelease-NewsTitle, .PressRelease-NewsTitle:link, .PressRelease-NewsTitle:visited {
			font-family: inherit;
			font-size: 16px;
		}
		.PressRelease-NewsType {
			font-size: 12px;
		}
	}
	/* FROM CAT */
	@media (max-width: 640px){
		.PressRelease-SingleLine-AttachmentsContainer {
			position: unset;
			transform: unset;
			float: unset;
			margin-top: 10px;
		}
		.HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
			display: block !important;
		}
		span.PressRelease-NewsDateformat span{
			font-size: 14px !important;
			display: inline !important;
		}
		.PressRelease-SingleLine-DateContainer {
			float: unset;
		}
		.PressRelease {
			max-height: unset !important;
			height: unset !important;
		}
		.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
			width: fit-content;
		}
		.NewsColumn-Container .PressRelease-Attachment {
			float: left !important;
			margin: 10px 0 0 10px;
		}
		.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer.PressRelease-SingleLine-DateContainer_removebg::after {
			content: unset;
		}
		
		.PressRelease-SingleLine-DataRow {
			height: unset !important;
			max-height: unset !important;
		}
		 .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
			margin: 0 10px;
			margin-top: 0;
		}
		.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
			width: fit-content !important;
		}
		.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer, .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer {
			top: 3px;
		}
		.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
			width: fit-content;
		}
	}
/* END OF CAT MEDIA */

	@media screen and (max-width: 640px) {
		.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
			margin: unset !important;
		}
		.EurolandTools-CommonObjects-Calendar-Selection {
        	width: 100% !important;
		}
		#FromCalendarContrainer, #ToCalendarContrainer {
			width: 49.6%;
			display: inline-block;
		}
		.EurolandTools-CommonObjects-Calendar-SelectionIndicator, #SearchBox, #FromCalendarInput, #ToCalendarInput {
			width: 100%;
		}
		#SearchContainer {
			width: 100%;
		}
		#SearchButton {
			display: block;
			margin: 10px 0 0;
		}
		#SearchBox {
			margin: unset;
		}
	}

	@media (max-width: 685px){
		.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
			width: 55%;
		  }
	}
	@media (max-width: 600px){
	.PressRelease-NewsTitle, .PressRelease-NewsTitle:link, .PressRelease-NewsTitle:visited {
		font-family: inherit;
		font-size: 14px;
	  }

}
@media (max-width: 568px){
.modal-content .right-side {
	width: 100%;
	float: left;
	padding-left: 0%;
	text-align: left;
  }
  .modal-content .button-wrapper {
	text-align: left;
  }
  #FromCalendarContrainer, #ToCalendarContrainer {
    width: 49.5%;
	}
}
@media (max-width: 500px){
	.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 {
		width: 100%;
		box-sizing: border-box;
	}
	.Tabs-Tab {
		width: 50%;
	}
}
@media (max-width: 480px){
	.right-side {
		width: 70%;
	}
	.right-side .button-wrapper, .find-subcribe-form .button-wrapper {
		text-align: left;
	  }
	  .modal-content .button-wrapper {
		text-align: left !important;
	  }
	  .link.checking-subscription {
		padding-left: 0px;
		text-align: left;
	  }
	  .check-subscription-link {
		text-align: left;
		padding-left: 10px;
	  }
}
@media (max-width: 455px){
  #FromCalendarContrainer, #ToCalendarContrainer {
    width: 49.4%;
	}
}
@media (max-width: 382px){
  #FromCalendarContrainer, #ToCalendarContrainer {
    width: 49.3%;
	}
}
@media (max-width: 330px){
  #FromCalendarContrainer, #ToCalendarContrainer {
    width: 49.2%;
	}
}
@media (max-width: 475px){
	#Periods {
		margin-bottom: 1em;
	}
	table#Periods tr {
		display: block;
	}
    table#Periods tr td {
        display: inline-block;
        width: 100%;
        margin: 0 0 10px 0;
    }
	#YearPeriodsContainer {
		width: fit-content !important;
		float: right;
	}

}
@media (max-width: 427px){
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
		width: 45%;
	}

}
@media (max-width: 410px){
	.right-side .button-wrapper, .find-subcribe-form .button-wrapper {
		text-align: left;
	  }
	  .en-gb .link.checking-subscription::after,
	  .zh-cn .link.checking-subscription::after,
	  .zh-tw .link.checking-subscription::after {
		left: 4%;
	  }
}
@media (max-width: 390px){
	.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active, .Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited {
		padding: 5px;
		font-size: 10px;
		margin: 0 2px;
		width: 20px;
		height: 20px;
		line-height: 22px;
	}
}


@media (max-width: 350px){
a.euButton.btn-cancel {
	position: absolute;
  }

}


