﻿.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;*/
}




/*row margin right op 0px zetten om scroll balk onderin kwijt te raken.*/
.row{
    margin-right:0px;
    margin-left:0px;
}
.statistieken{
  position: relative;
  /*width: 80%;*/
  padding-top: 2.2%;
  padding-bottom: 2.2%;
  padding-left: 10%;
  padding-right: 10%;
  color: #0D4B84;
}
.hiddenTab{
  display: none;
}
#statTab{
  position: relative;
  display: table;
  width: 100%;
  height: 5%;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
}
#statTab li{
  display: table-cell;
  width: 20%;
  animation-name: hoverOut;
  animation-duration: .3s;
  background-color: #FAFBFB;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  padding-left: 1em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/*#statTab li p{
  display: table;
  height: 100%;
}
#statTab li p a{
  display: table-cell;
  vertical-align: middle;
}
#statTab a:link:visited{
  color: #404041;
  text-decoration: none;
}
#statTab li:hover{
  cursor: pointer;
  animation-name: hoverIn;
  animation-duration: .3s;
  color:rgba(13,75,132,.5);
}
.statactive{
  font-weight: 600;
  border-bottom-style: none !important;
}*/
.statistics-content{
  position: relative;
  float: left;
  /*width: 100%;*/
  margin-bottom: 2.2%;
  background-color: #FAFBFB;
  /*box-sizing: border-box;*/
  /*border: 1px solid #0D4B84;*/
  border-top-style: none;
}
#ringterug{
  float: left;
  position: relative;
  width: 60%;
  margin-left: 1%;
  margin-top: 1%;
}
#biometgeg{
  float: left;
  position: relative;
  width: 90%;
  margin-left: 1%;
  margin-top: 1%;
}
#pointGewicht{
  float: left;
  position: relative;
  width: 98%;
  height: 50%;
  margin-left: 1%;
  border: 1px solid #DDD;
  font-size: .6em;
}
.box {
  font: .6em sans-serif;
}

.box line,
.box rect,
.box circle{
  fill: #DA6A26;
  stroke: #404041;
  stroke-width: 1px;
}

.box .center {
  stroke-dasharray: 3,3;
}

.box .outlier {
  fill: none;
  stroke: #404041;
}

.statisContent{
  float: left;
  position: relative;
  width: 98%;
  margin-left: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
}
.omstDiagram {
  float: left;
  position: relative;
  width: 100%;
  height: 75%;
}
.circleOmst1{
  float: left;
  position: relative;
  width: 50%;
  height: 70%;
  border: 1px solid #DDD;
  box-sizing: border-box;
}
#LegendOmst{
  border: 1px solid #DDD;
  position: relative;
  float: left;
  width: 100%;
  padding: 1%;
  box-sizing: border-box;
  margin-bottom: 1%;
}
#LegendOmst table{
  font-size: .7em;
  padding: .3em;
}
#LegendOmst tr{
  padding: .2em;
}
#colorOmst1{
  background-color: #DDD;
  width: 5%;
  height: 3em;
}
#colorOmst2{
  background-color: #0D4B84;
  width: 5%;
}
#colorOmst3{
  background-color: #5E89C6;
  width: 5%;
}
#colorOmst4{
  background-color: #829FD2;
  width: 5%;
}
#colorOmst5{
  background-color: #B6CCEA;
  width: 5%;
}
#colorOmst6{
  background-color: #E5EAF6;
  width: 5%;
  height: 3em;
}
#colorOmst7{
  background-color: #DA6A26;
  width: 5%;
}
#colorOmst8{
  background-color: #E08447;
  width: 5%;
}
#colorOmst9{
  background-color: #EEBB97;
  width: 5%;
}
.Omst{
  width: 15%;
  padding-left: 1rem;
}

#table-circumstances td{
    /*font-weight:900;
    text-align:center;*/
    border:1px solid #DDD;
}
.circleOmst2{
  float: left;
  position: relative;
  width: 16.67%;
  height: 30%;
  border: 1px solid #DDD;
  box-sizing: border-box;
}
.circumstances-header1{
  font-size: 1.9rem;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 1%;
}
.circumstances-header2{
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 1%;
}
.omstCircle1{
  float: left;
  position: relative;
  width: 100%;
  height:300px;
  box-sizing: border-box;
}
.omstCircle2{
  float: left;
  position: relative;
  width: 100%;
  height: 175px;
  box-sizing: border-box;
}
#leeftijdChart{
  position: relative;
  float: left;
  width: 70%;
  height: 350px;
  border: 1px solid #DDD;
  font-size: 0.7em;
}
#topoudstvogel{
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow-y: hidden;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
#topoudstvogel table{
  font-size: 1em;
}
#ringinspanning{
  position: relative;
  float: left;
  width: 38%;
  margin-top: 1%;
  margin-right: 1%;
  padding-left: 2em;
  padding-top: 0em;
  box-sizing: border-box;
}
#ringinspanningmap{
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #DDD;
}
#insPopup{
  font-size: .7em;
  background-color: #FAFBFB;
  border: 1px solid #404041;
  padding-top: .3em;
  color: #404041;
  padding-bottom: .3em;
  padding-left: .5em;
  padding-right: .5em;
  text-align: center;
}
#seizoenmeld{
  float: left;
  position: relative;
  width: 85%;
  margin-left: 1%;
}
.toelichting{
  position: relative;
  float: left;
  height: 12%;
  font-size: .8em;
  color: #939597;
  padding-top: .5em;
  padding-bottom: 1em;
  text-align: justify;
}
#toelichting1{
  width: 60%;
  margin-left: 1%;
}
#toelichting2{
  width: 34%;
  padding-left: 2.5em;
  margin-right: 1%;
}
#toelichting3{
  width: 85%;
  margin-left: 1%;
}
#toelichting4{
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
#toelichting5{
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
#toelichting6{
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
#toelichting7{
  width: 70%;
}
#toelichting8{
  width: 98%;
}
#toelichting9{
  width: 98%;
}
.titlestats{
  color: #DA6A26;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
}
#titlestat1{
  float: left;
  position: relative;
  padding-left: 2%;
  padding-top: .3em;
  box-sizing: border-box;
  margin: .5em;
}
#titlestat2{
  position: relative;
  padding-left: 2%;
  padding-top: .3em;
  box-sizing: border-box;
  margin: .5em;
}
#titlestat3{
  position: relative;
  padding-left: 2%;
  padding-top: .3em;
  margin: .5em;
  box-sizing: border-box;
}
#titlestat4{
  position: relative;
  float: left;
  padding-left: 2%;
  height: 6%;
  padding-top: .3em;
  box-sizing: border-box;
}
.titlestat5{
  float: left;
  position: relative;
  padding-left: 2%;
  padding-top: .3em;
  box-sizing: border-box;
  margin: .5em;
}
#stat1{
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  box-sizing: border-box;
  overflow-y: hidden;
}
#stat2{
  float: left;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  box-sizing: border-box;
  overflow-y: hidden;
}
#stat3{
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  box-sizing: border-box;
  overflow-y: hidden;
  margin-left: 2%;
  margin-right: 2%;
}
 
#table-biometrics tr:hover td {
	background-color: #e6e6e6;
}
 
/*#stat3 td {
	padding: 4px;
}*/
.tabel1{
  font-size: .8em;
  padding-left: 2%;
  width: 36%;
  color: #404041;
  height: 1em;
  font-weight: bold;
  overflow: auto;
}
.tabel1-1{
  font-size: .8em;
  padding-left: 4%;
  height: 1em;
  color: #404041;
  width: 36%;
  overflow: auto;
}
.tabel1-2{
  font-size: .8em;
  padding-left: 6%;
  height: 1em;
  width: 36%;
  overflow: auto;
}
.tabel1-3{
  font-size: .8em;
  padding-left: 6%;
  height: 1em;
  color: #404041;
  width: 36%;
  overflow: auto;
}
.boldtabel{
  font-weight: bold;
  color: #404041;
}
.tabel2{
  width: 13%;
  font-size: .8em;
  height: 1em;
  text-align: right;
  overflow: auto;
}
.tabel2-1{
  width: 12.8%;
  font-size: .8em;
  height: 1em;
  text-align: right;
  overflow: auto;
}
/*biometrie tabel*/
#table-biometrics{
    font-size:1.0rem
}
#table-biometrics >.row div:nth-child(even){
  background-color: #dcdcdc;
}
#table-biometrics .row div:nth-child(odd){
  background-color: #aaaaaa;
}
.tabel3-h0{
  text-align:center;
}
.tabel3-h1{
  text-align:right;
  border-bottom:1px solid #DDD;
}
.tabel3{
  
  width: 20%;
  color: #404041;
  height: 1em;
  overflow: auto;
}
.tabel3-0{
  /*font-size: .9em;*/
  text-align: left;
  font-weight: bold;
  color: #404041;
  border-bottom: 1px solid #DDD;
  width: 12.5%;
  height: 1em;
  overflow: auto;
}
.tabel3-1{
  text-align: left;
  /*padding-left:20px !important;*/
  font-weight:800;
}
.tabel3-2{
  text-align: left;
  padding-left:20px !important;
  font-weight:700;
}
.tabel3-3{
  text-align: left;
  padding-left: 40px !important;
  font-weight:600;
  /*border-bottom: 1px solid #DDD;*/
}
.tabel3-4{
  text-align: left;
  padding-left:60px !important;
  font-weight:500;
}
/*value*/
.tabel3-v{
  text-align: right;
}
/*value met border*/
.tabel3-vb{
  text-align: right;
  border-left: 1px solid #DDD;
}
/* value met padding*/
.tabel3-vp{
  text-align: right;
  padding-right: 20px !important;
}
.tabel4{
  font-size: .8em;
  height: 1em;
  color: #404041;
  overflow: auto;
  text-align: left;
}
.tabel4-0{
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  width: 10%;
}
.tabel4-1{
  border-bottom: 1px solid #DDD;
  width: 10%;
}
.tabel4-2{
  width: 5%;
  border-bottom: 1px solid #DDD;
}
.tabel4-3{
  width: 24%;
  border-bottom: 1px solid #DDD;
}
.tabel4-4{
  font-weight: bold;
  width: 5%;
}
.tabel4-5{
  width: 10%;
}
.tabel4-6{
  width: 24%;
}
.tabel4-7{
  width: 1%;
}
#stat1 table{
  font-size: 1em;
}
#stat2 table{
  font-size: 1em;
}
.bottomline{
  font-size: .8em;
  height: 1em;
  align: center;
  text-align: right;
  border-bottom: 1px solid #DDD;
}
.bottomline1{
  width: 16%;
  font-size: .8em;
  height: 1em;
  align: center;
  color: #404041;
  text-align: right;
  border-bottom: 1px solid #DDD;
}
.bottomline2{
  width: 12.8%;
  font-size: .8em;
  height: 1em;
  align: center;
  color: #404041;
  text-align: right;
  border-bottom: 1px solid #DDD;
}
.divline{
  position: relative;
  float: left;
  margin: 1%;
  border-top: 1px solid #0D4B84;
  width: 98%;
}
.divline1{
  position: relative;
  float: left;
  margin-top: 1%;
  margin-bottom: 1%;
  border-top: 1px solid #0D4B84;
  width: 100%;
}
.axis path,
.axis line {
  fill: none;
  stroke: #404041;
  shape-rendering: crispEdges;
}

path.err {
  stroke-width: 1.5px;
  stroke: #DA6A26;
}

.bar {
  fill: #0D4B84;
}

.bar:hover {
  fill: #0D4B84;
}

.x.axis path {
  display: none;
}

.d3-tip-aantallen {
  line-height: 1;
  font-weight: normal;
  font-size: .8em;
  padding: 12px;
  background: #FAFBFB;
  color: #404041000;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  position: relative;
}

.d3-tip-soortzoek {
  line-height: 1;
  font-weight: normal;
  font-size: .7em;
  padding: 6px;
  background: #FAFBFB;
  color: #404041000;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  z-index: 2;
}

.d3-tip-leeftijd {
  line-height: 1;
  font-weight: normal;
  font-size: .8em;
  padding: 12px;
  background: #FAFBFB;
  color: #404041000;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  position: relative;
}

.d3-tip-biom {
  line-height: 1;
  font-weight: normal;
  font-size: .8em;
  padding: 12px;
  background: #FAFBFB;
  color: #404041000;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  position: relative;
}


.d3-tip-omstand {
  line-height: 1;
  font-weight: normal;
  font-size: .8em;
  padding: 12px;
  background: #FAFBFB;
  color: #404041000;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  position: relative;
}

#chart {
  display: inline-block;
  border: 1px solid #DDD;
  font-size: .8em;
  font-weight: lighter;
  float: left;
  position: relative;
  width: 98%;
  height: 500px;
  margin-top: 1%;
  margin-left: 1%;
  overflow-y: visible;
}

.arc path {
  stroke: #FAFBFB;
}

polyline{
  opacity: .3;
  stroke: black;
  stroke-width: 2px;
  fill: none;
}

svg{
  width: 100%;
  height: 100%;
}
.graphic{
  margin:auto;
}