﻿/* Edit Tracker styles from here */
body {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 1.5em;
  max-width: 1440px;
  margin: 0 auto;
  background-color: lightgray;
}
input,
select,
textarea,
button {
  font-size: 100%;
  font-family: Open Sans;
  color: black;
  max-width: 100%;
}
header,
footer,
hgroup,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
header {
  background-color: #003366;
  padding: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: normal;
}
p,
h5,
h6 {
  font-size: 1em;
  /* 16px */
  line-height: 1.5em;
  /* 24px */
  margin: 0 0 1.5em 0;
}
h1 {
  font-size: 1.875em;
  /* 30px */
  line-height: 1.6em;
  /* 48px */
  margin-top: 0.8em;
  margin-bottom: 0em;
}
h2 {
  font-size: 1.5em;
  /* 24px */
  line-height: 1em;
  /* 24px */
  margin-top: 0.6em;
  margin-bottom: 0.4em;
  color: #003366;
}
h3 {
  font-size: 1.25em;
  /* 20px */
  line-height: 1.2em;
  /* 24px */
  margin-top: 1em;
  margin-bottom: 0.2em;
}
h4 {
  font-size: 1.125em;
  /* 18px */
  line-height: 1.3333em;
  /* 24px */
  margin-top: 1.3333em;
  margin-bottom: 0em;
}
#body {
  background-color: white;
}
#map-panel {
  display: flex;
  background-color: white;
}
#map {
  height: 500px;
  flex: 3;
}
.ol-zoom button {
  height: 30px;
  width: 30px;
  color: white;
  font-size: x-large;
  background: black;
}
.ol-control button:hover {
  color: #ff6a00;
}
#search {
  flex-basis: 300px;
  padding: 10px;
  overflow-y: scroll;
  height: 480px;
  background-color: #efefef;
}
#search h3 {
  margin: 0;
}
#search p {
  margin: 0 0 10px;
}
#search input[type=text] {
  width: 240px;
}
#search select {
  width: 248px;
}
#detail {
  padding: 10px;
}
#title h1 {
  margin: 0;
  color: #003366;
}
#searchResults {
  line-height: 1em;
}
ul#searchResults {
  margin-top: 10px;
  padding: 0;
}
#searchResults li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#view table {
  width: 100%;
  margin-top: 10px;
}
#edits table {
  width: 100%;
  margin-top: 10px;
}
i.fas {
  min-width: 16px;
}
.editing td:first-child {
  border-left: 2px solid #ff6a00;
}
ul {
  padding-left: 20px;
  list-style: square;
}
ol {
  padding-left: 20px;
  list-style: decimal;
}
li {
  padding-bottom: 0.25em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #ff6a00;
}
.centre {
  text-align: center;
}
/*http://stackoverflow.com/questions/271067/how-can-i-make-a-textarea-100-width-without-overflowing-when-padding-is-present*/
.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Layout stuff */
.accent {
  color: #003366;
}
.comment {
  display: block;
  clear: left;
}
.strike {
  text-decoration: line-through;
}
.headline {
  font-size: 1.875em;
  /* 30px */
  line-height: 1.6em;
  /* 48px */
  color: white;
  font-weight: normal;
}
div.menu {
  position: relative;
  height: 25px;
  color: white;
}
.menu ul {
  padding: 0;
  margin-bottom: 0;
  position: absolute;
}
.menu ul.login {
  right: 0;
}
.menu li {
  display: inline-block;
  font-size: 1.125em;
  /* 18px */
  line-height: 1.3333em;
  /* 24px */
  font-size: 1em;
  /* 16px */
  line-height: 1.5em;
  /* 24px */
}
.menu li a {
  text-decoration: none;
  color: white;
}
.menu li a:hover {
  text-decoration: underline;
  color: #ff6a00;
}
.menu li form {
  display: inline;
}
/*.menu li.admin, .menu li.admin a {
	color: #999;
}*/
ul.account {
  list-style-type: none;
  padding: 0;
}
ul.account li label {
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
.wide {
  width: 100%;
}
ul.anchors {
  padding: 5px 0;
  margin: 0;
}
ul.anchors li {
  display: inline-block;
  list-style-type: none;
  font-size: 12px;
}
ul.anchors li:hover {
  text-decoration: underline;
  color: #ff6a00;
  cursor: pointer;
}
.menu li + li::before,
.anchors li + li::before {
  content: "| ";
}
/*Tables*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  border-left: 1px solid #efefef;
  color: black;
  padding: 5px;
  height: 26px;
}
th,
tr.header td {
  font-weight: bold;
  background-color: #003366;
  border-bottom: 2px solid white;
  color: white;
  text-align: left;
  vertical-align: middle;
}
tr:nth-of-type(odd) {
  background: #efefef;
}
tr.blank {
  border: 0;
  height: 0;
}
tr.blank td {
  padding: 0;
  border-top: 1px solid #efefef;
  height: 0 !important;
}
tr.highlight td:first-child {
  font-weight: bold;
}
tr:hover td:first-child {
  border-left: 2px solid #ff6a00;
}
button:hover {
  border-color: #ff6a00;
}