*{
  margin: 0px;
  padding: 0px;
  font-family: 'Ubuntu', sans-serif;
}

body,
html {
  width: 100%;
  height: 100%;
}

.page{
  width: 100%;
  height:100%;
}

.invisible-overlay{
  width: 100vw;
  height: 100vh;
  position: fixed;
  left:0;
  top: 0;
  display: none;
}

.black-overlay{
  width: 100vw;
  height: 100vh;
  position: fixed;
  left:0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  display: none;
  z-index: 110;
  cursor: pointer;
}

.page .section{
  max-width: 1140px;
  margin: 0 auto;
}

.page .header{
  padding: 30px;
}

.page .header img{
  margin: 0 auto;
  position:relative;
  left: 50%;
  /*transform: translateX(-50%);*/
  width: 500px;

  /* Transform for all devices */
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.search .search-text{
  text-align:left;

}

.search .searchfield {
  display: block;
  width: 460px;
  text-align: center;
  margin-bottom: 35px;
  margin: 0 auto;
}

.search .submit-search{
  width: 10%;
  height: 40px;
  display: inline-block;
  background-image: url(http://brasschaat-web.onlinesmartcities.be/styles/custom/img/search.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: #F3F3F3;
  border-radius: 3px;
  color: #aeaeae;
}

.search .search-content{
  max-height: 500px;
  overflow-y: scroll;
  width: 100%;
  font-size: 13px;
  position: absolute;
}

.searchfield form {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 5px 0 0 0;
  position: relative;
  z-index:100;
  font-size: 0;
}

.searchfield form .input-street {
  width: 100%;
  display: inline-block;
  height: 40px;
  vertical-align: top;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  background-color: #F3F3F3;
  border: none;
  border-radius: 3px;
  color: #aeaeae;
  font-weight:normal;
  font-size: 19px;
  margin-bottom: 5px;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.searchfield form .input-street:focus {
  color: #858585;
}

.autocomplete-entry{
  width: 100%;
  height: 40px;
  background-color: white;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  font-size: 12px;

  border-bottom: solid 1px rgba(0,0,0,0.1);
}

.autocomplete-entry:hover{
  background-color: #d3d3d3;
}


/* RESULT ENTRIES */
.results .result-entry{
  width: 480px;
  margin: 10px auto;
  padding: 13px;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  text-align: left;
}

.result-entry .date{
  font-size: 21px;
  display: inline-block;
  width: 50px;
  margin-right: 50px;

  text-align: center;
  vertical-align: middle;
  cursor: default;
}

.result-entry .icons{
  display: inline-block;
}

.result-entry .icon{
  width: 50px;
  height: 50px;
  padding: 17px 5px;
  overflow: hidden;

  box-sizing: border-box;
  margin: 4px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
}

.icon.gft0{
  display: none;
}
.icon.glas0{
  display: none;
}
.icon.grof0{
  display: none;
}
.icon.huisvuil0{
  display: none;
}
.icon.kerstboom0{
  display: none;
}
.icon.kga0{
  display: none;
}
.icon.kmo0{
  display: none;
}
.icon.kringloop0{
  display: none;
}
.icon.metalen0{
  display: none;
}
.icon.oudijzer0{
  display: none;
}
.icon.pk0{
  display: none;
}
.icon.pmd0{
  display: none;
}
.icon.snoeiafval0{
  display: none;
}
.icon.textiel0{
  display: none !important;
}



.result-entry .icon.gft1{
  background-image: url(../img/GFT.png);
}

.result-entry .icon.glas1{
  background-image: url(../img/.png);
}

.result-entry .icon.grof1{
  background-image: url(../img/.png);
}

.result-entry .icon.huisvuil1{
  background-image: url(../img/R.png);
}

.result-entry .icon.kerstboom1{
  background-image: url(../img/kerstboom.png);
}

.result-entry .icon.kga1{
  background-image: url(../img/KGA.png);
}

.result-entry .icon.kmo1{
  background-image: url(../img/.png);
}

.result-entry .icon.kringloop1{
  background-image: url(../img/.png);
}

.result-entry .icon.metalen1{
  background-image: url(../img/.png);
}

.result-entry .icon.oudijzer1{
  background-image: url(../img/.png);
}

.result-entry .icon.pk1{
  background-image: url(../img/PK.png);
}

.result-entry .icon.pmd1{
  background-image: url(../img/PMD.png);
}

.results-entry .icon.snoeiafval1{
  background-image: url(../img/.png);
}

.result-entry .icon.textiel1{
  background-image: url(../img/.png);
}

.result-entry .date span{
  font-size: 30px;
  display: block;
  vertical-align: center;
  text-align: center;
}

.section.overlays{
  width: 500px;
  position: absolute;
  /*top: 100%;*/
  top: 20px;
  z-index: 200;
  left: 50%;
  /*transform: translateX(-50%);*/

  /* Transform for all devices */
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  display: none;
}

.section.overlays .overlay{
  width: 100%;
  display: none;
  background-color: white;
  height: 100%;
  padding: 26px;
  box-sizing: border-box;
  border:  solid 1px black;
  position: relative;
}

.section.overlays .overlay .title{
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}

.section.overlays .overlay .subtitle{
  font-style: italic;
  font-size: 16px;
}

.section.overlays .overlay .content{
  width: 100%;
}

.section.overlays .overlay .content .infoHeader{
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0px;
}

.section.overlays .overlay .content .infoHeader.colorGreen{
  color: green;
}

.section.overlays .overlay .content .infoHeader.colorRed{
  width: 100%;
  color: red;
}

.section.overlays .overlay .content ul{
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
}

.section.overlays .overlay .content ul li{
  width: 100%;
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 16px;
}

.section.overlays .overlay .close-overlay{
  width: 16px;
  height: 16px;
  background-image: url(../img/close.png);
  position: absolute;
  right: 16px;
  cursor: pointer;
}
@media screen and (max-width: 640px)  {

  .section.overlays .overlay .title{
    font-size: 19px !important;
  }

  .section.overlays .overlay .subtitle{
    font-size: 15px;
  }

  .section.overlays .overlay{
    padding: 15px !important;
  }

  .section.header{
    padding: 10px;
  }

  .header img{
    width: 100% !important;
  }

  .section.results{
    width: 100% !important;
    max-width: 100% !important;
  }

  .result-entry .date{
    margin: 0 20px 0 20px;
    font-size: 20px;
    width: initial;
  }

  .result-entry .date span{
    font-size: 23px;
    font-weight: bold;
  }

  .searchfield{
    width: 100% !important;
  }

  .result-entry{
    width: 100% !important;
    text-align: center;
    padding: 20px 0px !important;
  }

  .icon{
    font-size: 14px;
  }

  .section.overlays{
    padding: 15px 10px;
    width: 100% !important;
    box-sizing: border-box;
    top: 0;
  }

  .section.overlays .overlay{
    width: 100% !important;
    height: 100%;
  }
}