﻿/*Tabbladen aanpassingen voor bootstrap navigatie*/
/*row margin right op 0px zetten om scroll balk onderin kwijt te raken.*/
.row{
    margin-right:0px;
    /*margin-left:0px;*/
}



/*.nav-tabs, .nav-item-show, .nav-tabs,.nav-link.active{
    border-color: red!important;
    border-bottom-color: transparent!important;
}*/
.nav-tabs-wrapper {
    width: 100%;
}
.nav-tabs{
    border-bottom: 1px solid #0062cc!important;
}
nav {
    background-color: white;
}
/*nav #tabs{
    background: #007b5e;
    color: #eee;
}*/
nav #tabs h6.section-title{
    color: #eee;
}
nav #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: #c7daef;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size:1.4rem;
    
}
nav .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    color: #0062cc;
   
}
nav .nav-link:hover {
    /*border: none;*/
}
nav thead{
    background: #f3f3f3;
    color: #333;
}
nav a{
    text-decoration: none;
    color: #333;
    /*font-weight: 600;*/
}


.nav-wrapper{
    /*width:80%;*/
}
#nav-tab1>.nav-item{
    width:20%;
}
/*



.active {
    background-color: #c7daef !important;
}

/* Kaart en onderdelen daarvan*/
.map-wrapper{
    /*margin-left:0px;
    margin-right:0px;*/
    background-color: #FAFBFB;
}
#map {
    position: relative;
    /*width: 80%;*/
    /*height: 86%;*/
    background: #FAFBFB;
}

.above-sidebar {
    width: 20%;
    position: absolute;
    right: 0%;
}

#sideBar {
   
    background-color: #FAFBFB;
    z-index: 1;
    box-sizing: border-box;
    padding: 1em;
    /*overflow-y: scroll;*/
}

.sideBarTitle {
    font-size: 1rem;
    color: #0d4b84;
    margin-top: 0em;
    margin-bottom: .5em;
    font-weight: 600;
}

hr {
    color: #0D4B84;
}

.sideBarContent {
    font-size: .8em;
    color: #404041;
    text-align: justify;
}

#progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background: rgba(0, 60, 136, 0.4);
    width: 0;
    transition: width 250ms;
    z-index: 1;
}

.ol-zoom {
    right: .5em;
}

.ol-control {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
}

    .ol-control:hover {
        background-color: rgba(255, 255, 255, 1);
    }

    .ol-control button {
        background-color: #FAFBFB;
        color: #0D4B84;
        font-weight: lighter;
        border-style: solid;
        border-color: #0D4B84;
        border-width: 1px;
        box-sizing: border-box;
        margin: 0px;
    }

#scalebar{
  position: absolute;
  transform: translateX(-50%);
  right: 2em;
  bottom: .5em;
  background-color: rgba(255, 255, 255, 0);
}
.ol-scale-line-inner{
  color: #0D4B84;
  border-color: #0D4B84;
  font-size: .5em;
}
/*Attribution of map*/
#closeattrinfo img {
    height: 1em;
    width: 1em;
    position: absolute;
    right: 2%;
    top: 3%;
}

/*ol popups*/
.ol-popup {
  position: absolute;
  background-color: #FAFBFB;
  /*webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));*/
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  border-radius: 2px;
  border: 1px solid #0D4B84;
  padding: .5em;
  width: 350px;
  bottom: 12px;
  left: -50px;
  z-index: 10;
}
.ol-popup-content{
  overflow-x: hidden;
  max-height: 5em;
}
.ol-popup-closer{
  /*right: 4.5em;*/
  font-size: 1em;
}
.ol-popup table{
  font-size: 1rem;
  width: 100%;
  margin-bottom: .5em;
}

#closeattrinfo:hover {
    cursor: pointer;
}

#attributionInfoWrapper {
    display: none;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 20;
    color: #404041;
}

#attributionInfo {
    display: none;
}

.attribShown {
    display: block !important;
    position: absolute;
    margin: auto;
    width: 45%;
    right: 25%;
    bottom: 35%;
    z-index: 5;
    background-color: #FAFBFB;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
    padding: 1em;
    overflow: hidden;
}

#attributionInfo h1 {
    font-size: .9em;
    color: black;
    font-weight: 600;
    text-align: left;
}

#attributionInfo p {
    text-align: justify;
    font-size: .7em;
}

#attributionInfo a:link {
    text-decoration: none;
}

#attributionInfo a:visited {
    text-decoration: none;
}

/* Keuze vakken in kaart, 'leeftijd selectie' en 'plaatsen weergeven'*/
#selectionMap {
    position: absolute;
    top: .5rem;
    left: .5rem;
    margin-left:1rem;
    color: #0D4B84;
    z-index: 1;
    font-size: 1.2rem;
    font-weight: 300;
    width:15%;
}

.ageSelect {
    position: relative;
    width: 100%;
    background-color: #FAFBFB;
    padding: .5em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
}

    .ageSelect h1 {
        color: #0D4B84;
        font-size: 1.1em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin-bottom: .3em;
    }

    .ageSelect hr {
        color: #0D4B84;
    }

#ageForm {
    color: #404041;
}

/* bird info op kaart*/
#birdInfo {
    position: absolute;
    top: .5rem;
    right: .5rem;
    margin-right: 1rem;
    font-size: .7em;
    z-index: 1;
    background-color: #FAFBFB;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
    padding: 1.2rem;
    width: 15%;
}

    #birdInfo table {
        font-size: 1em;
    }

    #birdInfo span {
        color: #404041;
    }

    #zoom{
  position: absolute;
  right: .5em;
  bottom: .5em;
  width: 1.5em;
  display: block;
  margin: 0px;
  padding: 0px;
  z-index: 5;
}
#zoom button{
  background-color: #0D4B84;
  color: #FAFBFB;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
  border: none;
  font-size: 1em;
  width: 1.5em;
  height: 1.5em;
}
#zoom button:hover{
  cursor: pointer;
}
/*legend*/
#legend{
  position: absolute;
  width: 10%;
  height: 15%;
  bottom: .5em;
  left: .5em;
  z-index: 1;
  font-size: .5em;
  padding: 1em;
  overflow: visible;
}
#legend ul{
  list-style: none;
  -webkit-padding-start: .5em;
  margin: 0px;
  font-size: .8em;
  font-weight: lighter;
}
#legend h1{
  color: #404041;
  font-size: 1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: .3em;
}
#legend h2{
  font-size: .8em;
  font-weight: lighter;
  margin: 0px;
  margin-bottom: .3em;
}
#legend li{
  margin-bottom: .2em;
}
.legendColor{
  width: .7em;
  height: .7em;
  border-radius: 100%;
  background-color: #F00;
  display: inline-block;
  margin-right: .5em;
}
#voorjaar{
  background-color: #eebb97;
}
#zomer{
  background-color: #da6a26;
}
#herfst{
  background-color: #829fd2;
}
#winter{
  background-color: #0d4b84;
}



.genImg {
    position: relative;
    height: 60%;
}

#imgM {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.genImg:hover {
    cursor: pointer;
    opacity: .95;
}

/*Lightbox */
#close-img {
    width: 1.5em !important;
    position: absolute;
    background-color: black;
    cursor: pointer;
    top:0px;
    right:0px;
}

#img-enlarge {
    background-color: rgba(0,0,0,0);
    position: absolute;
    width: 1.75em !important;
    right: .5em;
    bottom: .5em;
}
    #img-enlarge:hover {
        cursor: pointer;
    }
    #img-enlarge img {
        box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
    }
    
#lightbox {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top:15%;
    left: 25%;
    width: 50%;
    text-align: center;
    z-index: 3;
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
}

#lightbox img {
    width: 100%;
}
.birdimg {
    width: 100%;
}

#text-img{
/*.imgTitle {*/
    /*display: table-caption;
    caption-side: bottom;
    transform: translateY(-100%);*/
    color: white;
    background-color: black;
    font-size: .8rem;
    /*font-weight: lighter;
    padding: .5em;*/
    
}

/*Generieke info*/
/*Generieke info 1*/

.genInfo {
    background-color: #FAFBFB;
    position:relative;
    height: 95%;
    width: 100%;
    float: left;
    overflow-y: hidden;
    font-size: 1.2rem;
    padding:.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);
}

#genInfo1 {
    /*box-sizing: border-box;*/
}

    #genInfo1 table {
        font-weight: 400;
        /*font-size: 1.3rem;*/
        color: #404041;
        padding: .5rem;
    }

        #geninfo1 table td {
            padding: 0;
        }

/*Generieke info 2*/
.title {
    font-size: 1.4em;
    font-weight: 600;
    color: #0D4B84;
}

.italic {
    font-style: italic;
    color: #404041;
}

#genInfo2 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-weight: 300; 
    height: 95%;
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 -1px 0px rgba(0,0,0,0.02);*/
}

#genInfo2-1 {
    padding-bottom:1rem;
}

    #geninfo2-1 a {
        font-size: 1.1rem;
    }

/*generieke info 3*/

#genInfo3-1 {
    height: 15%;
    width: 100%;
    text-align: center;
    padding-top: .5em;
    font-size: 1.2em;
    font-weight: 600;
    color: #0D4B84;
}

#genInfo3-2 {
    height: 85%;
    /*width: 40%;*/
    margin-top: 0%;
    overflow: hidden;
    text-align: center;
    font-size: .9em;
    font-weight: 800;
    /*color: #0D4B84;*/
}

.rotate {
    display: block;
    padding-top: 2.5em;
    transform: rotate(-90deg);
    margin: 0 auto;
    text-align: center;
    /*   -webkit-transform:rotate(-90deg); 
  -ms-transform:rotate(-90deg);*/
}

.record {
    height: 33.3333%;
    text-align: center;
    border-bottom-style: solid;
    border-color: #DDD;
    border-width: 1px;
    display: table;
    vertical-align: middle;
    width: 60%;
    margin: 0 auto;
    font-size:1rem;
}

.recordAmmount {
    font-size: 2rem;
    font-weight: 700;
     color: #DA6A26;
}

.recordUnit {
    /*display: table-cell;*/
    vertical-align: middle;
     color: #DA6A26;
     font-size:1.5rem;
     font-weight:300;
    
}
.recordTitle{
    /*border-bottom:.5px solid  ;*/
    margin:4px 20px 20px 4px;
}

#genInfo3-2-3 {
    border-bottom-style: none;
}
