@charset "UTF-8";
/* Brand */
/* Surfaces */
/* Text */
/* Radius + shadow  */
/* Motion */
/* Typography helpers */
/* Logo */
.logo-section {
  text-align: center;
  padding-top: 70px;
  margin-bottom: 150px;
}
.logo-section img {
  max-width: 220px;
  height: auto;
  display: inline-block;
}

/* Main */
.login-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 90vh;
  /* Errors */
  /* Footer bar */
  /* Responsive */
}
.login-container .login-box {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 0 0;
  text-align: center;
}
.login-container .login-box h1 {
  color: #0066a1;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 26px;
}
.login-container .form-control {
  display: block;
  width: 347px;
  height: 55px;
  max-width: 100%;
  margin: 0 auto 12px;
  color: black;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.4;
  color: #1f2937;
  background: #f3f7fb;
  border: 1px solid #d9e2ec;
  border-radius: 4px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.login-container .form-control::-moz-placeholder {
  color: #6b7280;
}
.login-container .form-control::placeholder {
  color: #6b7280;
}
.login-container .form-control:focus {
  outline: none;
  border-color: #0066a1;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 102, 161, 0.12);
}
.login-container .btn {
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 400;
  transition: transform 0.1s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.login-container .btn.btn-lg {
  padding: 12px 22px;
  font-size: 13px;
}
.login-container .btn.btn-primary {
  display: block;
  width: 184px;
  height: 40px;
  max-width: 100%;
  margin: 25px auto 0;
  background: #00B4B1;
  color: #ffffff;
}
.login-container .btn.btn-primary:hover {
  background: rgb(0, 144.3, 141.895);
}
.login-container .btn.btn-primary:active {
  box-shadow: 0 2px 8px rgba(0, 180, 168, 0.18);
}
.login-container .alert {
  width: 340px;
  max-width: 100%;
  margin: 0 auto 16px;
  padding: 12px 14px;
  border-radius: 4px;
  text-align: left;
}
.login-container .alert.alert-danger {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.login-container .alert.alert-danger div + div {
  margin-top: 6px;
}
.login-container .footer-bar {
  height: 20px;
  width: 100%;
  background: #0066a1;
  margin-top: auto;
}
@media (max-width: 576px) {
  .login-container .logo-section {
    padding-top: 48px;
    margin-bottom: 26px;
  }
  .login-container .logo-section img {
    max-width: 200px;
  }
  .login-container .login-box h1 {
    font-size: 35px;
    margin-bottom: 22px;
  }
  .login-container .form-control {
    width: 100%;
  }
  .login-container .alert {
    width: 100%;
  }
}

body {
  background: #f7fbff;
  color: #004985;
}

a {
  color: #00B4B1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h2 {
  margin: 0;
  color: #004985;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.15;
}

.titlebigger h2 {
  font-size: 20px;
}

.helpwrapper {
  margin: 18px 0 10px;
}
.helpwrapper .container {
  background: #ffffff;
  border: 1px solid #d8e6f3;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  padding: 18px;
  background-color: rgb(0, 28, 83);
  color: white;
}
.helpwrapper .container h2 {
  margin: 14px 0 10px;
}
.helpwrapper .container p {
  color: white;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.title.container h2 {
  margin-bottom: 14px;
}

/* Modern card box */
.box-data {
  background: #ffffff;
  border: 1px solid #d8e6f3;
  border-radius: 2px;
  box-shadow: 0 10px 24px rgba(0, 40, 80, 0.08);
}
.box-data .header {
  background: linear-gradient(180deg, #F1F7FD 0%, rgb(249.925, 252.1, 254.275) 100%);
  border-bottom: 1px solid rgba(216, 230, 243, 0.9);
  padding: 12px 16px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  /* modernější: jemný highlight + lepší “separation” */
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.02);
}
.box-data .header p.small {
  margin: 0;
  color: #004985;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.15;
}
.box-data .header .sign {
  margin-left: 8px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(0, 73, 133, 0.18);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  color: #004985;
}
.box-data .content .text-info {
  margin: 0;
  color: #004985;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.15;
  margin: 14px 0 8px;
}

.maxheightoverflow {
  background: #ffffff;
  border: 1px solid #d8e6f3;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  overflow: auto;
  max-height: 420px;
}
.maxheightoverflow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.maxheightoverflow::-webkit-scrollbar-thumb {
  background: rgba(0, 73, 133, 0.18);
  border-radius: 999px;
}
.maxheightoverflow::-webkit-scrollbar-track {
  background: rgba(238, 246, 253, 0.9);
}

/* Buttons unified */
.btn,
a.btn,
button.btn,
input[type=submit],
button[type=submit] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 14px;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  box-shadow: none;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: transform 120ms ease, background 120ms ease, box-shadow 120ms ease, filter 120ms ease;
}
.btn:active,
a.btn:active,
button.btn:active,
input[type=submit]:active,
button[type=submit]:active {
  transform: translateY(1px);
}
.btn:focus,
a.btn:focus,
button.btn:focus,
input[type=submit]:focus,
button[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 180, 177, 0.18);
}

.btn-primary,
a.btn.btn-primary,
button.btn.btn-primary,
input[type=submit],
button[type=submit] {
  background: #00B4B1;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
}
.btn-primary:hover,
a.btn.btn-primary:hover,
button.btn.btn-primary:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background: rgb(0, 149.4, 146.91);
  color: #fff;
  text-decoration: none;
  filter: saturate(1.05);
}

.btn-block {
  width: 100%;
}

/* Forms (shared) */
.box-data form label {
  display: block;
  margin: 0 0 6px;
  margin: 0;
  color: #004985;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.15;
  letter-spacing: 0.6px;
  padding: 12px 0;
}
.box-data form input[type=text],
.box-data form input[type=number],
.box-data form input[type=password],
.box-data form input[type=file],
.box-data form select,
.box-data form textarea {
  width: 100%;
  border: 1px solid #d8e6f3;
  background: #fff !important;
  border-radius: 2px;
  color: #004985 !important;
  box-shadow: none;
  transition: border-color 120ms ease, box-shadow 120ms ease;
}
.box-data form input[type=text]:focus,
.box-data form input[type=number]:focus,
.box-data form input[type=password]:focus,
.box-data form input[type=file]:focus,
.box-data form select:focus,
.box-data form textarea:focus {
  border-color: rgba(0, 180, 177, 0.75);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 180, 177, 0.18);
}
.box-data form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color-scheme: light;
  padding-right: 38px;
  background-image: linear-gradient(45deg, transparent 50%, #004985 50%), linear-gradient(135deg, #004985 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}
.box-data form select option {
  background: #fff !important;
  color: #004985 !important;
}
.box-data form input[type=checkbox],
.box-data form input[type=radio] {
  accent-color: #00B4B1;
}

/* Tables (shared) */
.table {
  margin: 0;
}
.table tbody tr {
  border-bottom: 1px solid #d8e6f3;
}
.table tbody tr:hover {
  background: rgba(0, 180, 177, 0.06);
}
.table th {
  padding: 10px 12px;
  color: #004985;
  font-weight: 700;
  vertical-align: top;
}
.table th span {
  color: rgba(0, 73, 133, 0.7);
  font-weight: 400;
  font-size: 12px;
}
.table th span a {
  color: #00B4B1;
  font-weight: 700;
}
.table th span a:hover {
  text-decoration: underline;
}

/* -----------------------------
   Back block (ikony nahoře)
-------------------------------- */
.back-block {
  margin: 14px 0 6px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.back-block .back-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(0, 73, 133, 0.14);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}
.back-block .back-icon:hover {
  background: rgb(249.925, 252.1, 254.275);
  border-color: rgba(0, 73, 133, 0.22);
  box-shadow: 0 6px 16px rgba(0, 40, 80, 0.06);
  text-decoration: none;
}
.back-block .back-icon:active {
  transform: translateY(1px);
}
.back-block .back-icon:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 180, 177, 0.18);
}
.back-block .back-icon::after {
  content: "⮌";
}
.back-block .question-icon {
  position: relative;
  background: rgb(249.925, 252.1, 254.275);
  border-color: rgba(0, 73, 133, 0.22);
}
.back-block .question-icon:after {
  content: "?";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}

/* Mobile */
@media (max-width: 576px) {
  a.btn.btn-primary,
  input[type=submit],
  button[type=submit] {
    width: 100%;
  }
}
header {
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
  position: relative;
}
header .container {
  max-width: 1500px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}
header .container > div:first-child {
  display: flex;
  align-items: center;
  gap: 150px;
}
header p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  width: 100%;
}
header .frequency-toggle .is-active {
  background-color: #fff;
  color: white;
  font-weight: 800;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  border: 2px solid rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.logo-link {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.logo-link img {
  height: 40px;
  width: auto;
  vertical-align: middle;
}

.frequency-toggle {
  display: flex;
  gap: 0;
}
.frequency-toggle .freq-btn {
  padding: 8px 40px;
  width: 146px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: inline-block;
}
.frequency-toggle .freq-btn.active-50, .frequency-toggle .freq-btn.freq-50 {
  background-color: #00b4a8;
  text-align: center;
}
.frequency-toggle .freq-btn.active-50:hover, .frequency-toggle .freq-btn.freq-50:hover {
  background-color: rgb(0, 154.5, 144.2);
}
.frequency-toggle .freq-btn.active-60, .frequency-toggle .freq-btn.freq-60 {
  text-align: center;
  background-color: #0066a1;
}
.frequency-toggle .freq-btn.active-60:hover, .frequency-toggle .freq-btn.freq-60:hover {
  background-color: rgb(0, 85.8447204969, 135.5);
}
.frequency-toggle .freq-btn:first-child {
  margin-right: 25px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
  line-height: 15px;
}
.user-info span {
  color: #004985;
  font-size: 16px;
  line-height: 15px;
}
.user-info span strong {
  font-size: 20px;
  font-weight: 800;
  margin-left: 15px;
}
.user-info .user-name {
  color: #004985;
  font-weight: 600;
}
.user-info a {
  color: #0066a1;
  text-decoration: none;
  transition: color 0.2s ease;
}
.user-info a:hover {
  color: rgb(0, 53.5341614907, 84.5);
}
.user-info .admin-link {
  color: #333333;
  font-size: 13px;
}
.user-info .logout-link {
  color: #00b4a8;
  font-size: 13px;
}

.separator {
  color: #999;
  margin: 0 8px;
}

@media (max-width: 768px) {
  header .container {
    flex-wrap: wrap;
    padding: 10px 15px;
  }
  header p {
    flex-wrap: wrap;
    gap: 10px;
  }
  .frequency-toggle {
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
  }
  .user-info {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .frequency-toggle .freq-btn {
    padding: 6px 16px;
    font-size: 12px;
  }
  .user-info {
    font-size: 11px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.helpwrapper .container {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.maxheightoverflow {
  max-height: 500px;
}

.table tbody tr:hover {
  background: rgba(0, 180, 177, 0.06);
}

.box-data .box-data.filters {
  margin: 0 0 14px;
  border-color: rgba(216, 230, 243, 0.9);
  box-shadow: none;
  margin-top: 10px;
}
.box-data .box-data.filters .header {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.box-data .box-data.filters .header:hover {
  background: rgb(247.69375, 250.825, 253.95625);
}
.box-data .box-data.filters.active .header {
  border-bottom-color: rgba(0, 180, 177, 0.35);
}
.box-data .box-data.filters .filterform {
  background: #f7fbff !important;
  padding: 14px !important;
  border-top: 0;
  border-left: 1px solid #d8e6f3;
  border-right: 1px solid #d8e6f3;
  border-bottom: 1px solid #d8e6f3;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* Menu list (Template list) */
ul.menu-dark {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.menu-dark li {
  position: relative;
  padding: 12px 140px 12px 14px;
  border-bottom: 1px solid #d8e6f3;
  color: #004985;
  font-weight: 800;
  letter-spacing: 0.2px;
  /* ikonky vpravo */
}
ul.menu-dark li:hover {
  background: rgba(0, 180, 177, 0.06);
}
ul.menu-dark li > div {
  margin-top: -4px;
  font-weight: 500;
  font-size: 11px !important;
  line-height: 1.35;
}
ul.menu-dark li a {
  text-decoration: none;
}
ul.menu-dark li a[style*="position: absolute"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 73, 133, 0.14);
  border-radius: 10px;
  background: rgba(0, 73, 133, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  transition: transform 120ms ease, border-color 120ms ease, background 120ms ease;
}
ul.menu-dark li a[style*="position: absolute"]:hover {
  border-color: rgba(0, 180, 177, 0.45);
  background: rgba(0, 180, 177, 0.1);
  transform: translateY(-1px);
}
ul.menu-dark li a[style*="position: absolute"]:active {
  transform: translateY(0);
}
ul.menu-dark li a[style*="position: absolute"] img.menu {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
}
ul.menu-dark li a[style*="position: absolute"] img.menu[src*=-white] {
  filter: invert(1) saturate(0) brightness(0.35);
}
ul.menu-dark li a[style*="position: absolute"] img.menu[src*=rubbish] {
  filter: none !important;
}
ul.menu-dark li:last-child {
  border-bottom: 0;
}

ul.menu#menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.menu#menu > li {
  border: 1px solid #d8e6f3;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
ul.menu#menu > li > .text {
  padding: 12px 14px;
  font-weight: 800;
  color: #004985;
  background: #F1F7FD;
  border-bottom: 1px solid #d8e6f3;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 12px;
}
ul.menu#menu > li ul {
  list-style: none;
  margin: 0;
  padding: 12px 14px;
}
ul.menu#menu > li ul .text {
  color: #004985;
  white-space: pre-wrap;
  word-break: break-word;
}

/* Mobile */
@media (max-width: 576px) {
  ul.menu-dark li {
    padding-right: 14px;
  }
  ul.menu-dark li a[style*="position: absolute"] {
    position: static !important;
    margin-top: 10px;
    margin-right: 8px;
  }
}
/* _offer.scss */
ul.menu-dark,
ul.menu-dark li,
ul.menu-dark li * {
  color: #fff !important;
}

ul.menu-dark {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu-dark li {
  position: relative;
  padding: 12px 140px 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 73, 133, 0.85);
}
ul.menu-dark li:hover {
  background: #01437a;
}
ul.menu-dark li > div {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 11px !important;
  line-height: 1.35;
  padding-top: 7px;
}
ul.menu-dark li a {
  color: #fff !important;
}
ul.menu-dark li a[style*="position: absolute"] {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: background 120ms ease, transform 120ms ease;
}
ul.menu-dark li a[style*="position: absolute"]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
ul.menu-dark li a[style*="position: absolute"]:active {
  transform: translateY(0);
}
ul.menu-dark li a[style*="position: absolute"] img.menu {
  width: 16px;
  height: 16px;
  background: transparent !important;
  filter: none !important;
}
ul.menu-dark li a[style*="position: absolute"] img.menu[src*=-white] {
  filter: invert(1) brightness(0.8);
}
ul.menu-dark li .generate-standart-icons {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
  z-index: 2;
}
ul.menu-dark li .generate-standart-icons a {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: background 120ms ease, transform 120ms ease;
}
ul.menu-dark li .generate-standart-icons a:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
ul.menu-dark li .generate-standart-icons a:active {
  transform: translateY(0);
}
ul.menu-dark li .generate-standart-icons img.menu {
  display: block;
  width: 16px !important;
  height: 16px !important;
  max-width: none !important;
  max-height: none !important;
  flex: 0 0 auto;
  background: transparent !important;
  filter: none !important;
}
ul.menu-dark li .generate-standart-icons img.menu[src*=-white] {
  filter: invert(1) brightness(0.85);
}

.viessmann_colors {
  background: #ff3e17 !important;
}

/* =========================
   History – revisions (base)
   ========================= */
.innerRev,
.innerRev * {
  color: #fff !important;
}

.innerRev {
  background: rgba(0, 73, 133, 0.9);
  padding: 12px 14px;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
.innerRev .revisionstoggler {
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  cursor: pointer;
}
.innerRev ul.revisions {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
}
.innerRev ul.revisions li {
  background: #004985;
  padding: 10px 110px 10px 10px;
  margin-top: 10px;
  border-radius: 12px;
}

.box-data.filters {
  margin: 0 0 14px;
  background: #ffffff;
  border: 1px solid #d8e6f3;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  /* SELECT: caret + divider */
  /* submit */
}
.box-data.filters .header {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.box-data.filters .header p.small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.box-data.filters .header .sign {
  flex: 0 0 auto;
}
.box-data.filters .filterform {
  display: block;
  background: rgba(238, 246, 253, 0.85) !important;
  border-top: 1px solid rgba(216, 230, 243, 0.9);
  padding: 14px 16px !important;
}
.box-data.filters .filterform input[type=text],
.box-data.filters .filterform input[type=number],
.box-data.filters .filterform input[type=password],
.box-data.filters .filterform input[type=date],
.box-data.filters .filterform select {
  width: 100%;
  min-height: 40px;
  margin: 10px 0;
  padding: 10px 12px;
  border-radius: 2px;
  border: 1px solid rgba(216, 230, 243, 0.95);
  background: #fff !important;
  color: #004985 !important;
  box-shadow: none;
  transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}
.box-data.filters .filterform input[type=text]:focus,
.box-data.filters .filterform input[type=number]:focus,
.box-data.filters .filterform input[type=password]:focus,
.box-data.filters .filterform input[type=date]:focus,
.box-data.filters .filterform select:focus {
  border-color: rgba(0, 180, 177, 0.75);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 180, 177, 0.18);
}
.box-data.filters .filterform select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 42px;
  background-image: linear-gradient(45deg, transparent 50%, #004985 50%), linear-gradient(135deg, #004985 50%, transparent 50%), linear-gradient(to right, rgba(216, 230, 243, 0.75), rgba(216, 230, 243, 0.75));
  background-position: calc(100% - 20px) 52%, calc(100% - 14px) 52%, calc(100% - 36px) 50%;
  background-size: 6px 6px, 6px 6px, 1px 22px;
  background-repeat: no-repeat;
}
.box-data.filters .filterform select:hover {
  border-color: rgba(0, 73, 133, 0.22);
}
.box-data.filters .filterform select option {
  background: #fff !important;
  color: #004985 !important;
}
.box-data.filters .filterform input[type=submit],
.box-data.filters .filterform button[type=submit] {
  grid-column: 1/-1;
  justify-self: start;
  margin-top: 6px !important;
}

.innerRev br {
  display: none !important;
}

.innerRev {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px !important;
  margin-bottom: 5px;
  background: rgba(0, 73, 133, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: black;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
.innerRev::before {
  content: "Revize";
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 800;
  font-size: 11px;
  line-height: 1.15;
  letter-spacing: 0.7px;
  opacity: 0.9;
}
.innerRev ul.revisions {
  width: 100%;
  margin-left: 0;
  padding-top: 10px;
  flex-basis: 100%;
}

.innerRev .revisionstoggler {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: transform 120ms ease, background 120ms ease, box-shadow 120ms ease;
}
.innerRev .revisionstoggler::before {
  content: "▾";
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  transform: translateY(-1px);
  transition: transform 120ms ease;
}
.innerRev .revisionstoggler:hover {
  background: rgba(255, 255, 255, 0.26);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}
.innerRev .revisionstoggler:active {
  transform: translateY(0);
}

.innerRev .revisionstoggler.collapsed::before {
  transform: rotate(-90deg) translateY(-1px);
}

/* =========================
   Mobile
   ========================= */
@media (max-width: 576px) {
  ul.menu-dark li {
    padding-right: 14px;
  }
  ul.menu-dark li a[style*="position: absolute"] {
    position: static !important;
    margin-top: 8px;
  }
  ul.menu-dark li .generate-standart-icons {
    position: static;
    transform: none;
    margin-top: 8px;
    justify-content: flex-end;
  }
  .box-data.filters .filterform form {
    grid-template-columns: 1fr;
  }
  .box-data.filters .filterform input[type=submit],
  .box-data.filters .filterform button[type=submit] {
    width: 100%;
    justify-self: stretch;
  }
}
/* _user.scss */
/* -----------------------------
   Layout spacing pro users screens
-------------------------------- */
.title.container {
  margin-top: 6px;
}

.helpwrapper {
  margin-top: 14px;
}

/* -----------------------------
   Flash alerts
-------------------------------- */
.alert {
  border: 1px solid #d8e6f3;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  margin: 10px 0;
}
.alert .container {
  padding: 12px 16px;
  color: #004985;
  font-size: 14px;
  line-height: 1.35;
}
.alert.alert-success {
  border-color: rgba(0, 180, 177, 0.35);
  background: rgba(0, 180, 177, 0.06);
}
.alert.alert-danger, .alert.alert-error {
  border-color: rgba(214, 69, 69, 0.35);
  background: rgba(214, 69, 69, 0.06);
}
.alert.alert-warning {
  border-color: rgba(209, 139, 0, 0.35);
  background: rgba(209, 139, 0, 0.06);
}
.alert.alert-info {
  border-color: rgba(0, 73, 133, 0.25);
  background: rgba(0, 73, 133, 0.04);
}

.box-data .content {
  -webkit-overflow-scrolling: touch;
  padding-top: 2px;
}
.box-data .content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.box-data .content::-webkit-scrollbar-thumb {
  background: rgba(0, 73, 133, 0.18);
  border-radius: 999px;
}
.box-data .content::-webkit-scrollbar-track {
  background: rgba(238, 246, 253, 0.9);
}

/* -----------------------------
   Users table (tableuser)
-------------------------------- */
.tableuser {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0;
  /* Header row */
  /* Cells */
}
.tableuser .headertr td {
  background: #F1F7FD;
  border-bottom: 1px solid #d8e6f3;
  margin: 0;
  color: #004985;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 800;
  font-size: 11px;
  line-height: 1.15;
  letter-spacing: 0.7px;
  padding: 12px 14px;
  white-space: nowrap;
}
.tableuser td {
  padding: 3px 14px;
  border-bottom: 1px solid rgba(216, 230, 243, 0.9);
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
  vertical-align: middle;
}
.tableuser .tdleft {
  font-weight: 700;
  color: #004985;
  white-space: normal;
  min-width: 180px;
}
.tableuser .usertr:hover {
  background: rgba(0, 180, 177, 0.04);
}
.tableuser input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  vertical-align: middle;
}
.tableuser input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 180, 177, 0.18);
  border-radius: 4px;
}
.tableuser td:last-child {
  text-align: right;
  white-space: nowrap;
}
.tableuser td:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 6px;
  transition: background 120ms ease, transform 120ms ease;
}
.tableuser td:last-child a:hover {
  background: rgba(0, 73, 133, 0.06);
  text-decoration: none;
}
.tableuser td:last-child a:active {
  transform: translateY(1px);
}
.tableuser td:last-child a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 180, 177, 0.18);
}
.tableuser td:last-child a img {
  width: 16px;
  height: 16px;
  display: block;
  opacity: 0.86;
}
.tableuser tr:last-child td {
  border-bottom: 0;
}

.box-data .content a.btn.btn-primary {
  margin-top: 14px;
  margin-right: 12px;
}

/* =========================================================
   FORMS (create/edit) 
   ========================================================= */
.box-data form > div,
.box-data form .row,
.box-data form .form-group {
  margin-bottom: 14px;
}
.box-data form label {
  padding: 10px 0 6px;
  margin: 0;
}
.box-data form input[type=text],
.box-data form input[type=number],
.box-data form input[type=password],
.box-data form input[type=file],
.box-data form select,
.box-data form textarea {
  padding: 11px 12px;
  font-size: 14px;
  line-height: 1.2;
  min-height: 40px;
}
.box-data form textarea {
  min-height: 120px;
  resize: vertical;
}
.box-data form input[type=checkbox],
.box-data form input[type=radio] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -1px;
  cursor: pointer;
}
.box-data form input[type=checkbox]:focus,
.box-data form input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 180, 177, 0.18);
  border-radius: 4px;
}
.box-data form label:has(input[type=checkbox]),
.box-data form label:has(input[type=radio]) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  color: #004985;
}
.box-data form .help,
.box-data form .hint,
.box-data form small {
  display: block;
  margin-top: 6px;
  color: rgba(0, 73, 133, 0.75);
  font-size: 12px;
  line-height: 1.35;
}

/* -----------------------------
   Responsive
-------------------------------- */
@media (max-width: 576px) {
  .back-block {
    margin: 10px 0 4px;
  }
  .back-block .back-icon {
    width: 40px;
    height: 40px;
  }
  .box-data .content a.btn.btn-primary {
    width: 100%;
    margin-right: 0 !important;
  }
  .tableuser td {
    padding: 10px 12px;
  }
  .tableuser .tdleft {
    min-width: 140px;
  }
}
/* -------- HELP -------- */
.helpwrapper {
  padding: 15px 0;
  display: none;
  font-size: 80%;
}
.helpwrapper h2 {
  color: rgba(255, 255, 255, 0.9019607843);
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin: 6px 0 4px;
}
.helpwrapper p {
  font-size: 12px;
  margin-bottom: 3px;
}

.question-icon {
  background-image: url("/images/questionmark.png");
}

/* -------- FORMS -------- */
#form_offers input {
  margin-right: 5px;
}
#form_offers label {
  margin-right: 15px;
}

#form_search {
  margin-top: 10px;
}

.searchform #form_search {
  margin-top: 10px;
}

.content form label {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.7rem;
  font-size: 12px;
}

/* -------- TABLES -------- */
.table {
  margin-bottom: 0;
}

.table th,
.table td {
  border-top: 1px solid #efefef;
}

.table-bb {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 2rem;
}

.ui-state-default .table-responsive .table tr {
  background-color: #EFEFEF;
}

/* -------- LISTS / BLOCKS -------- */
.ulul {
  width: 100%;
  margin: 0 0 20px 0 !important;
  min-height: 40px;
  padding: 5px 0 0 0 !important;
}

.catli {
  font-size: 12px !important;
  padding: 2px 10px;
  background: #EFEFEF;
  margin-bottom: 0 !important;
}

.cattd {
  font-size: 0.8rem;
  width: 30%;
}

.machli {
  font-size: 14px !important;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  margin-bottom: 0 !important;
}

/* -------- BOX DATA -------- */
.box-data .content {
  padding-bottom: 0;
  min-height: 0;
}
.box-data .content ul.menu li {
  margin-bottom: 5px;
}
.box-data .content ul.menu li .table-responsive {
  display: none;
  padding-left: 0;
  cursor: auto;
}
.box-data .content ul.menu li .table-responsive .table {
  display: table;
  position: relative;
  background-color: #fff;
  font-size: 14px;
}
.box-data .content ul.menu li .text {
  background-color: #E1E1E1;
}
.box-data .content ul.menu li .info {
  position: relative;
}
.box-data .content ul.menu li .info .cursor {
  position: absolute;
  width: 29px;
  height: 28px;
  opacity: 0.5;
  top: 0;
  right: -40px;
  cursor: pointer;
}

/* -------- PARS -------- */
.pars__par {
  background-color: #FBFBFB;
}

tr.pars__par {
  background-color: #FBFBFB !important;
}

.par__visibility {
  position: relative !important;
}

/* -------- FILTERS -------- */
.filters .header {
  cursor: pointer;
}

/* -------- SELECT / POSITION -------- */
.colselect {
  position: absolute;
  top: 7px;
  right: 182px;
  font-size: 14px;
}

/* -------- CHECKBOX -------- */
.inlinecheckbox {
  margin-left: 5px;
  display: inline-block;
}
.inlinecheckbox div {
  display: inline-block;
}

.xcheckbox {
  position: relative;
  overflow: hidden;
}
.xcheckbox input[type=checkbox] {
  display: none;
}
.xcheckbox label {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  margin: 2px !important;
  width: 20px;
  height: 20px;
}
.xcheckbox label:before {
  content: url("/images/check-deactive.png");
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}
.xcheckbox :checked + label:before {
  content: url("/images/check-active.png");
}
.xcheckbox img {
  width: 20px;
  height: 20px;
}

/* -------- UTILITIES -------- */
.noborder {
  border: 0 !important;
}

.maxheightoverflow {
  max-height: 500px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

/* -------- TYPEAHEAD / Z-INDEX -------- */
.xtt-menu {
  z-index: 999999 !important;
}

.xtwitter-typeahead {
  z-index: 1;
}

ul.menu-dark li.innerRev {
  background-color: #052b4f;
}

ul.revisions {
  display: none;
  padding-left: 0px;
  clear: both;
}

.revisionstoggler {
  float: right;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}

fieldset {
  padding: 5px 10px;
}

.dashboard-main {
  /* Mobile */
}
.dashboard-main .row {
  row-gap: 38px;
}
.dashboard-main .col-md-6,
.dashboard-main .col-lg-4 {
  display: flex;
}
.dashboard-main .dashboard-card {
  width: 400px;
  height: 371px;
}
.dashboard-main .label {
  width: 100%;
  background: #eef6fd;
  border: 1px solid #d8e6f3;
  box-shadow: 0 10px 24px rgba(0, 40, 80, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard-main .label .header h2 {
  margin: 0 0 16px;
  margin: 0;
  color: #004985;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.15;
}
.dashboard-main .label > img {
  width: 57px;
  height: 57px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 8px 0 18px;
}
.dashboard-main .label > img + img {
  margin-top: 0;
  margin-left: 12px;
}
.dashboard-main .label > img:first-of-type:nth-last-of-type(2),
.dashboard-main .label > img:first-of-type:nth-last-of-type(2) + img {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-main .label .actions {
  width: 100%;
  display: grid;
  gap: 10px;
  justify-items: center;
}
.dashboard-main .label .btn {
  width: 184px;
  max-width: 100%;
}
.dashboard-main .label .btn-block {
  width: 180px;
}
@media (max-width: 576px) {
  .dashboard-main .label {
    padding: 26px 16px 22px;
  }
  .dashboard-main .label .btn,
  .dashboard-main .label .btn-block {
    width: 100%;
  }
  .dashboard-main .label > img + img {
    margin-left: 10px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100vh;
  margin: 0;
  padding: 0;
}

.wrapper {
  background: white;
  width: 100%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  text-align: left;
  padding: 35px 30px 10px 30px;
  margin: 0 auto;
  position: relative;
}/*# sourceMappingURL=style.css.map */