/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-May-2020, 11:16:48
    Author     : daniel.higgins
*/

#body-row {
    margin-left:0;
    margin-right:0;
}

nav.fixed-top {
    position: relative;
}

.language-switcher-language-url.nav {
    margin: 1em 0;
    }

@media (min-width: 992px) {
    .language-switcher-language-url.nav {
    margin: 0;
    }
}

.logo-container {
    background: white; 
    margin: 1em 0;
    display: none;
}

.logo-container img {
    height: 40px;
}

@media (min-width: 1270px) {
    .logo-container {
    margin: 0 1em;
    display: inline;
    }
}

#sidebar-container {
    min-height: fit-content;
    background-color: #343a40;
    padding: 0;
    /*top: 80px; */
}

#sidebar-container-left {
    min-height: fit-content;
    background-color: #343a40;
    padding: 0;
    overflow: hidden;
    z-index: 20;
    position: relative;
    float: left;
    /*top: 80px; */
}

#sidebar-container-mapselect {
    min-height: fit-content;   
    background-color: #343a40;
    padding: 0;
}

#sidebar-container .card, #sidebar-container-left .card {
background: #343a40;
border: none;
border-radius: 0;
padding: 0;
}

#sidebar-container .card .card-body, #sidebar-container-left .card .card-body {
padding: 0;  
}

#sidebar-container .card .card .card-body, #sidebar-container-left .card .card .card-body {
background: #ececec;
padding: 1.25rem;
}
#sidebar-container .card .card .card-header, #sidebar-container-left .card .card .card-header {
background: #2d5b6b;
}

.card .card .card-header .btn-link {
font-weight: 700;
color: #FFF;
}

.btn.btn-primary {
background-color: #8f4731;
border-color: #8f4731;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
background-color: #8f4731;
border-color: #8f4731;
box-shadow: 0 0 0 0.2rem rgb(123 61 42 / 50%);
}

#mapkey-key .btn, #keyselect .btn {
background-color: #c47a53;
}


/* Map Filter sizes when collapsed and expanded */
.filters-expanded {
    width: 230px;
}
.filters-collapsed {
    width: 0px;
}

/* Sidebar sizes when collapsed and expanded */
.sidebar-expanded {
    width: 310px;
}
.sidebar-collapsed {
    width: 60px;
    /* top: 66px; */
}

/* Titling */
#science-name {
    color: white;
    font-size: 0.9em;
}


/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

#sidebar-container-left .list-group a {
    height: 50px;
    color: white;
}

#collapse-icon-bottom {
    color: white;
}

#collapse-text-bottom {
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

#sidebar-container-left .list-group .sidebar-submenu a {
    height: 45px;
    padding-right: 30px;

}



.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    background-color: #333;    
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

#sidebar-container-left .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: left;
    padding-left: 10px;
}


@media screen and (max-width: 600px) {
    .sidebar-expanded {
        width: 100%;
    }
    filters-expanded {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {  

    #exampleModalStats{
        display: none !important;
    }

    #mapkey-key {
        display: none;
        /*                    bottom: 5vh; 
                            position: fixed; 
                            left: 12px;
                            z-index: 2;*/
    }
}

#mapkey-key {
    z-index: 2;
}


#mapkey-key-mobile{
    z-index: 0;
    bottom: 8vh;
    position: fixed;
    display: block;
    left: 2vh;
}






ul {
    margin: 1px;
}

.input-color {
    position: relative;
}
.input-color input {
    padding-left: 20px;
}
.input-color .color-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
    position: absolute;
    left: 5px;
    top: 5px;
}
 
.filter-color-box {
    width: 10px;
    height: 10px;
    left: 0px;
    top: -1px;
    display: inline-block;
    position: relative; 
}

.color-label
 {
    padding-left: 20px;
}


.bootstrap-dialog .modal-header.bootstrap-dialog-draggable  .exampleModalLongKey  .selectedFilters {
    cursor: move;
}


button.btn-settings {
    margin: 25px;
    padding: 20px 30px;
    font-size: 1.2em;
    background-color: #337ab7;
    color: white;
}
button.btn-settings:active {
    color: white;
}
.modal {
    overflow: hidden;
}
.modal-dialog {
    margin-right: 0;
    margin-left: 0;
}
.main .modal-header {
    height:30px;
    padding: 2rem;
    background-color:#8f4731;
    color:white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.main .modal-header .modal-title, .main .modal-header a.modal-title {
    margin-top:-10px;
    font-size:16px;
    color:white;
}

.modal-header .close {
    margin-top:-10px;
    color:#fff;
}
.modal-body {
    color:#888;
    padding: 5px 35px 20px;
}
.modal-body h3 {
    text-align: center;
}
.modal-body p {
    padding-top:10px;
    font-size: 1.1em;
}
#selectedFilters {
    float: right;
    right: 0px;
    bottom: 20px;
    margin: 0;
    overflow: hidden;
    padding: 2rem;
    position: absolute;
    width:800px;
}

@media (min-width: 992px) {
    .ol-playback {
    position: absolute;
    left: 40%;
    width: 20%;
    }
    
    .ol-playback #animheader {
    z-index: 20;
    position: relative;
    }
}

.ol-playback .btn-group-lg>.btn, .btn-lg {
    border-radius: 0;
}


@media screen and (max-width: 1200px){
    #selectedFilters{
        display: none;
    }
}

#exampleModalLongKey {
    position: absolute;
  float: left;
  left: 50%;
  top: 60%;
   
    z-index: 232;
        width: 300px;
    max-width: 500px;
}

@media screen and (max-width: 600px){
    #exampleModalLongKey{
        left: 0px;
        width: 100%;
    }
}

#MapKeyContentBg {
    /*background: none;*/

}

@media screen and (max-width: 600px) {
    #MapKeyContentBg {
        background: white;
        width: 100%;
        background-image: none;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
}

#MapKeyBodyBg  {
    background-image: url(transp.png);
    /*background-color: #ffffff;*/
    /*opacity: 0.77;*/
    filter: alpha(opacity=77); /* For IE8 and earlier */
}

#species-banner {
    background-image: url(transp.png);
    background-color: #ffffff;
    /*opacity: 0.6;*/
    filter: alpha(opacity=60); /* For IE8 and earlier */
    position: absolute;
    z-index: 25;
    width: 75%;
    left: 134px;
    /*text-align: center;*/
    display: none;
    top: 80px;
}
@media screen and (max-width: 600px){
    #species-banner {
        margin: 0px 60px 0px 60px;
        width: fit-content;
        left: 0px;
        text-align: left;
        background: #ffffff;
        background-image: none;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
}


#species-search {
    background-image: url(transp.png);
    /*background-color: #ffffff;*/
    /*opacity: 0.6;*/
    filter: alpha(opacity=60); /* For IE8 and earlier */
    position: absolute;
    z-index: 5;
    width: 75%;
    left: 134px;
    text-align: center;
    display: none;
}
@media screen and (max-width: 766px){
    #species-search {
        margin: 0px 60px 0px 60px;
        width: fit-content;
        left: 0px;
        text-align: left;
        background: #ffffff;
        background-image: none;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
}

#closing-filters-mobile{
    display: none !important;
}    
@media screen and (max-width: 600px) {
    #closing-filters-mobile{
        display: block !important;
    }
}

#desktopAnalysis
{
    /*display: block;*/
    width: 100%;

}
@media screen and (max-width: 600px) {
    #desktopAnalysis
    {
        display: none;
        width: 100%;
    }
}

#desktopAnalysisContent{
    max-width: 60%;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    max-height: 70%;
    overflow-y: scroll;
    /*padding: 2rem;*/
    margin: 140px auto 0;
    background-color: rgba(255,255,255,.7);
}

#a_overall, #a_condition, #a_by_month, #a_annual {
    padding: 10px;
}

input { width: fit-content; }



.form-check-label {
    height: 44px;
    width: 100%;
}


.desktopbuttons {
    height: calc(10vh - 24px); 
    bottom: 20px; 
    left: 0;
    position: fixed;
}

.desktopbuttons-right {
    height: calc(10vh - 24px); 
    bottom: 40px; 
    position: fixed;
    right: 0px;
     
}



#mobile-footer {
    width: 100%; 
    min-width: 100%;
    bottom: 0px;
    position: absolute;
    background: white;
    padding: 5px 5px 0px 5px;
    z-index: 3;
}

/*            #mobile-footer2 {
                width: 100%; 
                min-width: 100%;

                bottom: 0px;
                position: fixed;

                z-index: 4444444;
                background: white;
                padding: 5px 5px 0px 5px;
            }
            
            #mobile-footer3 {
                width: 100%; 
                min-width: 100%;

                bottom: 0px;
                position: fixed;

                z-index: 4444444;
                background: white;
                padding: 5px 5px 0px 5px;
            }*/

#mobile-footer4 {
    width: 100%; 
    min-width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    background: white;
    padding: 5px;
    z-index: 3;
}

body, html {
    height: 100vh;
    min-height: 100vh !important;
}

section { min-height: 100vh; z-index: 3; }


#section2 {display: none;}

@media screen and (max-width: 600px) {
    #section2{
        display: block !important;
    }
}
#stats {display: block;}

@media screen and (max-width: 600px) {
    #stats{
        display: block !important;
    }
}

#section4 {display: none;}

@media screen and (max-width: 600px) {
    #section4{
        display: block !important;
    }
}




/*
for the analysis tabbed content
source :  https://bootsnipp.com/snippets/MaA0A
TODO remove unecessary definitions */

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
    margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}

.hide-text{
    color: transparent;

}

.uniform-height{
    height: 100% !important;
}


.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
}

.search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_input{
    padding: 0 10px;
    width: 450px;
    caret-color:red;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
}

.search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
}


#searchglass {
    display: none;
    top: 8px;
}
@media screen and (max-width: 991px){
    #searchglass {
        display: inline-block;
    }
}

/*
#loader 
{
    width:500px;
    height:500px;
    margin:0 auto;
    background:#f7f7f7;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-250px;
    margin-top:-250px;
}*/

#loader2, #loader
{
    width:100%;
    height:100%;
    margin:0 auto;
     background: rgba(247, 247, 247, 0.5);
    /*background:#f7f7f7*/
;    position:absolute;
 }

#spinner, #spinner2 {

    top: 100px;
    position: absolute;
    left:50%;
    top:50%;
}

#debugLegend 
{
    font-weight: bold;
}


.form-check input[type="radio"] {
  width: 15px;
}

.form-check label {
  display: inline;
  margin-left: 5px;
  }
  
 
  
  #keyselect {
      float: right;
  }
 
  
  
 

.bottom-right {
  position: fixed;
  bottom: 38px;
  right: 0;
} 

#myMapTarget > div > div.ol-overlaycontainer-stopevent > div.ol-zoom.ol-unselectable.ol-control {
    top: 3.5em !important; 
    left: 0.5em !important; 
 
}

#studyDataButton{
    position: absolute;
    bottom: 70px;
    left: 200px;
    right: 200px;
    /* width: 100%; */
    z-index: 5;
    text-align: center;
}
 
#studyDataButton div{
position: absolute;
left: 50%;
margin-left:-150px;
border: 1px solid #666;
background-color: #000;
border-radius:5px;
color: #FFF;
width:100px;
z-index:6;
}


@media (max-width: 1200px) {
    #studyDataButton  {
        display: none !important; 

    }
}

 



 
#trackingInfo {
    padding-right: 330px;
    padding-left: 50px;
}


#project-info-modal-body {
    background-repeat: no-repeat !important;
    background-size:200px, 200px !important;
    background-position-x: right !important;
}

@media only screen and (max-width: 1000px) {
  #project-info-modal-body { 
      background-image: none !important;
      background-color: #fff; 
  }
}

@media only screen and (max-width: 1000px) {
  #redlist { 
      display: none !important;
  }
}

#bibliography-container   {
    display: none;
}

@media (min-width: 1530px) {
    #bibliography-container {
    display: inline;
    }
}


#contributors-container {
    display: none;
}

@media (min-width: 1530px) {
    #contributors-container {
    display: inline;
    }
}

.reduced-table {
    font-size: 75%;
}


#closeanalysis {
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
}