@charset "UTF-8";

@font-face {
  font-family: djb yard sale marker;
  font-style: normal;
  font-weight: 400;
  src: local('DJB Yard Sale Marker'),url('DJBYardSaleMarker.woff') format('woff')
}

.btnbohist {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.font-weight-bold {
  font-weight: bold !important;
}

.marginleftmenu {
  margin-left: 60px;  
}

.inactive-user {
  color: #999;
}

.redast {
  color: red;
  font-weight: bold;
  font-size: large;
  vertical-align: text-bottom;
}

.spinner {
  border: 20px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border-top: 20px solid #3498db;
  width: 150px;
  height: 150px;
  animation: spin 1s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.menumargin {
  margin-left: 50px
}

#attendanceLeftSide, #bookingsLeftSide, #bookingsMiddleSide, #attendanceMiddleSide {
  transition: all 0.3s ease-in-out;
}

.left-side {
  width: 70px;
  height: 100vh; /* Full viewport height */
  background-color: #0079b7;
  padding: 0px;
  top: 54px;
  left: 0;
  position: fixed;
  z-index: 50;
}

main {
  padding-top: 80px;
}

.profile-leftside {
  background: #0079b7;
}

.attoreimg {
  margin-left: -13px;
  width: 16px;
  margin-bottom: -16px;
}

.attsmimg {
    width: 40px;
    height: 40px;
    margin-top: -6px;
    border-radius: 50%;
    border: 1px solid #888;
    position: relative;
    left: 6px;
    top: 2px;
    object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder de verhoudingen te verliezen */
    object-position: top; /* Centreert de afbeelding binnen de container */
}

.attbtnimg {
  display: block;
  width: 18px;
}

.attbtnchooser {
  padding: 6px !important;
  font-size: 17px !important;
  border-width: 2px !important;
  border-radius: 8px !important;
  width: 140px;
  margin: 4px !important;
  text-align: center;
}

nav {
  padding: 2px !important;
}

/*waarom dit?*/

#bookingsLeftSide {
  transform: translateX(0px);
  z-index: 40;
/*  overflow-x: hidden;
  overflow-y: auto;*/
}

#attendanceLeftSide {
  z-index: 40;
}

#sidebarswitch {
  position: absolute;
  right: -14px;
  cursor: pointer;
  z-index: 40;
  transition: 0.3s;

}

#sidebarswitch > img {
    width: 30px;
    position: relative; 
    z-index: 100;
}

.toptoolbarli {
  text-align: center;
}

.toptoolbari {
  margin-top: -3px;
}

.overline {
  position: relative;
  top: 16px;
  border: 2px solid #ff000099;
  margin: 0;
  opacity: 1;
  display: none;
}

.myspa {
    font-size: 12px;
    color: white;
}

.timeremoveuser {
  background: red;
  color: white;
  padding: 1px 8px;
  border: 2px solid #c57474;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 0px;
  cursor: pointer;
  z-index: 201;
}

.fathr {
  color: #ff0000;
  background-color: #ff0000;
  height: 5px;
}

.stickyheader {
  position: sticky;
  top: 87px;
  z-index: 30;
}

.stickyheader2 {
  position: sticky;
  top: 53px;
  z-index: 30;
}

.datepicker-picker {
    position: relative;
    left: 100px;
}

.weeklymaintable > caption {
    caption-side: top;
    position: sticky;
    top: 54px; /* Adjust as needed */
    z-index: 35; /* Ensure it stays above other elements */
    background: white; /* Prevents overlap issues */
    padding-left: 30px;
}

.weeklymaintable td {
    padding: 0px !important;
}

.stibtn {
    padding: 0px 1px !important;
    font-size: small !important;
    margin: 1px 0px 2px 0px !important;
    border-radius: 0px !important;
    border-width: 2px !important;
    width: 28px;
    font-weight: bold;
}

.sallbtn {
  padding: 0px 2px !important;
  font-size: small !important;
  margin: 1px 1px 2px 2px !important;
  border-radius: 7px !important;
  border-width: 2px !important;
}

th {
  white-space: normal !important;
}

.hlpbtn {
  padding: 0px 8px;
  color: rgb(238, 238, 238);
  background-color: rgb(67, 74, 236);
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
  border: none;
}

.posrel {
  position: relative;
}

.overtimebadge {
  position: absolute;
  top: -3px;
  right: 0px;
  background-color: #dc31d1;
  color: white;
  padding: 0px 4px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
}

.bookingItemInOutError {
  font-weight: bold;
  color: red;
  font-size: 18px;
  width: 4px;
  display: inline-block;
}

.leftsideitemheader {
    text-align: center;
/*    font-weight: bold;*/
    background: #003f5c;
    color: #eee;
    padding: 2px 0 4px 0;
    border-radius: 2px;
}

.dursp1 {
  color: green;
  font-weight: bold;
  display: inline-block;
  width: 36px;
}

.dursp2 {
  color: purple;
  font-weight: bold;
  display: inline-block;
  width: 36px;
}

.collapsebutton {
  cursor: pointer;
}

.totalmins {
  color: #eee !important;
}



.blef {
    border-left: 2px solid #e8e8e8 !important;
}

.bookingItemEmployeeSelectorlbl {
  padding: 3px;
}

.bookingItemEmployeeSelectorlbl:hover {
  background: #e5e5e5;
}

.weeklyabssel {
    width: 150px;
    margin-bottom: 0;
    border: none;
    padding: 2px 4px;
    background: transparent;
    width: 100%;
    text-align: center;
}

.weeklytoolbar {
  margin-left: 8px;
  margin-top: -4px;
}

/*.weeklytoolbar-buttons{*/
/*    background-color: red;
}*/

.weeklytmi {
    max-width: 74px;
    margin-bottom: 0 !important;
    border: none;
    background: none;
}

/* Voor Chrome, Safari en Edge */
.weeklytmi::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

/* Voor Firefox */
.weeklytmi {
    appearance: textfield;
}



.weeklytblbl {
  display: inline-block;
}

#weeklyfrom, #weeklyto {
  margin-top: 7px;
  width: 95px;
  font-size: 13px;
}

.weeklymaintable {
    margin: 2px 8px 8px 8px;
    width: 98%;
    font-size: 13px;
}

.weeklytoolbarbtn {
  margin-top: -4px;
  padding: 4px 6px;
}

.weeklybtnclose {
  margin: 8px 8px 30px 8px;
}

.weeklytitle4 {
  font-weight: normal;
}

.weeklytitle3 {
  margin: 18px 8px 10px 8px;
  font-size: 16px;
}
.weeklytitle3>span {
  padding: 5px 20px;
}

.weeklytitle2 {
  font-weight: bold;
  margin-right: 3px;
}

.weeklytitle {
  margin-right: 20px;
  padding: 0px 6px 2px 6px;
  border: 1px solid #888;
  border-radius: 5px;
  background: #eee;
}

.dialog01 {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.cen {
  text-align: center;
}

.overlay01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.closebutton01 {
  margin-top: 10px;
}

#weeklytable {
}

.weeklytableinp {
  width: 40px;
}

.delete-button {
  margin-left: 1px;
  cursor: pointer;
  font-weight: bold;
  padding: 3px 4px 3px 4px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #cc2300, red);
  color: #eee;
}

.termi-button {
  margin-left: 1px;
  cursor: pointer;
  font-weight: bold;
  padding: 3px 4px 3px 4px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #0088cc, #0044cc);
  color: #eee;
}

.timedaybreakedit {
  margin-left: 1px;
  cursor: pointer;
  font-weight: bold;
  padding: 3px 4px 3px 4px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #0088cc, #0044cc);
  color: #eee;
}

#btnBookingsShow, #btnBookingsShowPerDay, #btnBookingsSaveChanges {
  margin: 4px auto;
  padding: 6px 15px 1px 15px !important;
  width: 150px;
}

#btnProfileLoadUser, #btnProfileAddUser {
  display: block;
  margin: 7px auto;
  width: 135px;
}

input.datepicker-input {
  width: 100%;
}

.filldialog {
  left: 235px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 63px;
}

img.menuleftimg {
  width: 31px;
}

.menuleft {
    background-color: #333;
    padding: 5px;
    width: 70px;
    height: 100vh;
    position: fixed;
    top: 54px;
    left: 70px;
    z-index: 1;
}

.leftsideitemcontent {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: none; /* For Firefox */
}


.menuleft.menuleft2 {
    width: 170px;
    background: #003f5c;
}

[data-bs-theme=dark] .menuleft.menuleft2 {
  background: #444;
}

.menuleft.menuleft3 {
  left: 200px;
  width: 100%;
  background: #eee;
}

[data-bs-theme=dark] .menuleft.menuleft3 {
  background: #222;
}

.menuleftbutton {
  background-color: #555;
  color: white;
  padding: 2px 5px 5px 5px;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 8px;
  border: 1px solid #888;
  height: 55px;
}

.menuleftbutton:hover {
  background-color: #777;
}

.indexmainadv {
  border: solid #1f628d 3px;
  border-radius: 10px;
  display: inline-block;
  padding: 7px 25px;
}

.indexmainbutton {
  width: 180px;
  display: block;
}

.narrowbtn {
  padding-top: 8px !important;
  padding-bottom: 6px !important;
}

.bluebtn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2373a7);
  background-image: -moz-linear-gradient(top, #3498db, #2373a7);
  background-image: -o-linear-gradient(top, #3498db, #2373a7);
  background-image: linear-gradient(to bottom, #3498db, #2373a7);
  border-radius: 14px;
/*  text-shadow: 1px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;*/
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 16px 8px 16px;
  border: solid #1f628d 4px;
  text-decoration: none;
  cursor: pointer;
  margin: 10px;
  transition: transform 0.15s ease;
}

.bluebtn:active {
  transform: scale(0.95);
}

.bluebtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  border-color: #bce5ff;
}

.greenbtn {
  background: #2bba40;
  background-image: -webkit-linear-gradient(top, #2bba40, #156416);
  background-image: -moz-linear-gradient(top, #2bba40, #156416);
  background-image: -o-linear-gradient(top, #2bba40, #156416);
  background-image: linear-gradient(to bottom, #2bba40, #156416);
  border-radius: 14px;
  text-shadow: 1px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 16px 8px 16px;
  border: solid #1f8d25 4px;
  text-decoration: none;
  cursor: pointer;
  margin: 10px;
  transition: transform 0.15s ease;
}

.greenbtn:active {
  transform: scale(0.95);
}

.greenbtn:hover {
  background: #277421;
  background-image: -webkit-linear-gradient(top, #277421, #47743c);
  background-image: -moz-linear-gradient(top, #277421, #47743c);
  background-image: -o-linear-gradient(top, #277421, #47743c);
  background-image: linear-gradient(to bottom, #277421, #47743c);
  text-decoration: none;
  border-color: #bcffc0;
}

#btneasymode {
  background: linear-gradient(#3498db, #2980b9);
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  cursor: pointer;
}

#btneasymode:hover {
  background: linear-gradient(#3cb0fd, #3498db);
}

.contactme {
  text-align: center;
  display: block;
  font-weight: bold;
}

a {
  text-decoration: none;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

#coomsg {
  z-index: 3000;
  border-radius: 5px;
  border: 4px solid red;
  cursor: pointer;
  top: 2px;
  left: 2px;
  right: 2px;
}

.msgdialog {
  z-index: 2000;
  border-radius: 4px;
  position: absolute;
  top: 1px;
  background: yellow;
  color: black;
  border: 1px solid #888;
  cursor: pointer;
  font-weight: bold;
  padding: 0px 10px;
}

.yellowbox {
  padding: 4px 10px;
  background: yellow;
  border: 1px solid #888;
  color: black;
  border-radius: 5px;
  display: inline-block;
}

.feedbackdiv {
  margin-top: 15px;
}

.visiblea {
  text-decoration: dotted;
  text-decoration-line: underline;
  text-underline-position: under;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #e7fbff;
  border: 1px solid #88f;
  border-radius: 0.7rem;
  padding: 3px;
}

#indextitle {
  text-align: center;
}

.indexitem {
  border: 1px solid #888;
  border-radius: 5px;
  margin: 7px;
}

.indexitemul {
  margin-bottom: 4px;
}

.indexitemhead {
  background: #444 !important;
  color: #ddd !important;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: large;
  font-weight: bold;
}

.noreleve {
  margin: 6px -18px;
}

.mydrdo {
  display: inline-block;
  vertical-align: top;
  margin-left: -3px;
}

.mydrdoul {
  max-height: 200px;
  overflow-y: scroll;
}

.mydrdospan {
  vertical-align: text-bottom;
  margin-left: 5px;
  cursor: pointer;
}

.filler-job-form {
  margin-left: 4px;
}

.w-40 {
  width: 45% !important;
}

.grilis {
  padding: 1px 8px;
  font-size: 26px;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f1f3f7;
  border: 1px solid #eff0f2;
  border-radius: 0.75rem;
}

.avatar-title {
  align-items: center;
  background-color: #3b76e1;
  color: #fff;
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.bg-soft-primary {
  background-color: rgba(59,118,225,.25) !important;
}

.badge-soft-danger {
  color: #f56e6e !important;
  background-color: rgba(245,110,110,.1);
}

.badge-soft-success {
  color: #63ad6f !important;
  background-color: rgba(99,173,111,.1);
}

.avatar-md {
  height: 5rem;
  width: 5rem;
}

.bookmark-post .favorite-icon a, .job-box.bookmark-post .favorite-icon a {
  background-color: #da3746;
  color: #fff;
  border-color: red;
}

.favorite-icon a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #eff0f2;
  border-radius: 6px;
  color: rgba(173,181,189,.55);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.candidate-list-box .favorite-icon {
  position: absolute;
  right: 22px;
  top: 22px;
}

.bg-soft-secondary {
  background-color: rgba(116,120,141,.15) !important;
  color: #74788d !important;
}

.input-validation-error {
  border: 4px dashed red !important;
}

.field-validation-error {
  color: red;
  font-weight: bold;
  margin-left: 8px;
}

.profcol {
}

.div-inp-and-visi {
}

.phlbl {
  display: block;
  width: 100%;
  text-align: center;
  margin: 2px 0px !important;
}

#update-profile-button {
  margin-top: 10px;
  max-width: 150px;
}

.cf {
  font-family: 'DJB Yard Sale Marker', "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.checkbox-wrapper-6 .tgl {
  display: none;
}

.checkbox-wrapper-6 .tgl,
.checkbox-wrapper-6 .tgl:after,
.checkbox-wrapper-6 .tgl:before,
.checkbox-wrapper-6 .tgl *,
.checkbox-wrapper-6 .tgl *:after,
.checkbox-wrapper-6 .tgl *:before,
.checkbox-wrapper-6 .tgl + .tgl-btn {
  box-sizing: border-box;
}

.checkbox-wrapper-6 .tgl::-moz-selection,
.checkbox-wrapper-6 .tgl:after::-moz-selection,
.checkbox-wrapper-6 .tgl:before::-moz-selection,
.checkbox-wrapper-6 .tgl *::-moz-selection,
.checkbox-wrapper-6 .tgl *:after::-moz-selection,
.checkbox-wrapper-6 .tgl *:before::-moz-selection,
.checkbox-wrapper-6 .tgl + .tgl-btn::-moz-selection,
.checkbox-wrapper-6 .tgl::selection,
.checkbox-wrapper-6 .tgl:after::selection,
.checkbox-wrapper-6 .tgl:before::selection,
.checkbox-wrapper-6 .tgl *::selection,
.checkbox-wrapper-6 .tgl *:after::selection,
.checkbox-wrapper-6 .tgl *:before::selection,
.checkbox-wrapper-6 .tgl + .tgl-btn::selection {
  background: none;
}

.checkbox-wrapper-6 .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 29px;
  height: 14px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-wrapper-6 .tgl + .tgl-btn:after,
.checkbox-wrapper-6 .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.checkbox-wrapper-6 .tgl + .tgl-btn:after {
  left: 0;
}

.checkbox-wrapper-6 .tgl + .tgl-btn:before {
  display: none;
}

.checkbox-wrapper-6 .tgl:checked + .tgl-btn:after {
  left: 50%;
}

.checkbox-wrapper-6 .tgl-light + .tgl-btn {
  background: #9FD6AE;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}

.checkbox-wrapper-6 .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}

.checkbox-wrapper-6 .tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #0079b7;
  z-index: 200;
}

.maincontainer {
  margin-top: -12px;
  margin-left: 20px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
  padding: 10px;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

#bd-theme {
  border: 1px solid #888;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.navbar-brand {
  color: white;
  margin-left: 5px;
}

.navbar-brand:hover {
  color: white;
}

.nav-link {
    color: white;
    /*  font-weight: bold;*/
    font-size: 10px !important;
    border: 0px solid transparent;
    border-radius: 0px;
    margin: 0px;
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-top: 15px;
    padding-bottom: 11px;
}

.nav-link:hover {
  border: 2px solid #888;
  color: white;
}

#profchkcstyle {
  vertical-align: text-bottom;
  display: inline-block;
  height: 19px;
  width: 36px
}

.card-header {
  background: #ccc;
}

#uhhirono {
  vertical-align: bottom;
  display: none;
  font-weight: bold;
  background: yellow;
  color: black;
  padding: 2px 8px;
  border-radius: 6px;
}

.srcimgspan {
  font-size: large;
  margin-left: 5px;
}



.cardstyle2 {
  max-width: 146px;
}

#lblphoto, #lblphoto2 {
  color: #fff;
  background-color: #1b6ec2;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px ridge #1861ac;
  font-size: medium;
  margin: 10px 0px 10px 5px;
  cursor: pointer;
  font-weight: normal;
}

#lblphoto:hover, #lblphoto2:hover {
  background-color: #0b5ed7;
}

#profvideo {
  display: none;
}

#proftakephoto {
  display: none;
}

#profcanvas {
  display: none;
  text-align: center;
}

#photo {
  display: none;
}

.btnshowprofile {
  padding: 2px 10px !important;
  background: #1b6ec2 !important;
  color: white !important;
  font-weight: normal !important;
  cursor: pointer !important;
}

.spanactivity {
  border: 1px solid #888;
  border-radius: 5px;
  background: aqua;
  color: black;
  text-align: center;
  margin: 3px 0 0 0;
  font-weight: bold;
  padding: 2px 4px;
  margin: 2px;
  line-height: 31px;
  white-space: nowrap;
}

.btnactivityact {
  display: inline-block;
  padding: 2px 6px;
}

.profcardbody {
  text-align: left;
  padding-right: 0.25rem !important;
  font-size: medium;
}

.imgprofphoto {
  max-height: 185px;
  border: 1px solid #888;
  border-radius: 5px;
  width: 150px;
}

.profactbadge {
  right: -5px;
  top: -5px;
  padding: 1px 4px;
  border-radius: 10px;
}

.srcitimg {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.notification {
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.notification:hover {
  box-shadow: 10px 10px 10px lightblue;
  border: none;
  top: -3px;
}

.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: blue;
  color: white;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.profile-user-info {
  margin: 0 auto
}

.profile-info-name {
  padding: 1px 6px;
  font-weight: bold;
}

.profile-info-value {
  padding: 1px 6px;
  border-bottom: 1px solid #ccc;
  margin-top: -4px;
}

.profile-info-value > span + span:before {
  display: inline;
  content: ",";
  margin-left: 1px;
  margin-right: 3px;
  border-bottom: 1px solid #fff
}

.profile-info-value > span + span.editable-container:before {
  display: none
}

.profile-info-row:first-child .profile-info-name, .profile-info-row:first-child .profile-info-value {
  border-top: none
}

.loader {
  z-index: 9999;
  width: 48px;
  height: 48px;
  border: 8px solid #888;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  background: transparent;
  position: absolute;
  top: 4px;
  right: 10px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btnlac {
  min-width: 80px;
  line-height: 16px;
  display: inline-block;
  margin: 2px;
}

.btnlac:hover {
  color: white;
}

.modal-header {
  padding: 2px 10px 4px 10px;
}

.modal-body, .modal-footer {
  padding: 5px;
}

.myspa[data-bs-theme=dark] {
  color: black;
}

.gfb-gantt-wrapper {
  --entry-color: #033b6a;
  --border-color: rgba(0, 0, 0, 0.1);
  --background-color: #f9f9f9;
  --hovered-background: #f0f0f0;
}

.gfb-gantt-wrapper {
  position: relative;
  min-width: 80vw;
}

.gfb-gantt-headers {
  display: grid;
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  min-height: 40px;
}

.gfb-gantt-headers > div:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.gfb-gantt-header {
  display: flex;
  padding: 10px 1px 10px 1px;
  text-align: center;
  flex-direction: column;
}

.gfb-gantt-sidebar-header {
  text-align: center;
  padding: 10px 5px 10px 5px;
  background-color: var(--background-color);
  border-right: 1px solid var(--border-color);
}

.gfb-gantt-content {
  position: relative;
}

.gfb-gantt-row {
  display: grid;
  min-height: 25px;
  border: 1px solid var(--border-color);
  border-top: 0;
  border-right: 1px solid transparent;
}

.gfb-gantt-sub-row-wrapper {
  max-height: 25px;
  display: flex;
  width: 100%;
  height: 100%;
}

.gfb-gantt-row-entry {
  border-radius: 5px;
  cursor: pointer;
  background-color: var(--entry-color);
}

.gfb-gantt-row-entry:hover {
  box-shadow: var(--entry-color) 0px 0px 2px .1px;
}

.gfb-gantt-lines-container {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--border-color);
  z-index: 0;
}

.gfb-gantt-lines-container > div:not(:last-child):not(.gfb-gantt-sidebar-template) {
  border-right: 1px solid var(--border-color);
}

.gfb-gantt-row-entry-tooltip {
  position: absolute;
  display: none;
  max-width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #aaa;
  padding: 10px;
  z-index: 20;
}

.gfb-gantt-grouping-header {
  background-color: var(--background-color);
  padding: 5px 0;
  border: 1px solid var(--border-color);
  border-top: 0 transparent;
  cursor: pointer;
  user-select: none;
}

.gfb-gantt-grouping-header:hover {
  background-color: var(--hovered-background);
}

.gfb-gantt {
  overflow: auto;
}



/*Ghassan styele*/

.custom-table {
    border-collapse: separate;
    border-spacing: 0;
}

.custom-table th,
.custom-table td {
    border-right: none;
    border-left: none;
    border-top: none;
}

.custom-table thead th {
    border-bottom: 2px solid #dee2e6; /* Bootstrap's default border color for tables */
}

.custom-table tr:last-child td {
    border-bottom: 2px solid #dee2e6;
}

.custom-table tbody tr:hover td {
    border-color: #0079b7;
}

.fixed-header {
    position: fixed;
    width: 100%;
    background: white; /* Adjust the color to match your design */
    z-index: 20; /* Ensures the header stays above other content */
    top: 54px;
    padding: 10px
}

.create-btn {
    display: inline-block;
    padding: 8px 12px;
    background-color: #4CAF50; /* Green background */
    color: white; /* White text */
    font-size: 16px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    line-height: 20px; /* Adjust line height to match the image height */
}

.create-btn img {
    margin-right: 8px; /* Adds spacing between the image and the text */
}

.create-btn:hover {
    background-color: #45a049; /* Darker green background on hover */
}

.nav-item-icon {
    padding-left: 10px;
}

.menuleft-text-input {
    border: none;
    background: #002536;
    border-right: 5px #0079b7 solid;
    padding: 5px 10px 5px 10px;
    color: white;
    font-size: 13px;
}

.option-input {
    border: none;
    background: #002536;
    border-right: 5px #0079b7 solid;
    padding: 5px 10px 5px 10px;
    color: white;
    /* Additional styling for the dropdown */
    height: 30px; /* You can adjust the height as necessary */
    width: 150px; /* Adjust the width to fit your layout */
    font-size: 14px; /* Match the font size to your design */
}

.Openbtn img {
    transition: 0.15s;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
}

.Openbtn img:hover {
    background: #e8e4e4;
    box-shadow: 0 0 0 5px #e8e4e4;
    ; /* Adds a sharp shadow that is 5 pixels wide */
}

.popup-bookingsets  {
    position: absolute;
    top: 35px;

    z-index: 36;
    width: 200px;
    display: flex;
}
.popup-absence {
    position: absolute;
    top: 45px;
    z-index: 1;
    width: 200px;
    display: flex;
}

.empty-div {
    height: 54px;
}

.delete-button2 {
    /*    margin-left: 1px;*/
    cursor: pointer;
    /*    font-weight: bold;*/
    /*    padding: 3px 4px 3px 4px;
    border-radius: 3px;*/
    /*    background: linear-gradient(to bottom, #cc2300, red);*/
    color: #ff0000;
    transition: 1s;
    font-size: 24px;
}

.has-delete-btn {
    position: relative; /* Ensures absolute positioning works inside */
}

.has-delete-btn .delete-button2 {
    transition: 0.5s;
    display: none; /* Hide delete button by default */
    position: absolute; /* Ensure it aligns inside the cell */
    right: 5px; /* Adjust position */
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    align-items: center;
}

.has-delete-btn:hover .delete-button2 {
    display: flex; /* Show when hovering over td */
}






#custom-context-menu {
    position: absolute;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 10px;
    min-width: 150px;
}

#custom-context-menu button {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
}

#custom-context-menu button:hover {
    background-color: #f0f0f0;
}


.bunchdiv {
    position: relative;
}




.weeklymaintable tr.bluewhite-even {
    background-color: #e6f0ff !important; /* light blue */
}

.weeklymaintable tr.bluewhite-odd {
    background-color: #ffffff !important;
}




.noPhotoPlaceholder {
    display: inline-grid;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    border-radius: 50%; /* Ensures the placeholder is a circle */
    top: 3px;
}


.name-image-in-table {
    border: 1px solid #cfcfcf;
    border-radius: 50px 50px;
    padding: 5px 10px;
    padding-left: 0px;
    margin: 2px;
    line-height: 34px;
    color: black;
    font-size: 12px;
    text-wrap-mode: nowrap;
    background: white;
    margin-left: 20px;
    margin-right: 20px;
}

.name-image-in-table img {
    position: relative;
    right: 30px;
}

.attsmimg-table {
    width: 40px;
    height: 40px;
    margin-top: -6px;
    border-radius: 50%;
    border: 1px solid #888;
    position: relative;
    left: -1px;
    top: 2px;
    object-fit: cover; /* Zorgt ervoor dat de afbeelding de container vult zonder de verhoudingen te verliezen */
    object-position: top; /* Centreert de afbeelding binnen de container */
}

.form-control-custum {
    display: block;
    width: 100%;
    padding: .375rem .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: linear-gradient(to bottom, #fafafa, #e9e9e9) !important;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Toast Notification Styles */
.ws-toast-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    z-index: 1000;
}

.ws-toast {
    background: #2ecc71;
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    min-width: 200px;
}

    .ws-toast.visible {
        transform: translateY(0);
        opacity: 1;
    }

.ws-toast-icon {
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
}

    .ws-toast-icon::before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        border: 2px solid white;
        border-radius: 50%;
        box-sizing: border-box;
    }

    .ws-toast-icon::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 6px;
        border-left: 2px solid white;
        border-bottom: 2px solid white;
        transform: rotate(-45deg) scale(0);
        left: 4px;
        top: 6px;
        transition: transform 0.3s ease;
    }

.ws-toast.visible .ws-toast-icon::after {
    transform: rotate(-45deg) scale(1);
}

.ws-toast-message {
    font-size: 14px;
    font-weight: 500;
    flex-grow: 1;
}

.ws-toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(255,255,255,0.3);
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 3s linear;
}

.ws-toast.visible .ws-toast-progress {
    transform: scaleX(0);
}