:root{font-family:Inter,Arial,sans-serif;color:#1d2633;background:#f4f6f9}
*{box-sizing:border-box}
body{margin:0}
.topbar{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;background:#132238;color:white;position:sticky;top:0;z-index:20}
h1{margin:0;font-size:24px}.subtitle{opacity:.75;margin-top:4px}
nav{display:flex;gap:8px}
.btn,button{border:0;border-radius:8px;padding:9px 12px;background:#e9eef6;color:#132238;text-decoration:none;font-weight:700;cursor:pointer}
.controls,.legend{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:12px 18px;background:white;border-bottom:1px solid #dce3ec}
.legend span{background:#f3f6fa;padding:6px 8px;border-radius:6px;font-size:12px}
#checkBtn{background:#1f7a55;color:white}
.table-wrap{overflow:auto;height:calc(100vh - 155px)}
.schedule{border-collapse:separate;border-spacing:0;background:white;min-width:1800px;width:max-content}
.schedule th,.schedule td{border-right:1px solid #e4e8ee;border-bottom:1px solid #e4e8ee;padding:0;text-align:center}
.schedule thead th{position:sticky;top:0;background:#eef2f7;z-index:5;height:34px;min-width:52px}
.sticky-name{position:sticky!important;left:0!important;z-index:10!important;background:white!important;min-width:190px!important;padding:0 10px!important;text-align:left!important}
.emp small{display:block;font-weight:400;opacity:.6;margin-top:2px}
.shift-select{width:52px;height:42px;border:0;background:transparent;text-align:center;font-weight:700}
.shift-select:focus{outline:2px solid #4f8ddc}.saving{opacity:.4}.saved{background:#dff5e9}
.sum{min-width:66px;font-weight:700}.neg{color:#b3261e}.pos{color:#176b42}
.holiday{background:#fff0f0!important}
.card{margin:18px;background:white;padding:18px;border-radius:12px;box-shadow:0 2px 8px #00000010}
.inline-form{display:flex;gap:8px;flex-wrap:wrap}
input{padding:8px;border:1px solid #cfd8e3;border-radius:7px}
.people{border-collapse:collapse;width:100%}.people th,.people td{padding:8px;border-bottom:1px solid #e5eaf0;text-align:left}
.modal{position:fixed;inset:0;background:#0008;display:flex;align-items:center;justify-content:center;z-index:50}
.hidden{display:none}.modal-box{background:white;border-radius:12px;padding:22px;max-width:760px;max-height:80vh;overflow:auto;position:relative}
.close{position:absolute;right:10px;top:10px;font-size:20px}
@media(max-width:700px){.topbar{align-items:flex-start;gap:12px;flex-direction:column}.table-wrap{height:calc(100vh - 230px)}}
.saturday{background:#eaf3fb!important}.sunday{background:#edf7e8!important}.holiday{background:#f7dddd!important}
.sat-box{background:#eaf3fb!important}.sun-box{background:#edf7e8!important}.holiday-box{background:#f7dddd!important}
.sticky-type{position:sticky!important;left:190px!important;z-index:9!important;background:white!important;min-width:120px!important}
.schedule thead .sticky-type{z-index:11!important;background:#eef2f7!important}.typecell{font-size:11px;padding:0 6px!important}
.controls select,.people select,.inline-form select{padding:8px;border:1px solid #cfd8e3;border-radius:7px;background:white}
.staffing-card{margin:14px 18px 28px;background:white;padding:14px;border-radius:12px}.staffing-card h3{margin-top:0}.staffing-scroll{overflow:auto;max-height:320px}.staffing{border-collapse:collapse;width:100%;min-width:700px}.staffing th,.staffing td{padding:6px 8px;border-bottom:1px solid #e5eaf0;text-align:center}.staffing th{position:sticky;top:0;background:#eef2f7}

.ward-form{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-top:6px}
.ward-form label{font-size:13px;opacity:.85}
.ward-form input[name="ward_name"]{min-width:240px;padding:6px 8px;border:1px solid #64748b;border-radius:7px;background:#fff;color:#111}
.ward-form button{padding:6px 9px;background:#dbeafe;color:#132238}
.ward-form span{font-size:13px;opacity:.8}

/* 1.6 — czytelniejsze komórki zmian */
.daycell{min-width:96px}
.shift-select{
  width:96px;
  min-width:96px;
  height:44px;
  padding:2px 4px;
  font-size:11px;
}
@media(max-width:700px){
  .daycell{min-width:90px}
  .shift-select{width:90px;min-width:90px;font-size:10px}
}

/* 1.7 — zmiana + oddział w każdej komórce */
.daycell{min-width:118px;vertical-align:top;padding:2px!important}
.shift-select{width:112px;min-width:112px;height:36px;font-size:10px}
.ward-cell{
  display:block;
  width:112px;
  min-width:112px;
  margin:2px auto 0;
  padding:3px 4px;
  height:28px;
  font-size:10px;
  border:1px solid #cfd8e3;
  border-radius:5px;
  background:#fff;
}
.typecell small{display:block;font-size:10px;opacity:.65;margin-top:2px}
@media(max-width:700px){
  .daycell{min-width:108px}
  .shift-select,.ward-cell{width:102px;min-width:102px}
}

/* 1.8 — logowanie */
.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f4f6f9}
.login-card{width:min(420px,100%);background:#fff;border-radius:14px;padding:24px;box-shadow:0 8px 30px #00000018}
.login-card h1{color:#132238;margin-bottom:8px}
.login-card p{color:#5d6877;margin-top:0}
.login-form{display:grid;gap:14px}
.login-form label{display:grid;gap:6px;font-weight:700}
.login-form input{width:100%;font-size:16px;padding:11px 12px}
.login-form button{background:#1f7a55;color:#fff;font-size:16px;padding:11px}
.login-error{background:#fde8e7;color:#8a1c16;padding:10px 12px;border-radius:8px;margin:12px 0}

/* 1.9 — kompaktowe dni + czytelna lokalizacja */
.schedule.compact thead th{min-width:58px}
.schedule.compact .daycell{min-width:58px;width:58px;padding:1px!important}
.compact-shift{width:56px!important;min-width:56px!important;height:29px!important;font-size:11px!important;padding:1px 2px!important}
.location-select{
  display:block;
  width:52px;
  min-width:52px;
  height:25px;
  margin:1px auto 0;
  padding:0 2px;
  border:1px solid #cfd8e3;
  border-radius:5px;
  font-weight:800;
  font-size:11px;
  text-align:center;
  background:#fff;
}
.location-n{background:#e6f0ff}
.location-u{background:#f4e8ff}
.today-col{outline:3px solid #e09f00!important;outline-offset:-3px;position:relative;z-index:2}
.today-box{background:#fff2cc!important;border:2px solid #e09f00!important}
@media(max-width:700px){
  .schedule.compact thead th{min-width:55px}
  .schedule.compact .daycell{min-width:55px;width:55px}
  .compact-shift{width:53px!important;min-width:53px!important}
  .location-select{width:50px;min-width:50px}
}

/* 2.1 — bezpieczne czyszczenie miesiąca */
.danger-btn{background:#b42318!important;color:#fff!important;border-color:#b42318!important;font-weight:800}
.clear-box input[name="confirm"]{display:block;width:100%;max-width:320px;margin-top:7px;padding:9px}
.clear-actions{display:flex;gap:10px;margin-top:18px}

.status-banner{margin:10px 12px;padding:10px 12px;border-radius:8px;font-weight:700}
.error-banner{background:#fdecec;border:1px solid #d92d20}
.ok-banner{background:#eaf7ee;border:1px solid #2e7d32}

/* 2.3 — minimalna obsada oddziałów */
.minimum-staffing-card{margin:12px;padding:14px;border:1px solid #cfd8e3;border-radius:10px;background:#fff}
.minimum-staffing-card h3{margin:0 0 4px}
.minimum-staffing-card p{margin:0;color:#596579}
.minimum-form{margin-top:12px}
.minimum-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:12px;margin-bottom:12px}
.minimum-ward{border:1px solid #d8dee8;border-radius:8px;padding:10px}
.minimum-ward>strong{display:block;font-size:16px;margin-bottom:8px}
.minimum-shift{border-top:1px solid #e5e9ef;padding-top:8px;margin-top:8px}
.minimum-shift>b{display:block;margin-bottom:5px}
.minimum-shift label{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:5px 0}
.minimum-shift input{width:72px;padding:6px;text-align:center;font-weight:700}
.staffing-saved{margin-top:10px;padding:8px;background:#eaf7ee;border:1px solid #2e7d32;border-radius:7px;font-weight:700}
.coverage-scroll{overflow-x:auto;margin-top:14px}
.coverage-table{border-collapse:collapse;min-width:920px;width:100%}
.coverage-table th,.coverage-table td{border:1px solid #d6dde7;padding:4px;text-align:center}
.coverage-table td small{display:block;font-size:10px;font-weight:800}
.coverage-bad{background:#fde7e7!important;color:#9d1c13}
.coverage-ok{background:#e8f5ea!important;color:#176b2c}
.coverage-today th:first-child{outline:2px solid #e09f00;outline-offset:-2px}
.coverage-note{margin-top:8px;font-size:12px;color:#596579}
@media(max-width:650px){.minimum-grid{grid-template-columns:1fr}}

/* 2.4 — czytelniejsze wiersze pracowników */
.schedule tbody tr > th,.schedule tbody tr > td{border-bottom:3px solid #8b98a8!important}
.schedule tbody tr:hover > th,.schedule tbody tr:hover > td{box-shadow:inset 0 0 0 9999px rgba(31,78,120,.035)}
.location-n{background:#d9eaf7!important;border-color:#7ba6c9!important}
.location-u{background:#eadcf8!important;border-color:#a984c7!important}
.ward-legend-n{background:#d9eaf7!important;border:1px solid #7ba6c9}
.ward-legend-u{background:#eadcf8!important;border:1px solid #a984c7}

/* 2.5 — przeciąganie kolejności pracowników */
.employee-row{cursor:default}
.drag-handle{
  display:inline-block;
  margin-right:6px;
  cursor:grab;
  font-size:15px;
  color:#52606d;
  user-select:none;
}
.employee-row.dragging{
  opacity:.55;
}
.employee-row.dragging td,
.employee-row.dragging th{
  border-top:3px dashed #687586!important;
  border-bottom:3px dashed #687586!important;
}
.reorder-info{
  margin:8px 12px 10px;
  padding:8px 10px;
  border:1px solid #d6dde7;
  border-radius:7px;
  background:#f7f9fb;
  font-size:12px;
}

/* 2.6 — logowanie i usuwanie pracownika */
.employee-actions{white-space:nowrap}
.login-page{min-height:100%;background:#f3f6f9;padding:28px}
.login-card{max-width:420px;margin:70px auto;background:#fff;border:1px solid #d7dee8;border-radius:12px;padding:24px}
.login-card h1{margin:0 0 6px}
.login-subtitle{margin:0 0 18px;color:#596579}
.login-form label{display:block;font-weight:700;margin:12px 0}
.login-form input{box-sizing:border-box;width:100%;margin-top:6px;padding:10px;border:1px solid #bfc9d6;border-radius:7px;font-size:16px}
.login-form button{width:100%;padding:10px;margin-top:8px;font-weight:800}
.login-error{padding:10px;border:1px solid #d92d20;background:#fdecec;border-radius:7px;color:#8a1c13;font-weight:700}

/* 2.7 — oba oddziały + kopiuj/wklej */
.location-nu{background:#d9ead3!important}
.copy-paste-info{
  margin:8px 12px;
  padding:8px 10px;
  border:1px solid #ccd5df;
  border-radius:7px;
  background:#f8fafc;
  font-size:12px;
}
.copy-cell{outline:none}
.copy-cell.cell-selected{
  box-shadow:inset 0 0 0 3px #475569;
}
.copy-cell.cell-copied{
  box-shadow:inset 0 0 0 3px #2563eb;
}
.copy-cell.cell-pasted{
  box-shadow:inset 0 0 0 3px #15803d;
}

/* 2.7.3 — nieruchomy nagłówek dni podczas przewijania listy pracowników */
.table-wrap{
  max-height:68vh;
  overflow:auto;
  position:relative;
}

.schedule thead th{
  position:sticky;
  top:0;
  z-index:20;
  background-clip:padding-box;
  box-shadow:0 2px 0 #7f8c9a;
}

/* Pierwsze dwie kolumny pozostają widoczne przy przewijaniu poziomym. */
.schedule .sticky-name{
  position:sticky;
  left:0;
  z-index:18;
}

.schedule .sticky-type{
  position:sticky;
  left:170px;
  z-index:17;
}

/* Skrzyżowanie nagłówka z nieruchomymi kolumnami musi być na wierzchu. */
.schedule thead .sticky-name{
  z-index:30;
}
.schedule thead .sticky-type{
  z-index:29;
}


/* 2.7.7 — obsada oddziałów w menu rozwijanym */
.staffing-details{margin:12px;border:1px solid #cfd8e3;border-radius:10px;background:#fff;overflow:hidden}
.staffing-details>summary{cursor:pointer;list-style:none;padding:12px 14px;font-weight:800;font-size:16px;background:#f4f7fb;display:flex;align-items:center;gap:8px;user-select:none}
.staffing-details>summary::-webkit-details-marker{display:none}
.staffing-details>summary::before{content:"▶";font-size:12px;transition:transform .18s ease}
.staffing-details[open]>summary::before{transform:rotate(90deg)}
.staffing-details[open]>summary{border-bottom:1px solid #d8dee8}
.staffing-details .minimum-staffing-card{margin:0;border:0;border-radius:0;box-shadow:none}

/* 2.8.3 — responsywne skalowanie: telefon / tablet / komputer */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{min-width:0;overflow-x:hidden}
.topbar nav{flex-wrap:wrap;justify-content:flex-end}
.controls{position:relative;z-index:10}
.table-wrap{width:100%;max-width:100vw;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.schedule{max-width:none}

/* Tablet */
@media (min-width:701px) and (max-width:1100px){
  .topbar{padding:12px 14px;gap:10px}
  h1{font-size:19px}
  .subtitle{font-size:12px}
  .topbar nav{gap:6px}
  .btn,.topbar button{padding:7px 9px;font-size:12px}
  .controls{padding:9px 10px;gap:7px;font-size:12px}
  .controls select,.controls button{padding:6px 8px;font-size:12px}
  .reorder-info,.copy-paste-info{margin:6px 8px;padding:6px 8px;font-size:11px}
  .table-wrap{max-height:72vh}
  .schedule .sticky-name{min-width:155px!important;max-width:155px!important;font-size:11px}
  .schedule .sticky-type{left:155px!important;min-width:95px!important;max-width:95px!important;font-size:9px}
  .schedule.compact thead th{min-width:48px}
  .schedule.compact .daycell{min-width:48px;width:48px}
  .compact-shift{width:46px!important;min-width:46px!important;font-size:10px!important}
  .location-select{width:44px;min-width:44px;font-size:10px}
}

/* Telefon */
@media (max-width:700px){
  .topbar{position:relative;padding:10px 10px 8px;gap:8px}
  .topbar>div{width:100%}
  h1{font-size:17px;line-height:1.15}
  .subtitle{font-size:11px}
  .topbar nav{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}
  .topbar nav .btn,.topbar nav button{width:100%;min-width:0;padding:7px 5px;font-size:10px;line-height:1.15;white-space:normal}
  .controls{padding:7px;gap:5px;font-size:10px;align-items:stretch}
  .controls label{display:flex;align-items:center;gap:3px;min-width:0}
  .controls select{max-width:125px;min-width:0;padding:5px 4px;font-size:10px}
  .controls button{padding:6px 7px;font-size:10px}
  .reorder-info,.copy-paste-info{margin:5px 6px;padding:6px;font-size:9px}
  .staffing-details{margin:6px}
  .staffing-details>summary{padding:9px 10px;font-size:13px}
  .table-wrap{height:auto;max-height:70vh;width:100vw}
  .schedule .sticky-name{min-width:118px!important;max-width:118px!important;padding:0 4px!important;font-size:9px}
  .schedule .sticky-type{left:118px!important;min-width:70px!important;max-width:70px!important;font-size:8px;padding:0 2px!important}
  .schedule.compact thead th{min-width:43px;font-size:9px}
  .schedule.compact .daycell{min-width:43px;width:43px}
  .compact-shift{width:41px!important;min-width:41px!important;height:27px!important;font-size:9px!important;padding:0!important}
  .location-select{width:39px;min-width:39px;height:23px;font-size:9px;padding:0}
  .sum{min-width:55px;font-size:9px}
  .minimum-grid{grid-template-columns:1fr}
  .coverage-scroll{max-width:100%;-webkit-overflow-scrolling:touch}
}


/* 2.8.4 — komórki dni jak w klasycznym grafiku papierowym */
.schedule.compact thead th.day-head{
  min-width:54px;
  height:42px;
  padding:3px 1px!important;
  line-height:1.05;
  border-right:1px solid #aeb7c2;
  border-bottom:2px solid #7f8c9a;
}
.day-head .day-weekday{
  display:block;
  font-size:10px;
  font-weight:700;
  opacity:.78;
}
.day-head .day-number{
  display:block;
  margin-top:2px;
  font-size:12px;
  font-weight:900;
}
.schedule.compact .daycell{
  min-width:54px;
  width:54px;
  height:76px;
  padding:1px!important;
  vertical-align:top;
  border-right:1px solid #b8c0ca!important;
  background-clip:padding-box;
}
.compact-shift{
  display:block;
  width:52px!important;
  min-width:52px!important;
  height:24px!important;
  padding:0!important;
  margin:0 auto!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  font-size:11px!important;
  line-height:24px!important;
  font-weight:900!important;
  text-align:center!important;
  text-align-last:center!important;
  appearance:auto;
}
.shift-time{
  height:27px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  line-height:1.05;
  font-size:9px;
  font-weight:600;
  color:#374151;
  pointer-events:none;
}
.shift-time span{display:block;min-height:10px}
.shift-time-empty{opacity:0}
.location-select{
  width:32px!important;
  min-width:32px!important;
  height:19px!important;
  margin:1px auto 0!important;
  padding:0!important;
  border-radius:3px!important;
  font-size:9px!important;
  line-height:17px!important;
}
.schedule tbody tr > th,.schedule tbody tr > td{
  border-bottom:2px solid #8b98a8!important;
}
@media (min-width:701px) and (max-width:1100px){
  .schedule.compact thead th.day-head{min-width:50px}
  .schedule.compact .daycell{min-width:50px;width:50px;height:72px}
  .compact-shift{width:48px!important;min-width:48px!important;font-size:10px!important}
  .shift-time{font-size:8px;height:26px}
}
@media (max-width:700px){
  .schedule.compact thead th.day-head{min-width:46px;height:38px}
  .day-head .day-weekday{font-size:8px}
  .day-head .day-number{font-size:10px}
  .schedule.compact .daycell{min-width:46px;width:46px;height:68px}
  .compact-shift{width:44px!important;min-width:44px!important;height:22px!important;font-size:9px!important;line-height:22px!important}
  .shift-time{font-size:7.5px;height:24px}
  .location-select{width:29px!important;min-width:29px!important;height:18px!important;font-size:8px!important}
}

/* 2.8.5 — pokaż/ukryj oddział + automatyczne dopasowanie */
body.ward-hidden .location-select{display:none!important}
body.ward-hidden .ward-legend-n,
body.ward-hidden .ward-legend-u{display:none!important}
body.ward-hidden .daycell{padding-bottom:2px!important}
body.ward-hidden .shift-time{margin-bottom:0}
#wardToggleBtn{font-weight:800}

/* Przy ukrytym oddziale komórki są niższe i bardziej zwarte. */
@media (max-width:900px){
  body.ward-hidden .daycell{min-width:54px!important;width:54px!important}
  body.ward-hidden .compact-shift{width:52px!important;min-width:52px!important}
}


/* 2.8.6 — COMPACT: ciaśniejsze komórki jak w papierowym grafiku */
.schedule.compact thead th.day-head{
  min-width:50px!important;
  width:50px!important;
  height:34px!important;
  padding:1px!important;
}
.day-head .day-weekday{font-size:8px!important;line-height:1!important}
.day-head .day-number{font-size:10px!important;margin-top:1px!important;line-height:1!important}
.schedule.compact .daycell{
  min-width:50px!important;
  width:50px!important;
  height:60px!important;
  padding:0 1px!important;
  vertical-align:top!important;
}
.compact-shift{
  width:48px!important;
  min-width:48px!important;
  height:20px!important;
  line-height:20px!important;
  font-size:10px!important;
  margin:0 auto!important;
}
.shift-time{
  height:23px!important;
  min-height:23px!important;
  line-height:1!important;
  font-size:8px!important;
  margin:0!important;
  padding:0!important;
}
.shift-time span{min-height:8px!important;line-height:10px!important}
.location-select{
  width:29px!important;
  min-width:29px!important;
  height:16px!important;
  min-height:16px!important;
  font-size:8px!important;
  line-height:14px!important;
  margin:0 auto!important;
  padding:0!important;
}
body.ward-hidden .schedule.compact .daycell{
  height:46px!important;
}
body.ward-hidden .shift-time{
  height:23px!important;
}
.schedule tbody tr > th,.schedule tbody tr > td{
  border-bottom-width:2px!important;
}
@media (min-width:701px) and (max-width:1100px){
  .schedule.compact thead th.day-head{min-width:47px!important;width:47px!important;height:32px!important}
  .schedule.compact .daycell{min-width:47px!important;width:47px!important;height:57px!important}
  .compact-shift{width:45px!important;min-width:45px!important;height:19px!important;line-height:19px!important;font-size:9px!important}
  .shift-time{height:22px!important;min-height:22px!important;font-size:7.5px!important}
  .location-select{width:27px!important;min-width:27px!important;height:15px!important;min-height:15px!important;font-size:7.5px!important}
  body.ward-hidden .schedule.compact .daycell{height:43px!important}
}
@media (max-width:700px){
  .schedule.compact thead th.day-head{min-width:44px!important;width:44px!important;height:30px!important}
  .schedule.compact .daycell{min-width:44px!important;width:44px!important;height:54px!important}
  .compact-shift{width:42px!important;min-width:42px!important;height:18px!important;line-height:18px!important;font-size:8.5px!important}
  .shift-time{height:21px!important;min-height:21px!important;font-size:7px!important}
  .location-select{width:26px!important;min-width:26px!important;height:14px!important;min-height:14px!important;font-size:7px!important}
  body.ward-hidden .schedule.compact .daycell{height:41px!important}
}

/* PRO 2.8.7 - niezalezne przelaczniki widoku */
body.hours-hidden .shift-time{display:none!important}
body.shift-hidden .compact-shift{display:none!important}
body.hours-hidden.shift-hidden .daycell{height:30px!important;min-height:30px!important;padding-top:2px!important;padding-bottom:2px!important}
body.hours-hidden:not(.shift-hidden) .daycell, body.shift-hidden:not(.hours-hidden) .daycell{height:39px!important;min-height:39px!important}
body.ward-hidden.hours-hidden.shift-hidden .daycell{height:24px!important;min-height:24px!important}
@media(max-width:900px){body.hours-hidden.shift-hidden .daycell{height:27px!important;min-height:27px!important}}
@media(max-width:600px){body.hours-hidden.shift-hidden .daycell{height:25px!important;min-height:25px!important}}

/* PRO 2.8.8 - czytelny wydruk wielostronicowy A4 poziomo */
\n\n/* PRO 2.9.0 — automatyczne centrowanie zawartości komórek dni */
.schedule.compact .daycell{
  vertical-align:middle!important;
}
.daycell-content{
  min-height:100%;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0;
  margin:0;
  padding:0;
}
.daycell-content .compact-shift,
.daycell-content .shift-time,
.daycell-content .location-select{
  flex:0 0 auto;
}
/* Gdy część informacji jest ukryta, pozostałe elementy zostają wyśrodkowane pionowo. */
body.hours-hidden .daycell-content,
body.shift-hidden .daycell-content,
body.ward-hidden .daycell-content,
body.hours-hidden.shift-hidden .daycell-content,
body.hours-hidden.ward-hidden .daycell-content,
body.shift-hidden.ward-hidden .daycell-content,
body.hours-hidden.shift-hidden.ward-hidden .daycell-content{
  justify-content:center;
}
