/*
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 : 26-jun-2015, 20:51:48
    Author     : veem5
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --bg-back: white;
  --bg-color: #EEF0F2;
  --fg-color:  #eee;
  --pop-color: #79909A;
  --txt-color: #333;
}

a {
  outline: 0 !important;
  color: #acc4d3;
}

* {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

#info {
  color:#777
}

html {
  overflow-y: scroll;
  overscroll-behavior: none;
}
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

body {
  background-color: var(--bg-color);
  color: var(--txt-color);
}

body > .container {
  position: relative;
  background-color: var(--bg-back);
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}

.container.popup {
  border-radius: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  background-color: var(--bg-color);
}

.project-preview {
  -webkit-filter: grayscale(90%);
  filter:grayscale(90%);
  max-width:500px;
  height:auto;
  margin:0px;
  border-radius:20px;
  display:inline-block;
}

.project-wrapper {
  margin:20px;
  cursor:default;
}

.project-preview:hover, .project-preview:focus {
  -webkit-filter: none !important;
  filter: none !important;
  transition: .1s;
}

#preview-ijmuiden{
  cursor: default;
}

.container-project {
  display: inline-grid;
  position: relative;
}

.container-project:hover .overlay {
  opacity: 1;
}

.overlay {
  position: absolute; 
  width:92.5%;
  bottom: 0px; 
  left: 0px;
  background: rgb(0, 0, 0);
  background: var(--txt-color);
  color: #f1f1f1; 
  display:inline-block;
  transition: .6s ease;
  transition-delay: .2s;
  opacity:0;
  color: white;
  font-size: 15px;
  padding: 20px;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin:20px;
}

#home-projects {
  width: 1145px;
  margin:auto;
  display:inline;
  position: relative;
}

.projectname {
  position: absolute;
  bottom:5px;
  right:5px;
}

#project-data{
  margin-bottom: 5px;
  padding-bottom: 2px;
  position: relative;
  display:block;
  color:var(--txt-color);
  background-color: transparent;
  transition: 1s opacity;
} 

#home-text{
  font-weight: 500;
}
#home-date{
  color: grey;
}

.text-list {
  -webkit-columns: 3 150px;
     -moz-columns: 3 150px;
          columns: 3 150px;
}

#list-linkless {
  color: var(--pop-color);
  margin: 0px 0px 0px 0px;
}

h1, h2, h3, h4 {
  column-span: all;
  font-size: medium;
}

a,
.clickable {
  cursor: pointer;
  color: #777;
} 

.clickable.nlsfb {
  min-width:250px;
}

.container {
  background-color: var(--bg-back);
}

.activeline {
  background-color: var(--fg-color);
}

tr:hover{
  background-color: #f3f3f3;
}

.btn, .tr, .activeline {
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

input {
  background-color: var(--fg-color);
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}

input.filter{
  position: relative;
  margin-top: 3px;
}

svg {
  width: 100%;
  height: auto;
}

#svgNieuwbouwRuimtes {
  border: 3px solid var(--fg-color);
  border-radius: 5px;
  background-color: var(--fg-color);
}

.icon {
  position: relative;
  -webkit-user-drag: none;
  display: inline-block;
  vertical-align: middle;
}

.icon:hover{
  opacity: 30%;
  transition: .1s;
}

.icon.top-right {
  position: absolute;
  right: 20px;
  top: 20px;
}

.icon.right {
  position: relative;
  right: 30px;
}

.icon.left {
  position: relative;
  left: 30px;
  margin-left: -26px;
}

.icon.bottom-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.controls {
  position: absolute;
  padding: 2px;
  left: 25px;
  top: 10px;
  background-color: var(--bg-back);
  border-radius: 3px;
}

#view-home {
  position: relative;
  top: 0px;
  font-size: 2em;
  background: transparent;
}

#popup-home {
  width:100%;
  position:relative;
}

#home-render-img {
  max-width: 100%;
  position:relative;
  top:0px;
}

.affix {
  top: 50px;
}

.navbar-default {
  background-color: var(--bg-back);
  border: none;
  height:72px;
}

#nav-navbar :hover {
  transition: .2s;
  background-color: #e7e7e7;
}

.navbar-nav>li>a {
  padding-top:37px;
  padding-bottom:15px
}

.navbar-collapse {
  position:absolute;
  z-index:9;
  background-color: var(--bg-back);
}

.navbar-toggle{
  display:inline-block;
  position:absolute;
  z-index:9;
  padding:15px;
  margin:15px;
}


.hidden {
  visibility: hidden;
}
.row {
  padding-top: 10px;
}

table {
  background-color: white;
}

.nicetable {
  width: 100%;
  border: 1px solid #BFCCD4;
  border-radius: 5px;
  border-collapse: collapse;
  font-size: 0.8em;
  margin-top:10px;
  margin-bottom:20px;
}
.nicetable th,
.nicetable td {
  color: var(--txt-color);
  vertical-align: top;
  padding: 4px;
  border: 1px solid #BFCCD4;
}
.nicetable th {
  cursor: pointer;
}

br.small{
  line-height:0.5em;
}

.nlsfb.div{
  padding:4px;
  background: var(--bg-color);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 0px;
}

.nlsfb.title {
  padding-left: 60px;
  border: 0px;
}

.eistabel,
.functietabel,
.ruimtetabel,
.afwerkingtabel {
  width: 100%;
  border: 1px solid #BFCCD4;
  border-collapse: collapse;
  font-size: 0.8em;
}
.eistabel th,
.functietabel th,
.ruimtetabel th,
.afwerkingtabel th {
  background-color: #dddddd;
}
.eistabel th,
.functietabel th,
.ruimtetabel th,
.afwerkingtabel th,
.eistabel td,
.functietabel td,
.ruimtetabel td,
.afwerkingtabel td {
  vertical-align: top;
  padding: 4px;
  border: 1px solid #BFCCD4;
}
.eistabel th:first-child,
.functietabel th:first-child,
.ruimtetabel th:first-child,
.afwerkingtabel th:first-child,
.eistabel td:first-child,
.functietabel td:first-child,
.ruimtetabel td:first-child,
.afwerkingtabel td:first-child {
  width: 10%;
}
.eistabel th.subheader,
.functietabel th.subheader,
.ruimtetabel th.subheader,
.afwerkingtabel th.subheader,
.eistabel td.subheader,
.functietabel td.subheader,
.ruimtetabel td.subheader,
.afwerkingtabel td.subheader {
  background-color: var(--fg-color);
}

td {
  color: var(--txt-color);
}

.nav-brand {
  float: right;
  right: 0px;
  height: 72px;
  max-height: 100px;
}
.nav-brand img {
  margin-top: 0px;
  height: 30px;
  position:relative;
  right:22px;
}

.nav > li :hover{
  background-color: var(--fg-color);
  color: var(--txt-color);
}

#modalFotos .modal-dialog {
  width: 50%;
}
.node circle {
  cursor: pointer;
  fill: var(--bg-back);
  stroke: var(--pop-color);
  stroke-width: 1.5px;
}
.node text {
  font-size: 11px;
}
path.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}
.chart {
  display: block;
  margin: auto;
  font-size: 11px;
}
rect {
  stroke: #eee;
  fill: #aaa;
  fill-opacity: .8;
}
rect.parent {
  cursor: pointer;
  fill: steelblue;
}
text {
  cursor: pointer;
}

@media screen and (max-width:1200px) {
  #home-projects {
    display:inline;
    left:0px;
  }

  .project-preview .overlay{
    width: 90%;
  }
  
}

@media screen and (max-width:500px) {
  .nav-brand .img {
    height: auto;
    max-height:72px;
  }
}