/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */

nav {
  background-color: #FFF;
}

p {
  font-size: 1.1em;
  text-align: justify;
}

a {
  outline: none;
  color: #0075ae;
}

h6:not(:first-child) {
  padding-top: 10px;
}

h6 {
  padding-bottom: 10px;
}

.iconbox {
        vertical-align:middle;
}



.infobox {
        text-align: block;
        /*margin-left: 15%;*/
        margin-right: 15%;
        margin-bottom: 1%;
        text-align: justify;
        /*font-size: smaller;*/

}

.icon_infobox {
        width: 100%;
        vertical-align:middle;
}

#tableOfContents {
        display: table;
        padding: 20px;
        width: auto;
}

#tableOfContents li, #tableOfContents ul, #tableOfContents ul li{
    list-style: none outside !important;
}

.column {
  float: left;
  width: auto;
  margin-right: 5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.icon {
        margin-left: 10px;
        height: 10px;

}


.icon_detail {
        float: none;
        margin-left: 0px;
        height: 20px;
}

#bhl_list li, #bhl_list ul, #bhl_list ul li{
        padding-left:5px;
    list-style: circle inside !important;
}

#icp_list li, #icp_list ul, #icp_list ul li{
    list-style: circle inside !important;
}

.list_detail {
        margin-left: -5px;
}

.title {
        display: inline;
        margin-left: 5px;
        float:none;
        font-size: 16px;
}

.container {
  padding-bottom: 5px;
}

.collapsible ul>li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.collapsible li>ul {
  margin-left: 20px;
}

form {
  margin-top: 20px;
}

.select-dropdown{
  overflow-y: auto !important;
}

#navbar {
  z-index: 9999;
  height: 125px;
}

#navbar .brand-logo img {
  width: 150px;
}

#jacq-map {
  text-align: center;
  margin-top: 20px;
}

#footer-wrapper {
  position: fixed;
  text-align: center;
  bottom: 0;
  height: 55px;
  width: 100%;
  background-color: #FFF;
  z-index: 9997;
}

#footer-wrapper .divider {
  position: relative;
}

.resulttax {
  color: #0075ae;
  text-decoration: underline;
}
.resultcol {
  color: #0075ae;
  text-decoration: underline;
}

#footer {
  background-color: #FFF;
  position: fixed;
  text-align: center;
  height: 20px;
  bottom: 18px;
  width: 300px;
  left:50%;
  margin-left:-150px;
}

#footer a {
  text-decoration: none;
  color: rgba(178, 181, 186, 0.8);
}

#partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.tabs {
  display: flex;
  justify-content: center;
}

.tabs .tab a,
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(93, 159, 48, 0.6);
}

.input .indicator,
.tabs .indicator {
  background-color: rgba(93, 159, 48, 1);
}

.switch label input[type=checkbox]:checked+.lever:after {
  background-color: rgba(93, 159, 48, 0.8);
}

.switch label input[type=checkbox]:checked+.lever {
  background-color: rgba(93, 159, 48, 0.6);
}

[type="checkbox"]:checked+span:not(.lever):before {
  border-right: solid 2px rgba(93, 159, 48, 0.8);
  border-bottom: solid 2px rgba(93, 159, 48, 0.8);
}

.waves-input-wrapper {
  border: 1px solid #000;
}

#database input:focus {
  border-bottom: 1px solid rgba(93, 159, 48, 1);
  -webkit-box-shadow: 0 1px 0 0 rgba(93, 159, 48, 1);
  -moz-box-shadow: 0 1px 0 0 rgba(93, 159, 48, 1);
  box-shadow: 0 1px 0 0 rgba(93, 159, 48, 1);
}

#results button.btn-flat {
  color: rgba(0,0,0,0.5);
  border-color: rgba(0,0,0,0.5);
}

button.btn-flat {
  border: 1px solid #000;
}

button.btn-flat:focus {
  background: rgba(255,255,255,0);
}

.btn {
  background-color: rgba(93, 159, 48, 0.8);
}

.progress {
  width: 50%;
  margin: auto;
  background-color: rgba(93, 159, 48, 0.6);
}

.progress>.indeterminate:before,
.progress>.indeterminate:after {
  background-color: rgba(93, 159, 48, 1);
}

form[name=page] .input-field,
ul.pagination {
  display: inline-block;
}

ul.pagination>li.active {
  background-color: rgba(93, 159, 48, 0.6);
}

#result-table td + td { border-left:2px solid white; }

.select-wrapper input.select-dropdown {
  height: 1.2rem;
  color: black;
}

td{
  vertical-align: top !important;
}

li{

}

.collapsible-header{
        background-color: rgb(248,248,248);
        padding-left: 1rem;
        position: relative;
}

.collapsible-header:hover{
        background-color: transparent;
}

.collapsible-header i.material-icons {
        position: absolute;
        right: 16;
}

.collapsible li.active i {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  transform-origin: right;
}




img.center {
    display: block;
    margin: 0 auto;
}

td.center {
        text-align: center;
}

/* For dealing with jumps to anchors curtained by the header */
.anchor a {
  position: absolute;
  left: 0px;
  top: -125px;
}

/* The approach above doesn't work for main page anchors like bhl. Here's the 2nd: */
a.anchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
}

.brand-logo.center,
.tabs .tab a:hover,
.tabs .tab a.active,
i.fab, i.fas, i.far,
.dropdown-content li>a, .dropdown-content li>span,
input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
  color: rgba(93, 159, 48, 1);
 }

.collapsible {
  box-shadow: none;
}

.searchinput {
  height: 1rem !important;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* do not group these rules */
*::-webkit-input-placeholder {
    color: gray;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: gray;
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: gray;
    opacity: 1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: gray;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: gray;
}
*::placeholder {
    /* modern browser */
    color: gray;
}

input:focus::placeholder {
    /* modern browser */
    color: transparent;
}

.row form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

form .collapsible .collapsible-body .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

form .collapsible .collapsible-body > .flex-wrapper > * {
  width: 49%;
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(93, 159, 48, 0.6);
}

#search-info {
  z-index: 99999 !important;
}

ul.dropdown-content {
  max-height: 500px;
}

#search-info blockquote {
  border-color: rgba(93, 159, 48, 1);
}

#jacq-map {
  position: sticky;
  top: 120px;
}

#responsive-image {
        width: auto;
        height: auto;
}

#leftbox {
        padding: 5px;
        background-color: #f0f0f0;
        margin-left: 30px;
        margin-top: 15px;
        float: left;
        width: 35%;
        height: 450px;
        border: 1px solid rgba(93, 159, 48, 0.6);
}

#rightbox {
        background-color: #f0f0f0;
        margin-right: 30px;
        margin-top: 15px;
        float:right;
        width:60%;
        height:450px;
        border: 1px solid rgba(93, 159, 48, 0.6);

}

.row .col.l4 {
        margin-left: 0px;
}

/*
Old gallery approach
*/

div.gallery {
  margin: 10px;
  width: 100%;
  height: auto;
}

div.gallery img {
  margin: 5px;
  width: 20%;
  height: auto;
  border: 1px solid #ccc;

}

div.desc {
  text-align: center;
}

div.img:hover {
  border: 3px solid rgba(93, 159, 48, 0.6);
}

/* RESPONSIVE */
@media (max-width: 450px) {
  .tabs .tab a {
    font-size: 0.6em;
  }
}

/* RESPONSIVE */
@media (max-width: 986px) {
  #footer-wrapper .divider {
    width: 85%;
    margin-left: -42.5%;
  }
}
 #viewer {
      display: block;
      width: 90%;
      height: 600px;
      margin: 1em 5%;
      position: relative;
    }
