body {
  font: 12px sans-serif;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: gray;
}

h1,h2,h3,h4,h5 {
	font-family: 'EB Garamond', serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.bar:hover {
	/*fill: #C2F200;*/
	cursor: pointer;
}

.data-circle {
	cursor: pointer;
}

.x.axis path {
  display: none;
}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

#leftNav, #rightNav {
	float: left;
	padding: 10px;
}

#leftNav {
	width: 600px; 
	height: 100%;
}

#rightNav {
	width: 300px;
	height: 100%;
}

.container {
	margin-top: 20px;
	background: #fff;
	width: 975px;
	-webkit-border-radius: 10px;
}

#hospitalsContainer {
	height: 0px;
}


.carousel-inner {
	height: 500px;

}

.vis-option-container {
	vertical-align: center;
}
.vis-option-link {
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	transition: color 300ms;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}


.vis-option-link-stat {
	color: gray;
	font-size: 12px;
	margin-top: 5px;
}

.vis-option-link-stat span {
	color: #009DFF;
	/*font-weight: bold;*/
}

#mapContainer {
	width: 100%;
	height: 150px;
}

.right-nav-container {
	position: relative;
	min-width: 400px;
}

.popover {
	padding: 0px;
	border-radius: 0px;
	width: 220px;
	left: 15px !important;
	background: #f0f0f0;
	border: 1px solid #dedede;
}

.popover .arrow {
	color: #f0f0f0;
	border-bottom-color: #f0f0f0;
}

.popover .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #f0f0f0 !important;
}
.popover-content {
/*				overflow: auto;*/
	padding: 0px;
}

.list-group-item {
	border-left: none;
	border-right: none;
	cursor: pointer;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.list-group-item.selected {
	font-weight: bold;
	color: #009DFF;
}

.list-group-item:first-child {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-top: none;
	font-weight: bold;
}

.list-group-item:nth-child(2) {
	font-weight: bold;
}

.list-group-item:last-child {
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

a.vis-option-link {
	display: inline;
}

#hospitalList {
	overflow: auto;
	max-height: 200px; 
}

.list-group {
	margin-bottom: 0px;
}

#svgContainer {
	min-width: 500px;
	min-height: 410px;
	font-size: 10px;
}

.vis-key {
	color: #9e9e9e;
}
.vis-key-title {
	color: #6e6e6e;
	text-transform: uppercase;
	margin: 5px 0 5px 0;
}

.vis-key-item {
	font-size: 10px;
}

.vis-key-item:hover {
	color: #6e6e6e;
	cursor: pointer;
	font-weight: bold;
}

.hospital-list-close-btn {
	float: right;
}

.hospital-list-close-btn:hover {
	cursor: pointer;
	color: gray;
}

#hospitalListBtn {
	font-size: 14px;
	display: inline-block;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #dedede;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 20px;
	margin-top: 20px;
}

#hospitalListBtn i {
	font-size: 18px; 
}

#hospitalListBtn:hover {
	color: #999;
	border-color: #999;
}

#hospitalListBtn:active {
	color: black;
	border-color: black;
}

#hospitalListBtn table td {
	padding-right: 10px;
	text-align: top;
}

#visTitle {
	color: #6e6e6e;
}

.subtitle {
	color: #F66;
}

#histControlRight {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #DEDEDE;
	cursor: pointer;
}

#histControlRight:hover {
	color: #009DFF;
}

#histControlLeft {
	position: absolute;
	left: 45px;
	bottom: 20px;
	color: #DEDEDE;
	cursor: pointer;
}
#histControlLeft:hover {
	color: #009DFF;
}

#showHistBtn {
	position: absolute;
	left: 280px;
	bottom: 2px;
	color: #6e6e6e;

}
#showCirclesBtn {
	position: absolute;
	left: 310px;
	bottom: 2px;
	color: #6e6e6e;
}

#stats {
	padding: 5px;
	border-radius: 5px;
	margin-top: 10px;
	font-size: 12px;
	color: #5D5D5D;
/*	background: #F3F3F3;*/
}

.vis-stat {
	font-size: 10px; 
	color: #A6A6A6;
}

#stats > div {
	text-align: center;
}

.stat-num-md {
	font-size: 30px;
	color: #9E9E9E;
}

.main-stat {
	color: #636363;
}

#catDescription {
	font-size: 14px;
	font-weight: bold;
}

 .stat-num-lg {
	font-size: 42px;
	/*color: #FCB840;*/
	color: #636363;
}

.stat-row {
	color: #B7B7B7;
}

#infoContainer {
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}

/******************************
    Header 
*******************************/

.title-container {
	z-index: 1000;
	margin-top: 30px;
	font-family: 'EB Garamond', serif;
}

.title-container #logo, .title-container .title-text {
	float: left;
}

.title-container .title-text {
	margin-left: 10px;
}

.title-container #showMore {
	color: rgb(222,16,40);
}


.title-text .title {
	margin-top: 0px; 
	margin-bottom:1px
}

.title-text .subtitle {
	font-size: 16px;
	color: gray;
}

.title-keyword {
	color: rgb(222,16,40);
}

a.title-keyword:hover, a.title-keyword:active {
	text-decoration: none;
}

.navElements {
	font-size: 16px;
	letter-spacing: 1.5px;
}

.navElements > a {
	height: 3.125em;
	color: gray;
	cursor: pointer;
}

.navElements > a:hover {
	text-decoration: none;
	color: #de412c;
}



/*****************************
	Footer 
******************************/
#footer {
	border-top: 1px dotted #dedede;
	padding: 5px 10px 10px 5px;
}

#footer i.fa-plus {
	color: #DB3B4B;
	font-size: 8px;
	opacity: 0.5;
	margin: 5px;
}

.footer-plus {
	color: #DB3B4B;
	font-size: 13px;
}


/*****************************
	lightbox 
******************************/
#showMore{
  cursor: pointer;
}
 
#essayBox{
  position: absolute;
  display: none;
  top: 90px;
  left:0px;
  height: 600px;
  border-radius: 5px;
  opacity: 0.0;
  color : #444;
  padding: 40px;
  font-size: 18px;
  letter-spacing: 1.5px;
  background-color:rgba(255, 255, 255, 0.8);
  font-family: 'EB Garamond', serif;
  z-index:1000;
}
 
#essayBox-close {
  cursor: pointer;
  height: 15%;
  width: 5%;
  padding: 5px;
  position: absolute;
  top: 2%;
  left: 95%;
  color:rgb(222,16,40);
}

#essayContent p {
	margin-bottom: 20px;
}

#essayContent a {
	color: black;
	text-decoration: underline;
}

/*******************************************
Fixes
********************************************/
.spacer {
	height: 1px;
	clear: both;
}





