.navbar {
    --bs-navbar-brand-margin-end: 0rem;
    --bs-navbar-toggler-padding-y:0.625rem;
}

body {
    position:relative;
}


.alert {
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.25);
}

.myhover {
    cursor:pointer;
}

.helpIcon {
    float:right;
    cursor:pointer;
}


.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.centerText {
    text-align: center;
}


.form-check {
    margin-bottom: 0.625rem;
}
.bootstrap-dialog .btn-modal-close {
    border-radius: unset;
    box-shadow: unset;

}
.bootstrap-dialog-title  {
    width:400px;
}


.successTransparant {
    background-color:rgba(209, 231, 221, 0.6);
}

.warningTransparant {
    background-color:rgba(255, 243, 205, 0.6);
}

.infoTransparant {
    background-color:rgba(207, 244, 252, 0.6);
}

.lightTransparant {
    background-color:rgba(252, 252, 253, 0.6);
}


.modal-header.bootstrap-dialog-header {
    padding-right:10px;
    padding-left:10px;
    padding-top:2px;
    padding-bottom:2px;
}

.bootstrap-dialog-close-button {
    width:-moz-available;
    width:-webkit-fill-available;
    text-align:end;
}


.fullWidthBackground {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #f1eeb7;
    background-image: url("../images/background1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}

.fullWidthBackground2 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #cfd6ad;
    background-image: url("../images/background2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}

.fullWidthBackground3 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #e6e0be;
    background-image: url("../images/background3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}


.fullWidthBackground4 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #d2d0c4;
    background-image: url("../images/background4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}
.fullWidthBackground5 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #d7ddb7;
    background-image: url("../images/background5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}
.fullWidthBackground6 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #fafaf8;
    background-image: url("../images/background6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}
.fullWidthBackground7 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #f2efea;
    background-image: url("../images/background7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}

.fullWidthBackground8 {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background-color: #b9b7ab;
    background-image: url("../images/background8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    overflow: hidden;
}
.fullWidthBackgroundHeader {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 100%;
    padding-top:10px;
    padding-bottom:20px;
    background: rgba(239, 183, 183, 0.25);
    background: linear-gradient(0deg, rgba(117, 95, 95, 0.17) 0%, rgba(223, 170, 170, 0.57) 100%);
    overflow: hidden;
}

.carousel-plaatje {
    padding:3px;
    border-radius: 10px;
    margin:5px;
    border: 1px solid #878787;
    cursor:pointer;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.25);
}

.keeptogether {
    display: flex;
}

.keeptogether a.btn.btn-dark {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.keeptogether a.btn.btn-light {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.whiteBg {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius:10px;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

.backgroundCarousel { z-index: -99; } /* keeps this behind all content */
.backgroundCarouselItem {
    position: fixed;
    width: 100%; height: 100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;

}
.backgroundOne {
    background: url(../backgrounds/background.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundTwo {
    background: url(../backgrounds/background5.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundTree {
    background: url(../backgrounds/background3.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundFour {
    background: url(../backgrounds/background6.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundFive {
    background: url(../backgrounds/background2.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundSix {
    background: url(../backgrounds/background7.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
}
.backgroundCarousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}


.switchButton {
    padding:5px;
    color:white;
    margin-right:10px;
}
.oleo-script swash caps-regular {
    font-family: "Oleo Script Swash Caps", system-ui;
    font-weight: 400;
    font-style: normal;
}

.oleo-script {
    font-family: "Oleo Script Swash Caps", system-ui;
    font-weight: 700;
    font-style: normal;
}

.margin-top-fix {
    margin-top:10px;
}

.dotransition {
    animation: blinker 1s linear infinite;
}


@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}
.help-block {
    color: red;
    font-weight:bold;
}
.control-label {
    margin-top:5px;
    color: #565656;
    font-weight:bold;
}
.table-bordered.table-striped {
    border:0 !important;
}
.table-bordered.table-striped th{
    border:0 !important;
}
.table-bordered.table-striped tr{
    border:0 !important;
}
.bold {
    font-weight: bold;
}

.table-bordered.table-striped td{
    border:0 !important;
}

div.empty div.alert.alert-light {
    margin-bottom:0px!important;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}
.form-control.ro {
    background-color: #f1f1f1 !important;
    color:darkgray!important;
    border:1px solid black;
}
h2 {
    margin-top: 25px;
    margin-bottom: 30px;
}


tr.green td {
    background-color: #deebde;
}
.headerfortable {
    white-space: nowrap;
    font-weight: bold;
    background-color: #d7d7d7;
}

.nowrap {
    white-space: nowrap;
}


.ui-autocomplete-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.table tbody tr.table-more-danger {
    background-color:red !important;
    color:white !important;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-nav {
    max-height:300px;
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:9999;
    background: rgba(0, 0, 0, 0.7);
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    overflow: auto;
    max-height: 80%;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 10px;
    border: 1px solid black;
    border-radius:5px;
    padding-left:10px;
    padding-right:10px;
    right: 20px;
    margin-bottom:5px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 1200px){
    .popup{
        width: 90%;
    }
}

