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;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
/* Progress Bar ends */
/* Sidebar - Top menu */
#sidebar, #sidebarMap {
  position: absolute;
  top: 75px;
  right: 0px;
  width: 0px;
  z-index: 1000;
  overflow: hidden;
  box-shadow: -2px 2px 7px #aaa;
}

#sidebarMapChart {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0px;
  z-index: 1002;
  overflow: hidden;
  box-shadow: -2px 2px 7px #aaa;
}
#sidebarMapChart.active {
  width: 300px;
}
#sidebarMap {
  top: 114px;
}

#sidebar .close, #sidebarMap .close {
  font-size: 28px;
  margin: -10px 10px;
}

#sidebarMapChart .close {
   font-size: 28px;
   margin: -10px 10px;
}

.closeChart {
  font-size: 32px !important;
  position: absolute;
  border: none;
  background-color: white;
  font-weight: bold;
  right: 5px;
  outline: none;
  top: 10px;
  z-index: 1001;
  color: #0384ce;
}

#sidebar.active, #sidebarMap.active {
  width: 315px;
/*  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;
}

.legend_button {
  position: absolute;
  top: 0px;
  color: grey;
  background-color: white;
  font-size: 22px;
  margin-top: 10px;
  margin-right: 5px;
  z-index: 997;
  right: 20px;
}
.legend_button_left {
  position: absolute;
  top: 0px;
  color: grey;
  background-color: white;
  font-size: 22px;
  margin-top: 10px;
  margin-right: 5px;
  z-index: 997;
  left: 20px;
}
.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;
}
.legendItem {
  margin-left: 2em;
  margin-bottom: 0.5em;
  font-size: 12pt;
}

#legend {
  opacity: 1.0;
  overflow-y: auto;
}

::-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; */
}
.modal-title {
  padding-right: 25px;
  font-size: 18px;
}
