body{
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
	font-family : Arial,sans-serif;
	 overflow-y: hidden;
	 overflow-x:hidden;
	 position: relative;
}

html, body {
    width: 100%;
    height: 100%;
}

#page {
    width: 95%;
    height: 85%;
}

#allContainer {
    width: 100%;
    height: 100%;
}

#diagramContainer {
    width: 100%;
    height: 100%;
}

#svg-container {
}


#loader{
    background: #fcfdfd url("../img/loading-bg.png") repeat-x scroll 50% bottom;
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#loader p{
	text-align: center;
}

#loader #loading-icon{
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

#tooltip {
	position: absolute;
	pointer-events: none;
	padding: 3px;
	width: auto;
	height: auto;
	background-color: #040404;
	color:#efefef;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.value {
	white-space: pre-line;
	margin: 0;
}

#page #allContainer #header{
	background-color: #464650;
	color: white;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:1000;
    height: 52px;
}

#summary_cicles_border{
	z-index:1000;
    position: fixed;
    width:100%;
    float:left;
    text-align: center;
    top: 62px;
}

.hidden_mobile{
	display:none !important;
}

#summary_cicles {
	display: inline-block;
	font-weight: bold;
	color: #212021;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	border: solid;
	padding:10px;
	border-radius: 6px;
}

#page #allContainer #header  .social-media-icon{
	cursor:pointer;
	border-radius:50%;
}

#page #allContainer #header #eurostatLogo{
	border-right: 5px solid white;
    float: left;
}

#page #allContainer #countryHeader{
	margin: 10px 0 10px 10px;
}




.position-box-modal{
	margin-left:150px;
}

.buttonStyle{
    height: 40px;
	background-color: #f1f1f1;
    border: 1px solid white;
	width:100%;
}

.buttonStyle.noHeigth{
	height: 100%;
}

.buttonStyle:hover{
	color:#fff;
	background-color:#5fa2db;
	cursor: pointer;
}

g .node rect:hover {
  cursor:pointer;
  fill:#666666;
}

g .node polygon:hover {
  cursor:pointer;
  fill:#666666;
}

g .flow :hover {
  cursor:pointer;
  stroke-opacity: .4;
}

#footer {
    background-color: #dcdcdc;
    bottom: 0;
    height: auto;
    position: absolute;
    width: 100%;
	position: fixed;
	z-index:50;
}

#footer  .footer-button {
   border-top: 1px solid #ffffff;
   background: #5d5f61;
   background: -webkit-gradient(linear, left top, left bottom, from(#b5b5b5), to(#5d5f61));
   background: -webkit-linear-gradient(top, #b5b5b5, #5d5f61);
   background: -moz-linear-gradient(top, #b5b5b5, #5d5f61);
   background: -ms-linear-gradient(top, #b5b5b5, #5d5f61);
   background: -o-linear-gradient(top, #b5b5b5, #5d5f61);
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #212021;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}
   
#footer .footer-button:hover {
   border-top-color: #b3c6c7;
   background: #b3c6c7;
   color: #586159;
   cursor: pointer;
}

#footer .footer-button:active {
   border-top-color: #f5f5f5;
   background: #f5f5f5;
}
#dialog-node-content #aggregation-node  #aggregate-node-title,
#dialog-flow-content #aggregation-flow  #aggregate-flow-title{
	margin-top: 54px;
}
#dialog-node-content #aggregation-node,
#dialog-flow-content #aggregation-flow{
    background-color: #1F497D;
}

#aggregation-node .switchNode,
#aggregation-flow .switchFlow{
	display: inline-block;
	left: 30px;
	position: absolute;
}

#aggregation-node .switchNode > input[type=checkbox],
#aggregation-flow .switchFlow > input[type=checkbox]{
	visibility: hidden;
	position: absolute;
}

#aggregation-node .switchNode > label{
	background: rgba(0, 0, 0, 0) url("../img/dialog-box/disaggregate-node.png") no-repeat scroll 0 0 / 100px auto;
}

#aggregation-flow .switchFlow > label{
	background: rgba(0, 0, 0, 0) url("../img/dialog-box/disaggregate-flow.png") no-repeat scroll 0 0 / 100px auto;
}


#aggregation-node .switchNode > label,
#aggregation-flow .switchFlow > label{
	cursor: pointer;
	height: 50px;
	position: absolute;
	width: 49px;
}

#aggregation-node .switchNode > input[type=checkbox]:checked + label {
	background: rgba(0, 0, 0, 0) url("../img/dialog-box/disaggregate-node.png") no-repeat scroll 100% 0 / 100px auto;
}

#aggregation-flow .switchFlow > input[type=checkbox]:checked + label {
	background: rgba(0, 0, 0, 0) url("../img/dialog-box/disaggregate-flow.png") no-repeat scroll 100% 0 / 100px auto;
}

#dialog-node-content #time-chart,
#dialog-flow-content #highlight{
    background-color: #faa519;
}

#dialog-node-content #pie-chart,
#dialog-flow-content #fuel-family{
    background-color: #32AFAF;
}

#dialog-node-content #bar-chart{
    background-color: #286EB4;
}

#dialog-node-content #definition,
#dialog-flow-content  #definition{
    background-color: #F06423;
}

#dialog-flow-content > input,
#dialog-node-content  > input{
	cursor:pointer;
}

#dialog-flow-content p,
#dialog-node-content p{
	margin : 0;
	padding : 0;
}

#dialog-find-more-content div{
	padding : 10px;
}

#dialog-find-more-content a{
	text-decoration: none;
	color: black;
}

#country-list-box-modal  .buttonStyle .country-flag, .country-filter-box-modal  .buttonStyle .country-flag{
	float:left;
	margin-top: 10px;
	margin-left: 10px;
}

#country-list-box-modal  .buttonStyle .country-flag, .country-filter-box-modal  .buttonStyle .country-flag{
	float:left;
	margin-top: 10px;
	margin-left: 10px;
}

#country-list-box-modal  .buttonConfirmStyle, .country-filter-box-modal  .buttonConfirmStyle{
	float:right;
	color: white; 
	background: green; 
	border-radius: 25px;
	font-weight: normal; 
	height: 25px;
}

#country-list-box-modal  .titleStyle, .country-filter-box-modal  .titleStyle{
	height: 15px; 
}

#country-list-box-modal  .footerStyle, .country-filter-box-modal  .footerStyle{
	height: 45px; 
	width: 100%;
	background: #464650;
	padding-top: 7px;
	padding-right: 7px;
	margin: auto;
}

#country-list-box-modal  .countryFlagFooterStyle, .country-filter-box-modal  .countryFlagFooterStyle{
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 4px;
}

#country-list-box-modal  .goStyle{
	height: 32px; 
	width: 32px;
	background: #5FB441;
	border-radius: 50%;
	padding-top: 2px;
	padding-left: 4px;
	float: right;
}

.country-filter-box-modal  .goStyle{
	height: 32px; 
	width: 32px;
	background: #286EB4;
	border-radius: 50%;
	padding-top: 2px;
	padding-left: 4px;
	float: right;
}

#country-list-box-modal div.goStyle input{
    background: url("../img/country/country-go-small.png") no-repeat;
    cursor:pointer;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
}

.country-filter-box-modal div.goStyle input{
    background: url("../img/country/country-go-small.png") no-repeat;
    cursor:pointer;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
}

#country-list-box-modal  .buttonStyle.small-font-style, .country-filter-box-modal  .buttonStyle.small-font-style{
	font-size: 12px;
}

.glossary .content{
	margin : 12px 22px;
	font-size: 14px;
	line-height: 150%;
}

.data-box  {
    display: table-cell;
    padding: 0px 0px;
    text-align: center;
    vertical-align: top;
    color: white;
    font-size: 12px;
    width : 115px;
	padding-bottom:0px;
	height: 120px;
}

.data-sub-box {
	padding: 10px 0px;
	padding-bottom:5px;
	cursor: pointer;
	height: 100px;
}

.data-box:hover{
	background-color:#95B9C7 !important;
}

.bold {
	font-weight : bold;
}

.jBox-title{
    background: #464650 none repeat scroll 0% 0%;
    color: #FFF;
    padding: 3px;
    font-size: 13px;
    font-weight: bold;
}

.data-box.fade-out {
  background-color:#dcdcdc !important;
  cursor:default;
  border-right : 1px solid white;
}

.labelDisabled{
	background-color:#dcdcdc !important;
}

/* check style tick on modal box*/
.check-style-modal div {
	clear: both;
}

/* hide input */
.check-style-modal input.radio:empty {
	margin-left: -9999px;
}

/* style label */
.check-style-modal input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 40px;
	text-indent: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width : 100%;	
}

.check-style-modal input.radio:empty ~ label:before {
	display: inline-block;
	left: 0;
	content: '';
	float:right;
}

/* toggle hover */
.check-style-modal input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #FFF;
	font-size: 20px;
    font-weight: bold;
}

.check-style-modal input.radio:hover:not(:checked) ~ label {
	color: #FFF;
}

/* toggle on */
.check-style-modal input.radio:checked ~ label:before {
	content:'\2714';
	font-size: 20px;
    font-weight: bold;
	color: green;
}

.check-style-modal input.radio:checked ~ label {
	color: #777;
}

.check-style-modal input.radio:disabled ~ label {
	color: #777;
}

#menu{
	background-color:white;
	box-shadow: 0 0 6px 7px #fff;
	position:fixed; 
	width:65px;
	z-index:20;
	height:100%;
	top:0;
}

#menu #menu-container{
	position: absolute;
    top: 20%;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}

#menu #menu-container .button{
    border: medium none;
    height: 80px;
    width: 100%;
	cursor:pointer;
	color:white;
}

/* side bar*/
#menu-container .menu-small-size:hover{
	width:245px;
	overflow:visible;
}

#menu-container .menu-normal-size:hover{
	width:250px;
	overflow:visible;
}

#menu-container .main-menu {
	background-color:white;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 20%;
    transition: width 0.05s linear 0s;
    z-index: 1000;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7);
}

#menu-container .menu-normal-size{
	width: 60px;
}

#menu-container .menu-small-size{
	width: 45px;
}

#menu-container .main-menu .element {
	position:relative;
	display:block;
	width:250px;
}

#menu-container .main-menu .element > span {
	background-color: #f1f1f1;
	position:relative;
	display:table;
	border-spacing:0;
	text-decoration:none;
	-webkit-transform:translateZ(0) scale(1,1);
	-webkit-transition:all .1s linear;
	transition:all .1s linear;
	cursor:pointer;  
	color:#fff;
}

#menu-container .main-menu .nav-text {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:190px;
	border:2px solid white;
	border-left:none;
	border-right:none;
	padding-left:10px;
}

#menu-container .main-menu .menu-icon{
	padding: 5px;
	height:50px;
	float:left;
}

#menu-container nav ul,
#menu-container nav li {
	outline:0;
	margin:0;
	padding:0;
}

#menu-container .main-menu .element:hover>span{
	color:#fff;
	background-color:#5fa2db;
	font-weight: bold;
	text-decoration: underline;
}

.time-graph .title-graph, .bar-chart .title-graph{
	font-size : 22px;
	color : #333333;
	text-align : center;
    margin-bottom: 6px;
    margin-top: 9px;
}

.time-graph .sub-title-graph, .bar-chart .sub-title-graph{
	font-size : 18px;
	color : #666666;
	text-align : center;
	margin-bottom : 10px;
}

#legend-box-modal.position-legend-box-modal{
	z-index: 10 !important;
	bottom:17%;
	margin-left:82%;
	
}

#legend-box-modal.position-legend-box-modal-right{
	z-index: 10 !important;
	bottom:17%;
	margin-left:82%;
	
}


#legend-box-modal .button-legend{
	margin-top:2px;
	text-align: left; 
	height: 30px;
	white-space: nowrap;
  	overflow: hidden;
}

#legend-box-modal .button-legend .icon-legend-color{
	border-radius:50%;
	float:left;
	height:30px;
	width:30px;
}

#legend-box-modal .button-legend .icon-legend{
	height:20px; 
	margin-top: 5px;
	margin-left: 5px;
}

#legend-box-modal .button-legend .title{
	display: inline-block; 
	padding:5px;
}

#legend-box-modal .button-legend:hover{
	color:#fff;
	background-color:#5fa2db;
	cursor: pointer;
}

#legend-box-modal .jBox-content{
	padding:2px;
	overflow:hidden;
}

#legend-box-modal .jBox-title{
	background-color: white;
	color : #464650;
	text-align: center;
	border-bottom : 1px solid #464650;
}

#legend-box-modal .jBox-container{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4);
}

#browser-warning-modal .jBox-content{
	padding : 20px;
}

#pie-chart-container .pie-chart{
	float: left;
	display: inline-block;
}

.export-button{
    float: right;
    height: 35px;
    margin-top: 15px;
	display: none;
    width: 35px;
	margin-right: 10px;
	right: 15px;
}

.filter-button{
    float: right;
    height: 35px;
    margin-top: 15px;
	display: none;
    width: 35px;
	margin-right: 10px;
	right: 40px;
	background: white;
}

#ruler{
    visibility: hidden;
    white-space: nowrap;
}

/* zoom content*/

#zoom-content{
    border-radius: 3px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
    height: 70px;
    right: 1%;
    position: fixed;
    width: 40px;
    z-index: 1000;
	bottom:1%;
}

.drag-zoom-content{
	cursor:move;
}

#zoom-content .zoom-in-button{
    top: 0;
}

#zoom-content .zoom-in-bg {
    background: rgba(0, 0, 0, 0) url("../img/zoom-button.png") no-repeat scroll -105px 0 / 120px 30px;
    cursor: pointer;
    height: 15px;
    left: 3px;
    position: absolute;
    top: 2px;
    width: 15px;
}

#zoom-content .reset-button{
	background-color: #7e7e7e;
    border: medium none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
	padding: 0 1px;
    position: absolute;
    top: 26px;
	width:100%;
}

#zoom-content .zoom-button{
	display: inline-block;
	background-color: #7e7e7e;
    border: medium none;
	border-radius: 2px;
	height: 20px;
    left: 25%;
    position: absolute;
    width: 20px;
	cursor: pointer;
}

#zoom-content .zoom-out-button{
    bottom: 0;
}

#zoom-content .zoom-out-bg {
	background: rgba(0, 0, 0, 0) url("../img/zoom-button.png") no-repeat scroll -105px -15px / 120px 30px;
    border: medium none;
    bottom: 2px;
    cursor: pointer;
    height: 15px;
    left: 3px;
    position: absolute;
    width: 15px;
	cursor: pointer;
}

#zoom-content .zoom-out-button:hover,
#zoom-content .reset-button:hover,
#zoom-content .zoom-in-button:hover {
	background-color: #545454;
}

#autoplay-box-modal.position-autoplay-box-modal{
	margin-left : 70px;
	margin-top: -30px;
	 z-index: 500 !important;
}


#autoplay-box-modal .button-autoplay{
	margin-top:2px;
	width: 100%;
	text-align: left; 
	height: 30px;
}

#autoplay-box-modal .button-autoplay .icon-autoplay-color{
	border-radius:50%;
	float:left;
	height:30px;
	width:30px;
}

#autoplay-box-modal .button-autoplay .icon-autoplay{
	height:20px; 
	margin-top: 5px;
	margin-left: 5px;
}

#autoplay-box-modal .button-autoplay .title{
	display: inline-block; 
	padding:5px;
}

#autoplay-box-modal .button-autoplay:hover{
	color:#fff;
	background-color:#5fa2db;
	cursor: pointer;
}

#autoplay-box-modal .jBox-content{
	padding:2px;
}

#autoplay-box-modal .jBox-title{
	background-color: white;
	color : #464650;
	text-align: center;
	border-bottom : 1px solid #464650;
}

#autoplay-box-modal .jBox-container{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4);
}

#diagramYearInfo{
	color : #D3D3D3; /* light grey */
	position: absolute;
    right: 20px;
    top: 0px;
    font-size: 150px;
    z-index: 99;
    opacity: 0.6;
}

#disclaimer-content{
	opacity: 1;
    position: fixed;
    z-index: 50;
    font-size: 12px;
    bottom: 10px;
    left:10px;
    right: 40px;
}
