.skin-blue .main-header .navbar,
.skin-blue .main-header .logo {
  background-color: #2f7fb8;
}
.skin-blue .main-header .logo:hover,
.skin-blue .main-header .navbar .sidebar-toggle:hover,
.skin-blue .main-header .navbar .nav > li > a:hover {
  background-color: #266a9c;
}
.skin-blue .main-header .logo.portal-brand-einkauf,
.skin-blue .main-header .logo.portal-brand-betrieb,
.skin-blue .main-header .logo.portal-brand-lieferant {
  background-color: #1b2429;
}
.main-header .logo {
  font-weight: 700;
}
.main-header .logo .logo-lg img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  vertical-align: middle;
}
.main-header .navbar .nav > li > a {
  font-size: 12.5px;
  font-weight: 600;
}
.portal-page-title {
  display: inline-block;
  padding: 15px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.portal-brand-sub {
  display: block;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
}
.skin-blue .main-sidebar,
.skin-blue .wrapper {
  background-color: #222d32;
}
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li:hover > a {
  background: #2a363c;
  border-left-color: #2f7fb8;
}
.skin-blue .sidebar-menu > li > a {
  font-size: 14px;
  color: #b3c2ca;
}
.skin-blue .sidebar-menu > li.active > a {
  color: #fff;
  font-weight: 700;
}
.skin-blue .sidebar-menu > li.header {
  background: transparent;
  color: #5f7079;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 15px 16px 8px;
}
.sidebar-menu > li > a > .badge {
  background: #2f7fb8;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 10px;
}
.sidebar .user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 2px;
}
.sidebar .user-panel .portal-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2f7fb8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.portal-scope-box {
  margin: 12px 16px 4px;
  padding: 11px 12px;
  border-radius: 4px;
  background: #2a363c;
  border-left: 3px solid #2f7fb8;
}
.portal-scope-box label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6f8390;
  margin-bottom: 6px;
  font-weight: 400;
}
.portal-scope-box select {
  width: 100%;
  padding: 7px 8px;
  border: 1px solid #3a474e;
  border-radius: 3px;
  font-size: 13.5px;
  font-weight: 700;
  color: #e7ecef;
  background: #222d32;
  cursor: pointer;
}
.portal-sidebar-footer {
  padding: 14px 16px;
  border-top: 1px solid #1a242a;
  font-size: 11px;
  color: #5f7079;
  line-height: 1.5;
}
.box.box-primary {
  border-top-color: #2f7fb8;
}
.box .box-title {
  font-size: 15px;
  font-weight: 700;
  color: #2c3e50;
}
.box .box-title .fa {
  color: #2f7fb8;
  margin-right: 8px;
}
.btn-primary {
  background-color: #2f7fb8;
  border-color: #2f7fb8;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #266a9c;
  border-color: #266a9c;
}
.portal-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 11px;
  border-radius: 11px;
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
}
.portal-status-offen {
  background: #fff4e0;
  color: #c77f0a;
}
.portal-status-akzeptiert {
  background: #e2f5ea;
  color: #178a4c;
}
.portal-status-abgelehnt {
  background: #eef1f4;
  color: #6b757e;
}
.portal-status-verfallen {
  background: #fbe6e3;
  color: #c0392b;
}
.portal-status-entwurf {
  background: #f3ede0;
  color: #a9791f;
}
.portal-status-veroeffentlicht {
  background: #e2f5ea;
  color: #178a4c;
}
.portal-status-aktiv {
  background: #e2f5ea;
  color: #178a4c;
}
.portal-status-inaktiv {
  background: #eef1f4;
  color: #6b757e;
}
.portal-status-ausstehend {
  background: #eef1f4;
  color: #98a2ab;
}
.portal-pill {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
}
.portal-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.portal-chip {
  padding: 7px 15px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  color: #66707a;
  border: 1px solid #d5dbe1;
  text-decoration: none;
}
.portal-chip:hover {
  text-decoration: none;
  color: #2f7fb8;
  border-color: #2f7fb8;
}
.portal-chip.active {
  background: #2f7fb8;
  color: #fff;
  border-color: #2f7fb8;
}
.portal-chip.active:hover {
  color: #fff;
}
.portal-offer-group {
  margin-bottom: 16px;
}
.portal-offer-group .box-header {
  background: #f7f9fb;
  border-bottom: 1px solid #e8ecf0;
}
.portal-offer-group .box-header .portal-artnr {
  color: #2f7fb8;
  font-weight: 700;
}
.portal-offer-group table td {
  vertical-align: middle !important;
}
.small-box {
  border-radius: 3px;
  cursor: pointer;
}
.small-box .icon {
  transition: none;
}
.small-box:hover {
  filter: brightness(1.07);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.bg-dd-blue {
  background-color: #2f7fb8 !important;
  color: #fff !important;
}
.bg-dd-teal {
  background-color: #00a3b6 !important;
  color: #fff !important;
}
.portal-toggle {
  width: 40px;
  height: 22px;
  border-radius: 11px;
  background: #cdd4da;
  position: relative;
  transition: 0.15s;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 0;
  vertical-align: middle;
}
.portal-toggle .knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: 0.15s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.portal-toggle.on {
  background: #2f7fb8;
}
.portal-toggle.on .knob {
  left: 20px;
}
.portal-toggle[disabled] {
  background: #e6e9ec;
  cursor: not-allowed;
}
.portal-login-page {
  background: #222d32;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  font-family: 'Source Sans Pro', 'Source Sans 3', sans-serif;
}
.portal-login-box {
  width: 100%;
  max-width: 400px;
}
.portal-login-head {
  text-align: center;
  margin-bottom: 24px;
}
.portal-login-head img {
  width: 78px;
  height: 78px;
  margin-bottom: 12px;
}
.portal-login-head .portal-login-title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.portal-login-head .portal-login-sub {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8aa4b3;
  margin-top: 8px;
}
.portal-login-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.portal-login-card .portal-login-accent {
  height: 4px;
  background: #2f7fb8;
}
.portal-login-card .portal-login-body {
  padding: 24px 26px 26px;
}
.portal-login-label {
  font-size: 13px;
  color: #8a939b;
  margin-bottom: 10px;
  font-weight: 600;
}
.portal-area-picker {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 22px;
}
.portal-area-btn {
  padding: 14px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s;
  background: #f4f6f8;
  color: #66707a;
  border: 1px solid #d5dbe1;
}
.portal-area-btn .fa {
  font-size: 17px;
  margin-bottom: 6px;
  display: block;
}
.portal-area-btn small {
  display: block;
  font-size: 10.5px;
  font-weight: 400;
  opacity: 0.8;
  margin-top: 2px;
}
.portal-area-btn.active {
  background: #2f7fb8;
  color: #fff;
  border-color: #2f7fb8;
}
.portal-login-body .form-group label {
  font-size: 12.5px;
  font-weight: 600;
  color: #5a636b;
}
.portal-login-body .form-control {
  padding: 10px 12px;
  height: auto;
  font-size: 14px;
  border-radius: 3px;
  border-color: #d5dbe1;
}
.portal-login-body .form-control:focus {
  border-color: #2f7fb8;
  box-shadow: 0 0 0 3px rgba(47, 127, 184, 0.15);
}
.portal-login-body .btn-block {
  padding: 12px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
}
.portal-login-forgot {
  text-align: right;
  margin-bottom: 18px;
}
.portal-login-forgot a,
.portal-login-back a {
  font-size: 12.5px;
  color: #2f7fb8;
  text-decoration: none;
  font-weight: 600;
}
.portal-login-back {
  margin-top: 18px;
  text-align: center;
}
.portal-login-footer {
  text-align: center;
  margin-top: 18px;
  font-size: 11.5px;
  color: #6f7d86;
}
.portal-login-success {
  text-align: center;
  padding: 6px 0 4px;
}
.portal-login-success .portal-login-check {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e2f5ea;
  color: #178a4c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 14px;
}
.portal-table th {
  background: #fbfcfd;
  color: #8a939b;
  font-weight: 600;
  border-bottom: 1px solid #eef1f4 !important;
  white-space: nowrap;
}
.portal-table td {
  border-top: 1px solid #f2f4f6 !important;
}
.portal-table tr.portal-row-dirty {
  box-shadow: inset 3px 0 0 #2f7fb8;
}
.portal-muted {
  color: #8a939b;
}
.portal-price {
  font-weight: 700;
  color: #2c3e50;
  white-space: nowrap;
}
.portal-price small {
  color: #a2abb2;
  font-weight: 400;
  font-size: 11.5px;
}
.portal-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #2c3e50;
  color: #fff;
  padding: 12px 22px;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 600;
  z-index: 1060;
  display: flex;
  align-items: center;
  gap: 10px;
}
.portal-toast.portal-toast-error {
  background: #c0392b;
}
.portal-toast .fa {
  font-size: 15px;
}
.main-footer {
  font-size: 12px;
  color: #a2abb2;
  background: #f7f9fb;
}
/*# sourceMappingURL=portal.css.map */