
.bg_header{
  background-color: #118DFF;
  color: #ffff;
}

.bg_sheader{
  background-color: #abd7ff;
}

/* #cardheader_background{
  background-color: #118DFF;
  color: white;
} */

.oneven tr:nth-child(even) {
  background-color: #f0f0f0;
}


.bg_sheader button{
  background: transparent;
  border: none;
}

.bg_sheader i{
  color: #fff;
  margin-left: 0px;
  font-size: 17px;
}

.tr i{
  color: #fff;
  margin-left: 0px;
  font-size: 17px;
}

#formulier_text{
  color: #555;
  font-size: 12px;
}

/* Inlog pagina */
.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.wrap {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
  .wrap .img {
    height: 140px; }


.form-control {
  height: 48px;
  background: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control:focus, .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #118DFF; }

.btn {
  cursor: pointer;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
  padding: 10px 20px; }
  .btn.btn-primary {
    background: #118DFF !important;
    border: 1px solid #118DFF !important;
    color: #fff !important; }




/* Boxes */
.option .select-box {
  text-align: center;
  padding: 90px 20px;
  transition: all ease-in-out 0.3s;
}

#selectborder{
  border-right: 5px solid red;
}


.option .select-box .select {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background-color: #118DFF;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.option .select-box .select i {
  color: #fff;
  font-size: 28px;
}
.option .select-box .select::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #abd7ff;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.option .select-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.option .select-box h4 a {
  color: #545454;
}
.option .select-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.select-box button{
  background-color: transparent;
  border: none;
}


.form {
  position: relative;
}

.form .fa-search {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #9ca3af;
}

.form span {
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;
}

.left-pan {
  padding-left: 7px
}

.left-pan i {
  padding-left: 10px
}

.form-input {
  height: 55px;
  text-indent: 33px;
  border-radius: 10px
}

.form-input:focus {
  box-shadow: none;
  border-color: #118DFF;
}

button{
outline: none;
border: none;
background: transparent;
}

.labelgroup{
width: 120px;
margin: 5.6px;
padding: 3px;
}
.labelgroup_header{
margin-bottom: 24px;
}

#telformulier_submit{
width: 20%;
margin-top: 0px;
}
#locker_size{
  width: 45rem;
}


#tellijst_submit{
width: 20%;
margin-top: 0px;
background: red;
}


/* Boxes */
.services .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background-color: #118DFF;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #abd7ff;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #545454;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

#lockerinformatie{
  width: 8%;
}

#mainpageLogo{
  width: 14%;
}


/* Extra large screens and TV */
@media screen and (min-width: 1199.98px) {
  .bg_header img{
    width: 15%;
    position: relative;
    top: -0.5vh;
    left: 70vw;
  }
}

/* Desktops and Large screens */
@media (min-width: 1023.98px) and (max-width: 1199.98px) {
  .bg_header img{
    width: 20%;
    position: relative;
    top: -0.5vh;
    left: 70vw;
  }
}

/* iPads, Tablets, Smalls screens and Laptops */
@media (min-width: 768.98px) and (max-width: 1023.98px) {
  .bg_header img{
    width: 20%;
  }
  #lockerinformatie{
    width: 10%;
  }
  #mainpageLogo{
    width: 24%;
  }
}

/* Mobile Devices > 0 */
@media (min-width: 319.98px) and (max-width: 768.98px) {
  .bg_header img{
    width: 30%;
  }
  #lockerinformatie{
    width: 26%;
  }
  #mainpageLogo{
    width: 32%;
  }
}

/* Mobile Devices < 0*/
@media (min-width: 0.98px) and (max-width: 319.98px) {
  .bg_header img{
    width: 100%;
  }
}

