:root {
  --tekstBasis: #000000;
  --zwart: #2F332C;
  --wit: #ffffff;
  --donker: #2E6F74;
  --licht: #D5E2E3;
  --lichter: #D5E2E350;
  --highlight: #C06B3F;
  --highlight-licht: #ef844f;
}

td > img {
  float:left;
  width: 50%;
  height: 50%;
}

a{
  color:var(--donker);
}

a:hover {
  color:var(--hightlight);
}

.stappen {
  width:100%;
  margin-top:40px;
}

.stappen-padding {
  width:100%;
  margin-top:40px;
  padding-right: 20px;
  padding-left:20px;
}

body {
    font-family: "Montserrat", courier;
    font-size: 14px;
    color: var(--tekstBasis);
}

h1, h2, h3 {
  font-family: "Montserrat", "courier";
  font-weight: bold;
  text-transform: uppercase;
  color: var(--donker);
  font-weight: bold;
}

h1 {
    font-size: 2em;
    text-transform: uppercase;
}

h2 {
  font-family: "Montserrat", "courier";
  line-height: 1;
  font-size: 1.3em;
  font-weight: bold;
}

h3 {
  color: var(--tekstBasis);
  font-family: "Montserrat", "courier";
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

h4 {
  color: var(--tekstBasis);
  font-family: "Montserrat", "courier";
  line-height: 1;
  font-size: 14px;
  text-decoration: underline;
  margin-top:20px;
}

body {
    padding-left: 15px;
    padding-right: 15px;
}

table {
    width: 100%;
  }

table, th, td {
    border: 1px solid;
    padding: 5px;
    text-align: left;
    background-color: #f2f2f2;
  }

th{
    color: white;
    border-color: var(--zwart);
    background: var(--donker);
  }

canvas{
    width: 100% !important;
    height: 100% !important;
  }

.textblok{
  background-color: var(--licht);
  padding: 10px;
}

/* RAPPORTAGE TABS */
#rapportage .tab button {
  background-color: var(--donker);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 2px 10px;
  transition: 0.3s;
  font-size: 14px;
  color: var(--wit);
  margin-bottom: 20px;
}

#rapportage .tab button:hover {
  background-color: var(--accent);
}

#rapportage .tab button.active {
  background-color: var(--accent);
}

.indicatoren .tab {
  overflow: hidden;
  border: 1px solid var(--donker);
  background-color: var(--donker);
}

.indicatoren .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 2px 10px;
  transition: 0.3s;
  font-size: 14px;
  color: var(--wit);
}

.indicatoren .tab button:hover {
  background-color: var(--accent);
}

.indicatoren .tab button.active {
  background-color: var(--accent);
}

.indicatoren .tab button:focus {
  background-color: var(--accent);
}

.indicatoren .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid var(--donker);
  border-top: none;
  background-color: var(--lichter);
  margin-bottom: 20px;
}

#username {
  color:white;
  float:left;
  font-weight: bold;
  text-align: center;
  padding-top: 14px;
  padding-left:10px;
}

#usertype {
  color:white;
  float:left;
  text-align: center;
  padding-top: 14px;
  padding-left:10px;
}

.btn-primary {
  background-color: var(--highlight);
  border:none;
}

.btn-primary:hover {
  background-color: var(--highlight-licht);
}

.btn-primary:active {
  color: var(--donker);
  border: none;
}

.btn-secondary {
  border:none;
  background-color: var(--donker);
}

.btn-secondary:hover {
  background-color: var(--highlight-licht);
}

.btn-group-vertical {
  margin-top:20px;
}

 .projectButton {
  margin-top:10px !important;
  display: block;
  margin-right: 40px;
  text-align: left;
  font-weight: bold;
}

.no-padding {
  padding-left:0;
}

.projectButton svg {
  float: right;
}

.spinDiagram {
  margin-top:20px
}

.projectInformatie {
  background-color: #D3E0E1;
  margin-top:20px;
  margin-bottom:20px;
  padding:20px;
  padding-right: 30px;
  border-radius: 0px 100px 100px 0px
}

#scoreInvullen {
  margin-top:5px;
  margin-right:5px;
  margin-left:15px;
  padding:10px 10px 8px 10px;
  float:left;
  font-weight: bold;
}

#scoreInvullen:hover {
  background-color: var(--highlight-licht);
}


#id_AmbitieEnergie {
  display: inline-block;
}

.form-check-inline {
  margin-right: 2px;
}

.form-check-inline > div {
  display: inline;
  margin-right:20px;
  padding-left:2px;
}

.form-check-inline > div > input {
  padding-right:2px;
  margin-right:2px;
}

.menuIcon {
 margin-top:-2px;
 margin-right: 2px;
}

#uitloggen {
  background-color: white;
  margin-top:5px;
  margin-right:5px;
  margin-left:15px;
  padding:10px;
  border-radius: 5px;
  color:var(--donker);
}

.ambitieniveauFase {
  padding-right: 20px;
}

.ambitieniveauFase select {
  float:right;
}

.initiatieFormHeader{
  margin-bottom: 20px;
}

#id_users div {
  display: inline;
  margin-right:10px;
}

#id_OnderdelenRef div {
  display: inline;
  margin-right:10px;
}

.projectAanmakenInput p {
  font-weight: bold;
}

.projectAanmakenInput textarea {
  display: block;
}

#toelichting_homepage {
  margin-top: 20px;
  height: calc(100vh - 110px);
  overflow-y: scroll;
  padding-right:20px;
}

#scrollcol {
  margin-top: 20px;
  max-height: calc(100vh - 110px);
  overflow-y: scroll;
}

#noscrollcol {
  margin-top: 20px;
  height: calc(100vh - 110px);
}

#form_links {
  margin-top: 20px;
  height: calc(100vh - 110px);
  overflow-y: scroll;
}

#form_rechts{
  margin-top: 20px;
  height: calc(100vh - 110px);
  overflow-y: scroll;
}

.textIcon {
  display: inline;
  position: relative;
  margin-bottom: 2px;
 }


.scoreInput{
  background-color: var(--accent);
  float: left;
  width: 50px;
  font-family: "Montserrat", "courier";
  font-weight: bold;
  text-transform: uppercase;
  color: var(--wit);
  border-width: 3;
  border-color: var(--accent);
  border-style:solid;
  text-align: center;
  border-radius: 5px;
}

.collapsible {
  background-color: var(--licht);
  color: var(--donker);
  cursor: pointer;
  padding: 2px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-family: "Montserrat", "courier";
  font-weight: bold;
  text-transform: uppercase;
}

.activecollapsible, .collapsible:hover {
  background-color: var(--donker);
  color: var(--wit);
  font-family: "Montserrat", "courier";
  font-weight: bold;
  text-transform: uppercase;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: var(--licht);
}

textarea {
  width: 100%;
  height: 150px;
  padding:5px;
}

.tabInfo {
  float:left;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 50px;
  padding:5px;
  margin-bottom: 0px;
}

#myDiv {
  border: 1px solid black
}

.SVGproject {
  margin-top:4px;
}

#ambitieTabel {
  background-color: var(--wit);
  color: var(--zwart);
  border-style: none;
}

footer {
  margin-top: 50px;
  background-color: var(--donker);
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

footer img {
  height:85px;
  padding:20px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.projecten-hover {
  display: none;
}

.projectButton:hover + .projecten-hover {
  display: block;
}