@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700;900&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

h1 {
    color: #f0c431;
    /*margin-left: 20px;*/
    font-size: 22px;
}
h2 {
    color: #5db399;
    margin-top: 22px;
    margin-top: 0px;
    /* margin-bottom: 5px; */
}
h3 {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
}
p {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 13px;
}
hr.lgrey {
    background-color: #eee;
    border: 0 none;
    color: #eee;
    height: 1px;
    margin-top: 45px;
}
hr.green {
    background-color: #5db399;
    border: 0 none;
    color: #5db399;
    height: 2;
    margin-top: 2px;
}
hr.lightgrey {
    background-color: #eee;
    border: 0 none;
    color: #eee;
    height: 1px;
    margin-top: 10px;
}

hr.fact {
    background-color: #f0c431;
    border: 0 none;
    color: #f0c431;
    height: 4px;
    margin-top: 60px;
}

hr.inex {
    background-color: #f0c431;
    border: 0 none;
    color: #f0c431;
    height: 4px;
    margin-top: 20px;
}
hr.inexgreen {
    background-color: #5db399;
    border: 0 none;
    color: #5db399;
    height: 4px;
    margin-top: 20px;
}

a:link {
    color:black;
    text-decoration: none;
}
a:visited {
    color:black;
    text-decoration: none;
}
a:hover {
    color:#5db399;
    text-decoration: none;
}
a:active {
    color:black;
    text-decoration: none;
}

.sticky-div { 
     /*background-color: #f0c431; 
    position: sticky; */
    background-color:white; 
    /*background:rgba(255,255,255,0.6);*/
    position: fixed;
    z-index: 250;
    top: 0px; 
    left: 0px;
    height:65px;
    width: 100%;
    padding: 0px; 
    border-bottom: 1px solid #eee;
} 

.logo-wrap{
    height: 40px;
    left: 10px;
    top: 4px; 
    position: absolute;
    /* border:#f2f2f2 solid 5px; */
}

#content-wrap {
    margin: auto;
    width: 50%;
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;    /* Footer height */
}

.signout-wrap{
    width: auto;
    height: 40px;
    right: 10px;
    position: absolute;
    /* border:#f2f2f2 solid 5px; */
    padding: 5px; 
    margin: 15px 0 0 0; 
}

#signin-container {
    position: relative; 
    margin-top: 150px;
    min-height: 100%;
}

#page-container {
    position: relative; 
    min-height: 100vh;
    /* border: #31f041 1px solid; */
}

#main-wrap {
    margin: auto;
    width: 90%;
    text-align: left;
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;    
    /* border: #f03131 1px solid; 
    position: right; */
}
/*  */
.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    /* border: 1px solid silver; */
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.wrap { 
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
} 
.wrap li {
    background: rgb(255, 255, 255);
  }

.flex-item {
    /* background: tomato; */
    padding: 5px;
    width: 240px;
    height: 140px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    
    line-height: 24px;
    color: black;
    font-weight: normal;
    /* font-size: 1em; */
    font-size: 16px;
    text-align: left;

    /* border: 2px solid #5db399; */
    /*border-top: none;*/
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    box-shadow: 0.5px 0.5px 10px rgb(194, 194, 194);
  }

.flex-item:hover{
    transform: scale(1.05);
}

.flex-top {
    background: #1bb399;
    padding: 5px;
    width: 240px;
    height: 20px;
    margin-top: -5px;
    margin-left: -5px;
    /* padding-left: 5px; */
    
    line-height: 20px;
    color: white;
    font-weight: normal;
    /* font-size: 1em; */
    font-size: 14px;
    text-align: left;

    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -o-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    
}
.flex-title {
    background: #1bb399;
    padding: 5px;
    width: 240px;
    height: 20px;
    margin-top: -5px;
    margin-left: -5px;
    /* padding-left: 5px; */
    
    line-height: 20px;
    color: white;
    font-weight: normal;
    /* font-size: 1em; */
    font-size: 14px;
    text-align: left;

    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -o-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    
}

/* intern flex */

.intern-container {
    padding: 0;
    margin: 0;
    list-style: none;
    /* border: 1px solid silver; */
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.intern-item {
    /* background: tomato; */
    padding: 5px;
    width: 240px;
    height: 140px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    
    line-height: 24px;
    color: black;
    font-weight: normal;
    /* font-size: 1em; */
    font-size: 16px;
    text-align: left;

    /* border: 2px solid #5db399; */
    /*border-top: none;*/
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    box-shadow: 0.5px 0.5px 10px rgb(194, 194, 194);
  }

/* .intern-item:hover{
    transform: scale(1.05);
} */

.intern-top {
    background: #f0c431;
    padding: 5px;
    width: 240px;
    height: 20px;
    margin-top: -5px;
    margin-left: -5px;
    /* padding-left: 5px; */
    
    line-height: 20px;
    color: white;
    font-weight: normal;
    /* font-size: 1em; */
    font-size: 14px;
    text-align: left;

    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -o-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    
}
.intern-title {
    background: #1bb399;
    padding: 5px;
    width: 240px;
    height: 20px;
    margin-top: -5px;
    margin-left: -5px;
    /* padding-left: 5px; */
    
    line-height: 20px;
    color: white;
    font-weight: normal;
    /* font-size: 1em; */
    font-size: 14px;
    text-align: left;

    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -o-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    
}

/*  */

.textdiv{
    width: 100%;
    height: auto;
}


/* {margin:0; box-sizing:border-box;font:14px/1.4 sans-serif;} */

.dropdown-btn {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  /* text-transform: uppercase; */
  font-family: inherit;
  display: block;
}

.dropdown-btn::before {
  display: inline-block;
  content: "\25BC";
  transition: transform 0.3s;
}

.dropdown-container {
  display: none;
  padding: 10px;
}

.dropdown.is-open .dropdown-btn:before {
  transform: rotate(180deg);
}

.dropdown.is-open .dropdown-container {
  display: block;
}

.dropdown-container a {
  color: white;
  display: block;
}

/* .dropdown-container a:hover {
  background-color: #414141;
} */

#companydiv {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: rgb(255, 255, 255);
    margin-top: 10px;
    display: none;
}

#infotable {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
}
  
#infotable td {
    border: 1px solid #ddd;
    padding: 8px;
}

.pointtable {
    cursor: pointer;
}

#infotable tr:nth-child(even){
    background-color: #f2f2f2;
}
#infotable tr:not(:first-child):hover {
    background-color: ddd;
}
/* #infotable tr:hover {
    background-color: #ddd;
} */

.pjdivtext {
    font-size: 13px;
    line-height: 20px;
    color: rgb(0, 0, 0);
}

/* modal pop-up  */

.wrap-leftright-div {
    /* border: 1px solid red; */
    height: auto;
    /* color: black; */
}

.leftdiv {
    box-sizing: border-box;  
    width: 50%;  
    float: left;
    margin-top: 0;  
}

.rightdiv {
    overflow: hidden; 
    float: right;
    /* color: black; */
}
/*  */
select {

    /* styling */
    background-color: white;
    border: thin solid #f0c431;;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
  
    /* reset */
  
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  select.minimal {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  }
  select.minimal:focus {
    background-image:
      linear-gradient(45deg, #1bb399 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, #1bb399 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: #1bb399;
    outline: 0;
  }
  
  
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }

/*  */

.dropfact{
    height: auto;
    min-width: 100%;
    /* border: 1px solid rgb(12, 154, 219); */
    float: left;
}
.dropfact-btn {
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    /* text-transform: uppercase; */
    font-family: inherit;
    display: block;
    min-width: 100%;
  }
  
  .dropfact-btn::before {
    display: inline-block;
    content: "\25BC";
    transition: transform 0.3s;
  }
  
  .dropfact-container {
    display: none;
    padding: 10px;
  }
  
  .dropfact.is-open .dropfact-btn:before {
    transform: rotate(180deg);
  }
  
  .dropfact.is-open .dropfact-container {
    display: block;
  }
  
  .dropfact-container a {
    /* color: rgb(0, 0, 0); */
    display: block;
  }

/*  */

.dropinfo{
    height: auto;
    min-width: 100%;
    /* border: 1px solid rgb(12, 154, 219); */
    float: left;
}
.dropinfo-btn {
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    /* text-transform: uppercase; */
    font-family: inherit;
    display: block;
    min-width: 100%;
}

.dropinfo-btn::before {
    display: inline-block;
    content: "\25BC";
    transition: transform 0.3s;
}

.dropinfo-container {
    display: none;
    padding: 10px;
    color: rgb(121, 121, 121);
}

.dropinfo.is-open .dropinfo-btn:before {
    transform: rotate(180deg);
}

.dropinfo.is-open .dropinfo-container {
    display: block;
}

.dropinfo-container a {
    color: rgb(78, 78, 78);
    display: block;
}

/*  */

.headerfactuur{
    height: 20px;
    min-width: 90%;
    /* border: 1px solid red; */
    float: left;
    text-align: left;
    font-size: 16px;
}

.wrap-fact {
    /* border: 1px solid red; */
    height: auto;
    /* border: 1px solid rgb(255, 238, 0); */
    
}

.left-fact {
      box-sizing: border-box;  
      width: 65%;  
      float: left;
      text-align: left;
      margin-top: 0;  
      /* border: 1px solid rgb(255, 0, 179); */
}

.right-fact {
    overflow: hidden; 
    float: left;
    width: 25%;  
    /* border: 1px solid rgb(255, 166, 188); */

}

.wrapper-plain {
    overflow: hidden; 
    float: left;
    text-align: left;
    height: auto;
    width: 100%;  
    /* border: 1px solid rgb(255, 166, 188); */
}


.chevron {
    overflow: hidden; 
    float: right;
    height: auto;
    width: 9%;  
    /* border: 1px solid rgb(255, 166, 188); */
}

/*  */

/* overlay elements */ 
#overlay{ /* we set all of the properties for are overlay */
    height:auto;
    width:80%;
    margin:50px auto;
    background:rgb(255, 255, 255);
    /* color:black; */
    padding:10px;
    position:absolute;
    top:5%;
    left:10%;
    z-index:500;
    display:none;
    /* CSS 3 */
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}

#mask{ /* create are mask */
    position:fixed;
    top:0;
    left:0;
    background:rgba(93,179,153,0.6);
    z-index:250;
    width:100%;
    height:100%;
    display:none;
}
/* use :target to look for a link to the overlay then we find are mask */
#overlay:target, #overlay:target + #mask{
    display:block;
    opacity:1;
}
.close{ /* to make a nice looking pure CSS3 close button */
    display:block;
    position:absolute;
    top:-10px;
    right:-10px;
    background:#f0c431;
    color:white;
    height:40px;
    width:40px;
    line-height:40px;
    font-size:35px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    -o-border-radius:40px;
    border-radius:40px;
}
#open-overlay{ /* open the overlay */
    padding:0px;
    /*background:blue;
    color:white;
    text-decoration:none;
    display:inline-block;
    margin:20px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;*/
}
.headoverlay{
    width: 100%;
    /* height: 120px; */
    min-height: 200px;
    /* border: solid 2px #f0c431; */
    z-index:510;
}

/*    */
#overlayiv{ /* we set all of the properties for are overlay */
    height:auto;
    width:60%;
    margin:50px auto;
    background:rgb(255, 255, 255);
    /* color:black; */
    padding:10px;
    position:absolute;
    top:5%;
    left:20%;
    z-index:500;
    display:none;
    /* CSS 3 */
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}

/* use :target to look for a link to the overlay then we find are mask */
#overlayiv:target, #overlayiv:target + #mask{
    display:block;
    opacity:1;
}

#open-overlayiv{ /* open the overlay */
    padding:0px;
    /*background:blue;
    color:white;
    text-decoration:none;
    display:inline-block;
    margin:20px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;*/
}
.ivoverlay{
    width: 100%;
    text-align: center;
    padding:20px 0 20px 0;
    /* height: 120px; */
    min-height: auto;
    /* border: solid 2px #f0c431; */
    z-index:510;
    /* margin-right: 20px; */
}


/*  */



/* form elements */
input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 5px;
} 
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 5px;
} 
.btn {
    border: 2px solid black;
    background-color: white;
    padding: 8px 18px;
    font-size: 14px;
    cursor: pointer;
}
.login {
    width: 100%;
    border-color: #5db399;
    color: #5db399;
    border-radius: 5px;
}
.login:hover {
    background-color: #5db399;
    color: white;
}
.signout {
    width: 10%;
    border: 2px solid #5db399;
    border-radius: 5px;
}
.signout:hover {
    background-color: #5db399;;
    color: white;
}
.download {
    width: auto;
    border: 2px solid #5db399;
    color: #5db399;
    border-radius: 5px;
}
.download:hover {
    background-color: #5db399;
    color: white;
}
/* end form elements */

.buttonopen {
    background-color: #b35d5f; 
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    cursor: pointer;
    min-width: 100px;
    /* margin-right: 20px; */
}
.buttonopen:hover {
    background-color: #e47578;
    color: white;
  }
.buttonclose {
    background-color: #5db399; 
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    cursor: pointer;
    min-width: 100px;
    /* margin-right: 20px; */
}
.buttonclose:hover {
    background-color: #68d5b4;
    color: white;
  }



#footer {
    /*position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;            
    text-align: center;
    color: #5db399;
    padding: 3px;
    background-color:#5db399;*/
    position: fixed;
    z-index: 250;
    bottom: 0px; 
    height:65px;
    width: 100%;
    padding: 0px; 
    text-align: center;
    color: #5db399;
}