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 21px!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;
}

body .time-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;
}
.chartBlock {
    position: relative;
    padding: 35px 60px;
    background: #f2f2f2;
    clear: both;
    margin-top: 15px;
    min-height: 543px;
}
.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;
}
.country-selection-head {
    position: absolute;
    left: 60px;
    top: 0;
    padding-top: 6px;
    width: 400px;
    height: 45px;
    /*margin-bottom: 10px;*/
    font-size: 16px;/* 'open_sanssemibold';*/
    color: #676767;
    text-align: left;/*Task #243863 - 11/04/2019*/
    background: url(../images/bg_tile_selectedCountries.png) center repeat-x;
}
.country-selection-head:after,
.country-selection-head:before {
    height: 45px;
    content: ' ';
    display: block;
    width: 20px;
    top: 0px;
    position: absolute;
}
.country-selection-head:before {
    /*background: url(../images/time-shadow-box-left.png) no-repeat;
    left: -18px;*/
}
.country-selection-head:after {
    /*background: url(../images/time-shadow-box-right.png) no-repeat;
    right: -18px;*/
}
.country-selection-head .time-cntry-filt-span {
    padding-left: 5%;
    margin-right: 3%;
    border-left: 1px solid #7f7f7f;
    width: 46%;
    display: inline-block;
}
.country-selection-head .time-cntry-filt-span .countryFilter {
    border: 0;
    border-bottom: 1px solid #7f7f7f;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    width: 100%;
    display: block;
    outline: 0;
    background: url(../images/search.png) no-repeat right 0 top 5px transparent;
}
.country-selection-head .time-slctd-cntry-spn {
    /*margin-right: 5%;
    margin-left: 3%;
    width: 41%;*/
    width: 15%;
    display: inline-block;
    float: left;
}
.country-selection-head .time-slctd-cntry-spn>label.time-slctd-cntry-lbl {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    outline: 0;
    background: transparent;
    font-size: 16px; /* 'Open Sans';*/
    font-weight: 600;
    width: 100%;
    display: block;
}
/***Legend - start***/
.time-legends {
	margin-top: 20px;
}
.time-legend-square{
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 5px 0 0px;
}
.time-legend-square:first-child {
	margin-left: 0px;
}
.time-legends span {
	font-size: 12px; /*'open_sanssemibold';*/
	color: #7f7f7f;
	line-height: 12px;
}
.time-legend-item-wrapper {
    display: inline-block;
    margin-right: 15px;
    height: 12px;
}
/***Legend - end***/
/***Slider - start***/
.range-slider-wrapper {
	position: relative;
	width: 100%;
	max-width: 1048px;
	height: 78px;
	margin: 15px 0px 0px;
	padding: 10px 0 15px 50px;
	background: url(../images/bg_tile_selectedPeriod.png) center repeat-x;
}
.range-slider-wrapper .time-range-slider {
	width: 363px;
	height: 9px;
    border-radius: 5px;
    background: #d8d8d8;
    stroke: #fff;
}
.range-slider-wrapper div {
	font-size: 11px;/* 'open_sansregular';*/
	color: #7f7f7f;
}
.range-slider-wrapper div:first-child {
	width: 363px;
	text-align: center;
	margin-bottom: 14px;
	font-size: 14px;
	color: #676767;
	/*font-family: 'Montserrat', sans-serif;*/
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
	background-color: none;
}
.range-slider-wrapper .time-range-slider .ui-slider-range {
		background: transparent;
	    stroke: #f2f2f3;
		 border-radius: 30px;
}
.range-slider-wrapper .time-range-slider .ui-slider-handle {
    width: 0px;
    height: 0px;
	border-left: 5px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #333;
    top: 7px;
    background: transparent;
    border-top: 0px;
}

.range-slider-wrapper .range-min-year,
.range-slider-wrapper .range-max-year {
	position: absolute;
	font-size : 11px;/* 'open_sansregular';*/
	top: 41px;
    left: 20px;
}
.range-slider-wrapper .range-max-year {
    left: 420px;
}
.range-slider-wrapper #min {
	top: 8px!important;
}
.range-slider-wrapper #max {
	top: -7px!important;
}
/***Slider - end***/
/***Chart - start***/
.chart {
    clear: both;
    height: 400px;
}
.chart .highcharts-container {
    height: 100%!important;
    margin-bottom: 10px;
}
.highcharts-tooltip .time-tooltip .time-tooltip-name,
.highcharts-tooltip .time-tooltip .time-tooltip-tab {
	font-size: 10px;/* 'Arial';*/
	color: #999;
}
.highcharts-tooltip .time-tooltip .time-tooltip-name {
	color: #626363;
}
.highcharts-tooltip .time-tooltip .time-tooltip-val {
	font-size: 11px;/* 'Arial';*/
	font-weight: 600;
	color: #4d4d4e;
}
/***Chart - end***/
/***Sidebar - start***/
.sideBar {
    background: transparent none repeat scroll 0 0;
    height: auto;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 0;
    width: auto;
    z-index: 10;
    overflow: hidden;
}
.sideBar.active {
    height: auto;
    right: 1px;
}
.table-wrapper {
    display: table!important;
    float: none;
    width: 100%;
    clear: both;
}
.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;
}
.table-wrapper .tcell {
    display: table-cell;
    float: none;
}
.tcell.verticalMiddle {
    vertical-align: middle;
}
.sidebarNavBlock .tcell {
    border: 1px solid #d6d6d6;
}
body .sidebarNav {
    display: block!important;
    float: left;
    cursor: pointer;
    display: block;
    width: 47px;
    height: 45px;
    background: url(../images/indicators-down-arrow.jpg) no-repeat scroll center center #ffffff;
}
.sidebarNavBlock .tcell:last-child {
    border-left: none;
}
.tabHead {
    padding: 0 10px;
    margin: 0;
    overflow: hidden;
    width: 300px;
}
.tabHead li {
    background: #E6E6E6 none repeat scroll 0 0;
    float: left;
    padding: 0;
    width: 50%;
    position: relative;
}
.tabHead li a {
    padding: 5px 14px;
    display: block;
    text-decoration: none;
    text-align: center;
    font: 15px andes-regular;
    font-weight: 600;
    color: #666766;
}
#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 .tabHead li.active {
    background: #F1F1F1 none repeat scroll 0 0;
    z-index: 10;
}
.activeSection .tabHead li.active {
    background: #F1F1F1 none repeat scroll 0 0;
    z-index: 10;
}
.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;
}
.chartBlock .graph-legend-left {
    font-size: 12px;
}
.sidebarInner {
    display: block;
    width: 302px;
    float: right;
    transition: height 0s ease 1s;
    padding: 0;
    position: relative;
    height: 0;
}
.sideBar.active .sidebarInner {
    display: block;
}
.filterSection.active .sidebarInner.activeInner {
    height: 496px;
    overflow: visible;
    transition: height 0s ease 0s;
}
.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;
    top: 0;
    overflow: hidden;
    transition: height 0.5s ease 0s,z-index 0s ease 0.5s;
}
.sideBar .sidebarInner .tabContent {
    height: 0;
    transition: height 0.5s ease 0s,z-index 0.5s ease 0.5s;
}
.filterSection.active .tabContent {
    display: block;
}
.sideBar.active .tabContent.active {
    transition: height 0.5s ease 0s,z-index 0.5s ease 0.5s;
    height: 100%!important;
}
.showWegihtBlock .showLightbox {
    background: #808080 none repeat scroll 0 0;
    border-radius: 6px !important;
    color: #fff;
    font-size: 16px;
    padding: 5px !important;
    width: 100%;
}
.tabContent .tabSub {
    height: -moz-calc( 100% - 43px );
    height: -webkit-calc( 100% - 43px );
    height: -ms-calc( 100% - 43px );
    height: calc( 100% - 43px );
    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);
}
.sideBar .mainList {
    height: 100%;
    margin: 0;
    background: #fff;
    overflow: auto;
    width: 100%;
    float: left;
    padding: 0 10px;
}
.sideBar .mainList li {
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
}
.sideBar ul.indicators li {
    /*padding: 0px 5px 0 10px;*/
    border-color: #d3d3d3;
}
ul.indicators li.active {
    background: #999;
    color: #fff;
    font-size: 16px;
}
.sideBar .mainList li.leaf > span {
    color: #666666;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 3px 0;
    display: block;
}
.sideBar .mainList li.leaf > span.active {
	padding: 7px 0;
}
.checkItem {
    width: 40px;
}
ul.indicators li span.tcell {
    font: 14px  andes-regular ;
    font-weight: 600;
    color: #676767;
}
.page-results ul.indicators li.active span.tcell {
    color: #fff;
    font-size: 16px;
}
.checkIcon {
    padding: 0!important;
    display: block;
}
ul label.checkIcon input {
    outline: 0!important;
}
.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 );
}
ul.indicators li.active span.tcell {
    color: #fff;
    font-size: 16px;
}
.showWegihtBlock {
    display: none;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}
/*.sub-indicator-ul {
    padding-left: 25px;
}*/
.sideBar ul.sub-indicator-ul li,
.sideBar ul.sub-indicator-group li {
    /*padding-left: 30px;*/
}
body .accordionBlock .accordionSub {
    padding-bottom: 0px;
}
.accordionHead {
    background: url(../images/normal_accordion_plus.png) no-repeat right center transparent;
}
.activeAccordion .accordionHead {
    background: url(../images/normal_accordion_minus.jpg) no-repeat right center transparent;
}
.regions .checkItem {
    width: 40px;
}
.checkIcon input[type="checkbox"] {
    display: none;
}
.checkIcon .checks {
    background: url(../images/check_box_uncheck.png) no-repeat center center transparent;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
}
.outlined.checkIcon .checks {
    background: url(../images/check_box_outline_uncheck.png) no-repeat center center transparent;
}
.outlined.checkIcon .checks {
    width: 10px;
    height: 10px;
}
.regions .checkIcon .checks {
    margin: 5px 0;
}
.checkIcon input[type="checkbox"]:checked + .checks {
    background: url(../images/check_box_checked.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;
}
.outlined.checkIcon input[type="checkbox"]:checked + .checks.results-global-checks {
    background: url(../images/time_check_box_outline_checked.png) no-repeat center center transparent;
}
.accordionTitle {
    padding-right: 20px!important;
}
span.accordionTitle {
    color: #676767;
    font: 14px andes-regular;
    font-weight: 600;
}
.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 );
}
.activeAccordion .accordionContent {
    /* display: block; */
    max-height: 140px;
    overflow: auto;
}
.activeAccordion ul.countries.accordionContent li {
	display: table;
}
.activeAccordion ul.countries.accordionContent li>label.checkIcon.outlined {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.activeAccordion ul.countries.accordionContent li>span {
	display: table-cell;
	vertical-align: middle;
}
.inactiveAccordion .accordionContent {
    display: none!important;
}
.sideBar .mainList .countries {
    padding: 0 0px 0 25px;
    margin-bottom: 10px;
}
.sideBar .mainList .countries li {
    border: none;
    padding: 3px 0;
}
.countries .checkIcon {
    float: left;
}
.sideBar .mainList .countries li span {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    padding-left: 10px;
}
.bottomSection {
    display: block;
    float: left;
    padding: 8px 55px;
    width: 100%;
    background: #808080 none repeat scroll 0 0;
}
.tabContent.indicatorTabcontent.active .bottomSection {
	display: block!important;
	height: 45px;
}
.tabContent.indicatorTabcontent.active .bottomSection label,
.tabContent.indicatorTabcontent.active .bottomSection span {
	display: none!important;
}
.bottomSection .submit.countrySubmit {
	margin-right: 13px;
}
.bottomSection .btn,
.bottomSection .btn:hover,
.bottomSection .btn.focus,
.bottomSection .btn:focus {
	background: #333;
	color: #fff;
}
	/***indicators***/
.indicators .ind-group-name .table-wrapper {
	    padding: 2px 5px 2px 22px;
}
.Trends 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;
}
.table-wrapper .checkItem input[type=radio] {
	margin-left: 5px;
	margin-top: 4px;
	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;
}
.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;
}
.sideBar .indicators .table-wrapper.active span {
	font-weight: 700;
}
.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;
}
	/******/
/***Sidebar - 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:300px;
    }
    .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% - 280px);
      width:-webkit-calc(100% - 280px);
      width:-ms-calc(100% - 280px);
      width:calc(100% - 280px);
    }
}
@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;
    }
}
@media (max-width:767px) {
	.range-slider-wrapper .time-range-slider {
	  width: 225px;
    }
    .sideBar.active {
	  top: 55px;
    }
    .time-legends {
      margin-top: 55px;
	}
	.range-slider-wrapper .range-max-year {
      left: 284px;
    }
    .range-slider-wrapper div:first-child {
      width: 225px;
    }
}
@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;
  }
  .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;
  }
  .country-selection-head {
    left: 18px;
    width: 283px;
  }
  .country-selection-head .time-cntry-filt-span {
    padding-left: 5%;
    margin-right: 3%;
    border-left: 1px solid #7f7f7f;
    width: 38%;
    display: inline-block;
  }
  .country-selection-head .time-slctd-cntry-spn {
    margin-right: 5%;
    margin-left: 3%;
    width: 51%;
    display: inline-block;
  }
}

@media (max-width:400px){
  .sideBar.active{
    right:0;
    width:100%;
  }
  .tabHead{ 
        width:auto;
    } 
  .sidebarInner{
     width:100%;
  }
  .activeSection #countryTab.active:before {
	width: 23px;
  }
}

#min, #max {
    width: 50px;
    text-align: center;
}

.time-legend-item-wrapper span{
  cursor:pointer;
}

.time-legend-square{
  width: 12px;
  height: 12px;
}

.time-legend-square.sq0{
  background:url(../images/legend-01.png) no-repeat right 0 top 0px;
}
.time-legend-square.sq1{
  background:url(../images/legend-02.png) no-repeat right 0 top 0px;
}
.time-legend-square.sq2{
  background:url(../images/legend-03.png) no-repeat right 0 top 0px;
}
.time-legend-square.sq3{
  background:url(../images/legend-04.png) no-repeat right 0 top 0px;
}
.time-legend-square.sq4{
  background:url(../images/legend-05.png) no-repeat right 0 top 0px;
}
.time-legend-square.sq5{
  background:url(../images/legend-06.png) no-repeat right 0 top 0px;
}
.disabled-elm{
	pointer-events:none;
}
svg{
    overflow:visible !important;
}
.highcharts-container{
    overflow:visible !important;
}
input::placeholder {
  color: #000 !important;
}
.highcharts-container *{ 
	font-family: andes-regular;
}

.range-slider-wrapper #min{
	width: 33px;
	color:#999999;
	font-size: 11px;
	top: 0 !important;;
}
.range-slider-wrapper .ui-slider-pips span.ui-slider-line{
	top: -20px;
	height: 7px;
	background: #b3b3b3;
}
.range-slider-wrapper .ui-slider-pips .ui-slider-pip-label .ui-slider-label{
	display: none;
}
.range-slider-wrapper .ui-slider-pips .ui-slider-pip-first,
.range-slider-wrapper .ui-slider-pips .ui-slider-pip-last{
	display: none;
}
