/* Remove Under Line */
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}

/* Remove Arrows/Spinners */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
/* Firefox */
input[type=number] {-moz-appearance: textfield;}

/* Default Style */

.nowrap {
  white-space: nowrap;
}

footer {
  display: flex;
  justify-content: center;
  color: #B7B7B7;
  font-size: .75rem;
  padding: 30px 0;
  text-align: center;
}

footer a {
  color: #B7B7B7;
  margin-left: 10px;
  margin-right: 10px;
}

table th {
  text-align: center;
}

table.signup td {
  padding: 10px;
}

table.signup .alert {
  margin-bottom: 0;
  margin-top: 3px;
}

table.perms select {
  margin-top: 5px;
  margin-right: 10px;
}

table.perms label {
  margin-right: 10px;
}

table.table-bordered {
  margin: 20px auto;
}

.widths {
  max-width: 600px;
}

.strong {
  font-weight: 700;
}

.btn-link-alt {
  color: #666;
}

.btn-link-alt:hover,
.btn-link-alt:active {
  color: #222;
}

.bg-bwd {
  background-color: #9C9C9C;    /* 20250205 changed #3F3F3F */
  color: #fff;
  min-height: 100px;   /* 20250205 added */
}

.navbar-bwd {
  /* border-bottom: 3px solid #DB3448;  */   /* 20250205 canceled */
  padding-bottom: 0;
}

.navbar-bwd .navbar-nav .active>.nav-link,
.navbar-bwd .navbar-nav .nav-link.active,
.navbar-bwd .navbar-nav .nav-link.show,
.navbar-bwd .navbar-nav .show>.nav-link {
  font-weight: 700;
  /*background-color: #DB3448;*/
  color: #DB3448;
  /*border-top-left-radius: 3px;
  border-top-right-radius: 3px;*/  /* 20250205 deleted */
  border-bottom: 2px solid #DB3448;
  /*text-transform: uppercase; */   /* 20250205 added and then deleted */
}

.navbar-bwd .navbar-collapse {
  align-self: flex-end;
  position: relative;   /* 20250205 added */
  top: -8px;           /* 20250205 added */
  padding-left:50px;
}

.close {
  float: right;
}

/* Search Form */

.search-form {
  position: relative;
}

.btn-search {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  color: #9F9F9E;
}

.search-form input[type="search"] {
  padding-left: 2.5rem;
}

/*  Login  */

div.card-login {
  max-width: 24rem;
}

div.user-link {
  padding: .2em 0;
  margin: auto 0;
}

div.user-link a {
  color: #fff;
  font-size: 1.25rem;
}

/*  Lagerbestand  */

ul.pager {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

ul.pager li {
  display: inline-block;
}

span.page-number {
  padding: .375rem .75rem;
}


.btn-kate {
  min-width: 180px;
  border: solid 1px #000000;
}

.btn-kate.active {
  background-color: #000000 !important;    /* 20250205 changed #DB3448 */
  border-color: #000000 !important;    /* 20250205 changed #d34210 */
  color: #ffffff;                  /* 20250205 added */
}

span.badge {color: #000000;}      /* 20250205 added */
.btn-kate.active span.badge {color: #ffffff;}       /* 20250205 added */

/*  Lager Form  */

.lager-form {
  max-width: 30rem;
  margin: 0 auto;
}

/* Ausführungsschein Form */

.no-artikel {
  max-width: 30rem;
  margin: 0 auto;
  padding: 0;
}

/* Anzeiger */

.anzeiger {
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 400px;
}

.delete-anzeiger {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 9999;
}

.anzeiger img {
  width: 100%;
}

.anzeiger .detail {
  background-color: rgba(30, 30, 30, 0.6);
  color: #fff;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  text-align: left;
}

.anzeiger .bwd-pdf {
  color: #DB3448;
  font-size: 6em;
  margin: 10rem 0;
}

@media (max-width: 992px) {
  .anzeiger .bwd-pdf {
    margin: 4rem 0;
  }
}

@media (max-width: 768px) {
  .anzeiger .bwd-pdf {
    margin: 2rem 0;
  }
}

/* Projekt */

.upload-doc {
  font-size: 2rem;
  display: inline-block;
  margin-right: 4px;
}

/* Notiz */

.notiz {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.notiz .card {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 300px;
  flex: 1 0 300px;
  margin: 8px;
}

.notiz .card .close {
  margin-left: 8px;
}

.notiz .card .card-header.bg-success,
.notiz .card .card-header.bg-danger,
.notiz .card .card-header .close {
  color: #fff;
}

.notiz .card .card-header .close {
  opacity: .8;
}

/* Project Cost Calculator */

.pcost-calc-container .row {
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.pcost-calc-container div.row:first-child {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);

}

.pcost-calc-container .row .col-pos {
  flex: 0 0 auto;
  width: 8.33333333%;
  text-align: center;
}

.pcost-calc-container .row .cal-item-group-unit {
  width: 160px;
  margin-left: auto;
}

.pcost-calc-container .row .cal-item-group-price {
  width: 120px;
}

.pcost-calc-container .row .cal-item-group-subtotal {
  width: 100px;
  display: flex;
  align-items: center;
}

.pcost-calc-container .row .cal-item-space {
  width: 30px;
  text-align: center;
}

.pcost-calc-container .hstack {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .pcost-calc-container .row {
    padding-top: 0.5rem;
  }

  .pcost-calc-container .hstack {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

/* Radio Toggle */

.switch-field {
  overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 120px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked+label {
  color: #fff;
  font-weight: 700;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

@media (max-width: 767px) {
  ul.pager li {
    margin: 4px 0;
  }

  .btn-kate {
    min-width: auto;
  }
}


/* 20250205 added  */
@media (max-width: 768px) {
  .navbar-bwd .navbar-collapse {
  top: 0px;          
  padding-left:0px;
  }
}

/*li.nav-item {border-bottom: 2px solid #DB3448;}*/