.loading {
  height: 100vh;
  width: 100vw;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  position: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  display: flex;
  align-items: start;
  justify-content: center;
}
.addspacing {
    margin: 200px;
}
.container {
  width: 100%;
  min-width: 1100px;
  max-width: unset;
  background-color: white;
}
.checkbox {
  max-width: 15px;
}
td.date {
  vertical-align: middle;
  max-width: 90px;
}
td.datesize {
    min-width: 140px;
    max-width: 160px;
}
.table td {
  padding: 5px;
  width: auto;
}
td.buttons {
  text-align: center;
  vertical-align: middle;
  min-width: 75px;
}
.buttons button {
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.remark {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.remark textarea {
  max-width: 750px;
}
.roster {
  margin: 15px;
}
.employee {
  margin: 15px;
}
.positive {
  color: green;
}
.negative {
  color: red;
}
tr {
  position: relative;
}
.tr-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

.custom-select:disabled {
    color: unset;
}

.scrollmain {
    overflow-y: scroll;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}

.save-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.save-buttons button {
  margin: 0 25px;
}
h4 {
  margin-top: 25px;
}
.v-select {
  max-width: 500px;
  margin: 1px
}
tr.grey {
  background-color: rgba(0,0,0,.05);
}

tr.bordered  {
  border-top: 1px solid rgba(0,0,0,.1);
}

.urenboeken-limitsscrolloverflow {
    overflow-x: scroll !important;
    overflow-y: visible;
    display: flex;
}
.store-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover-img {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px; 
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

a {
    display: inline-flex;
    width: 40%;
}
.hover_img a {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 15px;
    -ms-align-content: end;
    -webkit-align-content: end;
    align-content: end;
    -webkit-align-items: end;
    align-items: end;
}


    .hover_img a span {
        position: relative;
        display: none;
        z-index: 99;
        top: -100px;
        left: 0%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .hover_img a:hover span {
        position: absolute !important;
        display: block;
        opacity: 1;
        animation: none;
        width: 170px;
        height: 170px;
        transform: translate(70%, 50px); 
        left: 35%; 
        top: 30%; 
        z-index: 999;
    }
.urenboeken-limitstablesize {
    min-width: 2500px !important;
}
.urenboeken-bookingtablesize {
    min-width: 1000px !important;
    max-width: 2000px !important;
}

.modal-body {
    text-align: center;
    align-content: center;
    align-items: center;
}

.modal-body img {
    margin-left: auto ;
    margin-right: auto;
}

@keyframes slide-down {
    from {
        top: -100px;
        opacity: 0;
    }

    to {
        top: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
td.timewidth {
    width: 80px !important;
    min-width: 80px !important;
}

.datesize {
    max-width: 130px;
}

.weekboeken-app-icon {
    float: right;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 25px;
    padding-right: 0.5em;
    padding-top: 0.5em;
}

.fullscreen-button {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    padding-right: 0.5em;
    padding-top: 0.5em;
}

td {
  position: relative;
}
.required:before{
    display: inline;
    position: absolute;
    top: 2px;
    right: 5px;
    content:"*";
    color:red;
}

.input .minwidth100 {
    min-width: 100px !important;
}

.minwidth100 {
    min-width: 100px !important;
}

.td .minwidth100 {
    min-width: 100px !important;
}

.input .minwidth150 {
    min-width: 150px !important;
}

.minwidth150 {
    min-width: 150px !important;
}

.td .minwidth150 {
    min-width: 150px !important;
}

input:disabled {
    background-color: #f0f0f0; /* Lichtere achtergrondkleur */
    color: #333; /* Donkere tekstkleur */
    opacity: 1; /* Zorg ervoor dat de tekst niet vervaagt */
}

@media screen and (max-width: 1100px) {
    .container {
    min-width: unset;
  }
  table.table.urenboeken{
    margin: 1em 0;
  }
  .urenboeken th {
    display: none;
  }
  .urenboeken td {
    border: none;
    display: block; 
  }
  .urenboeken td:first-child {
    padding-top: .5em;
  }
  .urenboeken td:last-child {
    padding-bottom: .5em;
  }
  .urenboeken td:before{
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
  }
  .urenboeken td.date {
    margin-top: 25px;
    font-size: 18px;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
  .urenboeken td.date:before, .urenboeken td.buttons:before {
    width: 0;
  }
  .buttons button {
    width: 50px;
    height: 50px;
  }
  .checkbox {
    max-width: 25px;
  }
  table.table.rooster {
    width: unset;
  }
}

.vue__time-picker input.display-time.disabled, .vue__time-picker input.display-time:disabled {
    color: grey !important
}

.btn-yes {
    color: whitesmoke !important
}

.btn-no {
    color: whitesmoke !important
}
