﻿.status-timeline .timeline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.status-timeline .timeline .status {
  flex-grow: 1;
  position: relative;
}
.status-timeline .timeline .status .dot {
  margin: 0 auto;
  background-color: #ccc;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 1em;
  text-align: center;
  color: #fff;
}
.status-timeline .timeline .status.finished .dot {
  background-color: #003258;
}
.status-timeline .timeline .status.active .dot {
  background-color: #003258;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 1.3em !important;
}
.status-timeline .timeline .status:before {
  content: '';
  display: block;
  background-color: #ccc;
  width: 100%;
  height: 5px;
  top: 15px;
  position: absolute;
  z-index: -1;
}
.status-timeline .timeline .status.active:before {
  top: 20px;
  background-color: #003258;
}
.status-timeline .timeline .status.finished:before {
  background-color: #003258;
}
.status-timeline .timeline .status:first-child:before {
  width: 50%;
  margin-left: 50%;
}
.status-timeline .timeline .status:last-child:before {
  width: 50%;
}
.status-timeline .status-well {
  margin-top: 15px;
  background-color: #efefef;
  padding: 10px;
}
.order-details .form-group {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 12px 0 0 0;
  border-top: 1px solid #eaeaea;
}
.order-details address {
  margin-bottom: 0;
}
.order-details label {
  font-weight: bold;
}
.order-attachment {
  padding: 5px;
  height: 100%;
  line-height: 80px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: white;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-attachment img {
  width: 100%;
}
.popup-close {
  top: 5px !important;
  right: 5px !important;
  font-size: 30px !important;
}
.w-65px {
  width: 65px;
  display: inline-block;
}
.receipt {
  page-break-after: always;
  width: 100%;
  max-width: 21cm;
  height: 29.7cm;
  padding: 2cm;
  margin: 1cm auto;
  border: 1px #D3D3D3 solid;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .receipt {
    padding: 1cm;
    height: 100%;
  }
}
@media print {
  .receipt {
    max-width: 100%;
    height: 100vh !important;
    margin: 0;
    padding: 2cm;
    font-size: 120%;
  }
}
.receipt .vakstaal-logo {
  margin-bottom: 35px;
}
.receipt .vakstaal-logo img {
  max-width: 100%;
}
.receipt .receipt-addresses {
  margin-bottom: 60px;
}
.receipt .receipt-addresses .vakstaal-address {
  text-align: right;
}
.receipt h1 {
  color: #003258;
}
.receipt .receipt-products {
  margin-top: 30px;
  border-top: 1px solid #bbb;
  margin-bottom: 100px;
}