a, a:visited, a:active {
    color: #444;
  }
  
  .container {
    margin: auto;
  }
  
  .button {
    min-width: 130px;
    padding: 4px 5px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    background: #2C3E50;
    color: #fff;
  }
  
  .button.active {
    background: #2C3E50;
    color: #18BC9C;
  }
  
  #vis {
    clear: both;
    margin-bottom: 10px;
  }
  
  #toolbar {
    margin-top: 10px;
  }
  
  .year {
    font-size: 16px;
    cursor: default;
  }
  
  .tooltip {
      position: absolute;
      top: 100px;
      left: 100px;
    -moz-border-radius:5px;
      border-radius: 5px;
    border: 2px solid lightgrey;
    background: #fff;
      opacity: .9;
    color: black;
      padding: 10px;
      width: 300px;
      font-size: 12px;
      z-index: 10;
  }
  
  .tooltip .title {
      font-size: 13px;
  }
  
  .tooltip .name {
    font-weight:bold;
  }
  
  .footer {
    text-align: center;
  }
  /* Common Styles */
html, body {
    height: 100%;
    overflow: hidden;
  }
  
  body {
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    overflow-x: hidden;
    background-color: #e4e4e4;
  }
  
  a:link {
    color: #0384ce
  }
  
  a, a:hover, a:focus {
    color: #0384ce
  }
  
  a:focus {
    outline: none;
  }
  
  a:hover, a:focus {
    text-decoration: none
  }
  
  .small {
    font-size: 11px;
  }
  
  .no-padding {
    padding: 0 !important;
  }
  
  .no-margin {
    margin: 0 !important;
  }
  
  .spacing {
    height: 10px;
  }
  
  .spacingx2 {
    height: 20px;
  }
  
  .spacingby2 {
    height: 5px;
  }
  
  /* Common Styles Ends */
  
  /* Layout */
  
  #wrapper {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  
  .navbar-default {
    background-color: #fff;
    box-shadow: 0 1px 2px #d9d9d9;
    border-radius: 0;
    border: 0;
    height: 65px;
    margin-bottom: 0;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 10px;
  }
  
  .map-area {
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
    border-radius: 4px;
    margin-top: 10px;
  }
  
  .map-area .img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  
  .header-list {
    margin: 0;
    padding: 0;
  }
  
  .header-list li {
    display: inline-block;
    border-left: 1px solid #ddd;
    text-align: center;
    height: 64px;
    margin-right: -4px;
  }
  
  .header-list li a {
    padding: 9px 15px 8px;
    display: block;
    text-decoration: none;
    color: #666666;
  }
  
  .header-list li.active {
    background-color: #0384CE !important;
  }
  
  .header-list li.active a {
    color: #FFFFFF;
  }
  
  /*
  .header-list li.active:first-child {
    background-color: #FFF !important;
  }
  
  .header-list li.active:first-child a {
    color: #666;
  }
  */
  .content-section {
    margin: 0 10px;
  }
  
  #left_panel.col-lg-7 {
    padding: 0 5px 0 0;
  }
  
  #mid_panel.col-lg-5 {
    padding: 0 5px 0 5px;
  }
  
  #right_panel.col-lg-2 {
    padding: 0 0 0 5px;
  }
  
  .panel {
    margin-bottom: 10px;
    border-radius: 8px
  }
  
  .panel-default > .panel-heading {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    background-color: #f8f8f8;
    color: #666;
    padding: 10px;
    border-color: #E6E6E6;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  
  .panel-title {
    font-weight: bold;
  }
  
  .panel-heading h3, .panel-heading div, .panel-heading span {
    display: inline-block;
  }
  
  .panel-body strong {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
  }
  
  .clickLink {
    cursor: pointer;
  }
  
  hr {
    border-color: #FFFFFF;
    margin: 9px 0;
  }
  
  .sectors {
    margin: 0 -25px -25px -19px;
  }
  
  .sectors .item {
    margin: 0 25px 12px;
    padding-bottom: 25px;
    vertical-align: bottom;
    width: 215px;
    display: inline-block;
  }
  
  /* Image Sprites */
  
  .sprite, .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    background: url(../images/mapping-sprite.png) no-repeat;
    display: inline-block;
    position: relative;
  }
  
  .logo-poverty {
    background-image: url(../images/europe.jpg);
    height: 60px;
    width: 323px;
    margin: 2px auto 2px;
  }
  
  .logo-worldbank {
    background-image: url(../images/worldbank.jpg);
    height: 60px;
    width: 230px;
    margin: 2px auto 2px;
  }
  
  .logo {
    background-position: -2px -1130px;
    height: 46px;
    width: 192px;
    margin-top: 10px;
  }
  
  /* Header Images */
  .home_header_logo {
    background-position: -57px -159px;
    display: block;
    height: 25px;
    margin: 2px auto 5px;
    width: 28px;
  }
  
  .global_header_logo {
    background-position: 0 -259px;
    display: block;
    height: 29px;
    margin: -2px auto 2px;
    width: 48px;
  }
  
  .region_header_logo {
    background-position: -57px -259px;
    display: block;
    width: 25px;
    height: 26px;
    margin: -2px auto 5px auto;
  }
  
  .country_header_logo {
    background-position: -92px -259px;
    display: block;
    width: 25px;
    height: 26px;
    margin: -2px auto 5px auto;
  }
  
  .sectorboard_header_logo {
    background-position: -127px -261px;
    display: block;
    width: 25px;
    height: 24px;
    margin: 0 auto 5px auto;
  }
  
  .recent_header_logo {
    background-position: -228px -260px;
    display: block;
    height: 24px;
    margin: 0 auto 5px;
    width: 32px;
  }
  
  .share_header_logo {
    background-position: -160px -203px;
    display: block;
    height: 27px;
    margin: 0 auto 5px;
    width: 31px;
  }
  
  .table_header_logo {
    background-position: -221px -701px;
    display: block;
    height: 16px;
    margin: 11px auto 5px;
    width: 16px;
  }
  
  .project_header_logo {
    background-position: -260px -264px;
    display: block;
    height: 19px;
    margin: 8px auto 5px;
    width: 18px;
  }
  
  .layer_header_logo {
    background-position: -155px -265px;
    display: block;
    height: 20px;
    margin: 7px auto 5px;
    width: 23px;
  }
  
  .basins_header_logo {
    background-position: -141px -1028px;
    display: block;
    height: 24px;
    margin: 3px auto 5px;
    width: 24px;
  }
  
  .global_header_logo.active {
    background-position: 0 -289px;
  }
  
  .region_header_logo.active {
    background-position: -58px -289px;
  }
  
  .country_header_logo.active {
    background-position: -93px -289px;
  }
  
  .sectorboard_header_logo.active {
    background-position: -128px -289px;
  }
  
  .recent_header_logo.active {
    background-position: -228px -289px;
  }
  
  .share_header_logo.active {
    background-position: -160px -233px;
  }
  
  .table_header_logo.active {
    background-position: -221px -727px;
  }
  
  .project_header_logo.active {
    background-position: -260px -294px;
  }
  
  .layer_header_logo.active {
    background-position: -163px -291px;
  }
  
  .basins_header_logo.active {
    background-position: -175px -1028px;
  }
  
  /*Panel Icons*/
  .icon-global {
    background-position: 0 -659px;
    display: inline-block;
    height: 24px;
    width: 49px;
  }
  
  .icon-region {
    background-position: -53px -660px;
    display: inline-block;
    height: 21px;
    width: 21px;
  }
  
  .icon-country {
    background-position: -92px -662px;
    display: inline-block;
    height: 24px;
    width: 24px;
  }
  
  .icon-sector {
    background-position: -80px -662px;
    display: inline-block;
    height: 24px;
    width: 24px;
  }
  
  .icon-recent {
    background-position: -108px -660px;
    display: inline-block;
    height: 21px;
    width: 19px;
  }
  
  .icon-featured {
    background-position: -138px -663px;
    display: inline-block;
    height: 24px;
    width: 24px;
  }
  
  /*sidebar-icons*/
  .icon-arrow-toggle {
    background-position: -114px -233px;
    display: inline-block;
    height: 14px;
    width: 13px;
  }
  
  .nav-header.active .icon-arrow-toggle {
    background-position: -113px -207px;
  }
  
  /* Sub-menu Icons*/
  .mapstyle_logo {
    background-position: -194px -261px;
    display: block;
    width: 30px;
    height: 26px;
    margin: 6px auto auto;
  }
  
  .mapstyle_logo.active {
    background-position: -194px -287px;
  }
  
  .layers_logo {
    background-position: -152px -259px;
    display: block;
    height: 26px;
    margin: 0 auto;
    width: 30px;
  }
  
  .layers_logo.active {
    background-position: -160px -285px;
  }
  
  .refine_logo {
    background-position: -260px -264px;
    display: block;
    height: 26px;
    margin: 0 auto;
    width: 30px;
    position: relative;
    top: 7px;
  }
  
  .refine_logo.active {
    background-position: -260px -294px;
  }
  
  .map-style-selector {
    background-position: -80px -206px;
    display: inline;
    margin-right: 4px;
    padding: 3px 11px 0;
  }
  
  .mapLayer.active .map-style-selector {
    background-position: -80px -232px;
  }
  
  /* Map-Submenu Overlay Sprites*/
  .street_logo, .satellite_logo, .hybrid_logo, .grey_logo, .topo_logo, .oceans_logo, .openstreet_logo, .nationalgeo_logo {
    display: block;
    height: 70px;
    margin: 0;
    width: 100px;
  }
  
  .street_logo {
    background-position: 0 -323px;
  }
  
  .satellite_logo {
    background-position: 0 -394px;
  }
  
  .hybrid_logo {
    background-position: 0 -464px;
  }
  
  .grey_logo {
    background-position: -100px -323px;
  }
  
  .topo_logo {
    background-position: -100px -394px;
  }
  
  .oceans_logo {
    background-position: -100px -464px;
  }
  
  .openstreet_logo {
    background-position: 0 -534px;
  }
  
  .nationalgeo_logo {
    background-position: -100px -534px;
  }
  
  /* Image Sprites Ends */
  
  /* Carousel Styles */
  
  .bx-wrapper {
    padding: 0;
    position: relative;
    max-width: 100%;
  }
  
  .bx-viewport {
    width: 100%;
    position: relative;
  }
  
  .bxslider {
    margin: 0;
    padding: 0;
    width: auto;
    position: relative;
    height: 310px;
  }
  
  .contentWrap {
    display: block;
    float: left;
    height: 100%;
    position: relative;
    list-style: none outside none;
    width: 638px;
    z-index: 0;
  }
  
  .bx-wrapper .bx-pager {
    padding-top: 17px;
    text-align: center;
    position: absolute;
    width: 100%;
  }
  
  .bx-controls {
    border-top: 1px solid #e6e6e6;
    margin-left: -15px;
    margin-right: -15px;
    height: 30px;
  }
  
  .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block
  }
  
  .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #e4e4e4;
    border-radius: 8px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
  }
  
  .bx-wrapper .bx-controls-direction a {
    height: 26px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    width: 21px;
    z-index: 0;
  }
  
  .bx-controls-direction {
    padding-top: 9px;
  }
  
  .bx-wrapper .bx-prev {
    background-position: 0 -158px;
    left: 36%;
  }
  
  .bx-wrapper .bx-next {
    background-position: -21px -158px;
    right: 41%;
  }
  
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #6aa1c8
  }
  
  .bxslider .media-heading {
    margin: 10px 0 12px;
  }
  
  .bxslider .media-body {
    overflow: hidden;
  }
  
  .bxslider .media-heading {
    color: #000;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
  }
  
  #heroContainer .media-object {
    height: 267px;
  }
  
  /* Carousel ends */
  
  /** Toggle Button **/
  .unit-switch {
    width: 46px;
    height: 24px;
    background-color: #21a8ed;
    background: linear-gradient(to bottom, #1764bf 0%, #21a8ed 100%);
    border: 1px solid #21a8ed;
    border-radius: 5px;
    font-weight: bold;
    padding: 0;
    margin-top: -2px;
  }
  
  .unit-switch a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    float: left;
    width: 22px;
    height: 22px;
    padding-top: 1px
  }
  
  .unit-switch a.active {
    color: #666;
    border-radius: 3px;
    background-color: #e9e9e9;
    background: -webkit-linear-gradient(to bottom, #d9d9d9 0%, #E4E4E4 42%, #E7E7E7 59%, #FAFAFA 100%);
    background: linear-gradient(to bottom, #d9d9d9 0%, #E4E4E4 42%, #E7E7E7 59%, #FAFAFA 100%);
  }
  
  /** Toggle Button Ends **/
  
  /***** Progress Bar ***/
  
  .progress {
    background-color: #e9e9e9;
    height: 15px;
    margin-bottom: 0;
    text-align: right;
    padding-right: 5px;
    margin-top: 2px;
    color: #333;
  }
  
  .progress-bar {
    background-color: #6aa1c8;
    text-align: left;
    color: #FFFFFF;
    padding-left: 0;
  }
  
  .progress, .progress-bar {
    border-radius: 0;
    font-size: 11px;
    line-height: 17px;
  }
  
  .data-perc {
    display: none
  }
  
  .progress-bar .data-count, .progress-bar .data-perc {
    color: #fff
  }
  
  /* Progress Bar ends */
  /* Sidebar - Top menu */
  #sidebar, #sidebarMap {
    position: absolute;
    right: -315px;
    top: 0px;
    width: 315px;
    z-index: 1000;
    box-shadow: -2px 2px 7px #aaa;
  }
  
  #sidebarMap {
    top: 0;
  }
  
  #sidebar .close, #sidebarMap .close {
    font-size: 28px;
    margin: -10px 10px;
  }
  
  .closeChart {
    font-size: 26px !important;
    position: absolute;
    border: none;
    background-color: white;
    font-weight: bold;
    right: 10px;
    outline: none;
    top: 10px;
    color: #0384ce;
  }
  
  #sidebar.active, #sidebarMap.active {
    right: 0
  }
  
  #sidebar_content h4 {
    font-size: 18px; /*margin-top:0px; font-weight: bold;*/
  }
  
  #sidebar_content h4.more {
    margin-top: 20px;
  }
  
  .tabs-left > .nav-tabs {
    border-bottom: 0
  }
  
  .tab-content > .tab-pane {
    display: none;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    z-index: 998;
    padding: 10px 0px 10px 20px;
    /*  padding: 10px 20px 10px 20px; */
    border-bottom: 1px solid #E6E6E6;
  }
  
  .tab-content > .active {
    display: block;
  }
  
  .tabs-left > .nav-tabs > li {
    float: none;
    background-color: #f6f6f6;
    margin-bottom: 10px;
    text-align: center;
    z-index: 1000;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
  
  .tabs-left > .nav-tabs > li > a {
    width: 112px;
    height: 112px;
    margin-right: 0;
    margin-bottom: 3px;
    font-size: 14px;
    color: #666;
  }
  
  .tabs-left > .nav-tabs {
    float: left;
    margin-right: 20px;
    border-right: 1px solid #e6e6e6;
  }
  
  .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #e6e6e6;
    border-right: 0;
  }
  
  .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
    border: 1px solid #e6e6e6;
    border-right: 0
  }
  
  .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    border-color: #e6e6e6 transparent #e6e6e6 #e6e6e6;
    *border-right-color: #ffffff;
    color: #333333;
  }
  
  .listing {
    list-style-type: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  
  .listing li {
    border-top: 1px solid #dbdbdb;
  }
  
  .listing li:last-child {
    border-bottom: 1px solid #dbdbdb;
  }
  
  .listing li a {
    display: block;
    padding: 10px
  }
  
  .listing li a:hover {
    background-color: #eee
  }
  
  .listing.images li {
    line-height: 69px;
  }
  
  .listing.images .sprite {
    float: left;
    margin-right: 10px;
    display: inline-block;
  }
  
  .listing.images li a:hover {
    color: #666;
  }
  
  .project-list .col-lg-11 strong {
    display: block;
  }
  
  .project-list .col-lg-11 {
    margin-bottom: 10px;
  }
  
  /*11 mar - Map Page*/
  
  /* Details Bar */
  .map-area-detail {
    background-color: #FAFAFA;
    height: auto;
  }
  
  /*
  .map-area-detail .row-1, .map-area-detail .row-2 { height: 45px; border-bottom:1px solid #d7d7d7; }
  .map-area-detail .row-2 { height: 46px; }
  */
  
  /* Breadcrumb */
  #searchTitle {
    margin: 0px;
    margin-left: 5px;
    color: #363636;
    font-size: 13px;
  }
  
  .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
  }
  
  #sub_menu_right {
    margin-right: 4px;
  }
  
  .sub-map-style li {
    height: 45px;
    line-height: 14px;
    margin-top: -1px;
  }
  
  .sub-map-style li a {
    padding: 1px 15px;
    display: block;
    color: #666;
    position: relative;
    margin-right: -4px;
  }
  
  .sub-map-style li.active:first-child {
    background-color: #0384CE !important;
  }
  
  .sub-map-style li.active:first-child a {
    color: #FFFFFF;
  }
  
  .map-details-display {
    line-height: 12px;
    font-size: 13px;
    color: #666;
    padding: 0;
    margin: 0 0 15px 22px;
  }
  
  .map-details-display span {
    font-size: 16px;
  }
  
  .projBigFont {
    color: #0384CE;
    font-weight: bold;
  }
  
  .map-filters-display {
    padding: 0;
    margin: 0 0 0 20px;
  }
  
  .map {
    margin: 0;
  }
  
  .map .img-responsive {
    width: 100%;
    margin: 0
  }
  
  .mapLayer span:last-child {
    display: block;
    margin-left: 30px;
    margin-top: -20px;
  }
  
  .mapStyleSelection span:last-child {
    display: inline-block;
    line-height: 1;
    width: 50%;
  }
  
  /*** Refine By Styles ***/
  
  .tab-content > .tab-pane#refine {
    padding: 10px 2px;
  }
  
  .sidebar-nav {
    border: 1px solid #dfdfdf;
    border-left: 0;
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 65px;
    width: 250px;
    z-index: 1;
  }
  
  .facet-title {
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 18px;
  }
  
  .facet-title a {
    color: #002F54;
  }
  
  .facet-contanier {
    padding-left: 10px;
    padding-right: 5px;
  }
  
  .facet-contanier.listing li {
    border-top: 0;
    line-height: 24px;
  }
  
  .facet-contanier.listing li:last-child {
    border-bottom: 0
  }
  
  .facet_chart {
    padding: 10px;
  }
  
  .facet_chart .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top: 1px solid #03456B;
    border-radius: 9px;
  }
  
  .amount-1 {
    margin-left: -6px;
  }
  
  .range-slide .slide {
    margin-bottom: 5px;
  }
  
  .range-slide .ui-slider-range {
    background: none repeat scroll 0 0 #03456B;
  }
  
  .facet_chart .ui-slider .ui-slider-handle {
    height: 15px !important;
    width: 15px !important;
    margin-top: 1px;
  }
  
  .slider a.ui-slider-handle {
    padding: 7px;
  }
  
  .facet_chart a.ui-state-default {
    background-color: #E6E6E6;
    background-image: linear-gradient(#FFFFFF, #FFFFFF 25%, #E6E6E6);
    background-repeat: no-repeat;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    line-height: normal;
    overflow: visible;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    transition: background-image 0.1s linear 0s;
  }
  
  .facet_chart a.ui-state-hover {
    background-color: #eeeeee;
  }
  
  .facet-contanier .nav-header {
    color: #000000;
    margin-top: 10px;
    padding: 10px 10px 10px 0;
    font-size: 14px;
    font-weight: bold;
  }
  
  .sub-facet-contanier {
    display: none;
  }
  
  .refineBy-nav .safeguard-facets ul {
    height: 25px;
    margin: auto;
    padding: 0 0 0 1px;
  }
  
  .facet-contanier.listing .safeguard-facets li {
    border-radius: 0;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    border-color: #999;
  }
  
  .facet-contanier.listing .safeguard-facets li.first {
    border-radius: 4px 0 0 4px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    border-color: #999;
  }
  
  .safeguard-facets li, .safeguard-facets li.last {
    padding: 0;
  }
  
  .refineBy-nav .safeguard-facets ul li {
    background: none repeat scroll 0 0 #AFBCCB;
    display: inline;
    float: left;
  }
  
  .refineBy-nav .submenu-list {
    padding-left: 0;
  }
  
  .submenu-list label {
    font-weight: normal;
    width: 80%;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    margin-bottom: 0;
  }
  
  .submenu-list input[type="checkbox"] {
    margin-top: 0;
  }
  
  .submenu-list .listpage-num {
    color: #999;
  }
  
  .facet-contanier.listing .safeguard-facets li.last {
    border-radius: 0 4px 4px 0;
    border: 1px solid #999;
  }
  
  .safeguard-facets .hs, .safeguard-facets .s, .safeguard-facets .hs:hover, .safeguard-facets .s:hover {
    background-color: #D7F8D9;
  }
  
  .safeguard-facets .ms, .safeguard-facets .mu, .safeguard-facets .ms:hover, .safeguard-facets .mu:hover {
    background-color: #FFFC8F;
  }
  
  .safeguard-facets .hu, .safeguard-facets .u, .safeguard-facets .hu:hover, .safeguard-facets .u:hover {
    background-color: #F0C1C1;
  }
  
  .safeguard-facets .hs.active, .safeguard-facets .s.active, .safeguard-facets .hs.active:hover, .safeguard-facets .s.active:hover {
    background-color: #90DB92;
  }
  
  .safeguard-facets .ms.active, .safeguard-facets .mu.active, .safeguard-facets .ms.active:hover, .safeguard-facets .mu.active:hover {
    background-color: #F7DE40;
  }
  
  .safeguard-facets .hu.active, .safeguard-facets .u.active, .safeguard-facets .hu.active:hover, .safeguard-facets .u.active:hover {
    background-color: #FF7676;
  }
  
  .safeguard-facets li a {
    padding: 5px 6px;
    color: #333;
  }
  
  li.refineBy-list a:hover {
    background-color: transparent;
  }
  
  .hideList {
    display: none;
  }
  
  .no-list-style li {
    list-style-type: none !important;
  }
  
  .sub-facet-contanier .submenu-list li:last-child {
    border-bottom: 0;
  }
  
  .leftfacet_head {
    font-size: 14px;
    color: #333;
    padding: 5px 10px 5px 0;
  }
  
  .safeguard-facets.single-grid li a {
    padding: 6px 18px;
  }
  
  .refine-by h5 {
    color: #333;
    font-size: 14px;
    padding-left: 10px 10px 0;
  }
  
  .panel-title.col-md-6 {
    float: none;
    padding-left: 10px
  }
  
  /*refine by selection pills*/
  .refine-by-pills {
    background: #E2E4EE;
    padding: 2px 5px;
    margin-right: 10px;
    font-size: 12px;
    color: #333333;
    display: inline-block;
    line-height: 2;
  }
  
  .refine-by-pills .close {
    font-size: 20px;
    vertical-align: bottom;
    margin-left: 10px;
  }
  
  /*Drag & Drop  Area*/
  .drag-area {
    bottom: 20px;
    display: block;
    height: 750px;
    left: 500px;
    position: absolute;
    top: 160px;
    width: 1000px;
    z-index: 1000;
    float: left;
  }
  
  .drag-area .nav-header {
    cursor: move;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 10px 2px;
    background-color: #ddd;
    line-height: 26px;
    display: block;
  }
  
  .drag-area .icon-arrow-toggle {
    display: none;
  }
  
  .drag-area .leftfacet_head {
    color: #333333;
    font-size: 14px;
    padding: 5px 10px 5px 0;
  }
  
  .drag-area .sub-facet-contanier {
    display: block !important;
    padding: 10px;
  }
  
  .drag-area .sub-facet-contanier .submenu-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
    line-height: 20px;
  }
  
  .drag-area .sub-facet-contanier .submenu-list li {
    list-style: none;
  }
  
  .drag-area .sub-facet-contanier .safeguard-facets ul {
    height: 25px;
    margin: auto;
    padding: 0 0 0 1px;
  }
  
  .drag-area .sub-facet-contanier .safeguard-facets li {
    border-radius: 0;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    border-color: #999;
    display: inline-block;
    line-height: 25px;
    margin: 0 0 0 -4px;
  }
  
  .drag-area .sub-facet-contanier .safeguard-facets li.first {
    border-radius: 4px 0 0 4px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    border-color: #999;
  }
  
  .drag-area .sub-facet-contanier .safeguard-facets li.last {
    border-radius: 0 4px 4px 0;
    border: 1px solid #999;
  }
  
  .drag-area .safeguard-facets li a {
    color: #333333;
    padding: 5px 8px;
  }
  
  .drag-area .sub-facet-contanier .submenu-list label {
    line-height: 17px;
    vertical-align: top;
  }
  
  .refineBy-list .drag-item {
    background-color: #fff;
    width: auto;
    height: auto;
  }
  
  .drag-area > .drag-item {
    position: absolute;
    z-index: 2000000;
    background-color: #fff;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    padding:
  }
  
  /*Circle Progress*/
  .circliful {
    position: relative;
  }
  
  .circle-text, .circle-info {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-weight: bold;
  }
  
  .circle-info {
    font-size: 15px;
    margin-top: 5px
  }
  
  .region-data .circle-text {
    font-size: 13px;
    margin-top: -15px
  }
  
  .region-data .circle-info {
    font-size: 13px;
    margin-top: -8px;
    font-weight: normal
  }
  
  .circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
  }
  
  /*Circle Progress Ends */
  .perc-circle {
    border: 1px solid #ddd;
    background: #f5f5f5;
    float: left;
    border-radius: 70%;
    margin: 20px;
    margin-top: 55px;
  }
  
  .region-data .perc-circle {
    margin: 5px;
    padding: 0;
  }
  
  .projects-percentage {
    color: #666;
    font-size: 16px;
    font-weight: bold;
  }
  
  .projects-percentage .b {
    color: #ff9501;
    font-size: 22px;
  }
  
  .projects-trend .b {
    color: #04aae8;
    font-size: 26px;
    font-weight: bold;
  }
  
  hr.bordered {
    border-color: #ddd;
  }
  
  .panel-heading .heading-tab {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding: 10px;
    display: inline-block;
    line-height: 21px;
  }
  
  .panel-heading .heading-tab.active {
    background-color: #d5d5d5;
  }
  
  .panel-heading .heading-tab:first-child {
    border-top-left-radius: 8px;
  }
  
  .region-data, .trend-chart-data {
    color: #666;
    margin: 0;
    padding: 0;
  }
  
  .region-data li, .trend-chart-data li {
    margin: 0 23px 20px;
    padding: 0;
    display: inline-block
  }
  
  /* .region-data li:first-child{margin-left: 0}
  .region-data li:last-child{margin-right: 0} */
  .region-data h3, .trend-chart-data h3 {
    font-size: 18px !important;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  
  .rgn-num {
    color: #228ece;
    font-weight: bold;
    font-size: 20px
  }
  
  #sectorBoardSection {
    padding: 0 5px 0 0
  }
  
  /**/
  .rhs-date {
    color: #305780;
    padding: 10px 0 10px 15px;
    background-color: #fbfbfb;
    font-size: 16px;
    border-bottom: 1px solid #ddd
  }
  
  .flag-sprites {
    background: url("../images/flag-sprites.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 11px;
    width: 16px;
  }
  
  .flag_ID {
    background-position: -1112px -27px;
  }
  
  .flag_AR {
    background-position: -224px -8px;
  }
  
  #right_panel .table-bordered {
    border: 0
  }
  
  #right_panel .table-bordered > tbody > tr > td:first-child {
    border-left: 0;
    text-align: right;
    vertical-align: middle;
  }
  
  #right_panel .table-bordered > tbody > tr > td:last-child {
    border-right: 0;
  }
  
  #right_panel .panel-body.equal-height-sub {
    padding: 0 !important;
    width: 100% !important
  }
  
  .track3 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    margin-right: 2px;
    transition: background 250ms linear 0s;
    width: 10px;
  }
  
  .handle3 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    right: 0;
    transition: width 250ms ease 0s;
    width: 7px;
  }
  
  .icon-navigator {
    background-position: -1px -205px;
    display: inline-block;
    height: 24px;
    width: 18px;
  }
  
  .trend-chart {
    border: 1px solid #ddd;
    border-radius: 0px;
  }
  
  .trend-chart-data li {
    margin: 0 7px 20px
  }
  
  .trend-chart-data li:first-child {
    margin-left: 0
  }
  
  .trend-chart-data li:last-child {
    margin-right: 0
  }
  
  .trend-chart-data .trend-chart {
    padding: 4px;
    margin: 15px 0;
  }
  
  .trend-chart-data .rgn-num {
    color: #228ece;
    font-weight: bold;
    font-size: 14px
  }
  
  /**16/12/2016**/
  #navBar .nav-menu {
    margin-left: 8%
  }
  
  #navBar .nav-menu li a {
    color: #819dad;
    font-weight: bold;
    height: 50px;
    font-size: 14px;
    padding: 15px 7px;
  }
  
  .nav-wb {
    height: 50px;
  }
  
  #navBar .nav-menu li.active > a {
    background-color: transparent;
    color: #101f28;
    border-bottom: 2px solid #101f28;
  }
  
  .wb-logo {
    width: 145px;
    height: 28px;
    background-position: -2px -860px;
    position: relative;
    top: 10px;
  }
  
  .navbar-right a.dropdown-toggle {
    background-color: #f2f3f6;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 9px;
    color: #666;
    border-radius: 4px;
  }
  
  .breadcrumb > li, .breadcrumb > li > a, .breadcrumb > li + li:before {
    color: #666
  }
  
  .tab-pane > h4 {
    color: #666;
    background: #eff9ff;
    padding: 20px;
    font-weight: normal;
    margin: -10px -20px 0;
  }
  
  .widget-graph {
    width: 100%;
    background-color: #f2f3f6;
    margin: 20px 0;
    border-radius: 6px;
    border: 3px solid #e8e8e8;
    padding: 7px 12px;
  }
  
  .widget-graph a {
    font-size: 11px;
    color: #0099f5;
    margin-bottom: 10px;
    display: block;
  }
  
  .widget-graph a > span {
    color: #666;
  }
  
  .embed-text {
    color: #333333;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .embed-width > label {
    font-weight: normal;
  }
  
  .embed-width > .form-control {
    width: 80px;
  }
  
  .btn-copy {
    background-color: #0384ce;
    border-radius: 0;
    padding: 5px 15px;
  }
  
  .social-sec {
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin: 20px -20px;
    padding: 0 20px;
  }
  
  .social-sec h3 {
    color: #333333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
  }
  
  .social-footer {
    background-color: #f2f3f6;
    margin: 10px -20px 20px;
    padding: 10px;
    text-align: center;
  }
  
  .social-footer li {
    display: inline-block;
  }
  
  .social-footer li a {
    color: #005999;
    font-size: 11px;
  }
  
  .dropdown-menu {
    z-index: 1001;
  }
  
  .icon-fb {
    width: 19px;
    height: 19px;
    background-position: -9px -1101px;
    margin-right: 10px;
  }
  
  .icon-twitter {
    width: 19px;
    height: 19px;
    background-position: -49px -1101px;
    margin-right: 10px;
  }
  
  .icon-linkedin {
    width: 20px;
    height: 19px;
    background-position: -88px -1101px;
  }
  
  .icon-add {
    width: 18px;
    height: 18px;
    background-position: -176px -1070px;
    display: inline-block;
    position: relative;
    top: 4px;
  }
  
  .collapse-header {
    font-weight: bold;
    color: #333;
    position: relative;
    /*    text-transform: uppercase; */
    display: block;
    letter-spacing: 0px;
  }
  
  .layer-colapse, .layer-colapse:hover {
    font-weight: 800;
    color: #333;
    position: relative;
    display: block;
    letter-spacing: 0px;
  }
  
  .layer-colapse:after {
    content: '';
    border-bottom: 6px solid #404040;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 5px;
    top: -16px;
  }
  .layer-colapse.collapsed:after {
    border-bottom: none;
    border-top: 6px solid #404040;
  }
  a.layer-colapse:link {
    color:#404040;
  }
  
  .project-colapse, .project-colapse:hover {
    font-weight: 800;
    color: #333;
    position: relative;
    display: block;
    letter-spacing: 0px;
  }
  
  .project-colapse:after {
    content: '';
    border-bottom: 6px solid #404040;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .project-colapse.collapsed:after {
    border-bottom: none;
    border-top: 5px solid #404040;
  }
  a.project-colapse:link {
    color:#404040;
  }
  
  
  .collapse-sec {
    margin: 20px 0;
    position: relative;
  }
  
  .more-info-icon {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0384ce;
    display: inline-block;
    right: 15px;
    top: 6px;
  }
  
  .more-info-icon:after, .more-info-icon:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0384ce;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -8px;
  }
  
  .more-info-icon:before {
    left: inherit;
    right: -8px;
  }
  
  .icon-addplus {
    width: 23px;
    height: 23px;
    background-position: -221px -775px;
    display: inline-block;
    position: relative;
    top: 4px;
  }
  
  .icon-tick {
    width: 16px;
    height: 16px;
    background-position: -55px -1071px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px;
  }
  
  .basins {
    margin-top: 12px;
    margin-right: 5px;
  }
  
  .icon-sublayer {
    width: 16px;
    height: 16px;
    background-position: -55px -1071px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 16px;
  }
  
  .icon-date {
    width: 16px;
    height: 16px;
    background-position: -55px -1071px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 2px;
    margin-top: 10px;
  }
  
  .icon-untick {
    background-position: -82px -209px;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px;
  }
  
  .icon-tick-sublayer {
    width: 22px;
    height: 22px;
    background-position: -80px -235px;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 4px;
  }
  
  .icon-untick-sublayer {
    background-position: -80px -209px;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 4px;
  }
  
  .icon-date {
    width: 14px;
    height: 14px;
    background-position: -6px -1072px;
    top: 2px;
  
  }
  
  .icon-sublayer {
    width: 14px;
    height: 14px;
    background-position: -31px -1073px;
  }
  
  .actions-link {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  
  .actions-link li {
    list-style: none;
    margin-right: 7px;
  }
  
  .subhead-text {
    color: #333333;
    text-transform: uppercase;
    margin: 10px 0;
    display: block;
    font-weight: bold;
  }
  
  #collapseLandscan p {
    color: #333
  }
  
  .copy-text {
    color: #999;
    font-size: 11px;
  }
  
  .tran-sec {
    background-color: white;
    width: 100%;
    display: table;
  }
  
  .tran-range, .tran-input {
    display: table-cell;
    padding: 0 0px 0 10px;
  }
  
  .tran-input {
    padding: 10px 0;
  }
  
  .tran-input .embed-width > .form-control {
    width: 70px;
    margin-right: 10px;
    margin-left: 5px;
  }
  
  .form-control-text {
    margin-right: 10px;
    margin-left: 5px;
    padding-top: 10px;
  }
  
  
  .more-info-sec {
    position: absolute;
    width: 28px;
    right: 20px;
    height: 17px;
    top: 0;
  }
  
  #sortDropdwon {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  #sortBy_dropdown {
    left: inherit;
    right: 0;
    top: 25px;
    border-radius: 0;
  }
  
  .sublayer-list {
    margin: 0 0px;
    padding: 0;
  }
  
  .sublayer-list li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 6px 8px;
    margin: 0;
  }
  
  .sublayer-list li:last-child, .dropmenu-more-info > li:last-child {
    border-bottom: none;
  }
  
  .sublayer-list li a {
    color: #333;
    font-size: 12px;
  }
  
  .sublayer-list li a .icon-tick-sublayer {
    margin-left: 10px;
  }
  
  .sublayer-list li a .icon-untick-sublayer {
    margin-left: 10px;
  }
  
  .popover {
    border-radius: 1px;
    min-width: 200px;
    max-width: 240px;
    position: inherit !important;
  }
  
  .popoverdateClose {
    margin-right: 0 !important
  }
  
  .dropmenu-more-info {
    position: relative !important;
  }
  
  .dropmenu-more-info > li > a {
    color: #0384ce;
    font-size: 12px;
    padding: 5px 15px 5px 15px;
  }
  
  .dropmenu-more-info > li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 3px 0px;
  }
  
  .dropmenu-more-info > li > a:hover, .dropmenu-more-info > li > a:focus {
    color: #0384ce;
    background-color: transparent;
  }
  
  .icon-moveup, .icon-movedown {
    width: 9px;
    height: 11px;
    background-position: -105px -1073px;
    top: 2px;
  }
  
  .icon-movedown {
    background-position: -120px -1074px;
  }
  
  .icon-remove {
    width: 15px;
    height: 15px;
    background-position: -157px -1072px;
    position: relative;
    top: 3px;
  }
  
  .dropmenu-more-info > li > a > i {
    margin-right: 10px;
  }
  
  .dropmenu-more-info > li:last-child > a > i {
    margin-right: 5px;
  }
  
  .dropmenu-more-info .collapse {
    background: #f9f9f9;
    border-top: 1px solid #d4d4d4;
  }
  
  .tran-rangelist {
    margin: 0;
    padding: 0 15px
  }
  
  .tran-rangelist li {
    list-style: none;
  }
  
  .tran-heading {
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
    font-size: 12px;
  }
  
  .dropmenu-more-info > .arrow, .dropmenu-more-info > .arrow:after {
    margin-left: -11px;
    top: -11px;
    border-bottom: 11px solid #bbb;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 21px;
    content: '';
  }
  
  .dropmenu-more-info > .arrow:after {
    border-bottom: 11px solid #fff;
    top: 1px;
    right: -11px;
  }
  
  .dropmenu-more-info > .close, .popover-content > .close {
    font-size: 18px !important;
    position: relative !important;
    font-weight: normal;
    right: -6px;
    outline: none;
    opacity: .4;
    top: 0;
  }
  
  .popover-content > .close {
    right: 6px;
  }
  
  .popover-content {
    padding: 0px 0px !important;
  }
  
  .date-link {
    display: inline;
  }
  
  /*.actions-link li{position:relative;}
  .date-link.open>.dropdown-menu{border-radius:0;top:25px;}
  .date-link.open>.dropdown-menu > .arrow{right:auto;left:30px;}*/
  .date-link .popover {
    min-width: 150px;
    left: 0 !important;
  }
  
  .date-link .popover-content {
    padding: 0;
  }
  
  .date-link .popover.bottom > .arrow {
    left: 15%;
    top: 0;
  }
  
  .date-popover-title {
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    padding: 7px 15px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
  }
  
  .datepicker {
    margin-left: 0px;
  }
  
  .date-link .input-group-addon {
    background: #fff;
    border-radius: 0;
  }
  
  .down-arw {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #7b8990;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    vertical-align: top;
    margin-top: 2px;
  }
  
  .icon-cal {
    width: 13px;
    height: 14px;
    background-position: -82px -1072px;
  }
  
  .datepicker-wrap .datepicker-dropdown {
    left: auto !important;
    right: -1px !important;
    top: 74px !important;
    width: 225px;
    background: #f8f8f8;
  }
  
  .datepicker-dropdown.datepicker-orient-bottom:before {
    right: 25px !important;
  }
  
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 26px !important;
  }
  
  .datepicker-days .prev, .datepicker-days .next {
    text-indent: -10000px;
  }
  
  .datepicker-days .prev:before, .datepicker-days .next:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #999;
    position: absolute;
    vertical-align: middle;
  }
  
  .datepicker-days .prev:before {
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
    left: 18px;
    top: 16px;
  }
  
  .datepicker-days .next:before {
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    right: 30px;
    top: 18px;
  }
  
  .datepicker-switch {
    color: #607283;
    text-transform: uppercase;
    font-weight: normal;
  }
  
  .datepicker table tr td.active.active {
    background: #2199dd !important;
    border-radius: 50%;
  }
  
  .datepicker td, .datepicker th {
    width: 31px;
    height: 30px;
  }
  
  #sidebarMap {
    background-color: #fff;
  }
  
  #sidebarMap .tab-pane {
    border: 0;
  }
  
  #landScanModal .modal-content {
    border-radius: 0;
  }
  
  #landScanModal .modal-header {
    background-color: #f7f7f7;
    text-transform: uppercase;
  }
  
  #landScanModal .modal-title {
    font-weight: bold;
    font-size: 12px;
  }
  
  #date_content {
    border: 5px solid red;
  }
  
  .datepicker-dropdown:before {
    width: 0;
    height: 0;
  }
  
  .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: transparent;
  }
  
  .layer-hr {
    border-top: 1px solid #ccc;
    padding: 0 0 0 -20px;
  }
  
  #shareTab .form-control {
    box-shadow: none;
  }
  
  .tabbable small.text-muted {
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  
  .logo-spatial {
    padding: 10px;
  }
  
  /* additions */
  
  .leaflet-control-wms-legend {
    display: block;
    padding: 3px 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    cursor: auto;
    text-align: left;
    background-color: #FFFFFF;
  }
  
  ul.leaflet-control-wms-legend, li.leaflet-control-wms-legend {
    list-style: none;
    margin: 4px 4px;
    text-align: left;
    border: none;
    box-shadow: 0 0 0;
  }
  
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    background-color: rgba(255, 250, 250, 1.0);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 5%;
    width: 80%;
    text-align: left;
    font-size: 18px;
    color: white;
    margin-top: 30px;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 45px;
    font-size: 40px;
  }
  
  .modal-dialog {
    width: 80%;
    height: 80%;
  }
  
  label {
    font-weight: 400 !important;
  }
  
  /* Temperature */
  .temperature-cluster-small {
    background-color: #e34a33;
    color: white;
  }
  
  .temperature-cluster-small div {
    background-color: #bd0026;
    color: white;
  }
  
  .custom-temperature-cluster-small {
    background-color: #e34a33;
    color: #bd0026;
  }
  
  .custom-temperature-cluster-small div {
    background-color: #bd0026;
    color: #bd0026;
  }
  
  .temperature-cluster-medium {
    background-color: #e34a33;
    color: white;
  }
  
  .temperature-cluster-medium div {
    background-color: #bd0026;
    color: white;
  }
  
  .temperature-cluster-large {
    background-color: #e34a33;
    color: white;
  }
  
  .temperature-cluster-large div {
    background-color: #bd0026;
    color: white;
  
  }
  
  /* Precipitation */
  .precipitation-cluster-small {
    background-color: #3182bd;
    color: white;
  }
  
  .precipitation-cluster-small div {
    background-color: #08519c;
    color: white;
  }
  
  .custom-precipitation-cluster-small {
    background-color: #3182bd;
    color: #08519c;
  }
  
  .custom-precipitation-cluster-small div {
    background-color: #08519c;
    color: #08519c;
  }
  
  .precipitation-cluster-medium {
    background-color: #3182bd;
    color: white;
  }
  
  .precipitation-cluster-medium div {
    background-color: #08519c;
    color: white;
  }
  
  .precipitation-cluster-large {
    background-color: #3182bd;
    color: white;
  }
  
  .precipitation-cluster-large div {
    background-color: #08519c;
    color: white;
  }
  
  /* Runoff */
  .runoff-cluster-small {
    background-color: #c51b8a;
    color: white;
  }
  
  .runoff-cluster-small div {
    background-color: #7a0177;
    color: white;
  }
  
  .custom-runoff-cluster-small {
    background-color: #c51b8a;
    color: #7a0177;
  }
  
  .custom-runoff-cluster-small div {
    background-color: #7a0177;
    color: #7a0177;
  }
  
  .runoff-cluster-medium {
    background-color: #c51b8a;
    color: white;
  }
  
  .runoff-cluster-medium div {
    background-color: #7a0177;
    color: white;
  }
  
  .runoff-cluster-large {
    background-color: #c51b8a;
    color: white;
  }
  
  .runoff-cluster-large div {
    background-color: #7a0177;
    color: white;
  }
  
  /* Lake Levels */
  .lake-cluster-small {
    background-color: #756bb1;
    color: white;
  }
  
  .lake-cluster-small div {
    background-color: #54278f;
    color: white;
  }
  
  .lake-cluster-medium {
    background-color: #756bb1;
    color: white;
  }
  
  .lake-cluster-medium div {
    background-color: #54278f;
    color: white;
  }
  
  .lake-cluster-large {
    background-color: #756bb1;
    color: white;
  }
  
  .lake-cluster-large div {
    background-color: #54278f;
    color: white;
  }
  
  /* Lake Levels */
  .custom-lake-cluster-small {
    background-color: #756bb1;
    color: #54278f;
  }
  
  .custom-lake-cluster-small div {
    background-color: #54278f;
    color: #54278f;
  }
  
  
  .project-cluster-small {
    background-color: #66c2a4;
    color: white;
  }
  
  .project-cluster-small div {
    background-color: #2ca25f;
    color: white;
  }
  
  .custom-project-cluster-small {
    background-color: #66c2a4;
    color: #006d2c;
  }
  
  .custom-project-cluster-small div {
    background-color: #2ca25f;
    color: #006d2c;
  }
  
  
  .project-cluster-medium {
    background-color: #66c2a4;
    color: white;
  }
  
  .project-cluster-medium div {
    background-color: #2ca25f;
    color: white;
  }
  
  .project-cluster-large {
    background-color: #66c2a4;
    color: white;
  }
  .project-cluster-large div {
    background-color: #006d2c;
    color: white;
  }
  .population-small {
    background-color: white;
    border-radius: 5px;
    color: black;
    border-color: black;
    border-width: 2px;
  }
  
  .population-medium {
    background-color: yellow;
    border-radius: 10px;
    color: black;
    border-color: black;
    border-width: 2px;
  }
  
  .population-large {
    background-color: orange;
    border-radius: 15px;
    color: black;
    border-color: black;
    border-width: 2px;
  }
  
  .population-xlarge {
    background-color: red;
    border-radius: 20px;
    color: black;
    border-color: black;
    border-width: 2px;
  }
  
  
  ::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
  }
  
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #333;
    outline: 1px solid slategrey;
  }
  
  /* #innerLayerTab {*/
  .tab-map-search {
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .tab-map {
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .form-group {
    padding: 0px 10px 0px 0px;
    margin-bottom: 0px;
  }
  
  .share {
    padding: 0px 10px 0px 0px;
    margin-bottom: 20px;
  }
  
  .popover.bottom > .arrow {
    top: 58px;
    left: 40%;
  }
  
  .popoverClose {
    padding-right: 0px !important;
    padding-top: -20px !important;
  }
  
  .sublayer-link {
    padding-left: 35px;
    margin-bottom: 10px;
  }
  
  .sublayer-label {
  
  }
  
  .slider {
    float: left;
    clear: left;
    width: 100%;
    margin: 10px;
  }
  
  .slider .ui-slider-range {
    background: #729fcf;
  }
  
  .slider .ui-slider-handle {
    border-color: #729fcf;
  }
  
  .form-control-feedback {
    margin-right: 20px;
  }
  
  .disclaimer {
    position: absolute;
    bottom: 0px;
    font-size: 10px;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  
  .legend {
    color: black;
    text-align: left;
  }
  
  .legend i {
    width: 18px;
    height: 18px;
    float: left;
    font-size: 10pt;
    margin-right: 80px;
    margin-left: 60px;
    margin-top: 20px;
  }
  
  .legend p {
    margin-left: 25px;
  }
  
  .legend ul li {
    list-style-type: none;
  }
  
  .legend span {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    margin-bottom: 2px;
    margin-right: 10px;
    margin-left: 0px;
  }
  
  .marker-cluster-custom {
    background-clip: padding-box;
    border-radius: 20px;
    text-indent: 20px;
  }
  
  .marker-cluster-custom div {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-top: 4px;
  
    text-align: center;
    border-radius: 6px;
    font: 10px "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  
  .marker-cluster-custom span {
    line-height: 10px;
  }
  
  .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000000;
  }
  .glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
  }
  
  .spinner {
    top: 50%;
    left: 50%;
    z-index: 1000000;
  }
  
  @-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
  }
  
  @keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
  }
  .is-passive {
    display: none;
  }
  
  .legend_button {
    position:absolute;
    transition: .5s ease;
    top: 4%;
    right: 4%;
  }
  .info_button {
    position:absolute;
    transition: .5s ease;
    top: 4%;
    left: 4%;
  }
  #vis {
      background-color: white;
  }
  
  
  .dataTitle {
    padding: 10px 20px 10px 10px;
    margin-top: 10px;
    font-weight: 500;
    color: #0384CE;
    text-transform: none;
    color: #191A1B;
    font-size: 16px;
    background-color: #F8F8F8;
    cursor: pointer;
  }
  
  .leaflet-popup-content {
    margin: 0 !important;
  }
  .leaflet-popup-content-wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }
  .popup {
    margin: 0;
    padding: 0;
  }
  
  .popup .panel {
    margin: 0;
    border-radius: 12px
  }
  
  .popup .panel-default > .panel-heading {
    font-size: 14px;
    font-weight: normal;
    background-color: #f8f8f8;
    color: #666;
    padding: 10px;
    text-transform: capitalize;
    border-color: #E6E6E6;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  
  .popup .panel-title {
    font-weight: normal;
  }
  
  .popup .panel-body {
  /*  overflow: scroll; */
  }
  
  .popup .panel-heading h3, .panel-heading div, .panel-heading span {
    display: inline-block;
  }
  
  .table-borderless td,
  .table-borderless th {
    border: 0;
  }
  
  .legendItem {
    margin-left: 2em;
    margin-bottom: 0.5em;
    font-size: 12pt;
  }
  
  #legend {
    opacity: 1.0;
    overflow-y: auto;
  }
  
  .popup_overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    opacity:0.8;
    background-color: snow;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
  }
  
  .popup_overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: white;
    margin-top: 30px;
  }
  
  .popup_overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  
  .popup_overlay a:hover, .overlay a:focus {
    color: gray;
  }
  
  .popup_overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    color: black;
    font-size: 30px;
  }
  