ul{
  padding:0;
}
.btn {
    background: #fee600 none repeat scroll 0 0;
     color: #4d4d4d;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600!important;
    padding: 4px 22px!important;
    text-align: center;
     border-radius: 0!important;
    cursor:pointer;
}
a:focus,a:active,a{
  outline:0!important;
}
 ul{
    list-style-type:none;
  }
ul li
{
cursor:pointer;
}

/*******for table******/

.table-wrapper{
  display:table!important;
  float:none;
  width:100%;
  clear:both;
}
.table-wrapper .tcell{
  display:table-cell;
  float:none;
}
.tcell.verticalTop{
  vertical-align:top;
}
.tcell.verticalMiddle{
  vertical-align:middle;
  vertical-align:top;/*done for ease of work*/
}
.tcell.verticalBottom{
  vertical-align:bottom;
}


/********backgrounds*******/
.darkGrey{
  background:#808080!important;
}

body,body *{
 font-family: 'Montserrat', sans-serif;
 box-sizing:border-box;
}

.chartBlock{
  position:relative;
  padding:35px 10px;
  background:#f2f2f2;
   clear: both;
  margin-top: 15px;
}
.chart{
  clear:both;
  max-height:700px;
  overflow: auto;
}
.chart .highcharts-container{
  height:100%!important;
  width: 100% !important;
  max-height: 700px;
}
/********sidebar*******/

.sideBar{
	background: transparent none repeat scroll 0 0;
	height: auto;
	padding: 0;
	position: absolute;
	right: 1px;
	top: 0;
	width: 245px;
	z-index:10;
	border: 1px solid #e6e6e6;
	overflow:hidden;
}
.sideBar.active {
    height: auto;
    right: 1px;
}
.sidebarInner {
  display: block;
  width: 245px;
  float:right;   
  transition: height 0s ease 1s;
  padding:0;
  position:relative;  
  height:0;
}
.filterSection:not(.active) .sidebarInner{
  height:0;
  overflow:hidden;
}
.filterSection.active .sidebarInner.activeInner{
	height:375px;
	overflow:visible;
   transition: height 0s ease 0s;
}
.sideBar.active .sidebarInner {    
    display: block;    
}
.sideBar .mainList{
      height:100%;
  margin:0;
  background:#fff;
  overflow:auto;
  width:100%; 
  float:left;
  padding:0 10px;
}
.regions .checkItem{
  width:40px;
}
.indicatorNames .table-wrapper .tcell:last-child{
	width:-moz-calc( 100% - 50px );
	width:-webkit-calc( 100% - 50px );
	width:-ms-calc( 100% - 50px );
	width:calc( 100% - 50px );
}
.regions .table-wrapper .tcell:last-child{
	width:-moz-calc( 100% - 40px );
	width:-webkit-calc( 100% - 40px );
	width:-ms-calc( 100% - 40px );
	width:calc( 100% - 40px );
}
.sideBar .mainList li {
    /*border-bottom: 1px solid #d6d6d6;*/
    cursor: pointer;
    padding: 0;
	  overflow:hidden;
}
.sideBar .mainList .innerLabel {
    color:#4F97D2;
    font-weight: 600;
    padding-right: 5px;
}

.sideBar .tabContent{
  height:0;
  width:100%;
  padding:0;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 10px 0 #9c9c9c;
  border-top:none;
  position:absolute;
 /* left:100%;*/
  top:0;
  overflow:hidden;
 
/*  -webkit-transform:scale(1,0);
  -moz-transform:scale(1,0);
  -ms-transform:scale(1,0);
   transform:scale(1,0);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;*/
  /*transition:height 0.5s ease 0s,z-index 0s ease 0.5s;*/
  
}
.tabContent .tabSub{
  /*height:-moz-calc( 100% - 43px );
  height:-webkit-calc( 100% - 43px );
  height:-ms-calc( 100% - 43px );
  height:calc( 100% - 43px );*/
  height: 100%;
  margin:0;
  padding:0;
} 
.chartblockMain .tabContent .tabSub{
  /*height:-moz-calc(100% - 45px);
  height:-webkit-calc(100% - 45px);
  height:-ms-calc(100% - 45px);
  height:calc(100% - 45px);*/
  height: 100%;
}
.sideBar .sidebarInner .tabContent{
  height:0;
  /*transition:height 0.5s ease 0s,z-index 0.5s ease 0.5s;*/

  /*left:100%;*/
}
.sideBar .sidebarInner.otherpillarsSidebar .tabContent.inactive{
  height:0;
  z-index:-100;
  transition:all 0.5s ease 0s;

  /*left:100%;*/
}
.sideBar.active .tabContent.active{
 /* left:0;*/
  /*
  -webkit-transform:scale(1,1);
  -moz-transform:scale(1,1);
  -ms-transform:scale(1,1);
  transform:scale(1,1);*/
   /*transition:height 0.5s ease 0s,z-index 0.5s ease 0.5s;*/
  height:100%!important;
  padding-bottom: 15px;
}

.sideBar .globarSidebar .tabContent.countryList{
    display:none;
    
}
body .sidebarNav{
  display:block!important;
  float:left;
  cursor:pointer;
  display:block;
  width:47px;
  height:45px;
  background:  url("../images/sidebar_down_arrow_dark.png") no-repeat scroll center center #ffffff;
  
}
.sidebarNavBlock{
	background:#fff;
	-moz-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px);
    transition: all 0.5s ease 0s;
}
.sideBar.active .sidebarNavBlock{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
    transition: all 0.5s ease 0s;
 }
body  .sidebarNav.active{
  background:  url("../images/sidebar_up_arrow_dark.png") no-repeat scroll center center #ffffff;
}
.sidebarNavBlock .tcell{
	border:1px solid #d6d6d6; 
}
.sidebarNavBlock .tcell:last-child {
	border-top: none;
	border-left:none;
}

.globalSelect.sidebarInner .showWegihtBlock{
	display:none;
}

.chartblockMain .globalSelect.sidebarInner .tabContent .tabSub {
    height: calc(100% - 44px);
     height: -ms-calc(100% - 44px);
     height: -moz-calc(100% - 44px);
     height: -webkit-calc(100% - 44px);
}
/*******sidebartab**********/
 .tabHead{ 
  padding: 0 10px 0 27px;
  margin:0;
  overflow:hidden;
  width:300px;
}
 .tabHead li {
    background: #fff;
    float: left;
    padding: 0;
    width: 50%;
    position:relative;
}

/*#indicatorTab:after {
    background: #e6e6e6 url("../images/normal_right_arrow_gray.png") no-repeat scroll right center;
    width: 21px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 10;
}
.activeSection #indicatorTab.active:after {
    background: #e6e6e6 url("../images/country_right.png") no-repeat scroll right center;
    width: 26px;
}
.activeSection #countryTab.active:before {
    background: #e6e6e6 url("../images/country_left.png") no-repeat scroll right center;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
    width: 26px;
}*/
/*#countryTab.active{
  background:  url("../images/country_leftarrow.png") no-repeat scroll center center #e6e6e6 ;
}*/
 .tabHead li a{
	padding: 0;
	display:block;
	text-decoration:none;
	color:#4d4d4d;
	font-weight:600;
	text-align:center;
}
.tabHead li.active{
    background:#fff;
  z-index:10;
}
 .activeSection .tabHead li.active{
    background:#fff;
  z-index:10;
}

.filterSection:not(.active) .tabContent{
	display:none;
}
.filterSection.active .tabContent{
	display:block;
}
.globalSelect.tabHead li{
	width:100%;
}
.globalSelect.tabHead #countryTab,
.globalSelect.tabHead #indicatorTab:after{
	display:none;1480
}

/********accordion*******/
body .accordionBlock .accordionSub{
  /*padding-bottom:10px;*/
}
.inactiveAccordion .accordionContent{
  display:none!important;
}
.activeAccordion .accordionContent{
 /* display:block;*/
  max-height:140px;
  overflow:auto;
}
span.accordionTitle{
    color: #999;
    font-size: 12px;
    padding-left: 10px;
}
.accordionHead{  
  /*background:url(../images/normal_accordion_plus.png) no-repeat right center transparent;*/
  background:url(../images/plus-icon.png) no-repeat right 15px center transparent;
}
.activeAccordion .accordionHead{  
  /*background:url(../images/normal_accordion_minus.jpg) no-repeat right center transparent;*/
  background:url(../images/minus-icon.png) no-repeat right 15px center transparent;
}
.accordionTitle{
  padding-right:20px!important;
}
/**********sort**********/
.sortBlock{
    float: left;
    margin-bottom: 25px;
    padding-left: 50px;
}
.sortBlock > span {
    color: #666666;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 600;
}
.sortBlock > ul{
    float: left;
    margin: 0;
    padding: 0 10px;
}
.sortBlock>ul li{
  color: #666666;
   font-size: 16px;
}
.sortBlock>ul li > span{
  float:left;
  display:inline-block;
}
.sortitemLabel{
  border-bottom:2px solid transparent;
}
.sortBlock>ul li.inactive .sortitemLabel,
.sortBlock>ul li.active .sortitemLabel{
  border-bottom:2px solid #4F97D2;
}
.sortBlock>ul li.active,
.sortBlock>ul li.inactive{
  color: #4F97D2;
}

.sortOpt {
    display:none!important;
    height: 12px;
    margin-left: 10px;
    margin-top: 6px;
    width: 8px;
    background:  url("../images/activeSort.png") no-repeat scroll center center transparent;     
}
.sortBlock>ul li{
    padding: 0 23px 0 15px;
    overflow:hidden;
    float:left;
    border-left: 1px solid #b9b9b9;
    margin-right:15px;
    background:  url("../images/activeSort.png") no-repeat scroll right center transparent;   
}
.sortBlock>ul li:first-child{
  padding-left:0;
  border:none;
}
.sortBlock>ul li.inactive   {
  background:  url("../images/sortAscend.png") no-repeat scroll right center transparent;     
}
.sortBlock>ul li.active {
  background:  url("../images/sortDescend.png") no-repeat scroll right center transparent;     
}
/*.sortOpt span{
    display:block;
    height: 4px;
    width: 8px
}
.ascend{
  background:  url("../images/sort_up_arrow.png") no-repeat scroll center center transparent;     
}
.descend{
  margin-top:3px;
  background:  url("../images/sort_down_arrow.png") no-repeat scroll center center transparent;  
}*/
.sortBlock>ul li.active .ascend{
  background:  url("../images/sort_up_arrow.png") no-repeat scroll center center transparent; 
}
.sortBlock>ul li.inactive .descend{
  background:  url("../images/sort_down_arrow.png") no-repeat scroll center center transparent;  
}
/**********indicatorlist*********/
.sideBar .mainList li.leaf > span,
.sideBarGlobal .mainList li.leaf > span{
    color: #999;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    padding: 3px 0;
    display:block;
}
.indicators span.accordionTitle {
    color: #999;
    font-size: 16px;
    font-weight: 400;
}
.indicatorCheckbox{
	margin:0 0 0 8px!important;
}
.sideBar .mainList .innerLabel {
	display: none;
}

/**********bottom reset*******/
.bottomSection{
 /*   display: none;*/
    float: left;
    padding: 8px 10px;
    width: 100%;
  background:#808080 none repeat scroll 0 0;
}
.bottomSection label{
  float:left;
  color:#fff;
  font-size:14px;
}
.bottomSection label *{
  float:left;
}
.bottomSection label input{
  margin:0;
   float: none;
  vertical-align: middle;
}
.bottomSection label span{
  margin:0 0 0 8px;
  height:27px;
  line-height:27px;
  font-weight:400;
}
.bottomSection .btn{
   margin-left: 20px;
   line-height:18px;
}
.bottomSection .btn,
.bottomSection .btn.focus,
.bottomSection .btn:focus,
.bottomSection .btn:hover {
	color: #fff;
    background: #333;
}
.sideBar .mainList .countries {
    padding:0 0px 0 35px;
	margin-bottom: 10px;
}

.sideBar .mainList .countries li{
  border:none;
  padding:3px 0;
}
.sideBar .mainList .countries li span{
  font-size:12px;
  color:#666;
  font-weight:400;
  padding-left:10px;
}
.tabContent.indicatorTabcontent.active .bottomSection {
	display: none!important;
	height: 45px;
}
.tabContent.indicatorTabcontent.active .bottomSection label,
.tabContent.indicatorTabcontent.active .bottomSection span {
	display: none!important;
}
/*********MSG**********/
.chart .message{
    left: 45%;
    position: absolute;
    top: 49%;
}
.chartLabel{
  float:left;
}
.chartcountryName{
  float:right;
}
.chartcountryName{
    width: 150px;
    display: block;
    word-wrap: break-word;
    padding: 0!important;
    white-space: pre-wrap;
    float: right;
    text-align:right;
}
/*********slider***********/
.indicators .slideBlock{
  float:left;
  width:100%;
  overflow:visible;
  padding:10px 20px!important;
}
.indicatorSlider{
  width:100%;
  display:block;
}
.slideBlock .ui-widget-content{
  background:#C5C5C5;
  height: 8px;
}
.slideBlock .ui-slider-pips .ui-slider-pip{
  top: 10px;
}
body .ui-slider-pips .ui-slider-line{
  height:3px;
  top:0;
   background: #999 none repeat scroll 0 0;
}
.slideBlock .ui-slider-pips .ui-slider-pip .lineTop{
  top: -16px;
}

.slideBlock .ui-widget .ui-slider-handle{
  background:url(../images/slider_handle.png) no-repeat center center transparent!important;
  top: 4px!important;
  border:none!important;
  cursor:pointer;
  height:13px;
  width:9px;
  margin-left:-4px;
}
body .slideBlock .ui-slider-pips .ui-slider-label{
  display:none;
}
.slideBlock .ui-slider-pip-first .ui-slider-line, 
.slideBlock .ui-slider-pip-last .ui-slider-line{
  display:block;
}

/***************lightbox************/
.lightboxBlock{
	display:none;	
}
.lightboxBlock.active {
	display:block;
	
}
.lightbox{
	position:fixed;
	width:90%;
	left:5%;
	top:25px;
	height:-moz-calc( 100% - 50px );
	height:-webkit-calc( 100% - 50px );
	height:-ms-calc( 100% - 50px );
	height:calc( 100% - 50px );
	max-height: 1400px;
	 overflow: hidden;
	  z-index: 1000;
	  padding: 0px;
	 background: #F2F2F2;
}
.lightboxBlock.active .lightbox{
	
}
.lightboxOverlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    
 }
 .lightboxBlock .tabBlock{
	display:none;
 }
 .lightboxBlock .chart {
	transition:all 0.75s ease 0s;
    clear: both;
     padding-top: 20px;
    height: -moz-calc( 100% - 40px );
    height: -webkit-calc( 100% - 40px );
    height: -ms-calc( 100% - 40px );
    height: calc( 100% - 40px );
    position:relative;
}


.loader{
    left: -webkit-calc(50% - 145px);
    left: -moz-calc(50% - 145px);
    left: -ms-calc(50% - 145px);
    left: calc(50% - 145px);
    position: absolute;
    text-align: center;
    top: -moz-calc(50% - 204px);
    top: -webkit-calc(50% - 204px);
    top: -ms-calc(50% - 204px);
    top: calc(50% - 204px);
}
.lighboxInner{
   height: -moz-calc( 100% - 90px );
   height: -webkit-calc( 100% - 90px );
   height: -ms-calc( 100% - 90px );
   height: calc( 100% - 90px );
   position: relative;
   padding:20px;
}
.lighboxInner .mCSB_container > svg,
.lighboxInner .highcharts-container > svg{
  min-height:600px;
}
.lighboxClose{
	 display: block;
    padding-right: 20px;
    position: absolute;
    right: 20px;
    top: 18px;
    cursor:pointer;
	background:url(../images/close_button.png) no-repeat right center transparent;
}
.showWegihtBlock{
	display:none;
	width:100%;
	padding:10px;
	overflow:hidden;
}
.showWegihtBlock .showLightbox{
    background: #808080 none repeat scroll 0 0;
    border-radius: 6px !important;
    color: #fff;
    font-size: 16px;
    padding: 5px !important;
    width: 100%;
}
.showLightbox:hover{
	border:1px solid #808080;
	color:#808080;
	background:#ffffff;
}

.chartblockMain .nav-tabs{
	display:none;
}


body .results-block .block-title {
    background: transparent url("../images/results.png") no-repeat scroll left center;
      border:none;
    color: #666666;
    display: block;
    font-size: 23px;
    font-weight: 600;
    min-height: 40px;
    padding:10px 49px;
    margin-top:0;
    float: left;
    overflow: hidden;
}
.lightbox .results-block{
	background: #fff none repeat scroll 0 0;
	padding:10px 20px;
	border-bottom:1px solid #8c8c8c;
    margin-bottom: 10px;
    width: 100%;
    line-height: 40px;
	overflow:hidden;
}


/********checkbox*********/
.checkIcon{
	padding:0!important;
}
.checkIcon input[type="checkbox"]{
	display:none;
}
.checkIcon.maincheckIcon {
	display: table-cell;
	vertical-align: middle;
}
.checkIcon .checks{
	background:url(../images/un-check.png) no-repeat center center transparent;
	width:30px;
	height:30px;
	display:block;
	cursor:pointer;
	background-size: 10px;
	background-color: #fff;
}
.outlined.checkIcon .checks{
	background:url(../images/check_box_outline_uncheck.png) no-repeat center center transparent;
	background-size: 10px;
}
.checkIcon input[type="checkbox"]:checked + .checks{
	background:url(../images/chck.png) no-repeat center center transparent;
}
.outlined.checkIcon input[type="checkbox"]:checked + .checks{
	background:url(../images/check_box_outline_checked.png) no-repeat center center transparent;
	background-size: 10px;
}
.bottomSection .checks {
    background-color: transparent !important;
    height: 27px;
    margin: 0;
    width: 10px;
}
.outlined.checkIcon .checks{
	width:10px;
	height:10px;
}
.countries .checkIcon{
	float:left;	
}
.regions .checkIcon .checks{
	 margin: 4px 0;
}
/********special countries*********/
.chartcountryName .required{
    display: inline-block;
    height: 8px;
    line-height: 100%;
    margin: 0 0 0 5px;
    vertical-align: middle;
    display:none;
}
.chartcountryName.requiredCountry{
  position:relative;
}
.chartcountryName.requiredCountry:after {
    content: "*";
    display: block;
    position: absolute;
    right: -8px;
    top: 3px;
}
/***Charts Inner font-start ***/
span.results-chart-xaxis-lbl {
	font-size: 12px;
	color: #676867;
}
span.results-chart-xaxis-lbl b {
	font-size: 12px;
    font-weight: 600;
}
/***Charts Inner font-end ***/
/***********legend****************/
.chartSection .mapLegendBlock {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: both;
    float: right;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.chartSection .mapLegends {
    float: right;
    overflow: hidden;
    position: relative;
    width: auto;
    padding-right: 60px;
}
.chartSection .mapLegends li{
  color:#333333;
}
.chartBlock .graph-legend-left{
  font-size: 12px;
}
.mapLegendBlock .mapLegends li.legend-region:before {
    background: #98c1cb;
}
.mapLegendBlock .mapLegends li.legend-global:before {
    background: #edca7d;
}
.mapLegendBlock .mapLegends li.legend-country:before {
    background: #bcca9b;
}
/**********tooltip******************/
.page-scores .highcharts-tooltip > span:after{
  display:none;
}
.page-scores .highcharts-tooltip > span{
  /*background:transparent;
  padding:10px 15px;*/
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  -ms-box-shadow:none;
  left: 1px !important;
  top: 5px !important;
}

/***********custom scrolll*********/
.mCSB_scrollTools .mCSB_buttonUp, 
.mCSB_scrollTools .mCSB_buttonDown, 
.mCSB_scrollTools .mCSB_buttonLeft, 
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url("../images/mCSB_buttons.png")!important;

}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #808080!important;
}

.indicatorTypes .mCSB_inside > .mCSB_container{
  margin-right: 5px;
}

body g.highcharts-tooltip{
  display:block;
}
/*.highcharts-button{
  display:none;
}*/
/***indicators***/
.page-results ul.indicators li.ind-group-name {
	border-bottom: 0;
}
/*
ul.indicator-group {
	padding-left: 30px;
}
.sideBar ul.indicators li.subind-group-name {
	padding-left: 30px;
}
li.subind-group-name .table-wrapper {
	padding: 18px 5px 18px;
}
*/
	/*new*/
.sideBar .mainList {
	padding: 0;
}
li.ind-group-name>.table-wrapper,
li.sub-indicator-header>.table-wrapper {
	padding: 3px 5px 3px 25px;
	/*border-top: 1px solid #d3d3d3;*/
    cursor: default;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    color: #808080;
}
li.ind-group-name>.table-wrapper span,
li.sub-indicator-header>.table-wrapper span {
	font-size: 12px;
    font-weight: 700;
    color: #808080;
}
li.ind-group-name ul li .table-wrapper span,
li.sub-indicator-header ul li .table-wrapper span {
	font-size: 12px;
	color: #999;
}
li.ind-group-name ul li .table-wrapper.active span,
li.sub-indicator-header ul li .table-wrapper.active span {
	font-size: 12px;
	font-weight: 700;
	color: #999;
}
.table-wrapper .checkItem {
	padding:0 0 0 15px;
	width: 25px;
}
ul.indicators li .table-wrapper .tcell {
	padding-left: 10px;
}
.table-wrapper .checkItem input[type=radio] {
	margin-left: 5px;
	margin-top: 3px;
	width: 10px;
	height: 10px;
	
}
.table-wrapper .checkItem input[type=radio]::after {
content: '';
    background: #fff url(../images/Radio_button_non_selected.png)no-repeat right 0px top 0px;
    width: 10px;
    height: 10px;
    display: block;
    /* z-index: 9999; */
    background-size: 10px 10px;
}
.table-wrapper .checkItem input[type=radio]:checked::after {
	background: #fff url(../images/Radio_Button_selected_999999_Global_Results.png)no-repeat right 0px top 0px;
}
.pillar-tab-global .table-wrapper .checkItem input[type=radio]:checked::after {
	background: #fff url(../images/Radio_Button_selected_999999_Global_Results.png)no-repeat right 0px top 0px;
}
.pillar-129 .table-wrapper .checkItem input[type=radio]:checked::after {
	background: #fff url(../images/Radio_Button_selected_02bbce_Electricity.png)no-repeat right 0px top 0px;
}
.pillar-130 .table-wrapper .checkItem input[type=radio]:checked::after {
	background: #fff url(../images/Radio_Button_selected_67aef4_Clean_Cooking.png)no-repeat right 0px top 0px;
	/*background: #fff url(../images/home-page/pillar/Radio_Button_selected_AccessToCleanCooking.png)no-repeat right 0px top 0px;*/
}
.pillar-131 .table-wrapper .checkItem input[type=radio]:checked::after {
	background: #fff url(../images/Radio_Button_selected_f2a916_Energy_Efficiency.png)no-repeat right 0px top 0px;
}
.pillar-132 .table-wrapper .checkItem input[type=radio]:checked::after {
	background: #fff url(../images/Radio_Button_selected_77916a_Renwable_Energy.png)no-repeat right 0px top 0px;
}
li.ind-group-name>ul li .table-wrapper,
li.sub-indicator-header>ul li .table-wrapper {
	padding-left: 25px;
}
.indicators .table-wrapper {
	width: 100%;
	/*border-bottom: 1px solid #d3d3d3;*/
}

.sideBar .indicators .table-wrapper.active,
.sideBarGlobal .indicators .table-wrapper.active {
	background-color: #fff;
	padding: 7px 0;
}
.sideBar .indicators .table-wrapper.active span,
.sideBarGlobal .indicators .table-wrapper.active span {
	color: #999;
	font-size: 12px;
	font-weight: 700;
	vertical-align: top;
}
.page-results .sideBarGlobal .indicators .table-wrapper.active span,
.pillar-tab-global .sideBarGlobal .indicators .table-wrapper.active span,
.page-results .sideBar .indicators .table-wrapper.active span,
.pillar-tab-global .sideBar .indicators .table-wrapper.active span {
	color: #999;
}
.pillar-129 .sideBar .indicators .table-wrapper.active span {
	color: #02bbce;
}
.pillar-130 .sideBar .indicators .table-wrapper.active span {
	color: #b971b2 ;/*#67aef4;*/
}
.pillar-131 .sideBar .indicators .table-wrapper.active span {
	color: #f2a916;
}
.pillar-132 .sideBar .indicators .table-wrapper.active span {
	color: #77916a;
}
.sidebarNavBlockHead {
	background-color: #f2f2f2;
}
.sidebarNavBlockHead .tcell {
	width: 35px;
}
.sidebarNavBlockHead .sidebarNav {
	width: 37px;
	height: 37px;
	background: url(../images/Filter_Section_Icon_Electricity.png) no-repeat scroll center center #ffffff;
	background-size: 37px;
	padding: 0;
}
.page-results .sidebarNavBlockHead .sidebarNav {
	background: url(../images/Global_Results_Filter.png) no-repeat center center #f2f2f2;
	border-radius: 0;
}
.pillar-tab-global .sidebarNavBlockHead .sidebarNav {
	background: url(../images/Global_Results_Filter.png) no-repeat center center #f2f2f2;
}
.pillar-129 .sidebarNavBlockHead .sidebarNav {
	background: url(../images/Filter_Section_Icon_Electricity.png) no-repeat center center #f2f2f2;
}
.pillar-130 .sidebarNavBlockHead .sidebarNav {
	background: url(../images/Filter_Section_Icon_Clean_Cooking.png) no-repeat center center #f2f2f2;
	/*background: url(../images/home-page/pillar/Filter_Section_Icon_Clean_Cooking.png) no-repeat center center #f2f2f2;*/
}
.pillar-131 .sidebarNavBlockHead .sidebarNav {
	background: url(../images/Filter_Section_Icon_Energy_Efficiency.png) no-repeat center center #f2f2f2;
}
.pillar-132 .sidebarNavBlockHead .sidebarNav {
	background: url(../images/Filter_Section_Icon_Renewable_energy.png) no-repeat center center #f2f2f2;
}
.results-filter-head {
	vertical-align: middle;
	display: table-cell;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 10px;
}
.results-filter-head span {
	font-weight: 700;
}
.page-results .results-filter-head {
	color: #999;
}
.pillar-tab-global .results-filter-head {
	color: #999;
}
.pillar-129 .results-filter-head {
	color: #02bbce;
}
.pillar-130 .results-filter-head {
	color: #b971b2 ;/*#67aef4;*/
}
.pillar-131 .results-filter-head {
	color: #f2a916;
}
.pillar-132 .results-filter-head {
	color: #77916a;
}
.subind-group-name>.table-wrapper>span {
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	padding-left: 35px!important;
}
.highcharts-tooltip #results-custom-tooltip .result-tooltip-name,
.highcharts-tooltip #results-custom-tooltip .result-tooltip-tab {
	font: 10px 'Arial';
	color: #999;
	line-height: 11px;
}
.highcharts-tooltip #results-custom-tooltip .result-tooltip-name {
	color: #626363;
}
.highcharts-tooltip #results-custom-tooltip .result-tooltip-val {
	font: 11px 'Arial';
	font-weight: 600;
	color: #4d4d4e;
}
.ind-grp-lbl {
	cursor: text;
}
	/*new end*/
/******/

@media (max-width: 991px){
  .chartBlock{
    padding-top: 58px;
  }
  .lightboxBlock .sideBar{
    top:35px;
  }
  .lightboxBlock .chart{
    padding-top:40px;
  }
  .chartcountryName{
      font-size:10px;
      width:110px;
    }
}

@media (min-width:768px){
   .tabHead{ 
      width:235px;
    }
    .chartBlock .chart.reduceWidth
     {
      width:-moz-calc( 100% - 338px );
      width:-webkit-calc( 100% - 338px );
      width:-ms-calc( 100% - 338px );
      width:calc( 100% - 338px );
    }
    .chartBlock.chartblockMain .chart.reduceWidth
     {
      width:-moz-calc(100% - 220px);
      width:-webkit-calc(100% - 220px);
      width:-ms-calc(100% - 220px);
      width:calc(100% - 220px);
    }
}
@media (max-width:768px){
    .sortBlock li > span {
        display: inline-block;
        float: left;
        font-size: 16px;
        margin-right: 0;
    }
    .sortBlock li{
      margin-right: 5px;
       padding: 0 14px 0 6px;
    }
    .chartBlock{
      overflow: hidden;
      padding-bottom: 10px;
    }
    .chartSection .mapLegends{
      margin-top: 10px;
    }
	.page-results div.selected-year-wrapper ,
	.page-results .chartBlock div.chart-year-wrapper {
		 display: block; 
	}
	.page-results .chartBlock span.chart-year-selection-span{
		padding: 0;
	}
	.page-results .results-block label.rslt-yr-sldr-lbl{
		width: 100%;
	    padding-left: 7px;
	}
	.results-block .rslt-yr-sldr-lbl:after{
		    right: 7px;
	}
	.page-results div.selected-year-item-wrapper {
		margin: 0 2px;
	}
	.page-results .selecter-year-label{
		width: 100%;
		margin-bottom: 6px;
	}
	.page-results .selected-year-wrapper {
		overflow: hidden;
		margin-bottom: 20px;
	}
}

@media (max-width:540px){
   .lightbox .mCSB_inside > .mCSB_container{
    margin-right: 20px;
  }
  .lightbox{
    width:96%;
    left:2%;
  }
  .lighboxInner{
    padding:20px 10px;
  }
  .sideBar.active{
    right:0;
  }
  .tabHead{ 
      
    } 
  .filterSection .sidebarNavBlock .tcell:first-child{
    width:52px;
  }
  .chartBlock{
    padding-left: 10px;
    padding-right: 10px;
  }
  .sortBlock > span,
  .sortBlock li > span {
    font-size: 14px;
  }
  .sortBlock > ul{
    padding: 0;
  }
  .lightboxBlock.chartBlock .lighboxClose{
    font-size:0;
  }
  #results-custom-tooltip {
	max-width: 150px;
  }
}

@media (max-width:400px){
  .sideBar.active{
    right:0;
    width:100%;
  }
  .tabHead{ 
        width:auto;
    } 
  .sidebarInner{
     width:100%;
  }
}
/*
* tooltip styling 
*/
.tooltipcircle
{
  display:inline-block;
  width:8px;
  height:8px;
  -moz-border-radius:50px;
  -webkit-border-radius:50px;
  border-radius:50px;
  z-index: 9999;
}
.tooltip-cntr-name{
	padding:0px;
	margin:0px;
}
/*
.page-scores .mCSB_container {
  overflow: visible;
}*/
.chart-loader{	
	width: 100%;
	height: 100%;
	background:#000 url("../images/loading.gif") no-repeat;
	background-position: center;
	opacity: 0.3;	
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
}
.sub-indicator-ul {
    padding-left: 30px;
}
.sub-indicator-group li {
	padding-left: 30px;
}

#results-custom-tooltip{
	background-color:#ffffff;
	opacity:1;
	height:auto;
    width:200px;
    overflow:auto;
	white-space:normal !important;
	background: url("../images/white_back1.png") repeat;
}
.highcharts-tooltip {
	background: url("../images/white_back1.png") repeat;
	z-index: 1000;
}
.highcharts-tooltip span:not(.tooltipcircle),
.highcharts-tooltip div {
	opacity: 1 !important;
	background: url("../images/white_back1.png") repeat!important;
	z-index: 1000;
}
/***Highcharts tooltip bottom arrow***/
/*
.highcharts-tooltip > span:after{
  position: absolute;
  bottom: -24px;
  width: 30px;
  height: 24px;
  left: calc( 0% - 12px ); 
  content: "";
  background:url(../images/popup_down_arrow.png) no-repeat center center transparent;
}
.highcharts-tooltip > span.hidden:after{
	content: '';
}
*/
.highcharts-container { overflow: visible !important; } 
.page-scores .mCSB_container {
  overflow: visible;
}
.highcharts-container {
  position: inherit !important;
}
.highcharts-tooltip,
.highcharts-tooltip * {
  z-index: 99999;
}
/*.chart { overflow: visible !important; } */
/*.highcharts-container { overflow: visible !important; } 
svg { overflow: visible; }*/

/***Refresh button start***/
.result-search-refresh-btn {
    padding-left: 5%;
    margin-right: 5%;
    padding-right: 5%;
    width: 5%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #7f7f7f;
}
.result-search-refresh-btn>span {
  background:url(../images/icn_refresh.png) no-repeat right 0 top 5px;
  cursor:pointer;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
  display: inline-block;
}
/***Over flow setting for some divs***/
/*.mCSB_container{
	overflow: visible !important;
}*/
svg{
    overflow:visible !important;
}
.highcharts-container{
    overflow:visible !important;
}
/*Global tab styles*/
.sideBarGlobal.fliterSectionGlobal {
	width: 245px;
	height: 449px;
	position: absolute;
	right: 0;
}
.sideBarGlobal .sidebarInner {
	height: 412px;
	padding-top: 15px;
}
/*******************/
.chart-year-wrapper #min,
#map-year-slider #min{
	width: 33px;
	color:#999999;
	font-size: 11px;
	top: 0 !important;;
}
#map-year-slider{
	margin-bottom: -25px;
}
.chart-year-wrapper .ui-slider-pips span.ui-slider-line{
	top: -20px;
	height: 7px;
	background: #b3b3b3;
}
.chart-year-wrapper .ui-slider-pips .ui-slider-pip-label .ui-slider-label{
	display: none;
}
.chart-year-wrapper .ui-slider-pips .ui-slider-pip-first,
.chart-year-wrapper .ui-slider-pips .ui-slider-pip-last{
	display: none;
}
.bottomSection {
	background: none;
	margin-top: 35px;
}
.bottomSection .checkIcon{
	display: none;
}
.bottomSection span.countryReset {
    border: 1px solid #333;
    border-radius: 18px !important;
    display: inline-block;
    background: url(../images/Reset_Red.png) no-repeat scroll 51px center transparent;
    /* padding-right: 30px !important; */
    color: #333333;
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 11px;
    width: 78px;
    padding: 4px 10px !important;
    text-align: left;
	margin-left: 27px;
	height:30px;
}
.bottomSection span.countryReset:hover{
	background: url(../images/Reset_Red.png) no-repeat scroll 51px center #4d4d4d;
	color: #fff;
}
.chartblockMain .tabContent .tabSub {
    /*height: calc(100% - 41px);*/
	height: auto;
	max-height: 265px;
    overflow: auto;
}
.mCSB_container{
	overflow: visible !important;
}
/*Task #272841 16-04-2020*/

.sideBar .indicators.mainList{
	float: none;
}
.page-results div.filterSection .sidebarNavBlock{
	margin-bottom: 0;
}
.page-results .select-all-block.main-list{
	padding-top: 10px;
	overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
/*17-04-2020*/
.page-results .select-all-block li {
	float: left;
}
.page-results .select-all-block  .checkItem{
	display : flex;
	width: auto;
	align-items: center;
}
.page-results .sideBar .countryList .mainList{
	max-height: 220px;
}
.page-results .sideBar .countryList .mainList .accordionTitle {
    padding-right: 30px !important;
}
.page-results .sideBar .mainList .countries {
    width: calc( 100% - 10px );
}
/*20-04-2020*/
.results-block .year-dropdown-wrapper{
	border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 29px;
	width: 140px;
	display: none;
	font-size: 14px;
	max-height: 245px;
    overflow: auto;
}

.results-block .rslt-yr-sldr-lbl:after{
border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 17px;
    position: absolute;
    top: 14px;
    width: 0;
    content: '';
}
.results-block .check-year {
    margin-right: 6px !important;
    display: inline-block;
}
.results-block .selected-year {
    color: #808080;
    font-size: 13px;
	padding-top: 2px;
}
.results-block .rslt-yr-sldr-lbl{
    border: 0;
    border-bottom: 1px solid #4d4d4d;
    font-size: 14px !important;
    border-radius: 0;
    outline: none;
	width: 140px ;
	color: #444;
    line-height: 28px;
}
.page-results .chartBlock .chart-year-wrapper {
    display: flex;
}
.page-results .selecter-year-label {
	float: left;
	min-width: 81px;
	color: #000;
    font-weight: bold;
	font-size: 12px;
}
.page-results .selected-year-item-wrapper {
	float: left;
	margin: 0 10px;
}
.page-results .year-remove-icon {
	background: url(/sites/all/themes/custom/fusion/images/results/region.png) no-repeat center center transparent;
	border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px
}
.page-results .selected-coutries-list-wrapper{
	clear: both;
    margin-top: 0;
}
.page-results .selected-year-wrapper {
	display: flex;
	padding: 0;
	align-items: center;
    margin-bottom: 20px;
}
.page-results .chartBlock {
	padding-top: 0;
}
