﻿.data-box {
	padding: 0.5rem;
	margin: 0.5rem;
	border: 2px solid #bdcad4;
	border-radius: 0.3rem;
	background-color: white!important;
}

.data-title {
	font-size: 110%;
	background-color: #000f24;
	color:#ffffff;
	text-align: center;
	margin: 0.2rem;
	border-radius: 0.5rem;
	font-weight: normal!important;
}


.drop-file-zone {
	margin: 1rem;
}

.drop-file-zone .drop-area {
	border: 2px dashed #888;
	border-radius: 6px;
	padding: 40px;
	text-align: center;
	cursor: pointer;
}

.drop-file-zone .drop-area.dragover {
	border-style: solid;
	background-color: #eee;
}

.drop-file-zone .progress-container {
	margin-top: 0.5rem;
}

.drop-file-zone .progress-bar {
	width: 100%;
}

.drop-file-zone .progress-text {
	font-size: 120%;
}

.drop-file-zone .dropped-file {
	border: solid 1px;
	padding: 0.5rem;
}

.source-row {
	padding: 5px;
	opacity: 0.6;
}

.source-row.selected {
	border: solid 2px #bdcad4;
	opacity: 1;
}

.scheduled-command {
	display:inline-block;
	margin: 0.2rem;
	padding: 0.2rem;
	border: 1px solid #ff6a00;
}


/* chatty map styles */
.location-selector {
	max-width: 50rem;
}

.location-search {
	display: flex;
	gap: 0.5rem;
}

.location-search input {
	flex: 1;
	min-width: 0;
	padding: 0.5rem 0.625rem;
	border: 1px solid #aaa;
	border-radius: 0.25rem;
	font-size: 0.875rem;
}

.location-search button {
	padding: 0.5rem 1rem;
	border: 1px solid #777;
	border-radius: 0.25rem;
	background: #f5f5f5;
	cursor: pointer;
}

.location-search button:hover {
	background: #e8e8e8;
}

.location-search-results {
	display: none;
	margin-top: 0.25rem;
	border: 1px solid #bbb;
	border-radius: 0.25rem;
	background: white;
	overflow: hidden;
}

.location-search-result {
	padding: 0.5rem 0.625rem;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

.location-search-result:last-child {
	border-bottom: none;
}

.location-search-result:hover {
	background: #f2f6fa;
}

.location-search-message {
	padding: 0.625rem;
	color: #777;
	font-size: 0.8125rem;
}

.location-map {
	height: 12rem;
	margin-top: 0.625rem;
	border: 1px solid #aaa;
	border-radius: 0.3125rem;
}

.location-coordinates {
	display: flex;
	gap: 0.625rem;
	margin-top: 0.625rem;
}

.location-coordinates > div {
	flex: 1;
}

.location-coordinates label {
	display: block;
	margin-bottom: 0.1875rem;
	font-size: 0.75rem;
	color: #666;
}

.location-coordinates input {
	box-sizing: border-box;
	width: 100%;
	padding: 0.375rem 0.5rem;
	border: 1px solid #aaa;
	border-radius: 0.25rem;
}

.location-help {
	margin-top: 0.375rem;
	font-size: 0.75rem;
	color: #777;
}
