@import url('https://fonts.googleapis.com/css?family=Raleway:400,900&display=swap');

body {
  background-color: #111;
  color: #ddd !important;
  font-family: 'Raleway', sans-serif !important;
}

a, a:visited, a:active {
  color: #fff;
  font-weight: 900;
}

.container {
  max-width: 900px;
  margin: auto;
}

.button {
  min-width: 130px;
  padding: 4px 5px;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  text-decoration: none;
}

.button.active {
  background: #000;
  color: #fff;
}


#vis {
  width: 940px;
  height: 600px;
  clear: both;
  margin-bottom: 10px;
}

#toolbar, #colorbar {
  margin: 0;
}

.group {
  font-size: 12px;
  text-transform: uppercase;
  fill: #aaa;
  cursor: default;
}

.tooltip {
	position: absolute;
	top: 50px;
	left: 50px;
  -moz-border-radius:5px;
	border-radius: 5px;
  border: 1px solid #fff;
  background: #000;
	opacity: .9;
  color: #fff;
	padding: 4px;
	width: 150px;
	font-size: 12px;
	z-index: 0;
}

.tooltip .title {
	font-size: 13px;
}

.tooltip .name {
  font-weight:bold;
}

.footer {
  text-align: center;
}

/* Bootstrap overrides */

.table {
    color: #eee;
}

.table td {
  border-top:2px solid #111;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  color: #fff;
}

@media(max-width:450px){
  h1 {
    font-size: 2.2rem !important;
  }
}

/* other code */

.toggle-links a, .social-links a {
  text-align: center;
  text-decoration: none;
  width: 34px;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 2px;
  cursor: pointer;
  transition: .3s all;
}
.toggle-links a {
  color: #fff;
  border: 1px solid #777;
}.social-links a {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}
.toggle-links a:hover, .social-links a:hover, .toggle-active {
  background: #777;
  border: 1px solid #777;
}
#chart-toggle {
  border-radius: 22px 0 0 22px;
  margin-right: 0;
}
#list-toggle {
  border-radius: 0 22px 22px 0;
  margin-left: 0;
}
#share-buttons a {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  margin: 0;
}
#share-buttons a:hover {
  color: #000;
  background: #fff;
}

.sort {
  cursor: pointer;
}

.form-search {
  border-radius: 20px !important;
  background: #fff;
  padding-left: 12px;
  border: 0px;
  margin: 10px 0;
}

.search {
  background: none;
  border: none;
  width: auto;
  display: inline-block;
  padding: 6px;
}

#about, #info {
  position: absolute;
  margin: 0;
  padding: 0;
}

#about {
  z-index: 2;
}
#info {
  z-index: 1;
}

.about-box, .info-box {
  background: rgba(16,16,16,0.9);
  padding: 5px 15px;
  border: 1px solid #e0e0e0;
}

#filters {
  margin: 10px 0;
}

.filters-box {
  background: rgba(96,96,96,0.9);
  padding: 0px 10px 10px 10px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.white-cross {
  color: #fff !important;
}

#comname {
  text-transform: uppercase;
}

.circle {
  width: 12px;
  height: 12px;
  display: inline-block;
  line-height: 12px;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 4px;
  margin-bottom: -2px;
}
.legend-item {
    margin-right: 12px;
}
.legend-c {
  border: 1px solid #fff;
}

.bubble {
  cursor: pointer;
}

.btn-outline-light {
  margin: 5px 0 15px 0;
}

/* Sticky footer code */

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 70px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px; /* Set the fixed height of the footer here */
  line-height: 70px; /* Vertically center the text there */
}