<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 14px;
  padding-bottom: 20px;
  background: #f8f8f8;
  color: #878787;
  font-family: 'Open Sans', sans-serif;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: none;
}
a {
  color: #878787;
}
hr {
  border-top: 1px solid #eee;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
.noMaxWidth {
  max-width: none;
}
/* Tiles */
.tile {
  background-color: #00A1E6;
  color: #fff;
  font-weight: bold;
  margin: 10px;
  min-width: 100px;
  height: 50px;
  /*float: left;*/
  text-align: center;
  padding-top: 16px;
}
.tile .number {
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.tile .name {
  font-size: 12px;
  padding: 0 0 10px 0;
  margin: 0 10px;
}
.tile.danger {
  background-color: #a52a2a;
}
.noPadding {
  padding: 0px !important;
}
.unselected {
  opacity: 0.15;
}
.selected {
  background-color: #eee;
  opacity: 1;
}
.row.vcenter {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    /*To be able to display 5 pdf items next to each other*/
  }
}
/* Letter Model */
.letterModel {
  margin: 10px;
  min-width: 100px;
  float: left;
}
.letterModel img.thumbnail {
  width: 100px;
  height: 110px;
  margin: auto;
}
.thumbnailoverlay {
  position: absolute !important;
  top: 0px;
}
.thumbnailoverlay img.thumbnail {
  background: transparent;
}
/* Spacers */
.spacer10 {
  height: 10px;
}
.spacer50 {
  height: 50px;
}
.status-overlay &gt; * &gt; * {
  margin-right: 4px;
}
.sidebar-right {
  position: fixed;
  top: 80px;
  right: 20px;
  max-width: 200px;
  overflow: scroll;
  height: 100%;
  z-index: 1000000;
  resize: none;
}
.span-link {
  cursor: pointer;
}
.locked {
  color: #e7e7e7;
  cursor: not-allowed;
}
[data-toggle="tooltip"] {
  border-bottom: 1px dotted;
}
.statusIcon[data-toggle="tooltip"],
.statusIcon [data-toggle="tooltip"],
.statusIcon &gt; [data-toggle="tooltip"] {
  border-bottom: 0;
}
#DetailContent {
  overflow: hidden;
}
/*Bootstrap overrides*/
.badge {
  position: relative;
  top: -102px;
  background-color: #878787;
  font-size: 20px;
  font-family: 'Open Sans';
  font-weight: 100;
  padding: 8px;
  border-radius: 10px;
}
.btn.disabled:hover {
  cursor: not-allowed;
}
.btn-primary {
  color: #ffffff;
  background-color: #00a1e6;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #00a1e6;
  border-color: #285e8e;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00a1e6;
  border-color: #357ebd;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
}
.navbar {
  min-height: 60px;
}
.navbar-inverse {
  background-color: #878787;
  border: none;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #fff;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #000000;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-dialog-image-container {
  max-width: 250px;
  margin: 0 auto;
}
#loading-dialog-modal {
  z-index: 2000;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail-preview {
  max-width: 100%;
}
/***************** Font Awesome extensions/overrides ********************/
.fa-rotate-135 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: none;
}
.main-menu-badge {
  color: #fff;
  background-color: #c6332f;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: smaller;
  position: relative;
  top: -5px;
}
.main-menu-badge.no-issues {
  color: #000;
  background-color: lawngreen !important;
}
.modal-body-detail &gt; img {
  max-width: 100%;
}
.thumbnail-lg {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.thumbnail-wait {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
.namedImage {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 230px;
  height: 250px;
  text-align: center;
  position: relative;
}
.namedImage .image {
  width: 150px;
  position: relative;
}
.namedImage img {
  width: inherit;
  padding: 2px;
}
.namedImage .border {
  border: solid;
  border-width: 1px;
  border-color: #777777;
}
.namedImage div div {
  text-align: center;
}
.namedImage div .badge {
  text-align: center;
}
.namedImage .caption {
  text-align: center;
  margin-top: -30px;
  font-size: 20px;
  color: #878787;
}
.namedImage .thumbnail-label {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.namedImage .status-overlay {
  z-index: 110;
  position: absolute;
  bottom: 40px;
  right: 4px;
  width: inherit;
  color: black;
  text-align: right;
  width: 36px;
}
.namedImage .status-overlay .statusIcon {
  float: right;
  clear: right;
  padding: 6px 0px 0px 0px;
  margin-top: 6px;
  width: 36px;
  height: 36px;
  text-align: center;
  vertical-align: central;
  font-size: 24px;
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.namedImage .status-overlay .statusIcon .strikeOut {
  border-bottom: 2px solid red;
  width: 49px;
  -moz-transform: translateX(-7px) translateY(-17px) rotate(45deg);
  -ms-transform: translateX(-7px) translateY(-17px) rotate(45deg);
  -o-transform: translateX(-7px) translateY(-17px) rotate(45deg);
  -webkit-transform: translateX(-7px) translateY(-17px) rotate(45deg);
  transform: translateX(-7px) translateY(-17px) rotate(45deg);
}
.namedImage .status-overlay .allowed {
  color: white;
  background-color: #00a1e6;
  cursor: pointer;
}
.namedImage .status-overlay .forbidden {
  color: #c3c3c3;
  background-color: #e8e8e8;
}
.namedImage .status-overlay .done {
  color: #2ee600;
  background-color: #555555;
}
.namedImage .status-overlay .plainText {
  padding: 0;
  font-weight: bold;
}
.namedImage .onHover .statusIcon {
  display: none;
}
.sendAnywayDeliveryNotes {
  height: 330px;
  overflow: auto;
}
/********************************************************************************************************************
 *                                                 Attachment Area Classes                                          *
 ********************************************************************************************************************/
.attachmentArea {
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-width: 200px;
  min-height: 100px;
}
.attachmentArea .emptyText {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  top: 50%;
  transform: translateY(50%);
  color: #ddd;
}
.attachmentArea .file {
  margin: 0px;
  /*margin-left: 0px;*/
  list-style-type: none;
}
.attachmentArea ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.attachmentArea button {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.file-details-list {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.file-details-term {
  clear: left;
  float: left;
  width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0;
}
.file-details-definition {
  float: left;
  width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0;
}
.image-horizontal-center {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.file-upload-note {
  display: block;
  font-size: 10pt;
  color: #484848;
  margin-left: 9px;
}
.file-upload-note-container {
  margin: 10px 0;
}
.file-upload-note &gt; span {
  font-weight: 700;
}
.file-upload-dropzone {
  width: 100%;
  height: 300px;
}
.file-upload-dropzone:hover,
.file-upload-dropzone-active {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.file-upload-dropzone-text {
  position: relative;
  text-align: center;
  top: 50%;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.nav-link:hover {
  color: #000 !important;
}
.dropdown-menu {
  z-index: 1050;
}
.dropdown-menu li {
  white-space: nowrap;
  padding: 3px 20px;
}
.dropdown-menu li:hover {
  background-color: #f8f8f8;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:active {
  color: #000;
}
.breadcrumb {
  background-color: #f5f5f5;
}
.breadcrumb &gt; li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well .table .fa {
  color: #878787;
}
.well .dataTables_wrapper .dataTables_filter input {
  background-color: white;
}
.well .table thead .row td,
.well .table.dataTable.no-footer {
  border-bottom: none;
}
.well .table tbody tr {
  background-color: transparent;
}
.well .dx-toolbar,
.well .dx-datagrid {
  background-color: transparent;
}
.text-underline {
  text-decoration: underline;
}
.text-danger {
  color: #cd1719;
}
.text-warning {
  color: #ffc107;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.btn-cursor:hover {
  cursor: pointer;
}
.btn-secondary.disabled {
  background-color: #b4babe;
  border-color: #b4babe;
}
.gap-1 {
  gap: 1rem;
}
.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.address-unallocated-item-container {
  min-height: 200px;
  border: 1px dashed black;
}
.address-unallocated-item-container.address-horizontal {
  display: block;
  width: auto;
  height: auto;
  white-space: nowrap;
}
.address-unallocated-item-list {
  min-height: 200px;
  width: 100%;
}
.address-scroll.address-horizontal {
  display: block;
  width: 100%;
  height: 48px;
  white-space: nowrap;
}
.address-horizontal-sortable {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.address-horizontal .address-item {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
  white-space: normal;
}
.address-item {
  box-sizing: border-box;
  position: relative;
  padding: 8px;
  margin-bottom: 10px;
  background: white;
  cursor: pointer;
}
.address-block {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.address-container {
  width: 50%;
  order: 1;
}
.address-container-row {
  display: flex;
  gap: 10px;
  overflow: hidden;
  margin: 0 0 24px 0;
}
.address-container-row-left {
  display: flex;
  flex: 0 0 80px;
  justify-content: flex-end;
  align-items: center;
}
.address-container-row-right {
  width: 100%;
  height: 48px;
  border: 1px dashed black;
}
.address-sidebar {
  width: 50%;
  order: 0;
}
.address-preview {
  border: 1px solid gray;
  border-radius: 8px;
  background-color: white;
  padding: 20px;
}
.address-preview-section {
  background-color: #f8f8f8;
}
.address-preview-line {
  font-size: 18px;
  line-height: 0.8;
}
.address-preview-line::after {
  content: "";
  display: inline-block;
  width: 0px;
}
.address-preview-line.sender-line {
  font-size: 14px;
  margin-bottom: 60px;
}
.dp-preview {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: auto;
}
.dp-preview-image-container {
  display: flex;
  gap: 4px;
  align-items: flex-end;
}
.dp-preview-container-sm {
  width: 150px;
}
.dp-preview-container-md {
  width: 300px;
}
.dp-preview-container-lg {
  width: 500px;
}
.dp-status {
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.dp-status-icon {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dp-status-error {
  background-color: #cd1719;
  color: white;
}
.dp-status-warning {
  background-color: #ffc107;
  color: white;
}
.dp-status-info {
  background-color: #878787;
  color: white;
}
.dp-example-document-container {
  display: flex;
  gap: 30px;
}
.required {
  color: red;
}
.sender-data-configuration .form-control {
  max-width: 100%;
}
.text-underline {
  text-decoration: underline;
}
.campaign-table &gt; tbody th {
  text-align: right;
  width: 40%;
  padding-right: 30px;
}
.campaign-table &gt; tbody td {
  text-align: left;
  width: 60%;
}
.campaign-detail {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.campaign-detail dt {
  flex-basis: 1fr;
  text-align: right;
  padding: 8px;
}
.campaign-detail dd {
  flex-basis: 2fr;
  flex-grow: 1;
}
.preview-image {
  max-width: 260px;
}
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #66a5e8 !important;
  border-color: #66a5e8 !important;
  cursor: not-allowed;
}
.appstore-badge {
  height: 40px;
}
/*# sourceMappingURL=Site.css.map */</pre></body></html>