/*.after::after {
  display: none;
}*/

.ui.selection.list>.item {
  padding: .2em .2em!important;
}

.tableHeader {
  font-size: 12px;
  padding: 3px;
  color: #428bca;
}

.switchMe {
  /*position: absolute !important;*/
  height: calc(100% - 40px);
  position: fixed;
  top: 40px;
  transition: ease-in all 2s;
}


ul{
  padding-left: 5%;
  list-style: disc;
}

li{
  padding-top: 10px;
}

.publications>div>div>.years>li{
  padding-top: 3px !important;
}

.home,
.about,
.data,
.publications {
  z-index: 10;
  /*background-color: whitesmoke;*/
  /*opacity: 20%;*/

}

.home>div>.ui.segment,
.about>div>.ui.segment,
.data>div>.ui.segment,
.publications>div>.ui.segment{
  padding-left:4em;
  padding-right:4em;
  padding-bottom:4em;
}

.home {
  display: flex;
  align-items: center;
}

.hidden {
  display: none;
}


.blurMe {
  background-color: rgba(38, 38, 38, .5);
  height:100%;
  width:100%;
  /*opacity:0.7;*/
  position:fixed;
  z-index: 9!important;
  transition-timing-function: ease;
}


@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
  .blurMe {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

.listItem {
  font-weight: normal!important;
  padding: 0.4em!important;
  font-size: 12px!important;
  margin-left: 20px!important;
}

.listItem2 {
  font-weight: bolder!important;
  padding: 0.4em!important;
  font-size: 12px!important;
  margin: 0!important;
}

.listNum {
  font-size: 12px!important;
  margin: 0!important;
}

.listNum2 {
  font-size: 12px!important;
  margin: 0!important;
  font-weight: bolder!important;
}

.selectedtype {
  background-color: #feb24c!important;
}

.tooltip {
  visibility: visible;
  position: absolute;
  z-index: 999;
}

.cardNumber {
  font-size: 30px;
  color: #428bca;
  font-weight: bold;
  line-height: 1em;
  display: inline-block;
}

.line {
  fill: none;
  stroke: #428bca;
  stroke-width: 1.5px;
}

.bblLine {
  fill: none;
  stroke: #feb24c;
  stroke-width: 1.5px;
}

.svgContainer {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* aspect ratio */
  vertical-align: top;
  overflow: hidden;
}

.svgContent {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}

.mapLegend {
  position: absolute;
  bottom: 25px;
  right: 5px;
  z-index: 105;
  width: 300px;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #999;
}
.mapLegend ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mapLegend ul li {
  padding: 0;
  margin: 0;
  font-size: 10px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}

.mapLegend li.graph {
  clear: both;
  overflow: hidden;
  display: table;
  width: 100%;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #b3b3b3;
}

.mapLegend li.graph .colors {
  display: table-row;
}

.mapLegend li.graph div {
  width: 100%;
  height: 18px;
}

.mapLegend li.graph .quartile {
  display: table-cell;
}

.continuous {
  /*display: table-row;*/
  background: linear-gradient(to right, #ffffcc, #c7e9b4, #7fcdbb,
  #41b6c4, #1d91c0, #225ea8, #0c2c84);
}

.mapLegend li.min {
  float: left;
  margin: 0 0 5px;
}

.mapLegend li.max {
  float: right;
  margin: 0 0 5px;
}

.location-search-input {
  width: 300px;
}

.search-clear-button,
.search-clear-button:active,
.search-clear-button:focus {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  outline: none;
  font-weight: 600;
  color: #999;
  z-index: 4;
}

.autocomplete-dropdown-container {
  border-bottom: honeydew;
  border-left: honeydew;
  border-right: honeydew;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  border-radius: 4px;
  width: 300px;
  background-color: #ffffff;

}

.suggestion-item {
  padding: 8px;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
}

.suggestion-item--active {
  padding: 8px;
  text-align: left;
  background-color: #428bca;
  color: #ffffff;
  cursor: pointer;
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(./sprite-skin.png) repeat-x;
}
.irs {
  height: 21px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 5px;
  top: 10px;
}

.irs-line-left {
  height: 5px;
  background-position: 0 -30px;
}

.irs-line-mid {
  height: 5px;
  background-position: 0 0; }

.irs-line-right {
  height: 5px;
  background-position: 100% -30px;
}

.irs-bar {
  height: 5px;
  top: 10px;
  background-position: 0 -60px;
}

.irs-bar-edge {
  top: 10px;
  height: 5px;
  width: 9px;
  background-position: 0 -90px;
}

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.15;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15);
}

.irs-slider {
  width: 22px;
  height: 22px;
  top: 2px;
  background-position: 0 -120px;
  z-index: 3;
}

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px;
}

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  margin: 0;
  font-size: 11px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  top: 3px;
  z-index: 2; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid-pol {
  background: #99a4ac; }

.irs-grid-text {
  color: #99a4ac; }

.irs-from, .irs-to, .irs-single {
 -webkit-font-smoothing: antialiased;
 background-color: #428bca;
 border: 1px solid #fff;
 border-radius: 1em;
 color: #fff;
 box-sizing: border-box;
 font-size: 12px;
}

.info-card {
  position: absolute;
  z-index: 9;
  top: 85px;
  left: 0px;
  width: 400px;
  height: calc(100% - 85px);
  background: white;
  transition: transform 500ms ease;
  transform: translate3d(-100%, 0%, 0);
}

.info-card.visible {
  transform: translate3d(0%, 0%, 0);
}

.topic-ghg {
  display: inline-block;
}

.map-tooltip {
  background: #4f4f4f;
  border-radius: 4px;
  padding: 0.5em;
  color: #aaaaaa;
  max-width: 250px;
}

.txt-bold {
  font-weight: 700;
}

.color-gray-light {
  color: #aaaaaa;
}
