.angular-google-map-container {
	height: 400px;
}

svg {
	fill: red;
}

svg text {
	fill: black;
	font: 10px sans-serif;
	/* text-anchor: middle; */
}

svg rect:hover {
	opacity: 0.8;
}

.axis {
	font: 10px sans-serif;
	fill: red;
}

.axis path,
.axis line {
	fill: none;
	stroke: #000;
}

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

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

input {
	font-weight: bold;
}

input:focus {
	background-color: #ffa;
}

li {
	display: inline-block;
}

#map_canvas {
	height: 400px;
	width: 100%;
	border: 5px solid #253946;
}

.dropdown-menu {
	max-height: 300px;
	/*Provide height in pixels or in other units as per your layout*/
	overflow-y: auto;
	/*Provide an auto overflow to diaply scroll*/
}

.rows {
	display: flex;
	/* equal height of the children */
}

.cols {
	flex: 1;
	/* additionally, equal width */
	padding: 1em;
}

.md-dialog-container {
	height: 100% !important;
	position: fixed !important;
	top: 0px !important;
}

div.tooltip {
	position: absolute;
	text-align: center;
	width: 80px;
	height: 55px;
	padding: 4px;
	font: 16px sans-serif;
	color: white;
	font-weight: 500;
	background: black;
	border: 0px;
	border-radius: 4px;
	pointer-events: none;
}
