/* define all colors */
/* commonstyles.css
primaire blauw::     #001158
accent kleur: #b27f2b
letters: #323f4b
*/
html {
 width: 100%; 
  background-color: #fff;
  background-position: top center;
  background-repeat: repeat-x;
  background-image: url('/Application/GetMedia/12956');
}


body {
  /* font-family: Georgia, 'Times New Roman', Times, serif; */
  font-family: vestula, arial, sans-serif !important;
  color: #323f4b;
  padding-bottom:100px !important;
  position: relative !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  overflow-x: auto !important;
  
  min-height: 100%;
}

.textblock {
 	padding:10px;
}

.textblock p {
	font-family:Georgia;
  font-size:16px;
}

.textblock h5 {
  margin:0;
  font-family:Vestula, Arial;
  font-size:18px;
  color: #001158;
}


.page {
  background-color: white;

}

.header {
  padding: 6px 0 0 0 !important;
}

.container {
  background-color: white;
}

.alignright {
  position: absolute;
  right: 1em;
}


.accentcolor {
  color: #b27f2b;
}


a>.hyperlink {
  color: #323f4b;
}

a>.hyperlink:hover {
  color: #6f8599;
}

p>a {
  color: #b27f2b
}

p>a:hover {
  color: #b27f2b;
  text-decoration: underline;
}

p {
  color: #323f4b;
}

h1 {
  color: #001158;
  font-size: 1.6em;
}

h1.subheading {
  font-size: 1.3em;
}

h2 {
  font-family: vestula, arial, sans-serif !important;
  color:#001158;
  font-size:1.6em !important;
}

h3 {
  color: #001158;
  font-size: 1.3em;
  border-bottom: solid 1px #001158;
  height:20px;
  line-height:16px;
}


q {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}



sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}



.imagedescription {
  font-size: 0.9em;
  font-style: italic;
  padding: 0 10px;
  margin: 10px 0;
}

.payoff {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.1em;
  font-style: italic;
  color: #014189;
  padding: 30px 15px 0 0;
  text-align: right;
}



.container {
  background-color: white;
  /* border-left: solid 3px red;
  border-right: solid 3px red; */
}

.breadcrumb {
  color: #666;
  font-size: .75rem;
  line-height: 1.8333333333;
  font-family: vestula, arial, sans-serif;
  padding: .5625rem 0;
}





.navbar {
  overflow: hidden;
  background-color: #001158;
}

.navbar a {
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 7px 30px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  padding: 7px 30px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #001158;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #001158;
  min-width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99999;
}

.dropdown-content a {
  float: none;
  color: white;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}




.periodselectionbar {
  background-image: url('/Application/GetMedia/12753') !important;
  background-repeat: repeat-x !important;
  border-top: solid 1px #001158 !important;
}

.periodselectionbar a input {
  cursor:pointer;
  outline:none;
  background-color:rgba(0,0,0,0) !important;
  border:none !important;
}

.periodselectionbar a input:active {
  cursor:pointer;
  outline: none;
  background-color:rgba(220,0,0,0) !important;
  border:none !important;
}

.periodselectionbar a input:hover {
  cursor:pointer;
  outline: none;
  background-color:rgba(220,0,0,0) !important;
  border:none !important;
}




.periodbutton input {
	border:none;
    background:none;
    color:#001158;
    font-weight:bold;
    font-style:italic;
    cursor:pointer;
}


/* KPI's */

.kpi.digitsbig {
	font-size:48px;
  	font-weight:bold;
	color:#001158;
}

.kpi.digitsmedium {
	font-size:32px;
  	font-weight:bold;
	color:#001158;
}


.kpi.digitsmall {
	font-size:24px;
  	font-weight:bold;
  	text-align:right;
	color:#001158;
}


.kpi.bold {
  font-weight:bold;
}





.chart {display:block;
  height:300px;
}



.c3-line {
  stroke-width:5px;
  stroke-linecap:round;
}

.line {
  stroke-width:5px;
  stroke:black;
  stroke-linecap:round;
}


.dashboard-text svg text {
	font-size:24px;
  font-weight:bold;
}




text {
        font-family: vestula, arial, sans-serif;

    }
        .x-axis path {
            stroke: white;
            fill: none;
        }

        .x-axis line {
            fill: none;
            stroke: none;
            stroke-opacity: .8;
            shape-rendering: crispEdges;
        }

        .bars rect {
            fill: #7f88ab;
            fill-opacity: .9;
        }

        .title {
            font-weight: bold;
        }

        #precise-value {
            fill: #001158;
            font-size: 12px;
        }


        .tick text {
            font-size:12px;
        }


.xAxis path,       .yAxis path {
  stroke:silver;
}

.chartArea .serie .value circle {
  r:7;
}

.item input,
.item button
{
  	border:none !important;
	background-color:transparent !important;

}


#infoBuildingName {
	font-size:20px;
	font-weight:bold;
  	color:#001158;
}

/* KPI's ************/

.fixedheight {
  display:block;
  min-height:150px;
}


.kpi_big {
	padding:30px 0 20px 0 !important;
  font-size:5em !important;
}

.kpi_medium {
	padding:30px 0 10px 0;
  color:#b27f2b;;
  font-size:3em !important;
}

#breeamscore {
	padding:10px 0;
}


#bvo {
    color: #001158;
  	font-style:italic;
}

#bouwjaar {
    color: #001158;
  	font-style:italic;
}

#renovatiejaar {
  font-style:italic;
}

#bvounit {
   color: #001158;
   font-size:24px;
   font-style:italic;
}


#elabelsvg .labeltext {
  font-weight:bold;
  fill:white;
}




/* maps */
		.hotspot {
			stroke: none;
			stroke-width: 0;
			cursor:pointer;
			fill:#001158;
		}

		g.hotspot * {
			stroke: none;
			stroke-width: 0;
			fill:#001158;
		}

		g.hotspot *:hover {
		fill:#001158 !important;
		stroke: #001158;
			stroke-width: 4;
		}

		
		.hotspot:hover {
			fill: #001158 !important;
			stroke: #001158;
			stroke-width: 4;
		}


.hotspotnonbuilding {
	stroke:#001158;
  	cursor:pointer;
    fill:white;
  fill-opacity:0.1;
    stroke-width:4px;
}

.hotspotnonbuilding:hover {
    stroke-width:6px;
}




#labels text {
  fill:black;
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  z-index:99999;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #001158;
  color: #fff;
  text-align: left;
  padding: 12px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%; 
}

.tooltip .tooltiptext * { 
  color:white;
}

.tooltip .tooltiptext p { 
  padding-bottom:20px;
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}


.pointer {
  cursor:pointer;
}



td, th {
  padding:1px 4px !important;
}

.tooltip .tooltiptext h3 {
  color:white !important;
}





.active {
	border-bottom: solid 1px #001158 !important;
}