.max_wrapper .indicators-tabs {
  padding: 13px 0 0 0;
  margin: 15px 0 0 0;
  border-bottom: 1px #d6d6d6 solid;
  -webkit-box-shadow: inset 20px -53px 52px -55px rgba(0,0,0,0.09);
  -moz-box-shadow: inset 20px -53px 52px -55px rgba(0,0,0,0.09);
  box-shadow: inset 20px -53px 52px -55px rgba(0,0,0,0.09);
  min-height: 60px;
}

/*--Select box css--*/
.indicators-tabs .year-text select#result_year {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  border: 0;
  background: url("../images/arrow-down-up.png") 95% 16px no-repeat;
  margin: 0;
  position: relative;
  top: 5px;
  z-index: 2;
  cursor: pointer;
  outline: none;
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  padding: 0 25px 0 10px;
  color: #4097bd;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 40px;
  width: auto;
}
.indicators-tabs .year-text select#result_year::-ms-expand {
  display: none;
}
/*--Select box css end-- */

.indicators-tabs .year-text {
  font-size: 16px;
  padding: 0 15px;
  max-width: 30%;
  float: left;
  color: #5d686d;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.indicators-tabs .year-text .label-year {
  line-height: 48px;
}
.indicators-tabs .year-text strong {
  font-weight: 700;
}
.indicators-tabs ul.tab-main {
  float: right;
  list-style: none;
}
.indicators-tabs ul.tab-main li {
  margin: 0 0 0 2px;
  display: inline-block;
}
.indicators-tabs ul.tab-main li a {
  padding: 18px;
  text-align: center;
  min-width: 150px;
  display: block;
  background-color: #FFF;
  border-bottom: 4px #82b9d5 solid;
  text-decoration: none;
  color: #3f94bf;
  font-weight: 700;
  outline: none;
}
.indicators-tabs ul.tab-main li.current {
  box-shadow: -1px 10px 26px -10px rgba(0,0,0,0.23);
  -webkit-box-shadow: -1px 10px 26px -10px rgba(0,0,0,0.23);
  -moz-box-shadow: -1px 10px 26px -10px rgba(0,0,0,0.23);
}
.indicators-tabs ul.tab-main li.current a {
  background-color: #FFF;
  border-bottom: 4px #f3921d solid;
  text-decoration: none;
  color: #f3921d;
}
.indicators-showHide-wrapper {
  max-width: 1100px;
  min-height: 300px;
  background-color: #FFF;
  border-bottom: 4px #f3921d solid;
  -webkit-box-shadow: 2px 3px 25px -11px rgba(0,0,0,0.57);
  -moz-box-shadow: 2px 3px 25px -11px rgba(0,0,0,0.57);
  box-shadow: 2px 3px 25px -11px rgba(0,0,0,0.57);
}
.indicators-showHide-wrapper.tab-content {
  display: none;
}
.tab-content.current {
  display: inherit;
}
.indicators-showHide-wrapper .box-wrapper {
  padding: 20px;
  position: relative;
  min-height: 320px;
}
.box-wrapper ul.tabs-typs {
  width: 270px;
  list-style: none;
  position: relative;
}
.box-wrapper ul.tabs-typs li {
  border-bottom: 1px #c6c6c6 solid;
}
.box-wrapper ul.tabs-typs li a {
  display: block;
  padding: 10px;
  background-color: #f2f2f2;
  border-right: 1px #c6c6c6 solid;
  color: #5d686d;
  overflow: hidden;
  outline: none;
}
.box-wrapper ul.tabs-typs li a:hover {
  background-color: #fff;
}
.box-wrapper ul.tabs-typs li.active a {
  background-color: #fff;
  border-right: 1px #fff solid;
}
.box-wrapper ul.tabs-typs li a span {
  display: block;
  float: left;
}
.box-wrapper ul.tabs-typs li a span.indi-icon {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  background-color: #f7941f;
  border-radius: 100%;
}
.box-wrapper ul.tabs-typs li a span.indi-icon img {
  max-width: 100%;
}
.box-wrapper ul.tabs-typs li a span.indi-title {
  font-size: 15px;
  padding: 5px 0;
  max-width: 170px;
}
.box-wrapper ul.tabs-typs li a span.indi-title::after {
  clear: both;
  content: '';
}
#key-results .idicator-category {
  background: #ffffff;
  position: absolute;
  width: 786px;
  min-height: 300px;
  left: 280px;
  top: 0;
  display: none;
}
#key-results ul.result-lists {
  margin: 0;
  padding: 0 0 0 10px;
}
#key-results ul.result-lists li {
  float: left;
  display: block;
  text-align: left;
  border-bottom: 1px #f1f1f1 solid;
  width: 100%;
  padding: 2px 0;
  min-height: 28px;
}
#key-results ul.result-lists li.active-element {
  border-bottom: 0 none;
}
.slidetext {
  width: 86%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}
.slidetext__content {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 28px;
  height: 28px;
  color: #5d686d;
  margin: 0;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
}
#key-results ul.result-lists li .animate-indi label:hover {
  color: #4097bd;
  text-overflow: unset;
  overflow: visible;
}
#key-results ul.result-lists li.active label {
  color: #4097bd;
  transition: 8s;
}
#key-results ul.result-lists li .subindicator_icon,
#key-results ul.result-lists li .sub-item-indicator_icon {
  float: right;
  border: 1px #324fab solid;
  border-radius: 80px;
  width: 16px;
  height: 16px;
  margin: 2% 4% 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #324fab;
  position: relative;
  cursor: pointer;
}
#key-results ul.result-lists li .sub-item-indicator_icon {
  margin: 10px 0 0 0;
  position:inherit;
}
#key-results ul.result-lists li .subindicator_icon.description,
#key-results ul.result-lists li.active-element .sub-item-list .sub-item-indicator_icon.description {
  border: 1px #e67c18 solid;
  color: #e67c18;
}
#key-results ul.result-lists li .subindicator_icon {
  float: right;
  border: 1px #324fab solid;
  border-radius: 80px;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #324fab;
  position: relative;
  cursor: pointer;
}
#key-results .subindicator_desc {
  display: none;
}
#key-results .subindicator_desc {
  position: absolute;
  right: -10px;
  top: 18px;
  padding: 10px;
  border: 1px #324fab solid;
  border-radius: 8px;
  font-size: 13px;
  line-height: 16px;
  display: none;
  background-color: #fff;
  z-index: 50;
  min-width: 254px;
  text-align: left;
  color: #000;
  cursor: default;
}
#key-results .sub-item-indicator_icon .subindicator_desc {
  right: auto;
}
#key-results ul.result-lists li .subindicator_icon.description .subindicator_desc,
#key-results ul.result-lists li .sub-item-indicator_icon.description .subindicator_desc {
  display: block;
  color: #000;
}
.indicators-col {
  width: 48%;
  margin: 0 1%;
  float: left;
}
#AreaClickId .area ul {
  padding-bottom: 15px;
}
.close_info {
  display: none;
}

@media (max-width: 480px){
  .indicators-tabs .year-text {
    float: none;
    max-width: 80%;
  }
  #key-results ul.tab-main {
    width: 100%;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  #key-results ul.tab-main li {
    width: 49%;
    display: inline-flex;
    margin: 0 1px 0 2px;
  }
  #key-results ul.tab-main li:last-child {
    margin-right: 0px;
  }
  .indicators-tabs ul.tab-main li a {
    display: block;
    width: 100%;
    line-height: 1.3;
  }
  .box-wrapper ul.tabs-typs {
    width: 100%;
  }
  #key-results .idicator-category {
    min-height: 100%;
    max-height: 360px;
    overflow: auto;
  }
  .box-wrapper ul.tabs-typs li a span.indi-title {
    max-width: 100%;
  }
  #key-results .idicator-category {
    width: 100%;
    position: relative;
    left: 0;
    padding-bottom: 25px;
  }
  .box-wrapper ul.tabs-typs li a span.indi-title {
    padding: 15px 0;
    max-width: 72%;
  }
  .indicators-col {
    width: 100%;
    margin: 0;
    float: none;
  }
  #key-results .map-wrapper div.map-legends-2 {
    position: relative;
    bottom: 0;
    width: 200px;
    overflow: hidden;
  }
  .map-wrapper .thepopover ul {
    float: left;
    width: 100%;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .map-wrapper .thepopover li {
    width: 140px;
    display: inline-block;
  }
  #AreaClickId {
    max-height: 400px;
    overflow: auto;
  }
  #key-results .subindicator_desc {
    padding: 10px 20px 10px 10px;
    min-width: 240px;
  }
}

@media (min-width: 481px) and (max-width: 799px) {
  .box-wrapper ul.tabs-typs li a span.indi-title {
    max-width: 75%;
  }
}

@media (max-width: 799px){
  .close_info {
    border: 1px solid #cccccc;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 12px;
    width: 12px;
    font-size: 10px;
    line-height: 8px;
    color: #929190;
    padding: 0;
    display: block;
    text-align: center;
  }
  .box-wrapper ul.tabs-typs {
    width: 100%;
  }
  #key-results .idicator-category {
    width: 100%;
    position: relative;
    left: 0;
    padding-bottom: 25px;
  }
  .box-wrapper ul.tabs-typs li a span.indi-title {
    padding: 6px 0;
  }
  .box-wrapper ul.tabs-typs li a {
    border-right: 0;
    padding: 12px 18px;
  }
  .max_wrapper .indicators-tabs {
    margin: 0;
  }
  #key-results .idicator-category {
    min-height: 100px;
  }
}

@media (min-width: 800px) and (max-width: 859px) {
  .box-wrapper ul.tabs-typs {
    width: 190px;
  }
  .box-wrapper ul.tabs-typs li a span.indi-title {
    font-size: 13px;
    line-height: 17px;
    padding: 0;
    max-width: 110px;
  }
  .box-wrapper ul.tabs-typs li a span.indi-icon {
    width: 40px;
    height: 40px;
  }
  .indicators-col {
    width: 48%;
    margin: 0 1%;
    float: left;
  }
  #key-results .idicator-category {
    left: 194px;
    width: 480px;
  }
}

@media (min-width: 860px) and (max-width: 1099px) {
  .box-wrapper ul.tabs-typs {
    width: 230px;
  }
  .box-wrapper ul.tabs-typs li a span.indi-title {
    font-size: 14px;
    padding: 0;
    max-width: 140px;
  }
  .box-wrapper ul.tabs-typs li a span.indi-icon {
    width: 40px;
    height: 40px;
  }
  .indicators-col {
    width: 48%;
    margin: 0 1%;
    float: left;
  }
}

@media (min-width: 860px) and (max-width: 899px) {
  #key-results .idicator-category {
    width: 500px;
    left: 240px;
  }
}

@media (min-width: 900px) and (max-width: 959px) {
  #key-results .idicator-category {
    width: 550px;
    left: 240px;
  }
}

@media (min-width: 960px) and (max-width: 999px) {
  #key-results .idicator-category {
    width: 560px;
    left: 240px;
  }
}

@media (min-width: 1000px) and (max-width: 1139px) {
  .box-wrapper ul.tabs-typs {
    width: 244px;
  }
  .box-wrapper ul.tabs-typs li a span.indi-icon {
    width: 50px;
    height: 50px;
  }
  .box-wrapper ul.tabs-typs li a span.indi-title {
    max-width: 155px;
    padding: 5px 0;
  }
}

@media (min-width: 1000px) and (max-width: 1023px) {
  #key-results .idicator-category {
    width: 600px;
    left: 260px;
  }
}

@media (min-width: 1024px) and (max-width: 1059px) {
  #key-results .idicator-category {
    width: 656px;
    left: 240px;
  }
}

@media (min-width: 1060px) and (max-width: 1099px) {
  #key-results .idicator-category {
    width: 700px;
    left: 240px;
  }
}

@media (min-width: 1100px) and (max-width: 1119px) {
  #key-results .idicator-category {
    width: 730px;
    left: 250px;
  }
}

@media (min-width: 1120px) and (max-width: 1139px) {
  #key-results .idicator-category {
    width: 810px;
    left: 250px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-wrapper ul.tabs-typs li a span.indi-icon img {
    width: 100%;
  }
}

@media screen\0 {
  .box-wrapper ul.tabs-typs li a span.indi-icon img {
    width: 100%;
  }
}
