body {
	margin: 0;
	padding: 0;
}

#map {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -100;
}

.map-overlay#history_overlay {
	font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
}

.map-overlay#history_overlay .map-overlay-inner {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px;
}

#history_ovelay_inner {
	width: 25% !important;
	min-width: 500px !important;
}

#history_overlay_debug {
	display: inline-block;
}

.tooltip-inner {
    max-width: none;
}

.map-overlay#history_overlay#remoteid_tab{
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px;
}

.map-overlay#history_overlay h2 {
	line-height: 24px;
	display: block;
	margin: 0 0 10px;
}

.map-overlay#information_overlay {
	position: absolute;
	width: 15%;
	min-width: 300px;
	top: 0;
	left: 0;
	padding: 3px;
}

.map-overlay .card {
	margin-bottom: 3px;
}

.map-overlay#information_overlay .map-overlay-inner {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 10px;
}

#information_list_group .list-group-item.active {
	background-color: #a4aaaf;
	border-color: #a4aaaf;
}

.legend a span {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}

.legend a span img {
	display: block;
	width: auto;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 7px;
}

.custom-range{
	padding: 20px 5px!important;
}

.font-weight-bold {
	padding: 10px 5px!important;
}

input[type=range]::-webkit-slider-thumb {
	background: #6c757d;
}

/* Add scrollbar to modal */
#history_modal .modal-body{
    max-height: calc(100vh - 170px);
    overflow-y: auto;
}

#settings_modal .modal-body{
    max-height: calc(100vh - 170px);
    overflow-y: auto;
}

#history_modal small{
	font-size: 70%;
} 

.lock-btn:hover .gps-icon-unlock:before {
    content: "\f13e";
}

.lock-btn:hover .gps-icon-lock:before {
    content: "\f023";
}

.list-group-item.active_history {
    z-index: 2;
    background-color: #ccc;
}

input[type="file"] {
    display: none;
}

.arrow {
  display: inline-block;
  font-size: 0.8rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  transition: transform 0.25s ease;
  margin-bottom: 0.1rem;
}

.arrow.rotate {
  transform: rotate(0deg) !important;
}
