html, body {
  min-height: 100vh;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #dfdfdf url("../images/bg-placeholder.png");
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  body.scrollable {
    overflow: auto;
  }
}

.form-control {
  border-radius: 0;
}
.form-control.big {
  font-size: 1.5rem;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

[name*=pin-] {
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #000;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  background: #f8f8f8;
}
[name*=pin-]:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 3px solid #b23737;
}

.btn-huge {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  padding: 1rem;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.login-button {
  background-color: #b23737;
  color: #fff;
}
.login-button:hover {
  background-color: #e64747;
}

.login-title {
  font-weight: bold;
  text-transform: uppercase;
}

.login-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 1920px) {
  .modal-xl {
    max-width: 1280px;
  }
}
.sidebar {
  width: 376px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  box-shadow: 12px -2px 20px 0px #0000001f;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.sidebar.hidden {
  left: -400px;
}
.sidebar .action-link {
  padding: 1rem;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.sidebar .action-link span {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.sidebar .action-link.active {
  opacity: 0.3;
  color: #f8f8f8;
  background: #000000 !important;
  justify-content: space-between;
}
.sidebar .action-link.active span {
  padding-left: 0.5rem;
}
.sidebar .action-link.active:hover {
  opacity: 0.3;
}
.sidebar .action-link:hover {
  opacity: 0.8;
  color: #f8f8f8;
}
.sidebar .action-link:hover span {
  padding-left: 0.5rem;
}
.sidebar .scrollable-element {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tracking-content {
  width: 100%;
  padding-left: 376px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.tracking-content.expanded {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .tracking-content {
    padding: 0;
  }
}

[data-action=ShowMenu] {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  opacity: 0.5;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 9999999999;
}
[data-action=ShowMenu].hidden {
  display: none;
}
[data-action=ShowMenu]:hover {
  opacity: 1;
}

.basic-fixed-alert {
  position: fixed;
  z-index: 99999999999;
  right: 1rem;
  bottom: 1rem;
  max-width: 400px;
  overflow: hidden;
}
@media (max-width: 400px) {
  .basic-fixed-alert {
    max-width: calc(100% - 1rem);
  }
}
.basic-fixed-alert .cd-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  opacity: 0.5;
  animation: reduceWidth 10s linear forwards;
}
.basic-fixed-alert p {
  position: relative;
  z-index: 1;
}
.basic-fixed-alert button {
  z-index: 2;
}

@keyframes reduceWidth {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
.hidden-input {
  position: fixed;
  right: -1000px;
}

.label-for-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.label-for-checkbox i {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.label-for-checkbox:hover i {
  margin-left: 1rem;
}

tr.v-align-middle {
  vertical-align: middle;
}
tr .nowrap th {
  white-space: nowrap;
}

.small-text {
  font-size: 0.85rem;
}

.nowrap {
  white-space: nowrap;
}

.no-td-bg td {
  background: transparent;
}

.btn {
  border-radius: 0;
}

td[contenteditable=true] {
  position: relative;
  padding: 0.25rem 24px 0.25rem 0.55rem;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
td[contenteditable=true].right {
  text-align: right;
}
td[contenteditable=true].left {
  text-align: left;
}
td[contenteditable=true]:after {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  opacity: 0.2;
  right: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  justify-content: center;
  align-items: center;
  align-content: center;
}
td[contenteditable=true]:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #dc3545;
  color: #fff;
  font-weight: bold;
}
td[contenteditable=true]:focus-visible:after {
  color: #fff;
  opacity: 0.7;
}

.c-pointer {
  cursor: pointer;
}

tr {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
tr.shipped {
  background: #00640030;
}
tr.not-shipped {
  background: #FF000030;
}
tr.with-car-nr {
  background: rgba(0, 3, 117, 0.19);
}
tr:hover {
  background-color: #f0f0f0 !important;
}
tr.equal-width > * {
  width: 25%;
}

.page-toolbar {
  position: sticky;
  top: 0;
  z-index: 1;
}

.table-col-3 th, .table-col-3 td {
  width: 33.33%;
}

.position-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}

#Loaded {
  background: #00640030;
  font-size: 3rem;
}

#Unloaded {
  background: #FF000030;
  font-size: 3rem;
}

#Total {
  background: #133eb830;
  font-size: 3rem;
}

.pagination {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.pagination .page-item {
  border: none;
  border-radius: 0;
}
.pagination .page-item a {
  border: none;
  border-radius: 0;
  color: #d03523;
}
.pagination .page-item a:first-child, .pagination .page-item a:last-child {
  border: none;
  border-radius: 0;
}
.pagination .page-item.active a {
  background: #d03523;
  color: #fff;
}

.mobile-only {
  display: none;
}

[data-target=page-toolbar] {
  padding-top: 1rem;
}

.c-section {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: end;
  z-index: 2;
  margin-bottom: 0;
}

th.sort {
  cursor: pointer;
}
th.sort:before {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}

@media (max-width: 770px) {
  .w-md-100 {
    width: 100%;
  }

  .mobile-only {
    display: block;
  }

  .c-section-margin {
    margin-bottom: 80px;
  }
}
[data-toggle=page-toolbar] {
  text-decoration: none !important;
  color: #000000;
  font-weight: bold;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
[data-toggle=page-toolbar]:hover {
  color: #7f7f7f;
}
[data-toggle=page-toolbar]:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
[data-toggle=page-toolbar].collapsed:after {
  content: "\f106";
}

.form-label {
  font-weight: bold;
}

.border-radius-0 {
  border-radius: 0;
}

/*# sourceMappingURL=style.css.map */
