/* bootstrap blauwe randen weg */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}
.btn:focus,.btn:active {
  outline: none !important;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: none;
  border=color: white;
  outline: none;
  box-shadow: none!important;
}
.btn-primary.disabled, .btn-primary:disabled{
  background-color: #CE4523;
  border: none;
}

h1, .h1{
  font-size: 3rem;
}
h3, .h3{
  font-size: 3rem;
}
.header {
  background: url("Images/Header.png") no-repeat;
  background-size: cover;
  height: 375px;
}

.logout {
  width: 30px;
  height: 30px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.person-dash {
  width: auto;
  margin: 0 30px;
}
.ql-container.ql-snow{
min-height: 250px;
}
.header-text {
  float: right;
  color: #DFDCE3;
  font-size: 80px;
  font-weight: bold;
  margin: 70px 40px;
}

.text-dash{
  font-size: 25px;
  color: #DFDCE3;
  width: -webkit-fill-available;
}
.navbar-header {
  padding: 0 !important;
}
.navbar-header .nav-link {
  color: #DFDCE3 !important;
  font-size: 25px;
  padding: 8px 40px !important;
}

.navbar-header .active {
  border-bottom: #DFDCE3 solid 6px;
  padding: 8px 40px!important
}

.maintext-ban {
  font-size: 1.25rem;
  color: #E94D26;
}
.navtabs-merken .nav-link{
  color: black;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #E94D26;
  border-color: #E94D26 #E94D26 #E94D26;
}

.maintext-dash {
  font-size: 1.50rem;
}
.thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paper {
  width: 523.667px;
}
.paper-full {
  background-color: #DFDCE3;
  width: 100%;
  height: 550px;
}

.underline {
  font-size: 1.50rem;
}

.date {
  font-size: 1.15rem;
  color: #E94D26;
  margin-bottom: 0;
}

.thumb-content {
  position: absolute;
  top: 25px;
  width: 288.017px;

}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .thumb-content {
    left:138px;
  }
}
.thumb-content h2 {
  color: #E94D26;
}

.thumb-content p {
  font-size: 1.15rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: black;
  background: none;
  border: none;
}
.pagination .page-link{
  color: black;
  border: none;
  padding: 0px 9px;
}
.paginationnumberlink{
  border: none;
}
.paginationnumberlink.active{
  padding: 0px 3px!important;
  border: none;
  font-weight: bold;
}


.login-tab {
  width: 977px;
  height: 575px;
}

.login-margin {
  margin: 15% 0;
  position: relative;
}

.login-content {
  position: absolute;
  top: 50px;
  left: 130px;
}

.login-logo {
  width: 245px;
  margin-top: 70px;
}
#verticle-line {
  position: absolute;
  width: 2px;
  min-height: 550px;
  background: #929194;
  left: 400px;
  top: 15px;
}
.login-input {
  position: absolute;
  letter-spacing: 2px;
  left: 440px;
  top: 50px;
}

.login-input h2 {
  color: #E94D26;
}

.login-input h3 {
  font-size: 1.50rem;
}

.input-text {
  background: none;
  width: 95%;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #929194;
  font-weight: 600;
  font-size: 23px;
}


.bg-red {
  background-color: #E94D26 !important;
}

hr {
  color: #AEABB0 !important;
  background-color: #AEABB0 !important;
  height: 2px !important;
  margin-bottom: 5px !important;
}
.formbuttonstyle {
  background-color: #E94D26;
  border-color: #E94D26;
  border-radius: 0rem;
  color: white;
}
.formbuttonstyle-footer,
.formbuttonstyle-footer:hover,
.formbuttonstyle-footer:active,
.formbuttonstyle-footer:not(:disabled):not(.disabled).active,
 .formbuttonstyle-footer:not(:disabled):not(.disabled):active,
.show>.formbuttonstyle-footer.dropdown-toggle {
  background-color: #E94D26;
  border-color: white;
  border-radius: 0rem;
  padding: 16px 50px;
  border-width: 1.5px;
  color: white;
  font-size: 20px;
}
.copyright{
   font-size: 20px;
}
.formbuttonstyle-withicon{
  background-color: #E94D26;
  border-color: #E94D26;
  border-radius: 0rem;
  color: white;
  padding-right: 30px;
}
.formbuttonstyle:hover{
  border-color: #E94D26;
  background-color: #CE4523 !important;
}
.formbuttonstyle-withicon:hover {
  border-color: #E94D26;
  background-color: #E94D26;
}

.resetbuttonstyle{
  padding: 0.5rem 10px;
  padding-right: 30px;
}

.btn-login {
  color: white !important;
  font-size: 25px !important;
  background-color: #E94D26 !important;
  border-color: #E94D26 !important;
  border-radius: 1rem !important;
  padding: 0.25rem 50px !important;
  margin-top: 30px;
}

.btn-login:hover {
  background-color: #CE4523 !important;
}

.filewhite {
  width: 25px;
  margin: 5px 0;

}
.zoekterm {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #E94D26;
  border: none;
  background-color: #DFDCE3;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding: 0.25rem 50px;
  padding-left: 24px;
  width: 65%;
  border-top-left-radius: 50px!important;
  border-bottom-left-radius: 50px!important;
}
.ui-datepicker {
  z-index: 10000000 !important;
}
.ui-datepicker-trigger{
  display:none;
}
.zoekterm::placeholder {
  color: black;
  opacity: 1;
}
.opslaanbtn-nieuwsitem{
  width: 195px;
}
.titel {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* color: #E94D26; */
  border: none;
  background-color: #DFDCE3;
  padding: 0.50rem 50px;
  width: 100%;
  height: 48px;
}

.titel::placeholder {
  color: black;
  opacity: 1;
}

.btn-search {
  color: white;
  background-color: #E94D26;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
  width: 170px;
}

.btn-search:hover {
  background-color: #CE4523;
}

.btn-browse {
  color: white;
  background-color: #E94D26;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}

.btn-browse:hover {
  background-color: #CE4523;
}

.btn-cancel {
  color: #E94D26;
  background-color: #DFDCE3;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
  width: 195px;
}

.btn-cancel:hover {
  background-color: #bab7bd;
}

.btn-image {
  color: white;
  background-color: #DFDCE3;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
  width: 75px;
  height: 48px;
}

.form-control {
  /*  background: url("Images/ArrowDown.png") no-repeat 95% 50% !important;*/
  background-size: 30px !important;
  background-color: #DFDCE3 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline-width: 0;
  height: 48px !important;
}
.fa-caret-up,
.fa-caret-down
{
  color:black;
}
.test {
  margin-top: 32px;
}

.image-input {
  padding-right: 0 !important;
}

.zoekknop {
  padding-left: 0 !important;
}


.banners label {
  font-size: 15px;

}

footer {
  background: linear-gradient(to bottom, white 0%,white 12%,#E94D26 0,#E94D26 88%,#E94D26 100%); /* W3C */
  color: white;
}

.footer-text h2 {
  font-size: 25px;
}

.footer-text p {
  font-size: 1rem;
  padding-right: 80px;
}


/*
* Aanpassingen Login Pagina Boven mobile laten staan
*/
.login-margin {
  margin: 10% 0;
  position: relative;
}

.login-box{
  background-image: url(images/InlogTekst.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5% 15%;
  width: 100%;
  height: 100%;
}
.passwordreset-box{
  background-image: url(images/InlogTekst.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5% 10%;
  width: 100%;
  height: 100%;
}
.login-h2{
  color: #E94D26;
}
.login-logo-img{
  width: 100%;
}
.wachtwoordreset-logo-img{
  width: 80%;
}
.border-line{
  border-left: 1px #929194 solid;
}
.adress{
  font-size: 1.1rem;
  width: auto;
  position: relative;
  margin-top: 10px;
}
.inputfield{
  background: none;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #929194;
  font-weight: 600;
  font-size: 1.1rem;
}
.labeltext{
  font-weight: 600;
  margin: 8px 0;
  font-size: 1.2rem;
}


.navbar-header .active {
  border-bottom: #DFDCE3 solid 6px;
  padding: 8px 40px!important;
}


/* jeffrey's bootstrap breekpunten */
@media only screen and (min-width:1200px) {
  /* bs 4 xl */
}

/* bs 4 lg-custom */
@media only screen and (max-width:1599.98px) {

  .footer-text p {
    padding-right: 40px;
    font-size: 0.96rem;
    padding-right: 0;
  }
  .thumb-content {
    top: 10px;
  }

  .thumb-content p {
    font-size: 0.90rem;
    margin-right: 20px;
    margin-left: 20px;
  }

  .thumb-content h2 {
    margin-left: 20px;
  }

  hr {
    width: 250px;
  }
}
/* bs 4 lg-custom */
@media only screen and (max-width:1393px) {
  .paper {
    width: 400px;
  }
  .navbar-header .nav-link {

    padding: 8px 30px !important;
  }
}


/* bs 4 lg */
@media only screen and (max-width:1199.5px) {
  .navbar-header .nav-link {

    padding: 8px 10px !important;
  }
  .paper{
    width: 523.667px;
  }
  .zoekterm{
    width: 42%!important;
  }
  .btn-search{
    width: 110px;
  }
}
/* bs 4 md */
@media only screen and (max-width:991.5px) {
  .header {
    background: none;
    background-color: #E94D26;
    height: 300px;
  }
  .header-text {
    float: left;
    font-size: 60px !important;
    margin: 50px 40px !important;
  }

  .logout {
    margin-left: 50px;
  }
  .banners {
    margin: 0 0;
  }

  .navbar-header .active {
    border-bottom: none;
    background-color: #b43918;
  }
  .zoekterm{
    padding: 0.05rem 23px!important;
    width: 36%!important;
  }
  .formbuttonstyle {
    font-size: 1rem;
    padding-right: 10px;
    padding-left: 10px;
  }
  .formbuttonstyle-withicon {
    font-size: 1rem;
    padding-right: 20px;
    padding-left: 1px;
  }
  .resetbuttonstyle {
    padding-right: 40px;
    padding-left: 25px;
  }

}
/* bs 4 sm */
@media only screen and (max-width:767.5px) {
  .table td{
    width:10px;
  }
  .header-text {
    float: left;
    font-size: 60px !important;
    margin: 20px 40px !important;
  }
  .maintext-dash {
    font-size: 20px;
  }

  .login-logo {
    width: 245px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .login-box{
    background:#dfdce3;
    padding: 1rem;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .passwordreset-box{
    background:#dfdce3;
    padding: 1rem;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .border-line{
    border-left: 0 #929194 solid;
  }
  .btn-search {
    border-top-left-radius: 2rem!important;
    border-bottom-left-radius: 2rem!important;
    border-top-right-radius: 2rem!important;
    border-bottom-right-radius: 2rem!important;
    width: 100%;
    padding: 0.50rem 40px !important;
  }
  .zoekterm {
    border-top-left-radius: 2rem!important;
    border-bottom-left-radius: 2rem!important;
    border-top-right-radius: 2rem!important;
    border-bottom-right-radius: 2rem!important;
    padding: 0.75rem 50px;
    width: 99%!important;
  }
}
/* bs 4 col (xs) */
@media only screen and (max-width:575.5px) {
  .header-text {
    float: left;
    font-size: 60px !important;
    margin: 20px 40px !important;
  }
  .table tr{
    padding-right: 100px;
  }
  .thumb-content {
    margin: 0 5px;
  }

  .mobile-login h3 {
    font-size: 20px;
  }

  .input-text {
    font-size: 15px;
  }
  .titel {
    padding: 0.50rem 5px;
  }
  .image-input {
    padding-right: 15px !important;
  }
  .zoekknop {
    padding-left: 15px !important;
  }
}

/* jquery ui dialog */
.ui-widget-header {
  background: #E94D26;
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons-dark-red.png");
}
