/* kalender */

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #000;
    background: #000;
    font-weight: normal;
    color: #fff;
}

.text-success {
    color: #34A853;
}

.text-danger {
    color: #EA4335;
}

.text-warning {
    color: #FBBC05;
}


.flex-wrapper {
  display: flex;
  min-height: 75vh;
  flex-direction: column;
  justify-content: space-between
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.sr-only-focusable {
    background: #fff;
    border: 2px solid #157c68;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    left: 1px;
    padding: 10px;
    position: absolute !important;
    top: 1px;
    z-index: 1000 !important;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: underline;
    color: #186618;
}

.help-block::before {

    font-family: 'Font Awesome 5 Pro';
    content: "\f059";
    display: inline-block;
    padding-right: 3px;
    vertical-align: top;
    font-weight: 900;
    font-style: normal;
}

.help-block {
    font-style: italic;
}

.a-link {
    text-decoration: underline;
    color: #186618;
}

.navbar {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    z-index: 999 !important;
}

#schema-browse #date {
    height: 35px;
    width: 150px;
}

.tile.customcolor {
    background: #ffffff;
    box-shadow: 0 2px 3px 0 rgb(135 135 135 / 100%), 0 -1px 2px 0 rgb(0 0 0 / 60%);
    color: #186618;
}

.tile.customcolor:hover {
    background: #ffffff;

}

.tile .tile-icon {
    color: #b36200;
    font-size: 2em;
    padding: 0px;
    width: 100px;
    height: 50px;
}

.tile .title {
    margin-top: 50px;
    color: #186618;
    font-size: 24px;

}
.tile .title:hover {
    color: #186618;
}

.legenda_bezet {
   position: relative;
   top: 3px;
   left: 7px;
   width: 21px;
   height: 20px;
   background-color: #b36200;
}

.legenda_niet_beschikbaar {
   position: relative;
   top: 3px;
   left: 7px;
   width: 21px;
   height: 20px;
   background-color: #808080;
}

.legenda_nog_niet_beschikbaar {
   position: relative;
   top: 8px;
   left: 7px;
   width: 21px;
   height: 11px;
   background-color: #808080;
}

.legenda_vakantie {
    background-image: url(../gfx/legenda_vakantie.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 26px;
}


.footer {
    background-color:#186618;
    color: #ffffff;    
}

.footer .footer-copyright {
    background-color: #212121;
    color: #fff;
    height: 72px;
    padding-top: 20px;
}

.footer .footer-text {
    text-align: left;
    font-size: 16px;
    padding-bottom: 50px;
}

.footer .footer-text h2 {
   color: #ffffff;
   font-size: 25px;
}
.footer .footer-text a{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

a.footer-text-link:link {
    font-size: 16px;
    color: #ffffff;
    text-decoration: underline;
}

.link-list {
  list-style: none;
  padding-left: 0px;
}



.fa-4x {
    font-size: 20px;
}
.icon-background {
    color: #b36200;
}




@media (min-width: 767.98px) {
.footer .footer-text {
    padding-bottom: 50px;
    text-align: left;
}

.footer .footer-logo {
   height: 110px;
   background: url(../gfx/Logo-Venlo_fit_2021_wit.png) top left no-repeat;
   background-size: 126px;
}

}

@media (max-width: 767.98px) {
.footer .footer-text {
   padding: 20px;
   text-align: left;
}

.footer .footer-logo {
   height: 110px;
   background: url(../gfx/Logo-Venlo_fit_2021_wit.png) top center no-repeat;
   background-size: 126px;
}
}

.lerrmsg {
    font-weight: 700;
    color: red;
    margin-bottom: 10px;
}

/* This is a copy of the styling for (fieldset) legend */
.l-form-separator {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #212121;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}



@media (max-width: 980px)


/* This is a copy of the styling for (fieldset) legend */
.l-form-separator {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #212121;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}