body {
  width: 100%;
  margin: 0px auto 0px;
  font-size: 0.9em;
  font-family: "Noto Sans", Garamond, Courier, Tahoma, Verdana, sans-serif;
  text-align: justify;
  color: #666;
}

/* TEXT DEFAULTS*/
::placeholder {
  color: #666;
  opacity: 0.25;
}

h1 {
  font-size: 2.5em;
  text-align: center;
  color: #000;
}

h2 {
  font-size: 2em;
  text-align: center;
  color: #000;
}

h3 {
  padding-top: 5px;
  font-size: 1.5em;
  text-align: center;
  color: #000;
}

h4 {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  text-indent: 0px;
  font-weight: bold;
  width: 100%;
  color: #000;
}

p {
  text-indent: 0px;
}

p::first-line {
  font-size: 1.05em;
  font-weight: 600;
}

a {
  font-weight: bold;
}

a:hover {
  color: rgb(2, 2, 105);
}

table {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  border-radius: 5px;
  outline: 1px solid gray;
  margin-bottom: 10px;
}

tr:nth-child(odd) {
  background-color: #eee;
}

th {
  border: 1px solid #ccc;
  padding: 3px;
  text-align: left;
}

td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.8em;
  text-align: left;
  vertical-align: middle;
}

/*
input {
  display: inline;
  width: 90%;
  max-width: 280px;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 18px;
}

select {
  width: 98%;
  max-width: 320px;
  padding: 10px;
  margin-top: 5px;
  border: none;
  border-radius: 8px;
  border: 1px solid #ddd;
}
*/
select,
input {
  width: 100%;
  max-width: 450px;
  height: auto;
  min-height: 2em;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #aaa;
  box-shadow: 2px 10px 10px #eee;
}

input[type="file"] {
  width: 100%;
  max-width: 450px;
  height: auto;
  min-height: 2em;
  box-sizing: border-box;
  border-radius: 5px;
  border: 0px solid #aaa;
  box-shadow: 0px 0px 0px #eee;
}

textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #aaa;
  box-shadow: 2px 10px 10px #eee;
}

/*textarea {
  white-space: pre;
  width: calc(100% - 25px);
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-wrap: wrap;
}
  */



button {
  width: 10em;
  max-width: 300px;
  height: auto;
  padding: 10px;
  margin-top: 5px;
  border: none;
  border-radius: 8px;
  background-color: #f27405;
  color: white;
  font-weight: bold;
}

button:hover {
  background-color: peru;
}

button:disabled {
  background-color: #aaa;
}

label {
  color: #555;
  font-weight: bold;
  display: flex;
  margin-top: 10px;
  border-radius: 5px;
}



.img_base {
  max-width: 200px;
  max-height: 200px;
}

.img_400 {
  max-width: 400px;
  max-height: 400px;
}

/*DIVS*/
#species_list {
  height: 100%;
  width: 100%;
}

#map {
  height: 575px;
  width: 100%;
  margin: 0px auto 0px;
  border: 1px solid #666;
  border-radius: 5px;
}

#rate {
  height: 1em;
}

#cost {
  height: 1em;
}

#map_div {
  height: 800px;
}

#chart_div {
  height: 300px;
}

#cart {
  text-align: right;
}

#shipping-data {
  width: 100%;
}

#barMass {
  text-align: center;
  height: 300px;
}

#barWing {
  text-align: center;
  height: 300px;
}

.pageFooter img {
  height: 100px;
}

.pageFooter a {
  color: #ddd;
  text-decoration: none;
  ;
}

.pageFooter a:visited {
  color: #999;
}

.input-long {
  width: 100%;
  max-width: calc(100% - 20px);
}

.input-short {
  width: calc(100% - 5px);
  height: 40%;
  border-radius: 5px;

  padding: 2px;
  margin-top: 0px;
  border-radius: 5px;
}

.input-tiny {
  width: 30px;

  padding: 0px;
  margin-top: 0px;
  border-radius: 0px;
}

.pageHeader {
  margin-top: 58px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  z-index: 1000;
  background-image: url("/img/headers/kingfishermalachite_family_.jpg");

  img {
    opacity: 1;
    filter: drop-shadow(0px 0px 20px #666);
  }
}

.pageHeader h1 {
  color: #fff;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 3em;
  line-height: 0em;
  text-shadow: #000 5px 5px 10px;
  opacity: 1;
}

.pageHeader h3 {
  color: #fff;
  font-size: 2em;
  text-shadow: #000 5px 5px 10px;
  opacity: 1;
}



.pageMenu {
  position: fixed;
  top: 0px;
  width: inherit;
  padding: 5px;
  height: auto;
  border: 1px solid #161136;
  background-color: #161136;
  color: #fff;
  z-index: 10000;
}

.pageMenu {
  font-size: 1em;
  font-weight: bold;
}

.pageMenu label {
  color: #fff;
}

.pageMenu a {
  color: #ddd;
  text-shadow: #000 0px 0px 10px;
  text-decoration: none;
  font-weight: lighter;
  font-size: 10px;
}

.pageMenu a:hover {
  color: #fff;
  text-decoration: underline;
}

.pageMenu img {
  height: 32px;
}

.pageMenuSub {
  width: auto;
  padding: 5px;
  background-color: #ddd;
  border: 1px solid #161136;
  z-index: 10000;
  color: #000;
  text-decoration: none;
}

.pageMenuSub a {
  color: #ffffff;
  text-decoration: none;
}

.pageMenuSub a:hover {
  color: #000;
  text-decoration: underline;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

.pageContent {
  margin-top: 100px;
  margin-bottom: 100px;
  position: static;
  clear: both;
  padding: 10px;
  min-height: 768px;
}

.section-full {
  padding: 5px;
  clear: both;
}

.section-full-border {
  padding: 5px;
  clear: both;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.section-full-2columns-parent {
  padding: 10px;
  clear: both;
}

.section-full-2columns-content {
  columns: 2;
  clear: both;
}

.section-75-2columns-content {
  width: 75%;
  margin: 0px auto 0px;
  columns: 2;
  clear: both;
}

.section-half-left-border {
  width: 47%;
  float: left;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.section-half-right-border {
  width: 47%;
  float: right;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.section-half-left {
  width: 47%;
  float: left;
  padding: 5px;
  margin: 5px;
}

.section-half-right {
  width: 47%;
  float: right;
  padding: 5px;
  margin: 5px;
}

.section-25-right {
  width: 23%;
  float: right;
  /*border: 1px solid #000;*/
}

.section-75-left {
  width: 73%;
  float: left;
}

.section-75-right {
  float: right;
  padding: 10px;
  width: 73%;
}

.section-25-left {
  width: 23%;
  float: left;
  padding: 10px;
}

.section-25-centre {
  width: 25%;
  margin: 0px auto 0px;
  clear: both;
}

.section-50-centre {
  /*border:1px solid #ccc;*/
  border-radius: 5px;
  width: 50%;
  margin: 0px auto 0px;
  clear: both;
}

.text-centre {
  text-align: center;
}

.section-76-centre {
  width: 76%;
  margin: 0px auto 0px;
  clear: both;
}

.section-75-centre {
  width: 75%;
  margin: 0px auto 0px;
  clear: both;
}

.section-85-centre {
  width: 85%;
  margin: 0px auto 0px;
  clear: both;
}

.section-100-center {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
}

#species-summary {
  border-radius: 5px;
  background-color: #eee;
}

.pageFooter {
  z-index: 10000;
  clear: both;
  height: auto;
  width: 100%;
  background-color: #161136;
  color: #fff;
  font-size: 9px;
  text-align: center;
  /*position: fixed;
  bottom: 0px;*/
  padding-top: 5px;
}

.error {
  color: #fff;
  background-color: #f00;
}

.ring-code-0 {
  font-weight: normal;
  color: #aaa;
}

.ring-code-1 {
  font-weight: normal;
}

.ring-code-2 {
  color: #7e3a03;
  font-weight: bold;
}

.ring-code-3 {
  color: #7e3a03;
  font-weight: bold;
}

.ring-code-X {
  color: #a00;
  font-weight: bold;
}

.red_linethrough {
  color: #f00;
  text-decoration: line-through;
}

.blue_bold {
  color: #00f;
  text-decoration: underline;
  font-weight: bold;
}

.td_red {
  background-color: #a00;
  color: #eee;
}

.td_green {
  background-color: #0a0;
  color: #eee;
}

.info {
  border: 2px solid rgb(251, 0, 0);
  border-radius: 5px;
  margin-top: 0px;
  padding: 10px;
  font-weight: normal;
  font-size: 0.9em;
  color: #555;
  background-color: #ddd;
}

.infoHighlight {
  border: 2px solid rgb(246, 0, 0);
  border-radius: 5px;
}

.inputForm {
  padding: 10px;
  border-radius: 5px;
  background-color: #eee;
  border: 1px solid #dedede;
  color: #000;
}

.shorter {
  width: 40%;
  max-width: 70px;
}

.img_fitted {
  width: 50%;
  border-radius: 5px;
  border: 1px solid #444;
}

.img_team {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #666;
}

.img-rounded {
  border-radius: 5px;
}

.greyText {
  color: #aaa;
}

.section-blank {
  height: -10px;
  clear: both;
}

.section-spacer {
  clear: both;
  height: 600px;
  text-align: center;
}

.section-small-spacer {
  padding-top: 150px;
}

.shop-summary {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-top: 10px;
}

.shop-items {
  width: 100%;
  min-width: 320px;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.shop-items-2 {
  width: 100%;
  min-width: 500px;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.shop-item {
  flex-grow: 1;
  border: 2px solid #dedede;
  background-color: #efefef;
  border-radius: 5px;
  width: 30%;
  height: auto;
  min-height: 170px;
  margin: 10px;
  padding: 10px;
  top: 50%;
  font-size: 0.8em;
  text-align: center;

  img {
    max-width: 200px;
    height: auto;
  }
}

.shop-item-2 {
  flex-grow: 1;
  border: 2px solid #dedede;
  background-color: #efefef;
  border-radius: 5px;
  width: 20%;
  height: auto;
  min-height: 170px;
  margin: 10px;
  padding: 10px;
  top: 50%;
  font-size: 0.8em;
  text-align: center;
}

.shop-item-short {
  flex-grow: 1;
  border: 2px solid #dedede;
  background-color: #efefef;
  border-radius: 5px;
  width: 20%;
  height: auto;
  min-height: 20px;
  margin: 10px;
  padding: 10px;
  top: 50%;
  font-size: 0.8em;
  text-align: center;
}

.shop-item-data {
  height: 80%;
}

.shop-item button {
  width: 100%;
  /*background-color: #ccc;*/
}

.rightAlign {
  text-align: right;
}

.shortInput {
  width: 150px;
  background-color: white;
  font-size: 1.2em;
  font-weight: bold;
}

.tinyButton {
  width: auto;
  height: 15px;
  text-align: center;
  vertical-align: middle;
  margin: 3px;
  font-weight: bold;
}

.itemImg {
  width: auto;
  height: 50px;
}

#visual {
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
}

.img-75-div {
  width: 100%;
}

.icon {
  width: 20px;
  height: auto;
}

.emphasis {
  background-color: #ddd;
  color: #000;
  border-radius: 5px;
  width: calc(48% - 40px);
  padding: 20px;
  margin-bottom: 10px;
}

@media (max-width: 1360px) {
  table {
    table-layout: fixed;
    width: 100%;
    overflow: scroll;
  }

  th {
    font-size: 0.5em;
  }

  td {
    font-size: 0.5em;
  }

  input,
  select {
    width: 80%;
  }



  .flex-container {
    flex-direction: column;
  }

  .section-full {
    width: 100%;
    margin: 0px auto 0px;
    float: none;
    padding: 10px;
  }

  .section-50-centre {
    width: 98%;
  }

  .section-25-centre {
    width: 60%;
    margin: 0px auto 0px;
  }

  .section-76-centre {
    width: 98%;
    margin: 0px auto 0px;
  }

  .section-half-left {
    width: 95%;
    margin: 0px auto 0px;
    float: none;
    padding: 10px;
  }

  .section-half-right {
    width: 95%;
    margin: 0px auto 0px;
    float: none;
    padding: 10px;
  }

  .section-half-left-border {
    width: 95%;
    margin: 0px auto 0px;
    float: none;
    padding: 10px;
  }

  .section-half-right-border {
    width: 95%;
    margin: 0px auto 0px;
    float: none;
    padding: 10px;
  }

  .section-25-right {
    width: 98%;
    padding: 10px;
  }

  .section-75-left {
    width: 98%;
    padding: 10px;
  }

  .pageFooter {
    width: 100%;
  }

  .menu_logo {
    width: auto;
    height: auto;
  }
}

@media print {
  .pageFooter {
    display: none;
  }

  .pageHeader {
    display: none;
  }

  .pageMenu {
    display: none;
  }

  .pageMenuSub {
    display: none;
  }

  #chart_div {
    display: none;
  }

  .section-75-centre {
    overflow: auto;
  }

  .section-half-right {
    overflow: auto;
  }

  .section-half-left {
    overflow: auto;
  }

  .section-half-right-border {
    overflow: auto;
  }

  .section-half-left-border {
    overflow: auto;
  }
}