
@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;
  }

div#MainDiv {
		max-width: 920px/* 670 550px;*/
}

body {
	font-size: 14px;
  font-family: NotoSansSC, "SourceHanSansCN";
	color: #333333;
	background: transparent;
	margin: 0;
    padding: 0;
/* for online integration the best is to declare zero margin in order to remove it.
 However for standalone reviewing it is easier to see the tool with margins = default browser margin. kn@120926 */
 
}
    body.zh-CN{
      font-size: 14px;
      font-family: NotoSansSC, "SourceHanSansCN";
    }
	body.zh-TW{
    font-size: 14px;
    font-family: NotoSansSC, "SourceHanSansCN";
    }
a:link, a:visited {
	color: #666666;
    text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #D80618;
}

.ScrollDataTable-Data-ValueCell{
	vertical-align: top;
}

.Periods-PeriodContainer{
	height: 24px;
	line-height: 24px;
}


.Legend-LegendItem-SymbolContainer {
    vertical-align: top;
    margin-top: 4px;
}

.Legend-LegendItem-LabelContainer {
    vertical-align: middle;
}

/* TABS STYLE*/
.LevelZero {
    display: none;
}

.LevelZero-ActiveBox .LevelZero-Box-Button, .LevelZero-Box-Button:hover {
    background: #ffffff;
    color: #28262b;
}
.LevelZero-Box-Button {
    height: 50px;
    min-width: 50px;
    background: #fff;
    border: 1px solid #d4d4d4;
    color: #28262b;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
    transition: background 0.5s, color 0.5s, border 0.5s;
    -moz-transition: background 0.5s, color 0.5s, border 0.5s;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
    -o-transition: background .5s;
    position: relative;
}
.LevelZero-ActiveBox .LevelZero-Box-Button::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #28262b;
}
.SelectionObject-FirstLevel-Tab-Button {
    min-height: 50px;
}
.SelectionObject-FirstLevel-ArrowButton {
    height: 50px;
}
@media (max-width: 1126px){
.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton,
.EurolandTools-CommonObjects-ScrollingSelection-Button,
.EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button {
  height: auto !important;
}
}
@media screen and (max-width: 660px){
    .SelectionObject-FirstLevel-Tab-Button {
        min-height: 100px;
        font-size: 14px;
    }
    .SelectionObject-FirstLevel-ArrowButton {
        height: 100px;
    }
}

.SelectionObject-FirstLevel-Tab-Button {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
   
    box-sizing: border-box;
    white-space: normal;
    vertical-align: middle;
}
.SelectionObject-FirstLevel-ArrowButton, .SelectionObject-FirstLevel-Tab-Button {
    border-radius: 0;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #D80618;
    text-decoration: none;
    transition: background 0.5s, color 0.5s, border 0.5s;
    -moz-transition: background 0.5s, color 0.5s, border 0.5s;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
    -o-transition: background 0.5s, color 0.5s, border 0.5s;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
    box-sizing: border-box;
    
}
.SelectionObject-FirstLevel-Tab-SelectedButton, .SelectionObject-FirstLevel-Tab-SelectedButton:hover {
    background: #D80618 !important;
    border-color: #D80618 !important;
    color: #ffffff !important;
    cursor: default;
}

.SelectionObject-FirstLevel-ArrowButton:hover,.SelectionObject-FirstLevel-Tab-Button:hover {
	background: #D80618;
    border-color: #D80618;
    color: #ffffff;
    cursor: default;
}
.SelectionObject-FirstLevel-TabContainer {
    padding: 5px;
}
.SelectionObject-FirstLevel-ArrowButtonContainer-Left,
.SelectionObject-FirstLevel-ArrowButtonContainer-Right {
    min-width: 35px;
    padding: 0px;
}
.SelectionObject-FirstLevel-ArrowButtonContainer-Left .SelectionObject-FirstLevel-ArrowButton{
    border-radius: 3px;
    padding-bottom: 0px;
}
.SelectionObject-FirstLevel-ArrowButtonContainer-Right .SelectionObject-FirstLevel-ArrowButton{
    border-radius: 3px;
    padding-bottom: 0px;
}
.SelectionObject-SecondLevel-Button {
    border-radius: 0;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #D80618;
    text-decoration: none;
    transition: background 0.5s, color 0.5s, border 0.5s;
    -moz-transition: background 0.5s, color 0.5s, border 0.5s;
    -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
    -o-transition: background 0.5s, color 0.5s, border 0.5s;
    white-space: normal;
    padding: 0.8em 2em;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}
.SelectionObject-SecondLevel-Button:hover {
    background: #D80618;
    border-color: #D80618;
    color: #ffffff;
    cursor: pointer;
}
.SelectionObject-SecondLevel-SelectedButton, .SelectionObject-SecondLevel-SelectedButton:hover {
    background: #D80618;
    border-color: #D80618;
    color: #ffffff;
    cursor: pointer;
}
/* TABS STYLE END*/
.Disclaimer {
    display: none !important;
    text-align: right;
}
.ScrollDataTable-Data-ValueRow.ScrollDataTable-Data-OddValueRow.ScrollDataTable-Data-FirstValueRow {
    background: #F7F7F7 none repeat scroll 0 0!important;
}
.ScrollDataTable-NameColumn-Row.ScrollDataTable-NameColumn-OddRow.ScrollDataTable-NameColumn-FirstRow {
	background: #F7F7F7 none repeat scroll 0 0!important;
}
.ScrollDataTable-NameColumn-Row.ScrollDataTable-NameColumn-OddRow {
	background: #F7F7F7 none repeat scroll 0 0!important;
}
.ScrollDataTable-NameColumn-Row.ScrollDataTable-NameColumn-EvenRow {
    background: #F7F7F7 none repeat scroll 0 0 !important;
}
.ScrollDataTable-Data-ValueRow.ScrollDataTable-Data-EvenValueRow {
	background: #F7F7F7 none repeat scroll 0 0;
}
.ScrollDataTable-Data-ValueRow.ScrollDataTable-Data-OddValueRow {
	background: #F7F7F7 none repeat scroll 0 0;
}
/*****************************************New changes************************************************************/


.EurolandTools-CommonObjects-ScrollingSelection-SelectedButton, .EurolandTools-CommonObjects-ScrollingSelection-ArrowButton:hover, .EurolandTools-CommonObjects-ScrollingSelection-Button:hover {
  background: #D80618 !important;
  border-color: #D80618 !important;
  color: #fff !important;
  border-radius: 0px !important;
}
.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton, .EurolandTools-CommonObjects-ScrollingSelection-Button,
.EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button{
  border-radius: 0;
  background: #F7F7F7 ;
  border: 1px solid #F7F7F7;
  color: #333333;
  height: 55px;
  font-size: 16px;
   font-family: NotoSansSC, "SourceHanSansCN";
}
.EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button:hover, .EurolandTools-InteractiveAnalysis-SecondLevelSelection-SelectedButton .EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button, .EurolandTools-InteractiveAnalysis-SecondLevelSelection-SelectedButton:hover .EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button {
  background: #D80618 !important;
  border-color: #D80618 !important;
  color: #ffffff !important;
  border-radius: 0px !important;
   font-family: NotoSansSC, "SourceHanSansCN";
}
.EurolandTools-InteractiveAnalysis-SecondLevelSelection-TextWrapper {
  width: auto;
  line-height: inherit !important;
  padding: 0.8em 1em;
  font-size: 14px !important;
}


  /***************************************************ICON********************************************************************/

  .EurolandTools-InteractiveAnalysis-GraphButton .EurolandTools-CommonObjects-ButtonObject-Icon::after {
	content: "";
	background-image: url(img/chart.gif) !important;
	background-size: 100% 100%;
	height: 32px;
	width: 32px;
	left: 0px;
	opacity: 0.75;
    top: 0px;
  }
  a.EurolandTools-CommonObjects-ButtonObject.EurolandTools-InteractiveAnalysis-GraphButton.EurolandTools-CommonObjects-ButtonObject-Toggled .EurolandTools-CommonObjects-ButtonObject-Icon::after,
  .EurolandTools-InteractiveAnalysis-GraphButton .EurolandTools-CommonObjects-ButtonObject-Icon:hover::after{
	height: 43px;
	width: 43px;
	left: -7px;
	transition: .5s;
    opacity: 1;
    top: -5px;
  }

  .EurolandTools-InteractiveAnalysis-TableButton .EurolandTools-CommonObjects-ButtonObject-Icon::after {
	content: "";
	background-image: url(img/table.gif) !important;
	background-size: 100% 100%;
	height: 32px;
	width: 32px;
	left: 0px;
	opacity: 0.75;
    top: 0px;
	
  }
  a.EurolandTools-CommonObjects-ButtonObject.EurolandTools-InteractiveAnalysis-TableButton.EurolandTools-CommonObjects-ButtonObject-Toggled .EurolandTools-CommonObjects-ButtonObject-Icon::after,
  .EurolandTools-InteractiveAnalysis-TableButton .EurolandTools-CommonObjects-ButtonObject-Icon:hover::after{
	
	height: 43px;
	width: 43px;
	left: -7px;
	transition: .5s;
    opacity: 1;
    top: -5px;
  }
  /**************************************************Export Icons**************************************************************/
.EurolandTools-InteractiveAnalysis-PrintButton .EurolandTools-CommonObjects-ButtonObject-Icon::after{
	content: "";
	background-image: url(img/print.gif) !important;
	background-size: 100% 100%;
	height: 33px;
	width: 33px;
	left: -30px;
	opacity: 0.75;
}

.EurolandTools-InteractiveAnalysis-ImageButton .EurolandTools-CommonObjects-ButtonObject-Icon::after{
    content: "";
	background-image: url(img/jpg.gif) !important;
	background-size: 100% 100%;
	height: 33px;
	width: 33px;
	left: -20px;
	opacity: 0.75;
}


.EurolandTools-InteractiveAnalysis-PdfButton .EurolandTools-CommonObjects-ButtonObject-Icon::after{
	content: "";
	background-image: url(img/pdf.gif) !important;
	background-size: 100% 100%;
	height: 33px;
	width: 33px;
	left: -10px;
	opacity: 0.75;
}

.EurolandTools-InteractiveAnalysis-ExcelButton .EurolandTools-CommonObjects-ButtonObject-Icon::after{
	content: "";
	background-image: url(img/excel.gif) !important;
	background-size: 100% 100%;
	height: 33px;
	width: 33px;
	left: 0px;
	opacity: 0.75;
}
.EurolandTools-InteractiveAnalysis-PrintButton .EurolandTools-CommonObjects-ButtonObject-Icon:hover::after,
.EurolandTools-InteractiveAnalysis-ImageButton .EurolandTools-CommonObjects-ButtonObject-Icon:hover::after,
.EurolandTools-InteractiveAnalysis-PdfButton .EurolandTools-CommonObjects-ButtonObject-Icon:hover::after,
.EurolandTools-InteractiveAnalysis-ExcelButton .EurolandTools-CommonObjects-ButtonObject-Icon:hover::after{
	height: 43px;
	width: 43px;
    opacity: 1;
    transition: .5s;
}

/******************************check box******************************/
.EurolandTools-CommonObjects-Checkbox-DisplayedCheckbox::after,
.EurolandTools-CommonObjects-Checkbox-DisplayedCheckbox-Checked::after{
	z-index: 1;
height: 18px;
width: 18px;
background: url(img/focus.png) left top no-repeat;
  background-position-x: left;
  background-position-y: top;
position: absolute;
top: 0;
/* border:1px solid #ccc !important; */
}
.EurolandTools-CommonObjects-Checkbox-Input[type="checkbox"] + .EurolandTools-CommonObjects-Checkbox-DisplayedCheckbox::after {
	background-position: left -20px;
}
.EurolandTools-CommonObjects-Checkbox-Input[type="checkbox"] + .EurolandTools-CommonObjects-Checkbox-DisplayedCheckbox-Checked::after {
	    background-position-x: -20px !important;
      background-position-y: -20px !important;
      z-index: 1;
      height: 18px;
      width: 18px;
      background: url(img/focus.png) left top no-repeat;
      background-position-x: left;
	    background-position-y: top;
	    position: absolute;
	    top: 0;
	    content: "" !important;
  }
  .EurolandTools-CommonObjects-Checkbox-Input[type="checkbox"] + .EurolandTools-CommonObjects-Checkbox-DisplayedCheckbox::after{
	border: 0px !important;
  }
  .EurolandTools-CommonObjects-Checkbox-Input[type="checkbox"]:focus + .EurolandTools-CommonObjects-Checkbox-DisplayedCheckbox::after{
	box-shadow: none !important;
	left: 0px !important;
	top: 0px !important;
  }
  .EurolandTools-CommonObjects-Checkbox-Input[type="checkbox"] + .EurolandTools-CommonObjects-Checkbox-DisplayedCheckbox::after {
	
	background-position-x: -41px;
	background-position-y: -20px;
	border: 0px !important;
  }
  .EurolandTools-CommonObjects-Legend-LegendItemContainer {
	padding: 0px 0.5em 5px 0.5em !important;
  }

  .EurolandTools-InteractiveAnalysis-Link:link, .EurolandTools-InteractiveAnalysis-Link:visited{
    text-decoration: none !important;
  }

  /*************************************Table***********************************/

  .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodCell, 
  .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-PeriodRow-Name, 
  .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-PeriodRow-Unit,
  .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name, 
  .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit,
  .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell,
  .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-PeriodCell{
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: NotoSansSC, "SourceHanSansCN" !important;
    color: #333333 !important;
    line-height: 22px !important;
    padding: 9px 5px 9px 5px !important;
    text-align: right;
    background: #F7F7F7 !important;
    border-bottom:5px solid #FFF  !important;
  }
  .EurolandTools-InteractiveAnalysis-ScrollDataTable-DataColumn, .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn{
    border: 5px solid #FFF !important;
  }
  .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name, 
  .EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Unit,
  .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell{
    border-bottom:5px solid #FFF  !important;
    text-align: left !important;
    font-weight:normal !important;
  }
  .EurolandTools-InteractiveAnalysis-ScrollDataTable-Data-ValueCell{
    text-align: right !important;
  }
  .EurolandTools-InteractiveAnalysis-Notes-Heading{
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-family: NotoSansSC, "SourceHanSansCN" !important;

  }
  .EurolandTools-InteractiveAnalysis-Notes-NotesContainer,
  .EurolandTools-InteractiveAnalysis-Link:link, .EurolandTools-InteractiveAnalysis-Link:visited{
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-family: NotoSansSC, "SourceHanSansCN" !important;
    padding: 0px 3px 0px 3px !important;

  }
  .EurolandTools-InteractiveAnalysis-Disclaimer{
    display: none !important;
  }

  .EurolandTools-InteractiveAnalysis-Link:active, .EurolandTools-InteractiveAnalysis-Link:hover{
    color: #D80618;
  }
  .EurolandTools-InteractiveAnalysis-PrintViewButton, .EurolandTools-InteractiveAnalysis{
    font-family: NotoSansSC, "SourceHanSansCN" !important;
  }

  .EurolandTools-InteractiveAnalysis {
    margin: 0 auto;
    max-width: 100% !important;
  }
  .EurolandTools-InteractiveAnalysis-LevelZeroSelection {
    display: none;
  }
  .EurolandTools-InteractiveAnalysis-Euroland{   
    font-size: 12px;
    color:#666666;
  }

  .EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button {
    height: 45px !important;
    line-height: 2px;

  }
  .EurolandTools-InteractiveAnalysis-Heading {
    font-size: 18px;
  }

  button.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton.EurolandTools-CommonObjects-ScrollingSelection-DissabledArrowButton,
  button.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton {
    border: 1px solid #D80618;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn-Name{
  min-width: 70px !important
}
