body{
    font-family: 'Montserrat', sans-serif !important;
}

a{
    text-decoration: none;
    color: black;
}

/*[ Table ]*/

.limiter {
  width: 30%;
  margin: 0 auto;
}

.container-table100 {
  width: 30%;
  min-height: 100vh;
  background: #c850c0;
  background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
  background: -o-linear-gradient(45deg, #4158d0, #c850c0);
  background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
  background: linear-gradient(45deg, #4158d0, #c850c0);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 300px;
}

#tableConsu{
  top: 120px;
}

#tblRead{
  top: 120px;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
  position: relative;
  top: 60px;
  left: -30px;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: rgb(11,114,111);
  background: linear-gradient(135deg, rgba(11,114,111,1) 40%, rgba(30,133,129,1) 65%, rgba(15,133,129,1) 72%);
  color: #ffffff !important;
  
}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table100-head th{
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.column1 {
  width: 260px;
  padding-left: 40px;
}

.column2 {
  width: 160px;
}

.column3 {
  width: 245px;
}

.column4 {
  width: 110px;
  text-align: right;
}

.column5 {
  width: 170px;
  text-align: right;
}


@media screen and (max-width: 992px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "#";
  }
  table tbody tr td:nth-child(2):before {
    content: "Voornaam";
  }
  table tbody tr td:nth-child(3):before {
    content: "Achternaam";
  }
  table tbody tr td:nth-child(4):before {
    content: "Consulent";
  }
  table tbody tr td:nth-child(5):before {
    content: "Edit";
  }

  .column4,
  .column5{
    text-align: left;
  }

  .column4,
  .column5,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* Zoek balk*/

#zoeken button{
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    height: 32px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

#zoeken{
    float: right;
    top: 65px;
    right: 15px;
    position: absolute;
}

#zoeken input[type=text]{
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    background-color: #f5f5f5;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

/* Edit gebruiker*/

#editUser{
  position: absolute;
  right: 30px;
  top: 150px;
}

#editUser button{
  float: right;
  margin-top: 8px;
  margin-right: 16px;
  background-color: #ee7042;
  font-size: 17px;
  border: none;
  cursor: pointer;
  height: 28px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#editUser input[type=select]{
  padding: 6px;
  margin-top: 8px;
  border: none;
  background-color: #f5f5f5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#consulent2{
  top: 8;
  position: relative;
  height: 28;
}

#gebruiker{
  font-size: 25px;
}

.klantvanCon{
  top: 70;
  position: ABSOLUTE;
  left: 360;
}

/*------ADD user FROM-------*/
#addUser{
  position: absolute;
  right: 80px;
  top: 150px;
}

#addUser button{
  float: right;
  margin-top: 30px;
  margin-right: 16px;
  background-color: #ee7042;
  font-size: 17px;
  border: none;
  cursor: pointer;
  height: 28px;
  border-radius: 5px;
  right: -15px;
  position: absolute;
  color: #ffffff;
}

#addUser input[type=text]{
  padding: 6px;
  width: 200px;
  margin-top: 8px;
  border: none;
  background-color: #f5f5f5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* HEADER */

#mainHeader{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  color: #ffffff;
  background-color: #0b726f;
  height: 55px;
}

.headerlinks a{
  color: #ffffff;
  padding-left: 8px;
}

.headerlinks{
  color: #ffffff;
  margin-bottom: 5px;
  position: relative;
  bottom: 0px;
  top: -30px;
  left: 1200px;
  width: 300px;
  text-decoration: none;
}

#mainheader a:hover{
  color: #ee7042;
}

#logo{
  width: 50px;
  height: 50px;
  justify-content: center;
  left: 10px;
  position: relative;
  top: 2px;
}

#headernaam{
  font-family: Raleway;
  width: 200px;
  height: 50px;
  position: absolute;
  top: 3px;
  left: 75px;
  color: #ffffff;
}

.container{
  position: absolute;
  top: 100px;
}

/* Header dropdown*/
/* Dropdown Button */
.dropbtn {
  background-color:#0b726f;
  color: white;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e4e4e4;
  min-width: 200px;
  top: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #0b726f;}


/*-------DASHBOARD--------*/

.dashboardBlok{
  position: absolute;
  width: 250px;
  height: 250px;
  top: 100px;
  left: 80px;
  border-radius: 10px;
  background-color: #0b726f;
  background: rgb(11,114,111);
  background: linear-gradient(135deg, rgba(11,114,111,1) 40%, rgba(30,133,129,1) 65%, rgba(16,136,133,1) 80%);
  color: #ffffff;
}

.textDash{
  position: absolute;
  bottom: 20px;
  left: 70px;;
}

.dashboardBlok:hover{
  color: #ee7042;
}

/* LOSSE DASH BLOKKEN */

/* -----Importeer knop------- */
#dashblokimport{
  left: 450px;
}

#dashimport{
  position: absolute;
  top: 20px;
  left: 50px;
}

/* -----Klanten knop------- */
#dashblokread{
  left: 750px;
}

#dashread{
  position: absolute;
  top: 20px;
  left: 50px;
}

#readdashtext{
  left: 85px;
}

/* -----Consulenten knop------- */
#dashblokconsulent{
  left: 450px;
  top: 390px;
}

#dashconsulent{
  position: absolute;
  top: 20px;
  left: 70px;
}

#consulentdashtext{
  left: 56px;
}

/* -----Berekenen knop------- */
#dashblokcalculate{
  left: 750px;
  top: 390px;
}

#dashcalculate{
  position: absolute;
  top: 20px;
  left: 70px;
}

#calculatedashtext{
  left: 80px;
  top: 150px;
}

/* CONSULENTEN PAGINA */

#conBlok{
  width: 70px;
  height: 40px;
  background-color: #ee7042;
  position: absolute;
  top: 80px;
  left: 280px;
  color: #ffffff;
  border-radius: 5px;
}

#faConBlok{
  left: 19px;
  position: absolute;
  top: 2px;
}

/* CALCULATE PAGINA*/

#geldconsulent{
  font-size: 25px;
}

.klantvan{
  position: relative;
  top: 70px;
  left: 275px;
  width: 50%;
}

.totaalP{
  background-color: #ee7042;
  color: #ffffff;
}

/* IMPORT PAGE */



/* GEBRUIKERS/READ PAGINA */

#readBlok{
  width: 70px;
  height: 40px;
  background-color: #ee7042;
  position: absolute;
  top: 80px;
  left: 280px;
  color: #ffffff;
  border-radius: 5px;
}

#faReadBlok{
  left: 19px;
  position: absolute;
  top: 2px;
}

/* RAPPORTAGE PAGINA */

#rapportage{
  top: 100px;
  position: absolute;
}

/* REGISTER PAGINA */

#register{
  position: absolute;
  left: 30px;
  top: 150px;
}

#register button{
  margin-top: 8px;
  margin-right: 16px;
  background-color: #ee7042;
  font-size: 15px;
  border: none;
  cursor: pointer;
  height: 20px;
  border-radius: 5px;
}

#register input[type=select]{
  padding: 6px;
  margin-top: 8px;
  border: none;
  background-color: #f5f5f5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* LOGIN PAGINA */

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #0b726f;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 15px;
}
.form button:hover,.form button:active,.form button:focus {
  background: #ee7042;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

/* REGISTER PAGINA */

.register-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.formr {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.formr input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px;
}
.formr button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #0b726f;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 15px;
}
.formr button:hover,.formr button:active,.formr button:focus {
  background: #ee7042;
}
.formr .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.formr .message a {
  color: #4CAF50;
  text-decoration: none;
}
.containerr {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.containerr:before, .containerr:after {
  content: "";
  display: block;
  clear: both;
}
.containerr .info {
  margin: 50px auto;
  text-align: center;
}
.containerr .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.containerr .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.containerr .info span a {
  color: #000000;
  text-decoration: none;
}
.containerr .info span .fa {
  color: #EF3B3A;
}

/* FOOTER */

#mainFooter{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #ffffff;
  background-color: #0b726f;
  height: 35px;
}

#mainFooter a{
  color: #ffffff;
  font-size: 12px;
  position: relative;
  left: 41%;
  top: 10px;
}

/* PAGINA RAPPORTAGEA */

#optiesR{
  position: absolute;
  top: 150px;
  left: 50px;
}