html, body, .content {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/* background: #f8f9fa; */
}
* {
	box-sizing: border-box;
}
.ds-font {
	font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.ds-main {
	max-width:1400px;
	display:block;
	margin:0 auto;
}
.ds-card .ds-group,
.ds-map-hide .ds-card .ds-parent {
	border-bottom: none;
}
.ds-scroll {
	overflow:auto;
	max-height:600px;
}
@media(max-width:991px) {
	.ds-scroll {
		overflow: auto;
		max-height:450px;
	}
}
.ds-map-hide .ds-scroll {
	max-height: unset;
	/* max-height:900px; */
}
.ds-page {
	border:solid 1px #2780e3;
	padding:6px 10px 9px 10px;
	margin-right:3px;
	color: #2780e3;
	font-weight: bold;
}
.ds-page select {
	background: none;
	border: none;
	font-size: 16px;
	color: #2780e3;
	font-weight: 700;
	text-align: right;
}
.ds-page input {
	height: 28px;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}
.ds-card .card-header {
	border-bottom: none;
}
.ds-card .table thead th {
	border-top: none;
}
.ds-body input[type="checkbox"] {
	height:16px;
	width:16px;
	margin-left:-10px;
}
.ds-body .empty {
	text-align: center;
	padding: 30px 0;
}
.ds-body .empty svg {
	height: 80px;
	opacity: 0.7;
	transform: scale(3);
}
.ds-body .empty p {
	font-size: 24px;
	color: #9f9f9f;
	margin-bottom: 0;
}
.ds-table .ds-metric {
	width: 300px;
}
.ds-items > tr.active {
	background: #e7e7e7;
}
.ds-loan {
	padding: 5px 8px;
	line-height: 38px;
}
.ds-loan .dropdown-menu {
	line-height: 24px;
}
.ds-loan form > * {
	display: inline-block;
	height: 36px;
}
.ds-loan .ds-parent {
	float: left;
	margin-right: 4px;
	margin-top: 2px;
}
.ds-loan .dropdown.d-inline-block {
	vertical-align: top;
	margin-top: -3px;
}
.ds-loan .ds-parent .dropdown > a {
	margin-top: -4px;
}
.ds-range, .ds-input, .ds-select {
	border: solid 1px #2780e3;
	padding: 0 6px;
	margin-right: 4px;
}
.ds-loan button.remove {
	background: none;
	border: none;
	float: right;
	padding: 0;
	margin: -3px -2px 0 3px;
	opacity: 0.4;
}
.ds-loan button.remove:hover {
	opacity: 0.6;
}
.ds-loan button.remove svg {
	transform: scale(0.8);
}
.ds-range {
	border: solid 1px #2780e3;
}
.ds-input {
	border: solid 1px #2780e3;
}
.ds-select {
	border: solid 1px #2780e3;
}
.ds-input input,
.ds-range input,
.ds-range select,
.ds-select select {
	background: none;
	border: none;
	font-size: 16px;
	font-weight: 700;
	color: #4f4f4f;
	height: 24px;
	line-height: 24px;
	border-bottom: solid 2px #2780e3;
}
.ds-input input:focus,
.ds-range input:focus,
.ds-select select:focus {
	outline: none;
}
.ds-input input {
	/* min-width: 80px; */
}
.ds-range select {
	margin-right: 10px;
	text-align: right;
}
.ds-range input {
	text-align: center;
	width: 60px;
}
.ds-loan > span {
	display: inline-block;
}
.ds-loan form button[type="submit"] {
	margin-top: -6px;
}
.ds-flag {
	float: left;
	border-radius: 4px;
	width: 40px;
	margin: -3px 8px 0 0;
	border: solid 1px #dfdfdf;
}
.dollar {
	font-size: 1.2rem;
	font-weight: 700;
}
.leaflet-tile-container img {
	width: 512.5px !important;
	height: 512.5px !important;
}
.leaflet-popup-content {
	/* margin: 8px 10px; */
	margin: 0px;
}
.leaflet-popup-content p {
	margin: 0;
}
.leaflet-popup-content-wrapper {
	border-radius: 4px;
}
.leaflet-container .leaflet-control-attribution {
	background: rgba(255, 255, 255, 0.5);
}
.content {
	position: relative;
}
.content > * {
	position: absolute;
	top: 0;
	bottom: 0;
}
.content > .sidebar {
	left: 0;
	width: 300px;
	z-index: 2;
	overflow-y: auto;
}
.content > .sidebar .search.card {

}
.content > .sidebar .search.card .card-title img {
	float: left;
	margin-right: 6px;
	height: 24px;
}
.content > .map {
	right: 0;
	left: 300px;
	z-index: 1;
}
#map {
	width: 100%;
	height: 400px;
}
@media(max-width: 480px) {
	#map {
		height: 240px;
	}
	#table th {
		white-space: nowrap;
	}
}
.logo {
	font-size: 20px;
	font-weight: 700;
	padding: 5px 0 10px 0;
}
.logo .badge {
	float: left;
	margin: 4px 5px 0 0;
}
.logo a.brand {
	color: #4f4f4f;
	cursor: pointer;
}
.logo a.float-right {
	font-size: 16px;
	margin-top: 2px;
	border-bottom: solid 1px #336699;
}
.logo a:hover {
	cursor: pointer;
	text-decoration: none;
}
.calculator .divide svg {
	float:right;
	width: 16px;
	margin-right: -10px;
	margin-top: 5px;
}
.calculator .calc-option {

}
.calculator .calc-option .name {
	font-size: 14px;
	display: block;
	text-align: center;
	float: left;
}
.calculator .calc-option .value {
	font-size: 18px;
	font-weight: 700;
	display: block;
	text-align: center;
	float: left;
}
.dist-range {
	position: relative;
	height: 30px;
}
.dist-range .dist-min b,
.dist-range .dist-max b {
	display: block;
}
.dist-range .dist-min {
	float: left;
	margin-left:5px;
}
.dist-range .dist-average {
	text-align: center;
	position: absolute;
	top: 0;
	margin-left: -30px;
	left: 50%;
	width: 60px;
	height: 30px;
}
.dist-range .dist-average b {
	color: inherit;
}
.dist-range .dist-average small {
	color: inherit;
	margin-top: -7px;
	font-size: 10px;
}
.dist-range .dist-max {
	float: right;
	text-align: right;
	margin-right:5px;
}
.text-gray {
	color: #7f7f7f;
}
.ds-cap {

}
.table-select .dropdown:first-child .dropdown-menu {
	z-index: 100001;
}
.dropdown-menu li.active {
	background: #f0f0f0;
}
.dropdown-menu li.active a {
	font-weight: 700;
}
.ds-tweet {

}
.ds-tweet img {
	width: 24px;
	opacity: 0.7;
}
.ds-tweet img:hover {
	opacity: 1.0;
}
.btn-explore {
	padding: 4px 10px;
}
.ds-rank {
	font-weight: 700;
}
.ds-out-of {
	position: relative;
	padding-left: 5px;
	font-size: 0.8rem;
	font-weight: 400;
}
.ds-popup {
	width: 240px;
}
.ds-popup .header {
	position: relative;
	padding: 5px;
	font-size: 14px;
	font-weight: 700;
}
.ds-popup .header.with-flag {
	padding-left: 60px;
}
.ds-popup .header .flag {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 50px;
	height: auto;
	border-radius: 4px;
}
.ds-popup .body {
	background: #f7f7f7;
	padding: 5px 8px 2px 8px;
}
.ds-popup .body small {
	display: block;
	font-size: 10px;
	margin-bottom: 4px;
}
.ds-popup .body a {
	margin: 0 2px 2px 0;
	font-size: 12px;
}
.ds-popup .body a.btn-primary {
	color: white;
}
.ds-popup .body a:last-child {
	margin-right: 0;
}
.list-group-item.ds-metric-iamt {
	line-height: 18px;
}
.ds-menu-title {
	min-width: 240px;
	line-height: 16px;
}
.ds-region .btn-explore {
	margin: -4px -10px 0 4px;
}
.ds-region .ds-multiple {
	font-size: 16px;
	font-weight: 700;
}
