/* Soltum ID — drobiazgi ponad wspólnym portal.css (skórka JustSales/AdminLTE). */
.kafelek { transition: transform .1s, box-shadow .1s; }
.kafelek:hover { transform: translateY(-2px); box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); }
.layout-top-nav .content-wrapper { min-height: calc(100vh - 57px - 40px); }
.podtytul { color: #6c757d; font-size: .9rem; }
.login-logo img { max-width: 180px; }

/* portal.css (z TEMATÓW) stylizuje gołe <input> na pełną szerokość — checkboxy Bootstrapa
   zamieniały się w puste paski. Tu przywracamy im normalny wygląd. */
.form-check { padding-left: 1.5rem; }
.form-check-input { width: 1rem !important; height: 1rem; padding: 0 !important; margin: .2rem 0 0 -1.5rem !important; }
.form-check-label { display: inline !important; font-size: .9rem; color: #212529; margin: 0 !important; }

/* Uprawnienia per czynność (2026-09-23) */
.sticky-bottom { position: sticky; bottom: 0; z-index: 5; }
table.uprawnienia td, table.profile td { vertical-align: middle; }
table.uprawnienia tr.grupa td { background: #f8f9fa; }
table.profile select.form-control-sm { min-width: 6.5rem; }

/* ── Karta osoby wg makiety (23.09): nagłówek, zakładki, grupy uprawnień, przełączniki ─────── */
.awatar-duzy { width: 56px; height: 56px; font-size: 1.3rem; background: #e7f0fb; color: #1b6ec2; }
.upr-naglowek h3 { font-weight: 700; font-size: 1.35rem; }
.upr-zakladki .nav-link { color: #495057; padding: .75rem 1rem; }
.upr-zakladki .nav-link.active { color: #1b6ec2; font-weight: 600; border-bottom: 2px solid #1b6ec2; }
.upr-szukaj { max-width: 300px; }
.upr-app { margin-bottom: 1.25rem; }
.upr-app-naglowek { padding: .25rem 0 .5rem; border-bottom: 1px solid #e9ecef; margin-bottom: .5rem; }
.upr-app-nazwa { font-weight: 700; font-size: 1.05rem; }
.upr-grupa { margin-bottom: .5rem; border: 1px solid #e3e6ea; box-shadow: none; }
.upr-grupa-naglowek { cursor: pointer; background: #fff; border-bottom: 0; padding: .6rem .9rem; }
.upr-grupa.otwarta .upr-grupa-naglowek { border-bottom: 1px solid #e3e6ea; }
.upr-grupa.otwarta .upr-chevron { transform: rotate(90deg); }
.upr-chevron { color: #6c757d; font-size: .8rem; transition: transform .15s; width: 1rem; }
.upr-ikona { width: 36px; height: 36px; border-radius: 10px; background: #e7f0fb; color: #1b6ec2; display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; }
.upr-tabela thead th { font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; color: #6c757d; background: #f8f9fa; border-top: 0; }
.upr-tabela td { vertical-align: middle; }
.upr-kol-poziom { width: 32%; white-space: nowrap; }
.upr-kol-skad { width: 20%; }
.upr-kol-do { width: 190px; }
.upr-wiersz.upr-tylko-odczyt { opacity: .7; }
.upr-wiersz.upr-zmieniony td:first-child { box-shadow: inset 3px 0 0 #ffc107; }
.upr-etykieta { min-width: 3.2rem; display: inline-block; font-size: .85rem; }
.upr-poziomy label { padding: .1rem .5rem; font-size: .75rem; }
.upr-poziomy label input { position: absolute; clip: rect(0,0,0,0); }
.przelacznik { position: relative; display: inline-block; width: 40px; height: 22px; cursor: pointer; }
.przelacznik input { opacity: 0; width: 0; height: 0; }
.przelacznik-suwak { position: absolute; inset: 0; background: #ced4da; border-radius: 22px; transition: .15s; }
.przelacznik-suwak:before { content: ""; position: absolute; width: 18px; height: 18px; left: 2px; top: 2px; background: #fff; border-radius: 50%; transition: .15s; box-shadow: 0 1px 2px rgba(0,0,0,.25); }
.przelacznik input:checked + .przelacznik-suwak { background: #1b6ec2; }
.przelacznik input:checked + .przelacznik-suwak:before { transform: translateX(18px); }
.przelacznik input:disabled + .przelacznik-suwak { opacity: .5; cursor: not-allowed; }
.upr-pasek { display: flex; align-items: center; background: #fff; padding: .6rem .9rem; border: 1px solid #e3e6ea; border-radius: .25rem; box-shadow: 0 -2px 8px rgba(0,0,0,.05); margin-top: .5rem; }
.upr-kropka { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: .3rem; }
.upr-powiazania dt { font-weight: 600; font-size: .8rem; color: #6c757d; margin-top: .5rem; }
.upr-powiazania dt i { width: 1.2rem; color: #adb5bd; }
.upr-powiazania dd { margin: 0 0 0 1.4rem; }
.btn-xs { padding: .1rem .4rem; font-size: .75rem; }
.callout.callout-info { background: #eef5fc; border-left-color: #1b6ec2; }

/* Szerokosc ekranow: pelna, z limitem na bardzo szerokich monitorach. */
.szeroki { max-width: 1680px; }
.upr-tabela td:first-child { width: 34%; }
.upr-tabela td:first-child small { display: block; line-height: 1.3; }

.upr-zaawansowane summary { cursor: pointer; }
.upr-zaawansowane[open] summary { margin-bottom: .25rem; }
