.page-intro {
  background-color: white;
  width: 100vw;
  max-height: 100vh;
}
.page-line {
  background-color: white;
  width: 100vw;
  max-height: 100vh;
}
#sidenavLeft {
  margin-top: 64px;
  width: 360px !important;
}

.mdb-page-content {
  padding-left: 360px;
  transition: padding 0.3s linear;
}

#toggler {
  display: none;
}

@media (max-width: 660px) {
  .mdb-page-content {
    padding-left: 0px;
  }

  #toggler {
    display: unset;
  }

  .mask img {
    width: 100%;
  }

  .sidenav[data-mdb-hidden="false"] {
    transform: translateX(-100%);
  }
}

.active_sidenav {
  background-color: #edf2f4;
}

/* .checkbox-sm {
  font-size: 0.8em;
  width: 5vw;
  height: 5vh;
} */

.report-list {
    padding-left: 20px;
    list-style-type: none;
}

.report-import {
    color: green;
    font-weight: bold;
}

.report-skip {
    color: orange;
    font-style: italic;
}

.report-other {
    color: gray;
}
/* zmena velikost policek pro vyhledaveni v jednotlivych sloupcich tabulky */
.datatable thead input {
  height: 22px !important;
  font-size: 12px !important;
  padding: 2px 6px !important;
}
/* skryti filtrovani v hlavicce tabulky */
.datatable-header-filter {
  display: none !important;
}

.datatable-header-filter.is-open {
  display: block !important;
}

/* ===== MODERN LOGIN WORKSHOP ===== */

.login-card {
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.login-title {
  font-weight: 600;
  text-align: center;
}

.login-subtitle {
  font-size: .85rem;
  color: #6c757d;
  text-align: center;
  margin-bottom: 12px;
}

.pin-input {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .4rem;
  padding: 14px;
  border-radius: 14px;
}

.keypad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.key {
  height: 64px;
  font-size: 1.4rem;
  border-radius: 14px;
  border: none;
  background: #3b71ca;
  color: white;
  transition: transform .05s ease, box-shadow .05s ease;
}

.key:active {
  transform: scale(.95);
}

.key-clear {
  background: #adb5bd;
  color: #000;
}

.key-ok {
  background: #14a44d;
}

/* BADGE notifikace */
.badge-notification {
  /* vyska */
  top: -4px;
   /*posunuti  */
  right: -10px;
}
