html,
body,
H1,
H2,
H3,
H4,
H5 {
    /*    font-family: 'Roboto', sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
    color: #404040 !important;
}

H1 {
    font-size: 40px !important;
    line-height: 60px;
}

p {
    font-weight: 200 !important;
    /*    font-family: 'Roboto', serif !important;*/
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 1.5;
}

/*#map-wrap,*/

#mapid {
    /*font-family: 'Helvetica neue', Helvetica, Arial, sans-serif;*/
    /*    font-family: 'Roboto', serif !important;*/
    font-family: 'Ubuntu', sans-serif;
    /*background-color: #000;*/
    height: 100%;
}


#place-key-selector-button,
#people-key-selector-button,
#health-key-selector-button {
    display: none;
}

#full-downloads,
.welcome,
/*#terms,*/
#person-page,
/*#search-page,*/
#inner-wrapper {
    /*background-color: #fff;*/
    /* border-top: 18px solid #df2211;*/
}

.ah-home-row {
    padding-top: 20px;
}

.ah-home-text {
    margin-top: 5px;
}

#full-downloads {
    margin-top: 100px;
    padding-left: 15px;
}

.welcome {
    /*border-top: 18px solid #df2211;*/
    margin-top: 100px;
}

#ah-page {
    position: relative;
    min-height: 100vh;
    /*height: 100%;*/
}

#ah-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

#ah-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    /* Footer height */
    background-color: black;

}

#map-footer-close {
    position: absolute;
    bottom: 40px;
    right: 10px;
    /*color: #df2211;*/
    z-index: 1005;
}

/*#terms{
    padding-top: 10px;
}*/

.leave-record-table {
    border-top: 5px solid #000;
}

#mapid {
    /*margin-top: 3px;*/
    /*border-top: 1em solid #df2211;*/

}

#filter-panel {
    /*border-bottom: 5px solid #df2211;*/
}

#header {
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    position: absolute;
    border-bottom: 18px solid #000;
    z-index: 1007;
    /*max-height: 92px;*/
}

#footer {
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #000;
    height: 100px;
}

.footer {
    background-color: #000;
}

#footer-row {
    background-color: #000;
    position: relative;
}

#wrapper {
    left: 0px;
    top: 100px;
    bottom: 100px;
    right: 0;
    position: absolute;
    background-color: black;
}

#inner-wrapper {
    background: #fff;
}

.nav-link {
    font-size: 16px;
    color: #000000 !important;
    font-family: 'Ubuntu', sans-serif;
    /*    font-family: 'Roboto', sans-serif;*/
}

.nav-link-foot {
    font-size: 12px;
    color: #ccc !important;
    /*    font-family: 'Roboto', sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
}

.navbar-nav>li {
    float: left;
    position: relative;
}

.navbar .navbar-nav .nav-link {
    color: #000000;
    position: relative;
}

.navbar .navbar-nav .nav-link:hover {
    color: #000;
}

#footer-navbar {

    padding: 35px 0 0 0;
    bottom: 18px;
    right: 35px;
    position: absolute;
}

.active-link {
    /*  color: #df2211;
  border-bottom: 3px solid #df2211;*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*background-color: #11df22;*/
    border-bottom: 2px solid #000;
    color: transparent;
    /*width: 0%;*/
    content: '.';
}

.navbar .navbar-nav .nav-link::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000;
    /*border-bottom: 2px solid #df2211;*/
    color: transparent;
    width: 0%;
    content: '.';
    height: 2px;
}

.navbar .navbar-nav .nav-link:hover::after {
    width: 100%;
}

.nav-foot {
    overflow: hidden;
    /*bottom: 10px;*/
    width: 100%;
    display: block;
}

.nav-foot>li {
    float: left;
    position: relative;
    padding-right: 20px;
}

/*.nav-foot > li > a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}*/

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
    font-size: 14px !important;
    color: #000000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu {
    padding: 0 0;
    border: none;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0px !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: none;
}









.navbar-custom {
    background-color: #fff;
    z-index: 2000;
    /*border-bottom: 1em solid #df2211;*/
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    height: 83px;
}

.navbar-custom-dark {
    /*margin-top: 10px;*/
    background-color: #000;
    padding: 0px;
}

.bottom-nav {
    /*padding: 30px;*/
    /*height: 150px;*/
    padding: 20px 0px 20px 0px;
}


.navbar-brand {
    font-weight: bold;
}

.logo-img {
    max-height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}


.thumb-img {
    height: 250px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px;
}

.nav-img {
    height: 40px;
}

.head-stamp {
    padding: 15px 0;
}

.image-caption {
    font-size: 0.7rem;
}

.popup-text {
    font-size: 1rem;
}

#map-preview {
    height: 300px;
    width: auto;
    margin-top: 20px;
    /*width: 150px;*/
}

#pension-scans {
    margin-top: 20px;
}

.overlay-button-wrapper {
    position: relative;
}

/*.range{
    width: 97%;
    margin: auto;
}*/

/*.time-range {
    width: 97%;
    margin-left: 10px;
    position: absolute;
    bottom: 10px;
    z-index: 1001;
    background-color: #fff;
}*/

/*.map-modal-button {
    margin-top: 90px;
    margin-left: 10px;
    position: absolute;
    z-index: 1001;
}*/

.cookie-button-wrapper {
    position: absolute;
    bottom: 140px;
    right: 10px;
    /*color: #df2211;*/
    z-index: 1005;
    /*    margin-top: 394px;
        right: 10px;
    position: absolute;
    z-index: 1001;*/
}

#map-buttons {
    margin-top: 144px;
    right: 10px;
    position: absolute;
    z-index: 1001;
}

#zoom-buttons {
    margin-top: 60px;
    right: 10px;
    position: absolute;
    z-index: 1001;
}

#circle-indicator-buttons {
    margin-top: 10px;
    right: 10px;
    position: absolute;
    z-index: 1001;
    display: none;
}

#circle-size-buttons {
    margin-top: 184px;
    right: 10px;
    position: absolute;
    z-index: 1001;
}


#time-buttons {
    /*bottom: 25px;*/
    margin-top: 190px;
    right: 10px;
    position: absolute;
    z-index: 1001;
}

/*.time-button {

    margin-top: 288px;
    right: 10px;
    position: absolute;
    z-index: 1001;
}
*/
#anim-circle-size-slider,
#circle-size-slider {
    margin-top: 163px;
    right: 55px;
    position: absolute;
    z-index: 1001;
    background-color: #343A40;
    /*background-color: #28A745;*/
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px;
    width: 200px;
    display: none;

}



.popup-count {
    vertical-align: baseline;
}

/*#map-buttons.btn{
    padding: 10px;
} 

*/
/*.time-collapse-button {
    margin-top: 140px;
    margin-left: 10px;
    position: absolute;
    z-index: 1001;
}*/



#rslider {
    z-index: 1001;
}

img.huechange {
    filter: hue-rotate(120deg);
}

/*
#mapid {
    min-height: 600px;
    height: 100%;
}
*/
/*html, body, #container {
  height: 100%;
  overflow: hidden;
  width: 100%;

}*/


#app-description {
    padding-top: 20px;
}

.pictures {
    list-style: none;
    margin: 0;
    /*max-width: 30rem;*/
    padding: 0;
    /*width: 100%;*/
    /* border: 1px solid red;*/
}

.pictures>li {
    border: 1px solid transparent;
    float: left;
    height: calc(100% / 3);
    margin: 0 -1px -1px 0;
    overflow: hidden;
    width: calc(100% / 3);
}

.pictures>li>img {
    cursor: zoom-in;
    width: 100%;
}

.picture-panel {
    padding: 10px;
    width: 100%;
}

.circles {
    display: flex;
}

.circle-with-text {
    background: linear-gradient(orange, red);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    margin: 5px 5px;
    font-size: 1rem;
    padding: 5px;
    display: flex;
    height: 70px;
    width: 70px;
    color: #fff;
}


.btn-ben-width {
    width: 100%;
    text-align: left;
}


.bg-highlight {
    background-color: #ccc;
    border: 5px #ccc solid;
}

#div_g {
    height: 450px;
    width: 100%;

}

#div_gg {
    padding-top: 30px;
    height: 150px;
    width: 90%;
}

#status {
    /*position: absolute;
    top: 400px;*/
}

#record-panel {
    padding: 10px;
}


/*
.brecord {
  
    line-height: 1.42857143;
  
    word-wrap: break-word;
}*/

/*leader {
    display: block;
    background-color: #cdd;
    border: 2px #999 solid;
    border: 2px #999 solid;
    border-radius: 4px;
    padding: 3px;
    font-weight: bolder;
}

controlfield {
    display: block;
    background-color: #ddd;
    padding: 5px;
    margin: 1px;

    border: 2px #999 solid;
    border-radius: 4px;

    font-weight: bold;
}

.bdatafield {
    display: block;
 
    padding: 3px;
    margin: 1px;
 }

.bdatafield ul {
    list-style-type: none;
    padding: 0px;
}

subfield {
    display: block;
}
*/
.contact-head {
    background: rgba(39, 39, 39, 0.8) !important;
    color: #fff;
    width: 100%;
}

#contact {
    padding: 20px 30px 0 30px;
    height: 1000px;
    color: #9d9d9d;
    background: url("/images/team2.jpg") center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*
#sitetitle {
    
    color: #444;
    padding: 0;
    height: 200px;
}

*/

.card {
    border: none;
}

.loaderText {
    text-align: center;
    margin: 0px auto;
}

.loaderDots {
    /*position: absolute;*/
    text-align: center;
    height: 50px;
    width: 400px;
    margin: 0 auto;
    /*    left: calc(50vw - 150px);
    top: calc(50vh - 25px);*/
}

/*.spinner-inner{
    position: relative; 
    left: -50%; 
    border: dotted red 1px;
}
*/
.loader {
    margin: 0;
    position: absolute;
    top: 30%;
    left: 42%;
    transform: translate(-50%, -50%);
    border: 20px solid #f3f3f3;
    border-top: 20px solid #3498db;
    border-radius: 250%;
    border-radius: 250%;
    width: 250px;
    height: 250px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*table {
    width: 100%;
}

table th {
    text-align: left;
}

table th,
table td {
    padding: 0.5em;
}

.hide {
    display: none;
}

p code {
    margin-left: 4em
}
*/

#profile_pic {
    max-height: 400px;
}

/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/

.card {
    background-color: transparent;
}

.settings-button-holder {
    position: relative;
    width: 100%;
}

.settings-button {
    float: right;
}

.settings-button:after {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

#headtext {
    padding: 20px 0 20px 0px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    /*text-shadow: 0px 0px 10px black;*/
}


.play-button-legacy {
    background-color: #161616;
    color: #ccc;
    min-height: 240px;
    margin-bottom: 10px;
}

.play-button-legacy h2 {
    font-size: 2.6rem;
}

.play-button-speech2txt {
    min-height: 60px;
    background-color: #464646;
    color: #ccc;
    min-height: 300px;
    margin-bottom: 10px;
}

.play-button-speech2txt h2 {
    font-size: 2rem;
}

.play-button-metadata {
    background-color: #424242;
    color: #ccc;
    min-height: 210px;
    margin-bottom: 10px;
}

.play-button-metadata h2 {
    font-size: 2.4rem;
}

.play-button-macroscope {
    background-color: #292929;
    color: #ccc;
    min-height: 300px;
    margin-bottom: 10px;
}

.play-button-more {
    min-height: 30px;
    background-color: #565656;
    color: #ccc;
    /*font-size: 24px;*/
    min-height: 150px;
    margin-bottom: 10px;
}

.play-button-more2 {
    min-height: 30px;
    background-color: #262626;
    color: #ccc;
    /*font-size: 24px;*/
    min-height: 150px;
    margin-bottom: 10px;
}

.card-wrap {
    padding-right: 100px
}

.row-spacer {
    padding-top: 20px;
    height: 60px;
}

#collections-page {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    #collections-page {
        scroll-behavior: auto;
    }
}

.collection-cards a:link {
    color: #333;
}

.collection-cards a:visited {
    text-decoration: none;
    color: #333;
}

.collection-cards a:hover {
    text-decoration: none;
    color: #333;
}

.collection-cards .card:hover {
    text-decoration: none;
    opacity: 0.8;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.collection-cards a:active {
    color: #111;
}

.footer-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.footer-links {
    font-size: 0.8rem;
    text-decoration: none;
    color: #333;
}

.footer-links a:link {
    color: #333;
}

.footer-links a:visited {
    text-decoration: none;
    color: #333;
}

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

.footer-links a:active {
    color: #111;
}


.overview-labels {
    padding: 8px 10px;
    font-size: 18px;
    color: #777;
    float: right;
}

.zoom-labels {
    padding: 40px 10px 0 0;
    font-size: 18px;
    color: #777;
    float: right;
}

.toolbar-text {
    padding: 10px 10px;

}




* {
    box-sizing: border-box
}

/* Container needed to position the overlay. Adjust the width as needed */
.img-container {
    position: relative;
    /*  width: 50%;
  max-width: 300px;*/
}

/* Make the image to responsive */
/*.image {
  display: block;
  width: 100%;
  height: auto;
}*/

/* The overlay effect - lays on top of the container and over the image */
.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.img-container:hover .overlay {
    opacity: 1;
}

.skip-navigation {
    @include sr-only;
    @include sr-only-focusable;
}


.skip-to-content-link {
    left: 50%;
    position: absolute;
    transform: translateY(-100%);
}

.skip-to-content-link {
    background: #e77e23;
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}


.play-settings {
    border: 1px black solid;
}

#accordion {
    width: 100%;
}

#accordian-header {
    display: none;
}

#delayContent2 {
    font-size: 0.9rem;
}

#delayContent3 {
    font-size: 0.9rem;
}

.playlist-part a:hover {
    color: #000;
    background-color: #ddd;
}

.bigger-font {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    width: 10px;
}

.smaller-font {
    font-size: 0.7em;
    width: 10px;
}

.text-size-buts {
    /*    padding-left: 10px;
    padding-right: 10px;*/
}


/*#searchresults {
    top: 0px;
    right: 5px;
    position: absolute;
    z-index: 2000;
    background-color: #e1e1e1;
    padding: 20px;
    border-radius: 3px;
    max-height: 500px;
    overflow-y: scroll;
    border: 1px solid black;

}
*/
.searchresults-list {
    padding: 20px;
}

#searchresults {
    /*    position: relative;
    float: right;*/

    margin-left: 50px;
    /*background-color: #ADADAD;*/
    background-color: #fff;
    /*z-index: 9999;*/
    color: #333;
    display: inline-block;
    /*max-width: 400px;*/
    text-overflow: ellipsis;
}


#search-header {
    top: 0px;
    right: 5px;
    position: absolute;
    z-index: 2001;
    background-color: #e1e1e1;
    padding: 20px;
    border-radius: 3px;
    max-height: 20px;
    /*overflow-y: scroll;*/
    /*border: 1px solid black;*/

}




#searchresults a:link {
    color: #333;
}

#searchresults a:visited {
    text-decoration: none;
    color: #333;
}

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

#searchresults a:active {
    color: #111;
}

.clear {
    clear: both;
}


.dropdown .dropdown-menu {
    background-color: #ffffff;
    z-index: 1002;
}

.time-range {
    width: 90%;
}

#time-slider {
    z-index: 3000;
}

* {
    box-sizing: border-box;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    background: #fff;
    /*background: #df2211;*/
    /*background: #D3D3D3;*/
    outline: none;
    /*opacity: 0.7;*/
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #000;
    /*background: #555;*/
    cursor: pointer;
    border-radius: 10px;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #000;
    /*background: #555;*/
    cursor: pointer;
    border-radius: 10px;
}

.sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.sliderticks p {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 1px;
    background: #D3D3D3;
    height: 5px;
    line-height: 5px;
    /*margin: 0 0 20px 0;*/
    /*font-size: 0.8rem;*/
    /*transform: rotate(90deg);*/
}



#time-feedback {
    position: relative;
    display: flex;
    justify-content: center;

}

#time-display {
    font-size: 2rem;
    bottom: 15px;
    text-align: center;
    /*margin: auto;*/
    position: absolute;
    /*    top: 160px;
    left: 10px;*/
    z-index: 1001;
    background-color: #ffffffcc;
    padding: 8px;
    margin: 10px;
    border-radius: 3px;
    display: none;
}




#g-time-feedback {
    position: relative;
    display: flex;
    justify-content: center;
    margin: auto;
    left: 50%;
}

#g-time-display {
    font-size: 2rem;
    bottom: 200px;
    text-align: center;
    /*margin: auto;*/
    position: absolute;
    /*    top: 160px;
    left: 10px;*/
    z-index: 1001;
    background-color: #ffffffcc;
    padding: 8px;
    margin: 10px;
    border-radius: 3px;
    display: none;

}









#record-counts {
    position: relative;
    display: flex;
    /*justify-content: center;*/
}

#map-title {
    top: 20px;
    position: absolute;
    z-index: 997;
    /*background-color: #343A40;*/
    color: #000;
    /*padding: 2px 10px 2px ;*/
    margin-left: 10px;
    border-radius: 4px;
    /*max-width: 600px;    */
    /*    font-size: 1.3rem;
    font-weight: 200;*/
    /*background-color: #ffffffaa;*/
}


#map-collection-bar {
    bottom: 45px;
    position: absolute;
    /*right: 5px;*/
    z-index: 1001;

    padding: 2px 10px 2px 0px;
    margin-left: 10px;
    border-radius: 4px;
    max-width: 300px;
}

/*#collected_items_toolbar {
    bottom: 25px;

    position: absolute;
}
*/

#storage-message {
    bottom: -36px;
    position: absolute;
    z-index: 1001;
    /*margin-left: 5px;*/
    border-radius: 4px;
    width: 288px;
    color: #000;
    background-color: #fff;

    /*padding: 10px;*/
}

#collected-message-map {
    /*padding: 20px 0 20px 0;*/
    font-size: 1.5rem;
    /*border: 1px solid black;*/
    /*margin-left: 4px;*/
    /*color: #f00;*/
}

.bpad {
    padding-left: 10px;
    padding-right: 10px;
    /*padding: 10px 5px 10px 5px;*/
    /*    border-radius: 4px;
    border: 1px solid #ddd;*/
}

#count-display {
    top: 10px;
    position: absolute;
    z-index: 999;
    /*background-color: #343A40;*/
    /*color: #fff;*/
    padding: 2px 10px 2px 0px;
    margin-left: 10px;
    border-radius: 4px;
    /*max-width: 300px;*/
}


#gender-dropdown {
    display: none;
}

.gender-selection-dropdown {
    /*top: 110px;*/
    top: 160px;
    position: absolute;
    z-index: 1001;
    /*background-color: #ffffffcc;*/
    padding: 8px;
    margin-left: 10px;
    border-radius: 3px;
}

#key-dropdown {
    display: none;
}

.cat-key-dropdown {
    top: 60px;
    position: absolute;
    z-index: 1001;
    /*background-color: #ffffffcc;*/
    padding: 8px;
    margin-left: 10px;
    border-radius: 3px;
}

.cat-val-dropdown {
    /*top: 210px;*/
    top: 110px;
    position: absolute;
    z-index: 1001;
    /*background-color: #ffffffcc;*/
    padding: 8px;
    margin-left: 10px;
    border-radius: 3px;
}

.cat2-val-dropdown {
    margin-top: 10px;
}

#unmapped-button {
    bottom: 63px;

    /*margin-left: 10px;*/
    position: absolute;
    z-index: 1000;


    /*
    bottom: 7px;
    position: absolute;

    z-index: 1001;

    padding: 2px 10px 2px 0px;
    margin-left: 5px;
    border-radius: 4px;
    max-width: 300px;*/

}


.unmapped-list {
    width: 300px;
    max-height: 250px;
    overflow-y: scroll;
    text-overflow: ellipsis;
    font-size: 0.8rem;
    padding: 10px;
    /*margin: 10px;*/
    border-radius: 5px;
    border: none;
    z-index: 1002;
}

.graph-time-wrapper {
    width: 100%;
    background-color: #000;
    margin-top: 10px;
    /*   margin: 0 ;
    padding: 0;*/

}

.time-wrapper {
    background-color: #000;
    /*   margin: 0 ;
    padding: 0;*/

}

.range {
    /*width: 100%;*/
    margin: auto;
}

.time-but {
    padding: 8px;
}

.ah-but {
    font-size: 1.5rem;
}


.big-list {
    max-width: 300px;
    max-height: 250px;
    overflow-y: scroll;
    text-overflow: ellipsis;
    font-size: 0.8rem;
    padding: 5px;
}

.popup-line {
    line-height: 1.5rem;
    /*    padding: 25px;
    margin: 25px;*/
}

.small-list {
    font-size: 0.8rem;
}

.leaflet-control-zoom-in {
    /*  padding: 20px;
    font-size: 1.2rem;*/
    /*margin-top: 10px;*/
}

.leaflet-control-zoom-out {
    /* padding: 20px;
  font-size: 1.3rem;*/
    /*margin-top: 15px;*/
}

/*.leaflet-popup{
    z-index: 1010;
}
*/


.ah-selector {
    background-color: #fff;
    max-height: 250px;
    overflow: scroll;
}

/*****************************************************************************************************************/
.dygraph-legend {
    pointer-events: none;
    width: 200px;
}

#div_g .dygraph-label {
    /* This applies to the title, x-axis label and y-axis label */
    /*font-family: 'Comfortaa', cursive;*/
}

#div_g .dygraph-title {
    /*applies to the chart title */
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
}

/*#div_g .dygraph-ylabel {
    color: #ccc;
}

#div_g .dygraph-xlabel {
    color: #ccc;
}*/

#div_g .dygraph-axis-label {
    font-size: 0.8rem;
    color: #333;
}

#axisLineColor {
    /*font-size: 0.8em;*/
    color: #333;
}

#div_gg .dygraph-axis-label {
    font-size: 0.8rem;
    color: #ccc;
}

#div-g-search {
    /*padding-top: 30px;*/
    height: 250px;
    width: 100%;
    /*display: none;*/
}

#div-g-search .dygraph-title {
    /* This rule only applies to the chart title */
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    /*margin: 25px;*/
    color: #ccc;
    /*text-shadow: gray 2px 2px 2px;*/
    /* color, delta-x, delta-y, blur radius */
}

#div-g-search .dygraph-axis-label {
    font-size: 0.6rem;
    color: #ccc;
}

#g_title {
    background-color: rgba(2, 2, 2, 0.8) !important;
    font-size: 1.2rem;
    padding: 24px;
    /*border: 1px solid #fec;*/
    border-radius: 20px;
    pointer-events: none;
    width: 400px;
    color: #ccc;
    max-height: 600px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -15px;
    overflow: hidden;
    z-index: 10;
    /*display: none;*/
}

.exporter-panel {
    border-top: 18px solid #000;
    /*background-color: #fff;*/
}

#person-header-panel {
    border-top: 18px solid #000;
}


.macroscope-panel {
    /*border-top: 18px solid #6C757D;*/
    /*background-color: #fff;*/
}

#macroscopeLoadButton {
    position: relative;
    float: right;
}

#macroscopeLoadButton:after {
    clear: both;
}

.macroscope-section {
    background-color: #fff;
}

#search-graph-panel {
    background-color: #333;
    color: #ccc;
}

#search-results-panel {
    display: none;
    z-index: 9000;
    position: relative;
    /*display: flex;*/

}


#hov div {
    font-size: 0.5rem;
}

#status div {
    font-size: 0.5rem;
}

/*.navbar-collapse{
    z-index: 2000;
    background-color: #ccc;
    padding: 10px;
}*/

.navbar-collapse.collapsing,
.navbar-collapse.show {
    padding: 30px;
    /*padding-right: 30px;*/

    /*width: 100%;*/
}

#filterModal {
    z-index: 2000;
}

.get-buts {
    background-color: ccc;
    text-decoration: none;
    color: #404040;

}


.get-buts p {
    background-color: ccc;
}

.getButs {
    /*max-width: 15vw;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.linky-text {
    margin: 0;
    padding: 0;
}

.linky-text-holder {
    font-size: 0.8rem;
}

.linky-text-2 {
    margin: 0;
    padding: 0;
    /*font-size: 0.8rem;*/
}

.linky-text-2-holder {
    font-size: 0.6rem;
}

.linky-text-normal {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.linky-text-normal-holder {
    font-size: 1rem;
}

.tiny-text-2 {
    margin: 0;
    padding: 0;
}

.tiny-text-2-holder {
    font-size: 0.4rem;
}


.tiny-text {
    margin: 0;
    padding: 0;
}

.tiny-text-holder {
    font-size: 0.2rem;
}

.tiny-text-1 {
    margin: 0;
    padding: 0;
}

.tiny-text-1-holder {
    font-size: 0.3rem;
}

.teeny-weeny-text {
    margin: 0;
    padding: 0;
}

.teeny-weeny-text-holder {
    margin: 0;
    padding: 0;
    font-size: 0.1rem;
}

.big-checkbox {
    width: 26px;
    height: 26px;
    margin: 0px;
    padding: 0px;
}

.td-colour,
.td-check {
    width: 32px;
    padding-top: 4px;
}

.color-pick {
    width: 22px;
    height: 22px;
    margin: 0px;
    padding: 0px;
    /*border: 0px solid black;*/
    border-radius: 3px;
    background-color: #343A40;
}

.colorPick {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    border: none;
    padding: 0px;
    margin: 0;
    background-color: transparent;
    /*#343A40;*/
}

.map-colour-pick {
    width: 42px;
    height: 42px;
    margin: 0px;
    padding: 0px;
    /*border: 0px solid black;*/
    border-radius: 3px;
    background-color: #343A40;
}

.result-stat {
    /*    text-align: center;
    margin: auto;*/
    /*margin-bottom: 24px;*/
}

.graph-colour-pick {
    width: 38px;
    height: 38px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #343A40;
    /*border-radius: 3px;*/
    background-color: #fff;
    /*background-color: #343A40;*/
}


#search-tabs {
    margin: auto;
}

/*.nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
}

.nav-tabs {
    text-align:center;
}*/
/*.nav-tabs {
    display: flex;
    justify-content: center;
    flex-direction: row;
}
*/
.nav-tabs>li,
.nav-pills>li {
    margin: auto;
    float: none;
    display: inline-block;
    *display: inline;
    ie7 fix zoom: 1;
}

.nav-tabs,
.nav-pills {
    text-align: center;
}


/*.nav-pills > li {
    text-align: center;
    margin: 0px auto;
    display:inline-flex !important;
        float:none !important;
}
.nav{
  text-align: center;
}*/


.search-box {
    /*align-self: center;*/
    /*padding: 2rem;*/
    margin: auto;

    /*padding-top: 100px;*/
    /*max-width: 65%;*/
}

#search-entry {
    padding: 2rem;
    /*margin-left: 65px;
    margin-right: 65px;*/
    margin: auto;
    max-width: 700px;
    min-width: 400px;
}

#collected-records {
    width: 350px;

}

.macroscope-dropdown {
    max-height: 250px;
    overflow-y: scroll;
    /*padding: 10px;*/
}

#ancestry-agreement-panel {
    display: none;
}

.search-detail {
    padding-bottom: 12px;
}

#cookie-notice {

    /*position: absolute;*/
    /*z-index: 1001;*/
    /*padding-bottom: 20px;*/

}

#person-header-panel {
    /*display: none;*/
    z-index: 1003;
    background-color: #fff;
}

.notice-text {
    /*position: absolute;*/
    z-index: 1003;
    background-color: #fff;
    /*pad border-bottom: 3px solid #df2211;*/
}

.cookie-accept {
    padding-top: 20px;
}

#val-selector-label {
    z-index: 1001;
}

#search-title {
    padding-top: 25px;
    font-size: 2rem;
    text-align: center;

}

#search-stub {
    /*padding-top: 25px;*/
    font-size: 0.8rem;
    text-align: center;
}

.search-stub {
    /*padding-top: 25px;*/
    font-size: 0.8rem;
    text-align: center;
}

#person-page {
    padding-top: 100px;
}

.g-check {
    display: none;
}

#collapsibleNavbar {
    background-color: #fff;
    /*    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;*/
}

/*.contact-card-dark {
    min-height: 450px;
    margin-bottom: 25px;
    background-color: #161616;
    color: #ccc;
    font-size: 54px;
}*/

.modal-header.dark {
    color: #fff;
    background-color: #1A1D20;
    font-size: 1.5rem;
}

.search-panel {
    min-width: 500px;
    /*width: ;*/
}

.ah_menu_header {
    background-color: #000;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

/*.graph-tools {
    align-items: center;
    justify-content: center;
  
    width: 100%;
}
*/
.data-filter {
    margin-bottom: 11px;
    min-width: 200px;
    text-align: left;
}

#display-column {
    height: 50px;
    width: 400px;
    /*background-color: red;*/
}


.shade_p {
    /*width: 100%;*/
    margin-top: 100px;
    padding: 24px;
    /*line-height: 150px;*/
    /*border-radius: 20px;*/
    /*background-color: rgba(36, 33, 36, 0.5) !important;*/
    font-size: 3rem;

}

/*
.shade_p2 {

    font-size: 3rem;        
}
*/

#g_shade {
    /*background-color: rgba(128, 2, 2, 1) !important;*/
    background-color: #fff;
    background-image: url("/images/graph-start.png");
    background-size: cover;
    background-repeat: no-repeat;
    /*font-size: 14px;*/
    padding: 24px;
    /*border: 1px solid #fec;*/
    border-radius: 20px;
    /*pointer-events: none;*/
    width: 100%;
    height: 460px;
    color: #404040;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*top: -40px;*/
    overflow: hidden;
    z-index: 200;
    /*display:block;*/
    text-align: center;
    /*display: none;*/

}


@media (max-width: 760px) {

    /*Manage Display Headers for Mobile Devices*/
    .shade_p {
        /*margin-top: 50px;*/
        padding: 24px;
        font-size: 1.6rem;
        font-weight: 200;
        line-height: 2;
        text-align: end;
        width: 100%;
    }

}

#first-load {
    font-size: 2rem;
}

.ahfilter-panel {
    /*border: 1px solid #dee2e6;*/
    /*padding: 5px;*/
}

#graph-zoom-btns {
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 10;
    background-color: #fff;
}

#zoom-overlay {
    position: relative;
    width: 100%;
    height: 2px;
}

#reset-filters {
    padding-left: 110px;


}

#filters-head {
    margin-bottom: 5px;
    position: relative;
    top: -6px;
}

.reset-filters-btn {

    /*padding: 5px;*/
}

#overview-header {
    display: none;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #000;
}

#stat-header {
    text-align: center;
}

#stat-panel {
    padding: 8px;
}