
/* workflow state wizard */

ul.nav-wizard {
  background-color: transparent;
  border: 1px solid #d4d4d4;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  *zoom: 1;
  position: relative;
  padding-right: 12px;
}
ul.nav-wizard li {
  position: relative;
  height: 46px;
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  width: 16rem;
  vertical-align: middle;
}
ul.nav-wizard li button {
  color: #468847;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: left;
  padding-right: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.02em;
}
ul.nav-wizard li button:hover {
  background-color: transparent;
}
ul.nav-wizard li button span.badge {
  font-size: 90%;
  margin-right: 0.45em;
}
ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #d4d4d4;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -16px;
}
ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #f9f9f9;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -15px;
}
.active {
  color: #3a87ad;
  background: #d9edf7;
  text-decoration: none;
}
.active:hover,
.active:focus {
  text-decoration: none;
  box-shadow: none;
  color: #3a87ad;
}
ul.nav-wizard li.active:after {
  border-left: 16px solid #d9edf7;
}
ul.nav-wizard li.active button {
  color: #3a87ad;
  background: transparent;
  text-decoration: none;
}
ul.nav-wizard li.active button:active,
ul.nav-wizard li.active button:visited,
ul.nav-wizard li.active button:focus {
  box-shadow: none;
}
ul.nav-wizard li.active:hover,
ul.nav-wizard li.active:focus-within,
.active:hover {
  background: #addff8;
}
ul.nav-wizard li.active:hover::before,
ul.nav-wizard li.active:focus-within::before {
  border-right-color: #addff8;
}
ul.nav-wizard li.active:hover::after,
ul.nav-wizard li.active:focus-within::after {
  border-left-color: #addff8;
}
ul.nav-wizard li.inactive button {
  color: #999999;
  background: #ededed;
  text-decoration: none;
}
ul.nav-wizard li.inactive:after {
  border-left: 16px solid #f1f1f1;
}
ul.nav-wizard li.inactive button:active,
ul.nav-wizard li.inactive button:visited,
ul.nav-wizard li.inactive button:focus {
  color: #999999;
  background: #ededed;
}
.expired {
  color: #999999;
  background: #ededed;
}
ul.nav-wizard li.expired button {
  color: #999999;
  background: transparent;
  text-decoration: none;
}
ul.nav-wizard li.expired:hover,
ul.nav-wizard li.expired:focus-within {
  background: #d1d1d1;
}
ul.nav-wizard li.expired:hover::before,
ul.nav-wizard li.expired:focus-within::before {
  border-right-color: #d1d1d1;
}
ul.nav-wizard li.expired:hover::after,
ul.nav-wizard li.expired:focus-within::after {
  border-left-color: #d1d1d1;
}
ul.nav-wizard li.expired:after {
  border-left: 16px solid #ededed;
}
.accumulated {
  color: #666666;
  background: #ededed;
  width: 2.6rem !important;
}
ul.nav-wizard li.accumulated button {
  background: transparent;
  text-decoration: none!important;
  color: #666666!important;
}
ul.nav-wizard li.accumulated:hover,
ul.nav-wizard li.accumulated:focus-within {
  background: #d1d1d1;
}
ul.nav-wizard li.accumulated:hover::before,
ul.nav-wizard li.accumulated:focus-within::before {
  border-right-color: #d1d1d1;
}
ul.nav-wizard li.accumulated:hover::after,
ul.nav-wizard li.accumulated:focus-within::after {
  border-left-color: #d1d1d1;
}
ul.nav-wizard li.accumulated:after {
  border-left: 16px solid #ededed;
}

ul.nav-wizard li.accumulated button:active,
ul.nav-wizard li.accumulated button:visited,
ul.nav-wizard li.accumulated button:focus,
ul.nav-wizard li.accumulated button:hover {
  box-shadow: none;
}

ul.nav-wizard li.expired button:active,
ul.nav-wizard li.expired button:visited,
ul.nav-wizard li.expired button:focus,
ul.nav-wizard li.expired button:hover {
  box-shadow: none;
}
.draft {
  color: #666666;
  background:#ffc107;
  text-decoration: none;
  border-color: #ffc107;
  text-align: left;
}
.draft:hover,
.draft:focus,
.draft:active {
  text-decoration: none;
  box-shadow: none !important;
  background: #e0a800 !important;
  border-color: #e0a800 !important;
  color: #666666 !important;
}
ul.nav-wizard li.draft:hover,
ul.nav-wizard li.draft:focus-within {
  background: #e0a800;
}
ul.nav-wizard li.draft:hover::before,
ul.nav-wizard li.draft:focus-within::before {
  border-right-color: #e0a800;
}
ul.nav-wizard li.draft:hover::after,
ul.nav-wizard li.draft:focus-within::after {
  border-left-color: #e0a800;
}
ul.nav-wizard li.draft button {
  color: #666666;
  background: transparent;
  text-decoration: none;
}
ul.nav-wizard li.draft button .badge {
  background: #666666;
}
ul.nav-wizard li.draft:after {
  border-left: 16px solid #ffc107;
}
ul.nav-wizard li.draft button:active,
ul.nav-wizard li.draft button:visited,
ul.nav-wizard li.draft button:focus,
ul.nav-wizard li.draft button:hover  {
  box-shadow: none;
}
.finished {
  color: #ffffff;
  background: var(--bs-success);
  text-decoration: none;
  border-color: var(--bs-success);
  text-align: left;
}
ul.nav-wizard li.finished:after {
  border-left: 16px solid var(--bs-success);
}

.finished:hover,
.finished:focus,
.finished:active {
  text-decoration: none;
  box-shadow: none !important;
  background: #146c43 !important;
  border-color: #146c43 !important;
  color: var(--bs-white) !important;
}
ul.nav-wizard li.finished:hover,
ul.nav-wizard li.finished:focus-within {
  background: #146c43;
}
ul.nav-wizard li.finished:hover::before,
ul.nav-wizard li.finished:focus-within::before {
  border-right-color: #146c43;
}
ul.nav-wizard li.finished:hover::after,
ul.nav-wizard li.finished:focus-within::after {
  border-left-color: #146c43;
}
ul.nav-wizard li.finished button {
  color: #ffffff;
  background: transparent;
  text-decoration: none;
}

ul.nav-wizard li.finished button:active,
ul.nav-wizard li.finished button:visited,
ul.nav-wizard li.finished button:focus,
ul.nav-wizard li.finished button:hover {
  box-shadow: none;
}
.accordion .card .card-header {
  padding: 0.3rem 1.25rem;
}
.actionicons {
  margin-right: 0.5em;
  cursor: pointer;
}

.infoicons {
  margin-right: 0.5em;
}

.stepactions {
  margin-left: 0.5em;
}

.tableheader {
  background-color: #dedede;
}


.customerlogo {
  max-width: 100%;
  height: auto;
  padding-top:1.5em;
}

.searchbar {
  padding-bottom:1em;
}

.dateInOverview {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.addpositiondropdown {
  position: relative;
  display: inline-block;
}


.addpositiondropdown button.dropdownbutton {
  background-color: var(--bs-success);
  color: white;
  /*
  padding: 16px;
  font-size: 16px;
  border: none;
  */
  cursor: pointer;
}

.addpositiondropdown .dropdowncontent {
  display: none;
  position: absolute;
  /*position: inline-block;*/
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 10;
}

.addpositiondropdown div.dropdowncontent span {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#positiondropdowncontent span {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.show {display:block !important;}

.positionheader {
  padding: .75rem 1.25rem;
  background-color: #dedede !important;
  font-weight: bold;
  color: black;
  vertical-align: middle;
}

.positionrow {
  padding: .75rem 1.25rem;
  border: 1px solid #dee2e6 !important;;
  font-weight: normal;
  color: black;
  vertical-align: middle;
}

.react-numeric-input {
  min-width: 50px;
}

.hidden {
  display: none;
}

.popover-body .draft {
  color: #666666;
  background: white;
  text-decoration: none;
  border-color: lightgray;
  text-align: left;
}

.popover-body .draft .infoicons{
  color: #ffc107;
}

.popover-body .draft:hover .infoicons{
  color: #666666;
}
.popover-body .draft:focus .infoicons{
  color: #666666;
}

.popover-body .finished {
  color: #666666;
  background: white;
  text-decoration: none;
  border-color: lightgray;
  text-align: left;
}

.popover-body .finished .infoicons{
  color: var(--bs-success);
}

.popover-body .finished:hover .infoicons{
  color: white;
}
.popover-body .finished:focus .infoicons{
  color: white;
}


.popover-body .active {
  color:#3a87ad;;
  background: white;
  border-color: lightgray;
  text-decoration: none;
  text-align: left;
}

.popover-body .active:hover,.active:focus {
  background: #d9edf7;
  box-shadow: none;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1999;
  display: flex;
  height: 3.4rem;
  background-color: rgb(189, 189, 189);
  width: inherit;
  padding: 6px;
  margin-left: inherit;
  margin-right: inherit;
}

.toolbarheader {
  position: sticky;
  top: 3.4rem;
  z-index: 999;
  display: flex;
  background-color: rgb(189, 189, 189);
  width: inherit;
  padding: 6px;
  margin-left: inherit;
  margin-right: inherit;
}

.react-autosuggest__container {
  border-radius: 0.25rem !important;
}

.toolbarheader input {
  box-shadow: unset !important;
}

.logo-main {
  cursor: pointer;

}

.pl-witharrow {
  padding-left: 1.0rem !important;
}

.btn .badge {
  position: relative;
  top: 0px; }

  .d-sm-inline-flex{
    padding-right: 1rem;
  }

  .modal-body .text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis !important;
  max-width: 600px;
  }


.mailnotiftitle {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  padding-right: 3rem;
}

.mailnotifborder {
border-bottom-width: 1px;
border-bottom-color: rgba(0,0,0,.12);
border-bottom-style: solid;
padding-top: 2rem;
font-weight: bold;
font-size: 1rem;
min-height: 52px;
padding-bottom: 0.5rem;
}

.mailnotifborderitems {
  padding-left: 1.5rem;
  padding-right: 5rem;
  min-height: 52px;
}

.mailnotifborderitems2 {
  border-right-width: 0.5px;
  border-right-color: rgba(0,0,0,.12);
  border-right-style: solid;
}

.mailnotifmsgtype {
  display: inline-block;
  width: 23%;
  margin-left: 0.8rem;
  margin-top: 0.5rem;
  margin-right: 2.5rem;
}

.mailnotifmailaddress {
  display: inline;
  width: 40%;
  margin-top: 0.5rem;
}

.mailnotifgroup {
  flex:auto;
  max-width: 150%;
}

.mailnotifbuttons{
  display: inline;
  margin-left: 1.5rem !important;
  margin-top: -0.3rem !important;
}

.error-bubble {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--bs-danger);
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  margin-top: 2px;
  z-index: 10;
  white-space: normal;
  max-width: 200px;
}

.error-bubble.right {
  left: unset;
  right: 0;
}

.error-cell {
  border: 1px solid var(--bs-danger);
  padding: 8px;
  position: relative;
}

.product-import-modal * {
  scrollbar-color: auto !important;
}

.product-import-modal table td, .product-import-modal table th {
  padding: 0.75rem;
  border-width: 1px 1px 1px 1px!important;
}

.import-result {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  max-height: 90vh;
  min-height: 50vh;
  white-space: nowrap;
  margin-top: 2rem;
  scrollbar-color: var(--bs-dark) var(--bs-dark);
}

.product-import-modal th, .product-import-modal td {
  padding: 0.75rem!important;
  white-space: nowrap;
}
.import-result .error-cell {
  border-color: transparent;
  background-color: var(--bs-danger-bg-subtle) !important;
}

.error-cell:hover .error-bubble {
  display: block;
}

.extra-checkbox {
  display: none;
}

.wrapperImporter:has(.CSVImporter_FileStep__headerToggle) .extra-checkbox {
  display: block;
  position: absolute;
  align-items: center;
  top: 197px;
  left: 340px;
  z-index: 999;
  font-size: 1.15em;
  margin-right: .5em;
}

.importOverrideCheck .form-check-input {
  transform: scale(1.2);
  margin-right: 0;
  border-radius: 2px;
  cursor: pointer;
}

.importOverrideCheck .form-check-label {
  cursor: pointer;
}