html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto', sans-serif;
}

a{
    list-style-type: none;
    text-decoration: none;
}

/* HEADER */

.logoHeader{
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    left: 1%;
    top: 5%;
}


#header{
    width: 100%;
    min-height: 7.5%;
    position: fixed;
    background: rgb(0,155,203);
    background: linear-gradient(135deg,rgba(0,187,245,1) 20%, rgba(0,155,203,1) 40%,rgba(0,176,231,1) 60%);
    top: 0px;
    left: 0px;
    z-index: 99;
    border-bottom: 2px solid rgb(0, 130, 170);
    
}

.fancyCheck{
    float: left;
    position: relative;
    padding: 10px;
    color: #ffffff;
    left: 25%;
}

.fancyCheck input[type="checkbox"]{
    display: none;
}

.fancyCheck input[type="checkbox"]:checked + i{
    color: rgb(0, 195, 255);
}

.headerEdit input:checked{
    background-color: #d4d4d4;
}

.headerEdit{
    float: left;
    position: relative;
    width: 50px;
    left: 25%;
    margin-right: 60px;
}

.edit{
    background-color: #ffffff;
    color: black;
    padding: 7px;
    border-radius: 3px;
    position: relative;
    text-align: center;
    border-bottom: 2px inset rgb(0, 130, 170);
    border-right: 2px inset rgb(0, 130, 170);
}

.title{
    width: 50%;
    top:  0px;
    left: 40%;
    color: #ffffff;
    position: relative;
}

.profiel{
    position: absolute;
    right: 20px;
    padding: 10px;

}

.profiel i{
    color: #ffffff;
}

/* Pagina onder Header */

#topPage{
    width: 100%;
    height: 80%;
    top: 7.5%;
    left: 0px;
    background-color: #ffffff;
    position: absolute;
    z-index: 98;
    
}

#contentBlock{
    width: 90%;
    min-height: 60%;
    top: 50px;
    left: 5%;
    position: absolute;
    background-color: #ffffff;
    float: left;
    z-index: -99;
}

.contentContainer{
    width: 33.33%;
    height: 350px;
    background-color: #ffffff;
    position: relative;
    float: left;
    z-index: -98;
}

.cContainer{
    width: 100%;
    height: 350px;
    position: relative;
    float: left;
    overflow: auto;
    z-index: 98;
}

.headerContent{
    width: 100%;
    min-height: 35px;
    background-color: rgb(0,155,203);
    color: #ffffff;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: -webkit-center;
    z-index: 98;
}
/* I icoon naast producten */



/* EINDE pagina onder header */

/* FOOTER */
#footer{
    width: 100%;
    height: 15%;
    position: fixed;
    color: white;
    background: rgb(0,155,203);
    background: linear-gradient(135deg, rgba(0,155,203,1) 40%, rgba(0,176,231,1) 65%, rgba(0,187,245,1) 72%);
    bottom: 0px;
    left: 0px;
    z-index: 99;
    border-bottom: 1px solid rgb(0, 115, 150);
}

#footer a{
    list-style-type: none;
    text-decoration: none;
    color: white;
}

#result{
    position: absolute;
    left: 45%;
    margin: 2px;
    top: 7.5px;
    color: white;
}

.schetsFooter{
    width: 12%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
}

/*EINDE FOOTER */

#container{
    height: 100%;
    width: 99%;
    position: absolute;
   
}

.kiesStyle{
    height: 100%;
    width: 99%;
    position: relative;
    float: left;
}

/* Kies-1 BAD */

.badd{
    
    top: 200px;
    position: absolute;
    width: 300px;
    height: 400px;
}

span.product img {
    display: none;
  } 
  
span.product a:hover + img {
    display: block;
}

.popupFoto{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 400px;
    max-width: 400px;
    
}

span i{
    color: rgb(0,155,203);
}


/* Scroll bar */
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgb(211, 211, 211);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(211, 211, 211);
  background-color: rgb(173, 173, 173);
}

/* Radiator */

#radiator{
    top: -1px;
    width: 43px;
    height: 33px;
    position: relative;
    right: 15px;
    z-index: 98;
}

#radiatorCheck-7{
    top: 9px;
    width: 44px;
    height: 34px;
    position: absolute;
    right: 24px;
    z-index: 99;
}

#edit-7{
    top: -7px !important;
}

/* OVERZICHT */

#contentBlockO{
    width: 90%;
    min-height: 60%;
    top: 75px;
    left: 5%;
    position: absolute;
    background-color: #ffffff;
    float: left;
    z-index: 98;
}

.productContainer{
    width: 100%;
    max-height: 15%;
    position: relative;
    float: left;
    border-bottom: 1px solid rgb(0,155,203);
}

.productFoto{
    max-width: 25%;
    max-height: 5%;
    position: relative;
    float: left;
}

.productData{
    width: 25%;
    height: 100%;
    position: relative;
    float: left;
    padding-left: 25px;
}

.headerOverzicht{
    width: 100%;
    min-height: 35px;
    max-height: 55px;
    background-color: rgb(0,155,203);
    color: #ffffff;
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    text-align: -webkit-center;
    z-index: 98;
}

#klantnaam{
    position: relative;
    float: right;
    top: 20px;
}

#klantnaam input[type=submit] {
    padding: 12px 20px;
    margin: 8px 0;
    cursor: pointer;
    float: right;
    background-color: #008FBC;
    color: #ffffff;
    border: none;
}

#klantnaam input[type=text] {
    padding: 12px 20px;
    margin: 8px 0;
    background-color: #EEEEEE;
    border: none;
}

#uwOverzicht{
    position: relative;
    float: left;
}

#orderNummer{
    position: relative;
    float: left;
    padding-left: 28%;
}

#saveNaam{
    position: relative;
    float: right;
}

#headerOverzicht #orderNummer{
    text-align: -webkit-center;
}

/* Footer */

.submitSave{
    padding: 12px 20px;
    margin: 30px;
    cursor: pointer;
    float: right;
    background-color: #fdfdfd;
    color: #000000;
    border: none;
}

/* 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: #009BCB;
    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: #1bafdc;
  }
  .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: rgb(0,155,203);
    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: rgb(0,155,203);
  }
  .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;
  }


  /*[ Table ]*/

.containerTable{
    width: 99%;
    position: absolute;
    padding: 30px;
}
  
  .limiter {
    width: 30%;
    margin: 0 auto;
}
  
  td a{
    color: #71B912;
  }
  
  .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;
    
  }
  
  #tblklanten{
    top: 130px;
  }
  
  #tblBoodschappen{
    top: 130px;
    width: 93% !important;
    display: block;
  }
  
  #addBoodschap{
    top: 130px;
  }
  
  table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 60px;
  
  }
  table * {
    position: relative;
  }
  table td, table th {
    padding-left: 8px;
  }
  table thead tr {
    height: 60px;
    background-color: rgb(0,155,203);
    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;
}
  
  
  

/* Zoek balk*/

#zoeken button{
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #008FBC;
    font-size: 17px;
    border: none;
    cursor: pointer;
    height: 32px;
    color: #ffffff;
    z-index: 98;
}

#zoeken{
    float: right;
    top: 90px;
    right: 69px;
    position: absolute;
    z-index: 98;
}

#zoeken input[type=text]{
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    background-color: #f5f5f5;
    z-index: 98;
}

#zoekMelding{
    float: left;
    top: 90px;
    left: 85px;
    position: absolute;
    padding: 6px;
    color: #ffffff;
    background-color: #008FBC;
    z-index: 98;
}

#zoekmelding a{
    color: #ffffff;
}

/* HEADER ADMIN */

#headerDashboard{
    width: 100%;
    min-height: 7.5%;
    position: absolute;
    background: rgb(0,155,203);
    background: linear-gradient(135deg,rgba(0,187,245,1) 20%, rgba(0,155,203,1) 40%,rgba(0,176,231,1) 60%);
    top: 0px;
    left: 0px;
    z-index: 99;
    border-bottom: 2px solid rgb(0, 130, 170);
}

.headerDA{
  position: relative;
    color: #ffffff;
    padding: 15px;
    float: right;
}

/* VERWIJDERD MELDING */

#verwijderMelding{
    top: 130px;
    position: absolute;
    left: 200px;
}

/* REGISTER PAGINA */
  
  #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=text]{
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  #register input[type=submit] {
    width: 50%;
    background-color: #008FBC;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  #register input[type=submit]:hover{
    background-color: #009BCB;
  }

  .containerGebruiker{
    height: 95%;
    width: 99%;
    position: absolute;
  }

  #tblGebruiker{
    position: relative;
    float: left;
    width: 45%;
    top: 80px;
    left: 10%;
  }

  #register{
    position: relative;
    float: left;
    width: 40%;
    top: 70px;
    left: 15%;
  }

  #menuEditDash{
    top: 60px;
    position: relative;
  }

#menuEditDash input[type="button"] {
  padding: 12px 20px;
  margin: 8px 0;
  cursor: pointer;
  background-color: #008FBC;
  color: #ffffff;
  border: none;
}

#menuEditDash input[type="button"]:hover {
  background-color: #009BCB;
}
  
.productenInc{
  top: 130px;
  position: absolute;
  width: 90%;
  height: 100%;
}

.productenInc input[type=submit] {
  padding: 12px 20px;
  margin: 8px 0;
  cursor: pointer;
  background-color: #008FBC;
  color: #ffffff;
  border: none;
}

.productenInc input[type=submit]:hover {
  background-color: #009BCB;
}

.productenInc input[type=text]{
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  
}

.headerPE{
  color: #ffffff;
  background-color: #008FBC;
  padding: 10px;
  width: 49%;
}

/* ALERT */

.alert-succes{
  top: 60px;
  position: fixed;
  right: 0px;
  width: 25%;
  height: 45px;
  text-align: center;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  display: block;
  z-index: 99;
}

.alert-delete{
  top: 60px;
  position: fixed;
  right: 0px;
  width: 25%;
  height: 45px;
  text-align: center;
  background-color:#f2dede;
  border-color:#eed3d7;
  color:#b94a48 ;
  z-index: 99;
}

.alert-kruis{
  text-decoration: none;
  color: inherit;
  z-index: 99;
}

