.container-fluid {
	margin-top: 50px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
  }

.card {
    margin-bottom: 0;
    margin-top: 0;

  }

#chart-area svg {
	margin-left: auto;
    margin-right: auto;
    display: block;
}

#logo {
	height:50px;
}

footer{
    
    height: auto;
    width: 100vw;
    padding-top: 40px;
    color: rgb(75, 74, 74);
}

.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 1.2rem;
    font-weight: 450;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p1{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #000000;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}
.footer-bottom{
    width: 100vw;
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}


.navbar-brand {
	height: 60px;
	padding: 5px 0px;
}
.inputs{
	padding: 0px 50px 0px 50px
}
body{
	padding: 30px 50px 0px 50px
}

.caption{
	padding: 45px 0px 0px 0px
}

#reset-button, #play-button, #slider-div {
	float: left;
	margin-right:10px;
}

.tim-typo{
padding:0px 20px 0px 20px
}

#slider-div {
	width:300px;
	margin-left:10px;
}

#reset-button, #play-button {
	margin-top: 5px;
	margin-bottom:10px;
}

#continent-select {
	width: 150px;
	float:right;
	margin-top:5px;
}
.bar:hover {
	opacity: 0.5;
  }
  
.axis {
	font: 10px sans-serif;
  }
  
  .axis path,
  .axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
  }
.x.axis path {
	display: none;
  }
.x.axis.tick line{
	display: none;
}


  
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);
  body {
	background: #ffffff;
	font-family: "Open Sans", sans-serif;
	text-align: center;
  }

  label {
	color: #34495e;
  }



  .play {
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 60px solid #2c3e50;
	margin: 100px auto 50px auto;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;

  }
  .play:before {
	content: "";
	position: absolute;
	top: -75px;
	left: -115px;
	bottom: -75px;
	right: -35px;
	border-radius: 50%;
	border: 10px solid #2c3e50;
	z-index: 2;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  }
  .play:after {
	content: "";
	opacity: 0;
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
  }
  .play:hover:before, .play:focus:before {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
  }
  .play.active {
	border-color: transparent;
  }
  .play.active:after {
	content: "";
	opacity: 1;
	width: 50px;
	height: 80px;
	background: #2c3e50;
	position: absolute;
	right: 5px;
	top: -40px;
	border-left: 20px solid #2c3e50;
	box-shadow: inset 30px 0 0 0 #f9f9f9;
  }
  
  h1 {
	text-transform: uppercase;
	color: #34495e;
	letter-spacing: 2px;
	font-size: 1.5em;
	margin-bottom: 0;
  }
  
  .headline {
	display: block;
	color: #2c3e50;
	font-size: 1.5em;
	margin-bottom: 1.5em;
  }
  
  .social {
	text-decoration: none;
	color: #34495e;
	margin: 0.5em 1.5em;
	display: inline-block;
  }
  .social:hover, .social:focus {
	color: #2c3e50;
  }

  .group-tick line {
	stroke: #000;
  }
  
  .ribbons {
	fill-opacity: 0.67;
  }

table.dataTable tr.odd { background-color: #eaf4f7; }
table.dataTable tr.even { background-color: white; }



.nodes circle {
	stroke: #fff;
	stroke-width: 1.5px;
}
.links {
	stroke: #999;
	stroke-opacity: 0.6;
	stroke-width: 1px;
	}

#graph-area {
		margin: 0 14px;
		font-family: "Source Serif Pro",Iowan Old Style,Apple Garamond,Palatino Linotype,Times New Roman,"Droid Serif",Times,serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
		font-size: 17px;
		line-height: 1.5;
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased;
		color: #1b1e23;
		}



		.multi-select-container {
			display: inline-block;
			position: relative;
		  }
		  
		  .multi-select-menu {
			position: absolute;
			left: 0;
			top: 0.8em;
			float: left;
			min-width: 100%;
			background: #fff;
			margin: 1em 0;
			padding: 0.4em 0;
			border: 1px solid #aaa;
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
			display: none;
		  }
		  
		  .multi-select-menu input {
			margin-right: 0.3em;
			vertical-align: 0.1em;
		  }
		  
		  .multi-select-button {
			display: inline-block;
			font-size: 0.875em;
			padding: 0.2em 0.6em;
			max-width: 20em;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			vertical-align: -0.5em;
			background-color: #fff;
			border: 1px solid #aaa;
			border-radius: 4px;
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
			cursor: default;
		  }
		  
		  .multi-select-button:after {
			content: "";
			display: inline-block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0.4em 0.4em 0 0.4em;
			border-color: #999 transparent transparent transparent;
			margin-left: 0.4em;
			vertical-align: 0.1em;
		  }
		  
		  .multi-select-container--open .multi-select-menu { display: block; }
		  
		  .multi-select-container--open .multi-select-button:after {
			border-width: 0 0.4em 0.4em 0.4em;
			border-color: transparent transparent #999 transparent;
		  }
		


#nationalities_chart-area{
  text-align: center;
  padding-top: 00px;
}
.arc text {
  font: 10px sans-serif;
  text-anchor: middle;
}

.pieBox{
    display: inline-block;
    height: auto;
}

#mainTooltip {
    position: absolute;
    min-width :120px;
    height: 50px;
    padding: 0 0 25px 0;
    background-color: rgba(26, 26, 26, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 50px;
    -webkit-box-shadow: 2px 2px 3px rgba(24, 24, 24, 0.4);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    fill: #fff;
    color: #fff;
    text-anchor: middle;
    text-align: center;
    font-weight: bold;
    z-index: 9999;
}
#mainTooltip:before {
    border: solid;
    border-color: rgba(0,0,0,0.6) transparent;
    border-width: 10px 10px 0 10px;
    top: 100%;
    content: "";
    left: 43%;
    position: absolute;
    z-index: 99;
}
#mainTooltip.hidden {
    display: none;
}
