/* Fonts
**********************************************************************/

@font-face {
	font-family: GothamHTF-Bold;
	src: url("/fonts/GothamHTF-Bold.otf") format("opentype");
}

@font-face {
	font-family: GothamHTF-Book;
	src: url("/fonts/GothamHTF-Book.otf") format("opentype");
}

/* General
**********************************************************************/

a {
	color: #00C697;
}

a:focus, a:hover {
	color: #00C697;
	text-decoration: none;
}

body {
	color: #808080;
	font-family: GothamHTF-Book, Helvetica, Arial, sans-serif;
	padding: 60px;
}

h1, h2 {
	font-weight: normal;
	margin: 0;
}

h1 {
	color: #424c5c;
	font-family: GothamHTF-Bold, Helvetica, Arial, sans-serif;
	font-size: 48px;
	margin-bottom: 6px;
}

h2 {
	color: #424c5c;
	font-size: 20px;
	margin-bottom: 15px;
}

hr {
	background-color: #00C697;
	border: none;
	height: 6px;
	margin-bottom: 0;
}

img.center {
	display: block;
	margin: 0 auto;
}

input {
	margin-bottom: 15px;
}

section {
	margin-top: 30px;
}

select {
	margin-bottom: 15px;
}

strong {
	color: #424c5c;
	font-weight: normal;
}

td {
	color: #424c5c;
}

th {
	font-weight: normal;
}

.container-fluid {
	padding: 0;
}

.form-control {
	border-color: #ddd;
	box-shadow: none;
}

.output-changed {
	color: #00C697;
}

.output-unchanged {
	color: #C62400;
}

.reject {
    color: #00C697;
    cursor: pointer;
}

/* Button
**********************************************************************/

.btn.focus,
.btn:focus,
.btn:hover,
.btn.active.focus,
.btn-default.active,
.btn-default.active:hover,
.btn-default:active:hover {
	border-color: #ddd;
	box-shadow: none;
	outline: none;
}

.btn.focus,
.btn:focus {
	background-color: white;
	color: #424c5c;
}

.btn:hover {
	background-color: #ddd;
	color: #424c5c;
}

.btn.active.focus,
.btn-default.active,
.btn-default.active:hover,
.btn-default:active:hover {
	background-color: #00C697;
	color: white;
}

/* Title
**********************************************************************/

#title {
	align-items: center;
	display: flex;
}

#title div:first-child {
	flex: 1;
}

/* Status
**********************************************************************/

#status-span {
	margin-left: 10px;
}

/* Map
**********************************************************************/

.ol-zoom {
	bottom: .5em;
	left: auto;
	right: .5em;
	top: auto;
}

.ol-control button {
	color: #666;
	background-color: white;
}

.ol-control button:focus {
	background-color: white;
	outline: none;
}

.ol-control button:hover {
	background-color: #eee;
}

#content-panel {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#information-panel {
	align-items: center;
	color: #aaa;
	display: flex;
	font-size: 14px;
	margin-top: 5px;
}

.information-separator {
	margin: 0px 6px;
}

#instructions-panel {
	font-size: 13px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 200px;
}

#message-span, #project-span {
	display: inline-block;
	vertical-align: bottom;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#message-span {
	max-width: 500px;
}

#project-span {
	max-width: 150px;
}

#map-spacer {
	width: 15px;
}

#maps-panel {
	display: flex;
	flex: 1;
}

#new-map, #old-map {
	background-color: #eee;
	flex: 1;
	height: 100%;
}

.tooltip {
	font-family: GothamHTF-Book, Helvetica, Arial, sans-serif;
	font-size: 11px;
	position: relative;
	padding: 1px 5px;
	background: white;
	color: #666;
	opacity: 1;
	white-space: nowrap;
	border: 1px solid #ccc;
}

#legend-parent {
	color: #aaa;
	display: inline-flex;
	font-size: 14px;
}

.legend-child {
	align-items: center;
	display: flex;
	margin-right: 12px;
}

.legend-child:last-child {
	margin-right: 0;
}

.legend-child > div:first-child {
	border-radius: 8px;
	height: 16px;
	width: 16px;
}

.legend-child > div:last-child {
	margin-left: 6px;
}

/* Tools
**********************************************************************/

#tool-panel .btn, #tool-panel input, #tool-panel select, #tool-panel textarea {
	margin-bottom: 15px;
}

#tool-panel {
	display: flex;
	flex-direction: column;
	margin-right: 15px;
}

#comment-text-area {
	resize: none;
}

#tool-panel .btn, #tool-panel .btn-group-vertical > .btn {
	width: 200px;
}

#tool-panel .btn {
	text-align: inherit;
}

.underlined {
	text-decoration: underline;
}

#change-tools-divider, #draw-tools-divider {
	display: flex;
	flex-direction: column;
}

#change-tools-divider button, #draw-tools-divider button {
	margin-bottom: 15px;
}

#tool-panel .btn-group-vertical .btn {
	margin-bottom: 0;
}

#tool-panel .btn-group-vertical {
	margin-bottom: 15px;
}

#back-button {
	margin-bottom: 0;
}

.swath {
	display: inline-block;
	float: right;
	height: 12px;
	margin-top: 4px;
	width: 12px;
}

/* Table
**********************************************************************/

#overview td:first-child {
	color: #808080;
}

#overview tr:first-child td {
	border: none;
}

.table-without-margin {
	margin: 0;
}