.navbar {
  margin-bottom: 10px;
}

/*stop form fields overflowing container at some resolutions*/
input {
  max-width: 100%;
}

svg {
    margin: 0 auto;
    font: 10px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.line {
  fill: none;
  stroke: darkgoldenrod;
  stroke-width: 1px;
}

.limit {
    stroke: goldenrod;
}

.footer p {
    font-size: .8em;
}

span.authors{
    font-style: italic;
}

li.paper{
    padding: 6px 0px;
}

#results-table td, #results-table th,
#inputs-table td, #inputs-table th {
    text-align: center;
}

#correlations-table td, #correlations-table th,
#statistics-table td, #statistics-table th {
    text-align: center;
}

#chart {
  display: flex;
}

.results-header {
    text-align: center;
    padding-bottom: 30px;
}

#results-table {
    margin: 0 auto;
    max-width: 90%;
}

.body-header {
    text-align: center;
    margin-top: 40px;
}

#statistics-table {
    margin: 0 auto;
    max-width: 100%;
}

#correlations-table {
    margin: 0 auto;
    max-width: 80%;
}

.warning {
  color: red;
}

p.error {
  color: red;
}

ul.errors {
  list-style: none;
  padding-left: 10px;
  color: red;
}

#basicMap {
  height: 545px;
  min-height: 100%;
  min-width: 100%;
  display: block;
}

html, body
{
  height: 100%;
}

#map-wrapper {
    width: 100%;
    position: relative;
    padding-top: 10px;
    height: 610px;
}

#button-wrapper {
    position: absolute;
    top: 20px;
    left: 50px;
}

#zoomButton {
  height: 54px;
}

#results-map {
  height: 300px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.jumbotron {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.img-btn {
  height: auto;
  width: auto;
  /*max-width: 100px;*/
  max-height: 20px;
}

/*change the header button bg color to the ARR background*/
.btn-header {
  background-color: #0067ab;
}

/*looks weird on hover with image as bg, disable color change*/
.btn-header:hover {
  background-color: #0067ab;
}

.inline {
  display: inline;
}

.buttons {
  list-style: none;
}

#advanced .form-control {
  width: 10%;
}

.text-container {
  font-size: 1.2em;
}

.georgia {
  /*font-family: Georgia;*/
}

.catchment-icon {
  background: lightblue;
  border: 2px solid skyblue;
  color: #3f3f3f;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  line-height: 12px;
  font-size: 8px;
  }

#results-chart {
  height: auto;
  width: auto;
}

/*dash the confidence limits lines*/
.dashed {
  stroke-dasharray: 3, 3;
}

.footnote {
  text-align: center;
  font-size: 65%;
  margin-top: 5px;
}

.center {
  text-align: center;
}

.center-container {
  position: relative;
  height: 201px;
  /*width: 100%;*/
}

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  max-width: 100%;
  max-height: 100%;
}

.grey {
  color: grey;
}

#catchmentMap {
  height: 500px;
}

#loadSpinner {
  height: 100px;
  width: 100px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  visibility: hidden;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-bottom: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mainLogo {
    text-align: center;
}
