ul{
  padding:0;
}

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

.table-wrapper{
  display:table;
  float:none;
  width:100%;
}
.table-wrapper .tcell{
  display:table-cell;
  float:none;
  vertical-align:top;
}
.table-wrapper .tcell.verticalTop{
  vertical-align:top;
}
.table-wrapper .tcell.verticalMiddle{
  vertical-align:middle;
}
.table-wrapper .tcell.verticalBottom{
  vertical-align:bottom;
}


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

body,body *{
 font-family: andes-regular;
 box-sizing:border-box;
}

.mapBlock{
  position:relative;
}

/********slider*******/
body #slider {
    display:none;
    height: 15px;
    /*left: calc(50% - 185px);*/
    left:0;
    position: absolute;
    top: 35px;
    width: 400px;
    z-index: 10;
    margin:0;
    background:#fff;
}
/*********year slider***********/

.ui-slider-pips .ui-slider-pip{
  top:-25px;
}
.ui-slider-pips .ui-slider-label{
  display:block;
  font-size:8px;
  color: #999;
  font-weight:100;
}
.ui-slider-pips .ui-slider-line {
    background: #d6d6d6 none repeat scroll 0 0;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 27px;
    width: 1px;
}
.ui-slider-pip-first .ui-slider-line,
.ui-slider-pip-last  .ui-slider-line{
  display:none;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 23px;
    position: absolute;
    top: -5px !important;
    width: 10px;
    z-index: 2;
    margin:0;
}
.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label{
  background:#506c6f none repeat scroll 0 0;
  font-size: 10px;
    font-weight: 600;
  color:#fff;
}
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after, 
.ui-slider-float .ui-slider-tip:after{
  border-top-color:#506c6f;
}
body .ui-widget .ui-slider-handle {
  background:#fff!important;
  border:1px solid #dddddd!important;
}
body .ui-widget .ui-slider-handle .ui-slider-tip {
    opacity: 1;
    top: -30px;
    visibility: visible;
}
/*.ui-slider:before {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px 0 0 10px;
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    width: 9px;
}
.ui-slider:after {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 10px 10px 0;
    content: "";
    height: 100%;
    right: -19px;
    position: absolute;
    top: 0;
    width: 18px;
}*/
/*******slider end*******/
.indicatorList{
  position:absolute;
  top:25%;
  right:0px;
  width:185px;
  height:47px;
  padding:5px;
  background:#fff;
  z-index:10;
  overflow: hidden;
  transition:height 0.5s ease 0s,width 0.5s ease 0.5s;
}
.indicatorList.active{
  transition:width 0.5s ease 0s,height 0.5s ease 0.5s;
  width:300px;
  height:530px;
  /*height:360px;*/
  right:2px;
}
.indicatorTypes{
	height: calc(100% - 60px);
    margin: 0 0 10px 0;
    padding:0 10px 20px;
    overflow:auto;
}
.indicators.mainList{
   height:100%;
}
.indicators{
  margin:0;
}
.indicators li{
  padding:0;
  border-bottom:1px solid #d6d6d6;
  cursor:pointer;
} 
.indicators li:last-child{
  border:none;
}
.indicators.overall li{
  border:none;
  padding:0 10px;
}
.indicators.overall li span,
.indicators.overall li.active span{
  color:#ffe600;  
  font-weight:600;
}
.indicators li label{
  cursor:pointer;
  color:#666666;
  font-size:15px;
  font-weight:400;
  line-height: 18px;
  padding:18px 5px;
  vertical-align: middle;
}
.indicators .innerLabel{
  color:#4F97D2;
  font-weight:600;
  width:20px;
  padding-right:5px;
}
.indicators li.active{
  background:#4F97D2;
}
.indicators li.active span{
  color:#ffffff;
}
.radioSelect{
  padding:0px;
  width:30px;
}
.indicatorList .label{
  border-radius:0;
  background:url(../images/indecators_left_icon.png) no-repeat left center #f2f2f2;
  color: #2d3372;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 37px;
    line-height: 37px;
    text-align:left;
    padding: 0 0 0 45px;
    margin:0 10px;
}
.indicatorList > .label{
    float: none;
    margin: 0;
    width: auto;
}
.indicatorList.active .label{
  background:url(../images/indecators_right_icon.png) no-repeat left center #f2f2f2;
}
.mainindicatorBlock > .label{
 
}

.mainindicatorBlock > .label,
.indicatorList.active .mainindicatorBlock > span.label{
  display:none;
}
.indicatorList.active .mainindicatorBlock{
  display:block;
   background:transparent;
  height:calc(100% - 40px);
  padding:10px 0 0 0;
}



/**********tooltip**********/
g.highcharts-tooltip{
  background: red!important;
  z-index: 999999;
  display: none;
}
#country-sector-gen-mix g.highcharts-tooltip{
  display: block;
}
.highcharts-tooltip > span {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 11px 0 #9e9e9e;
    min-width:150px;
	/* Task #234637 30-11-2018*/
    /*padding: 17px;*/
	padding: 11px 17px; /*4px 17px;*/
}
.highcharts-tooltip.highchartClicks > span{
 
}
.highcharts-tooltip > span:after{
  position: absolute;
  bottom: -18px;
  width: 30px;
  height: 24px;
  left: calc( 50% - 15px ); 
  content: "";
  background:url(../images/popup_down_arrow.png) no-repeat center center transparent;
}
.tooltipMain{
  text-align: center;
}
.tooltipMain span{
  display: block;
}
.tooltiptop {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.tooltiptop .values,
.tooltiptop .name{
  color:#666666;
  font-size:12px;
  font-weight:600;
}
.tooltiptop .values{
  font-weight:400;
}
.tooltipbottom span{
  font-size:12px;
  color:#999999;
}
.tooltipbottom a{
  background:url(../images/popup_arrow_right.png) no-repeat right center;
  font-size:11px;
  color:#999999;
  font-weight:600;
  text-decoration:none;
  color:#26ACE3;
  margin-top:0px;
  display:inline-block;
  padding-right: 20px;
}
.highcharts-tooltip .close{
    font-size:0;
    display:block;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor:pointer;
    width:9px;
    height:9px;
    opacity:1;
    background:url(../images/close_button.png) no-repeat center center transparent;
}

.selectindicator{
  margin:0!important;
}

/*********map legends*********/
.mapLegendBlock{
	position:relative;
}
 .mapLegends {
bottom: 5px;
float: none;
margin: 0 auto;
overflow: hidden;
position: absolute;
right: 0;
width: auto;
}
.mapLegends li {
  cursor: default;
	position:relative;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
  font-size: 14px;
  color:#fff;
}
.mapLegends li:before{
  position:absolute;
  content:"";
  left:0;
  top: 9px;
  display:block;
  width:10px;
  height:10px;      
}
.mapLegends li.low:before{
  background:#F5968A;
}
.mapLegends li.middle:before{
  background:#F7E181;
}
.mapLegends li.high:before{
  background:#9FCCA1;
}

.mapLegends li.hund-score:before{
  background:#e7f2e8;
}
.mapLegends li.no-score:before{
  background:#FFFFFF;
}
/***********mapzoom************/
.zoomSlider{
    display: block;
    float: none;
    margin: 0 auto;
    overflow: visible;
   /* position: relative;*/
    z-index: 1;
}
.zoomto {
    display: block;
    float: none;
    margin: 0 auto;
    position: absolute;
    right: 15px;
    top: 99px;
    width: 162px;
}
.mapZoom {
    /*background: url(../images/country_search.png) no-repeat right center transparent;*/
    background: none no-repeat right center transparent;
    border: medium none;
    border-bottom:1px solid #fff;
    border-radius: 0px;
    height: 28px;
    color:#fff;
    padding:0;
    width: 162px;
    font-size:14px;
    outline:0px!important;
  box-shadow:none;
  -ms-box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}


.focused .mapZoom {
    /*background: url(../images/country_search_active.png) no-repeat right center transparent;*/
    background: none no-repeat right center transparent;
}
.typeahead{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #d6d6d6;   
    margin-top:0;
    width:100%;
    padding:0;
 }
 .zoomto .glyphicon {
	 color: #fff;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 4px;
    background:transparent none repeat scroll 0 0;
    line-height: 28px;
    position: absolute;
}
.typeahead.dropdown-menu > li {
    border-bottom: 1px solid #d6d6d6;
    padding: 5px;
}
.typeahead.dropdown-menu > li:last-child{
	border:none;
}
.typeahead.dropdown-menu > li a {
	outline:0!important;
    color: #333;
    display: block;
    text-decoration: none;
    font-weight:100;
    font-size:14px;
     background: transparent none repeat scroll 0 0 !important;
}
.typeahead.dropdown-menu > li strong{
	font-weight:100;
}
.typeahead.dropdown-menu > li:hover{
	background:#4f97d2;
}
.typeahead.dropdown-menu > li:hover a{
	color:#fff;
}
.highcharts-tooltip:not(.highchartClicks) .close{
	display:none;
}
/*
.highcharts-tooltip:not(.highchartClicks) .tooltipbottom,
.highcharts-tooltip:not(.highchartClicks) .close{
	display:none;
}
.highcharts-tooltip:not(.highchartClicks) > span{
	min-width:150px;
}
.highcharts-tooltip:not(.highchartClicks) .tooltiptop{
	border:none;
	padding:0;
	margin:0;
}*/

/*********floating labels**************/
.floatingLabelblock .showLabel {
      float: left;
      font-family: andes-regular;
      font-size: 12px;
      font-weight: normal;
      color: #fff;
      display: block !important;
      left: 0px;
      position: absolute;
      text-align: left;
      top: 3px;
      width: auto;
      transition: all 0.4s ease 0s;
      padding: 0;
  }
.floatingLabelblock .focused label.showLabel,
.floatingLabelblock .notEmpty label.showLabel {
      font-size: 12px;
      left: 0;
      top: -18px;
      transition: all 0.4s ease 0s;
  }
.floatingLabelblock .focused label.showLabel {
      color: #2C3371;
  }
.floatingLabelblock .mandatoryField .showLabel,
.floatingLabelblock .focused.error label.showLabel {
      color: #f97268;
  }
.floatingLabelblock .inputBlock .line {
      background: #d2d2d2 none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 1px;
      left: 50%;
      position: absolute;
      transition: all 0.3s ease 0s;
      width: 0;
      z-index: 1000;
  }

.floatingLabelblock .inputBlock.focused .line{
      background: #2C3371 none repeat scroll 0 0;
      left:0;
      width:100%;
  }
.floatingLabelblock .inputBlock.mandatoryField.error .line{
      background:#f97268 none repeat scroll 0 0;
  }
/***********web tour*************/
.webTourbtn{
    background: url(../images/web_tour.png) no-repeat  center center transparent;
    bottom: -19px;
    display: block;
    height: 19px;
    position: absolute;
    right: 0;
    width: 17px;
    cursor:pointer;
}
#block-wb-indicator-map-indicator-map{
  clear:both;
}

/***********country individual page****************/
.node-type-country .pillar-wrapper .pillar  .highcharts-legend-item{
  display:none;
}
.node-type-country .pillar-wrapper .pillar {
  position:relative;
  min-height:202px;
}
.node-type-country .pillar-wrapper .pillar .currentPillar{
    border-radius: 5px;
    color: #fff;
    display: block;
    float: left;
    font-size:14px;/* 14px;*/
    font-weight: 600;
    height: 63;/*30px;*/
    line-height: 18px;
    position: absolute;
    right: 22px;/*7px;20px;*/
    text-align: center;
    top: 50%;
   /* top:-ms-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: -webkit-calc(50% - 15px);*/
    width: 90px;/*60px;40px;*/
    padding:5px 0;
    cursor:default;
    transform:translateY(-20px);
    -ms-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    -webkit-transform:translateY(-20px);
    transition:all 0.3s cubic-bezier(0.69, 0.37, 0.36, 0.78) 0s;
}
.node-type-country .pillar-wrapper .pillar.pillar-3 .currentPillar{
  
}
.node-type-country .pillar-wrapper,
.node-type-country .total-score,.node-type-country .pillar-wrapper .pillar{
  background-image:none!important;
}
.node-type-country .total-score:before,
.node-type-country .total-score:after,
.node-type-country .pillar:before {
    background: transparent url("../images/indicators/shape_7.png") no-repeat scroll left center;
    content: "";
    display: block;
    height: 202px;
    position: absolute;
    right:-7px;
    top: 0;
    width: 15px;
}
.node-type-country .total-score:before{
  right:auto;
  left:0;
}
.node-type-country .country-title-fill-blocks .view-content{
  overflow:visible;
}
.node-type-country .pillar-wrapper:after
.node-type-country .pillar-wrapper .pillar .currentPillar.activePillar{
  transform:translateY(0px);
  -ms-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -webkit-transform:translateY(0px);
}
.node-type-country .pillar-wrapper .pillar-1 .currentPillar.activePillar{
    transition:all 0.3s cubic-bezier(0.69, 0.37, 0.36, 0.78) 0s;
}
.node-type-country .pillar-wrapper .pillar-2 .currentPillar.activePillar{
    transition:all 0.3s cubic-bezier(0.69, 0.37, 0.36, 0.78) 0.3s;
}
.node-type-country .pillar-wrapper .pillar-3 .currentPillar.activePillar{
    transition:all 0.3s cubic-bezier(0.69, 0.37, 0.36, 0.78) 0.6s;
}
.pillar .currentPillar::before {
    border: 8px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -15px;
    position: absolute;
   /* top: 7px;*/
    top: calc(50% - 8px);
    width: 0;
}
.node-type-country .pillar-wrapper .pillar-colour-1 .currentPillar{
  background:#F5968A;
}
.pillar-colour-1 .currentPillar:before{
  border-right-color:#F5968A;
}
.node-type-country .pillar-wrapper .pillar-colour-2 .currentPillar{
  background:#F7E181;
}
.pillar-colour-2 .currentPillar:before{
  border-right-color:#F7E181;
}
.node-type-country .pillar-wrapper .pillar-colour-3 .currentPillar{
  background:#9FCCA1;
}
.pillar-colour-3 .currentPillar:before{
  border-right-color:#9FCCA1;
}

.logged-in .zoomto{
  top: -60px !important;
}
/********************************************/
.front .pillar-tab-content .tab-pane {
    min-height: 62px;
}
.page-indicators .highcharts-data-labels tspan{
  text-shadow:none!important;
   font-weight:400!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");

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

}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
  background-color: #E6E7E8 !important;
}
/************tabs**********/
.tabs-subidicators li:not(.active):hover a{
  color:#008376!important;
}

@media screen and (max-width: 1200px) and (min-width: 800px){
}
@media screen and (max-width: 799px) and (min-width: 768px){
  .node-type-country .pillar-wrapper .pillar .currentPillar{
      /*right:-3px;*/
    right: 5px;
   /* font-size: 11px;
    width: 74px;
    padding: 3px 0;*/
  }


}
@media screen and (max-width: 767px){
  .node-type-country .pillar-wrapper .pillar .pillar-value{
	  /*29-10-2018 Task #231482*/
     /* width:230px;*/
      float:none;   
      padding-right:0px;
      margin:0 auto;
      position:relative;
  }
   .node-type-country .pillar-wrapper .pillar .currentPillar{
      right:5px;
  }

}


.map-section .zoomto.inputBlock{
   top: 85px !important;
}
.indicators.mainList {
    height: 100%;
    margin-top: 10px;
}
