/* New UNITE Styles */
.sh_table {
  border-spacing: 1px;
  border-color: #d0dadd;
}
.sh_table thead .brand {
  background-color: #f5f8f8;
}
.sh_table thead td {
  padding: 3px 4px;
}
.sh_table tbody td {
  padding: 3px 4px;
  background-color: #ffffff;
}
.sh_table tbody tr:hover td {
  background-color: #f0f0f0;
}
.sh {
  padding: 0 !important;
}

tr.sh_new_seq td {
  /*
  #ed1c24
  */
  background-color: #fdeeed;
}

.err_div {
  /*background-color: #f0eaec;
  border: 1px solid #ddd0d4;*/
  background-color: #fdeeed;
  border: 1px solid #fbd8d6;
  border-radius: 3px;
  padding: 0.1rem 0.3rem;
}

.curvedarrow {
  position: relative;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #555555;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.curvedarrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 3px solid #555555;
  border-radius: 20px 0 0 0;
  top: -8px;
  left: -6px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.curvedarrow-up {
  position: relative;
  width: 0;
  height: 0;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #555555;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.curvedarrow-up:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 3px solid #555555;
  border-radius: 20px 0 0 0;
  top: 1px;
  left: -3px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(235deg);
  -moz-transform: rotate(235deg);
  -ms-transform: rotate(235deg);
  -o-transform: rotate(235deg);
}

.curvedarrow-up {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

#header_line {
  width: 100%;
  height: 1px;
  background: #ddd;
  overflow: hidden;
  margin-bottom: 15px;
}
#footer_line {
  width: 100%;
  height: 1px;
  background: #ddd;
  overflow: hidden;
  margin: 20px 0;
}

#slider {
  border-top: 5px solid #EEE;
  border-bottom: 5px solid #EEE;
  margin-bottom: 5px;
}

.small_text {
  font-size: 13px;
}

.pre_style {
    font-family: monospace;
    white-space: pre;
}

.pre_style_sm {
    font-family: monospace;
    white-space: pre;
    font-size: 0.9rem;
    padding: 0rem;
    line-height: 0.825rem;
}

.taxon_rank {
  font-style: italic;
  font-size: 13px;
  color: #999999;
}

.orange_b {
    /*color: #ffcc00;*/
    color: #fdc81a;
    font-weight: bold;
}

.orange_b_big {
    color: #fdc81a;
    font-weight: bold;
    font-size: 0.95rem;
}

.primer_red {
  color: #ed1c24;
  font-size: 0.75rem;
}

.primer_blue {
  color: #00aeef;
  font-size: 0.75rem;
}

a.plutof_link:link, a.plutof_link:visited {
  color: #95c895;
}
a.plutof_link:hover {
  color: #73b773;
}
a.embl_link:link, a.embl_link:visited {
  color: #CC6633;
  font-weight: normal;
  text-decoration: underline;
}
a.isham_link:link, a.isham_link:visited {
  color: #434343;
  font-weight: normal;
  text-decoration: underline;
}
a.isham_link:hover {
  color: orange;
}
a.doi_link:link, a.doi_link:visited {
  color: #337ab7;
  font-weight: normal;
}
a.doi_link:hover {
  color: #23527c;
  text-decoration: underline;
}
a.twitter_link:link, a.twitter_link:visited {
  color: #66757f;
}
a.twitter_link:hover {
  color: #55acee;
}
a.footer_link:link, a.footer_link:visited {
  font-weight: 500;
}
a.footer_link:hover {
  color: #fdc81a;
  font-weight: 500;
}

.vertical-text {
    /*writing-mode:tb-rl;*/
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform:rotate(270deg);
    transform: rotate(270deg);
    white-space:nowrap;
    display:block;
    font-size: 8px;
}

.accordion .fa-chevron-down {
  display: inline;
}
.accordion .fa-chevron-up {
  display: none;
}
.accordion .active .fa-chevron-down {
  display: none;
}
.accordion .active .fa-chevron-up {
  display: inline;
}

.accordion {
  margin-left: 0;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #ffffff; }
.accordion .accordion-navigation > a, .accordion dd > a {
      background: #ffffff;
      color: #222222;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.95rem;
      padding: 0.7rem; }
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #ffffff; }

.accordion li > a {
   border-radius: 3px;
   margin-bottom: 3px;
   /*border: 1px solid #d0dadd;*/
  
}
.panel.unite_panel {
  background-color: #eaeff0;
  border-color: #d0dadd;
  margin-bottom: 0.75rem;
  padding: 0.6rem;
}

.item-wrapper {
  padding: 20px;
  border: 2px solid #efefef;
  border-radius: 7px;
  margin-top: 15px;
}
.item-wrapper:hover .img-wrapper img {
  -webkit-filter: grayscale(0);
}
.item-wrapper:hover .img-wrapper .add-to-cart {
  bottom: 0;
}

.img-wrapper {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.img-wrapper .add-to-cart {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #333;
  padding: 16px 8px;
  bottom: -50px;
  position: absolute;
  z-index: 2;
  color: #fff;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.img-wrapper .add-to-cart:hover {
  background-color: #008cba;
}
.img-wrapper img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: grayscale(1);
  /*width: 100%;*/
  max-height: 200px;
}

/* tree-fetcher autocomplete css */
#tree_hints ol,
#tree_hints_seq ol,
#tree_hints_annot ol,
#tree_hints_country_seq ol,
#tree_hints_author_annot ol,
#tree_hints_it_seq ol,
#tree_hints_tree ol,
#tree_hints_tree_e ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 300px;
  background-color: #FFF;
  border: 1px solid #CCC;
}
#tree_hints li,
#tree_hints_seq li,
#tree_hints_annot li,
#tree_hints_country_seq li,
#tree_hints_author_annot li,
#tree_hints_it_seq li,
#tree_hints_tree li, 
#tree_hints_tree_e li {
  padding: 1px 1px 1px 5px;
  cursor: default;
}
#tree_hints li:hover, #tree_hints li.selected,
#tree_hints_seq li:hover, #tree_hints_seq li.selected,
#tree_hints_annot li:hover, #tree_hints_annot li.selected,
#tree_hints_country_seq li:hover, #tree_hints_country_seq li.selected,
#tree_hints_author_annot li:hover, #tree_hints_author_annot li.selected,
#tree_hints_it_seq li:hover, #tree_hints_it_seq li.selected,
#tree_hints_tree li:hover, #tree_hints_tree li.selected,
#tree_hints_tree_e li:hover, #tree_hints_tree_e li.selected {
  background-color: #d7f0e0;
}

/* Modified:; Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0; }


/* Modified Button Styles */
.button.header {
  padding: 1rem 2rem 1.0625rem 2rem;
  /*background-color: #EEEEEE;*/
  background-color: #e4e6e7;
  border-color: #007095;
  color: #000000;
}
.button.header:hover, .button.header:focus {
    background-color: #fdc81a;
    color: #000000;
}  
.button.header.tiny {
    padding: 0.625rem 0.75rem 0.6875rem 0.75rem;
    font-size: 0.6875rem; }

.button.header.active {
  background-color: #fdc81a;
}

/* Modified Panel Styles */
.panel {
  margin-bottom: 0.75rem;
  padding: 0.75rem;
}

.panel.callout {
  margin-bottom: 0.75rem;
  padding: 0.90rem;
}

/* Modified Link Styles */
a {
  color: #000000;
  line-height: inherit;
  text-decoration: none;
  font-weight: bold; }
  a:hover, a:focus {
    color: #fdc81a; }
  a img {
    border: none; }

/* Modified Header Styles */
h4 {
  line-height: 0.8;
  margin-bottom: 0.5rem;
  margin-top: 0;
}	

/* Modified p and span Styles */
p {
    font-size: 14px;
    line-height: 1.5;
}
span {
    font-size: 14px;
    line-height: 1.5;
}

/* Modified Table Styles */
table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 0.75rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 0.75rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 0.775rem;
      font-weight: bold;
      padding: 0.4rem 0.525rem 0.525rem; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 0.775rem;
      font-weight: bold;
      padding: 0.4rem 0.525rem 0.525rem; }
  table tr th,
  table tr td {
    color: #222222;
    font-size: 0.775rem;
    padding: 0.4625rem 0.525rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 0.825rem; }

.tabs dd,
.tabs .tab-title {
    border-left: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    margin: 2px;
    border-radius: 3px 3px 0 0;
}
.tabs dd > a,
.tabs .tab-title > a {
    font-size: 0.9rem;
    padding: 0.75rem 2.0rem;
}

.tabs dd,
.tabs .tab-title-sh {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative;
}
.tabs dd > a,
.tabs .tab-title-sh > a {
    display: block;
    background-color: #f5f8f8;
    color: #222222;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.85rem;
    padding: 0.5rem 1.5rem; }
.tabs dd,
.tabs .tab-title-sh {
    border-left: 1px solid #eaeff0;
    border-top: 1px solid #eaeff0;
    border-right: 1px solid #eaeff0;
    margin: 2px;
    border-radius: 3px 3px 0 0;
}
.tabs dd > a:hover,
.tabs .tab-title-sh > a:hover {
    background-color: #eaeff0;
}
.tabs dd.active a,
.tabs .tab-title-sh.active a {
      background-color: #FFFFFF;
      color: #222222;
}

/* Pagination right wrapper */
.pagination-right {
    text-align: right;
}
.pagination-right ul {
  margin-bottom: 10px;
}
.pagination-right ul.pagination li {
    display: inline-block;
    float: none;
}

ul.sh_tree {
  margin-left: 1rem;
  margin-top: 15px;
  list-style: none;
}
ul.sh_tree li ul, ul.sh_tree li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}
ul.sh_tree li {
  line-height: 1;
}

.tooltip {
  padding: 0.3rem;
}

.shcolour_bg {
  padding: 0 !important;
  text-align: right;
}
.shcolour_bg_img {
  padding: 0 !important;
  text-align: right;
  background-image: url(../img/triangle-down.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 12px 10px;
}


.map-container {
    width: auto;
}

.map-container #map {
    height: 450px;
    max-width: 100%;
    border: 1px solid #999;
}

a.map_link:link {
  color: #000000;
}

a.map_link:hover {
  color: #fdc81a;
}
#wrap {
  min-height: 100%;
}

#main {
  overflow: auto;
  padding-bottom: 495px; /* must be same height as the footer */
}
#footer {
  position: relative;
  margin-top: -495px; /* negative value of footer height */
  height: 495px;
  clear: both;
}

#more {display: none;}
