@charset "UTF-8";
article {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
  background: white;
  padding: 20px;
  vertical-align: top;
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: block;
}

article > h1 {
  height: 16px;
  font-family: Arial, sans-serif;
  background-color: #4a6ead;
  color: white;
  padding: 12px 20px 12px 20px;
  font-size: 16px;
  font-weight: normal;
  margin: -20px -20px 10px -20px;
}
article .subtitle {
  font-size: 14px;
}
article > div {
  margin-top: 20px;
}
article h1 * {
  color: white;
}

servicearea_section input[type="submit"],
servicearea_section input[type="button"],
servicearea_section button {
  background-color: #4a6ead;
  border: none;
  font-size: 16px !important;
  line-height: normal;
  color: #ffffff;
  padding: 8px 16px 8px 16px;
  text-align: center;
  margin: 0px;
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: none;
  text-align: center;
  cursor: pointer;
}
servicearea_section input[type="submit"]::first-letter,
servicearea_section input[type="button"]::first-letter,
servicearea_section button::first-letter {
  text-transform: uppercase;
}
servicearea_section input[type="submit"]:hover,
servicearea_section input[type="button"]:hover,
servicearea_section button:hover {
  text-decoration: none;
  transition: all 0.2s;
  background-color: #37558a;
}
servicearea_section input[type="submit"]:active,
servicearea_section input[type="button"]:active,
servicearea_section button:active {
  transition: all 0.05s;
  background-color: #253a60 !important;
}
servicearea_section input[type="submit"]:focus,
servicearea_section input[type="button"]:focus,
servicearea_section button:focus {
  outline: none;
  text-decoration: none;
  transition: all 0.2s;
  background-color: #37558a;
}
servicearea_section .info > div {
  display: table-cell;
  vertical-align: middle;
}
servicearea_section .info {
  margin-bottom: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: auto;
  margin-bottom: 10px;
  position: relative;
}
servicearea_section .info img.close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
servicearea_section .infoGreen {
  background-color: #106635;
  color: white;
}
servicearea_section .infoGreen img.infoIcon {
  background-color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 7px;
}
servicearea_section .infoBlue {
  background-color: #eeeeee;
  color: black;
  font-weight: bold;
}
servicearea_section .infoBlue span {
  display: block;
  width: 100%;
}
servicearea_section .infoBlue .helper {
  font-weight: normal;
}
servicearea_section .infoBlue .info-icon {
  height: 30px;
  padding-right: 15px;
}

.dialogBlueTheme .dlgPdfPrint {
  overflow: auto;
}
.dialogBlueTheme .dlgPdfPrint .pdfDialogButton {
  background-color: #4a6ead;
  font-size: 14px;
  line-height: 32px;
  color: #FFFFFF;
  padding: 0px 20px 0px 20px;
  text-align: center;
  margin: 0px;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 3px;
  box-shadow: none;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: inline-block;
  float: right;
}
.dialogBlueTheme .dlgPdfPrint .pdfDialogButton:hover {
  text-decoration: none;
  transition: all 0.2s;
  background-color: #37558a;
}
.dialogBlueTheme .dlgPdfPrint .pdfDialogButton:active {
  transition: all 0.05s;
  background-color: #253a60;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.dialogBlueTheme .dlgPdfPrint .pdfDialogButton:focus {
  outline: none;
  text-decoration: none;
  transition: all 0.2s;
  background-color: #37558a;
  box-shadow: 0px 0px 15px #36588a;
}

servicearea-header-background {
  width: 100%;
  background: white;
  font-size: 14px;
  display: block;
  height: 70px;
  position: fixed;
  z-index: 100;
  left: 0;
}

servicearea_header {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  clear: both;
  display: table-cell;
  text-align: left;
  height: 70px;
  z-index: 200;
  width: 1310px;
}
servicearea_header * {
  color: black;
}

servicearea-header-wrapper .navigation-header-placeholder {
  padding: 0 10px;
}
servicearea-header-wrapper .navigation-header-value {
  font-weight: bold;
  padding-left: 2px;
}
servicearea-header-wrapper #header-container {
  max-width: 1310px;
  min-width: 880px;
  width: 100%;
  height: 70px;
  display: table;
}
servicearea-header-wrapper #directlink {
  width: 1000px;
}
servicearea-header-wrapper #directlink #header-container {
  max-width: 1000px;
  min-width: 800px;
}
servicearea-header-wrapper > div {
  display: inline-block;
}
servicearea-header-wrapper #header-container > div {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}
servicearea-header-wrapper #left-side {
  padding-right: 20px;
}
servicearea-header-wrapper #left-table-container {
  display: table;
  height: 70px;
}
servicearea-header-wrapper #left-table-container > div {
  display: table-cell;
  vertical-align: middle;
}
servicearea-header-wrapper #right-side {
  width: 100%;
  min-width: 722px;
}
servicearea-header-wrapper #navigation-container {
  display: table-cell;
  width: 100%;
}
servicearea-header-wrapper #elogistics-logo {
  width: 100%;
}
servicearea-header-wrapper .table-container {
  display: table;
  width: 100%;
  height: 70px;
}
servicearea-header-wrapper .table-container select {
  display: none;
}
servicearea-header-wrapper .table-container > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0px;
}
servicearea-header-wrapper #dachser-logo {
  height: 70px;
}
servicearea-header-wrapper #elogistics-logo img {
  vertical-align: middle;
}
servicearea-header-wrapper #elogistics-logo img, servicearea-header-wrapper #dachser-logo img {
  width: 100px;
  height: 33.33px;
  border: none;
}
servicearea-header-wrapper #dachser-logo {
  text-align: right;
  vertical-align: middle;
  display: table-cell;
}
servicearea-header-wrapper #service-language {
  width: 90px;
  padding-right: 40px;
}
servicearea-header-wrapper .service-header-nav-couple {
  display: inline;
}
servicearea-header-wrapper .service-header-nav-couple-link {
  font-size: 0px;
  margin-right: 30px;
  vertical-align: top;
}
servicearea-header-wrapper .service-header-nav-couple-link a {
  display: inline-block;
}
servicearea-header-wrapper .service-header-nav-couple-link span {
  font-size: 14px;
}
servicearea-header-wrapper .service-header-nav-couple-blog a {
  display: inline;
}
servicearea-header-wrapper #service-header-nav img {
  height: 17px;
  min-width: 17px;
  margin-right: 10px;
  vertical-align: middle;
  border: none;
}
servicearea-header-wrapper #service-header-nav span a span {
  vertical-align: middle;
}
servicearea-header-wrapper #service-header-nav > span {
  font-size: 14px;
}
servicearea-header-wrapper #service-language input {
  width: 81px;
}
servicearea-header-wrapper .special-user-parent {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
servicearea-header-wrapper .special-user {
  text-transform: uppercase;
  font-size: 16px;
}
servicearea-header-wrapper .special-user span {
  color: #b73215;
  font-weight: bold;
  white-space: nowrap;
}

servicearea_nav {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  width: 250px;
}

servicearea_nav {
  position: fixed;
  z-index: 2000;
}
servicearea_nav * {
  color: black;
}
servicearea_nav .black-application-name {
  color: #000000;
}
servicearea_nav .blue-application-name {
  color: #1a3682;
}
servicearea_nav .application-name-link span {
  font-weight: bold;
  font-size: 14px;
}
servicearea_nav #menu ul {
  margin: 0px;
  list-style: none;
}
servicearea_nav #menu a {
  display: block;
}
servicearea_nav .menu-app-group {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
  background: #fff;
}
servicearea_nav .menu-app-group h4 {
  font-size: 16px;
  border-left: 3px solid #1a3682;
  background: #eeeeee;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 11px 16px 11px 16px;
  position: relative;
  margin: 0;
  min-height: 16px;
  display: table;
  width: auto;
}
servicearea_nav .menu-app-group h4 span {
  display: table-cell;
  width: 100%;
}
servicearea_nav .menu-app-section > div {
  border-bottom: 1px solid #ccc;
  line-height: 30px;
}
servicearea_nav .menu-app-section div a {
  padding-left: 16px;
  padding-right: 7px;
}
servicearea_nav .menu-app-section a[href]:hover {
  background: #c7d7e7;
  cursor: pointer;
}
servicearea_nav .menu-app-companies {
  padding: 0;
}
servicearea_nav .menu-app-companies li {
  border-top: 1px solid #ccc;
}
servicearea_nav .menu-app-companies li a {
  padding-left: 44px;
}
servicearea_nav .menu-app-companies-name {
  line-height: 1;
  padding: 8px 0px;
  display: inline-block;
}
servicearea_nav .menu-app-container {
  padding: 0;
  margin: 0px 7px 20px 0px;
}
servicearea_nav a.active-application,
servicearea_nav a:hover.active-application {
  background: #4a6ead !important;
}
servicearea_nav .active-application span {
  color: white;
}
servicearea_nav .hide-application-menu-link {
  display: table-cell;
  cursor: pointer;
  width: 16px;
}
servicearea_nav .hide-application-menu-link img {
  height: 14px;
  border: none;
  display: none;
}

servicearea_section {
  display: table;
  width: 100%;
}
servicearea_section a {
  color: black;
}
servicearea_section .margin-bottom {
  margin-bottom: 20px;
}
servicearea_section .errorPage img {
  margin-left: 20px;
  margin-right: 20px;
}
servicearea_section .settings-tabs input[type=text],
servicearea_section .settings-tabs input[type=password] {
  width: 250px;
}
servicearea_section .settings-tabs .placeholderButtonTextfield input[type=text],
servicearea_section .settings-tabs .buttonLabel label {
  width: 360px;
}
servicearea_section .full-width-article {
  width: 100%;
}
servicearea_section .home-background-container {
  width: auto;
  margin: -10px -20px -20px -20px;
}
servicearea_section .settings-tabs .buttonLabel,
servicearea_section .settings-tabs .placeholderTextfield {
  margin-top: 20px;
}
servicearea_section input.large {
  width: 320px;
}
servicearea_section #unsigned-home-wrapper {
  width: 100%;
  display: table;
  border-collapse: collapse;
  margin-bottom: 20px;
}
servicearea_section #unsigned-home-row {
  display: table-row;
}
servicearea_section .unsigned-home-cell {
  display: table-cell;
}
servicearea_section #shipment-product-container {
  padding-right: 10px;
  width: 66.666%;
}
servicearea_section #shipment-product-container article {
  height: 200px;
  box-sizing: border-box;
}
servicearea_section #shipmentpointer-container {
  margin: 0px 0px 20px 0px;
}
servicearea_section #login-container {
  padding-left: 10px;
  width: 33.33%;
  width: calc(100% / 3);
  vertical-align: top;
  position: relative;
}
servicearea_section #login-container article {
  display: inline-block;
  height: 420px;
  box-sizing: border-box;
}
servicearea_section #login-container .placeholderTextfield {
  margin-top: 15px;
}
servicearea_section #login-container .placeholderTextfield input {
  width: 180px;
}
servicearea_section #shipment-pointer-logo,
servicearea_section #product-pilot-logo {
  padding: 20px;
  text-align: center;
  display: table-cell;
}
servicearea_section #shipment-pointer-logo {
  padding-top: 0px;
}
servicearea_section #shipment-pointer-logo img,
servicearea_section #product-pilot-logo img {
  width: 135px;
  height: 85px;
}
servicearea_section #servicearea2-productpilot-container div {
  display: table-cell;
  vertical-align: top;
}
servicearea_section #shipment-pointer-container .basicTextfield {
  margin: 0px;
  padding-right: 8px;
}
servicearea_section .settings-tabs .basicTextfield {
  padding-right: 8px;
}
servicearea_section #shipment-pointer-container input[type="submit"] {
  margin-right: 0px;
  margin-top: 2px;
}
servicearea_section #shipment-pointer-container form {
  margin-bottom: 7px;
}
servicearea_section .displayFlex {
  display: flex;
}
servicearea_section .fitFlexContainer {
  flex-grow: 1;
}
servicearea_section #shipment-pointer-container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
}
servicearea_section #shipment-pointer-container p {
  margin-top: 0px;
}
servicearea_section #shipment-pointer-container .label-container {
  z-index: 300;
}
servicearea_section #european-logistics-container {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
servicearea_section #european-logistics-container p,
servicearea_section #food-logistics-container p {
  margin-top: 0px;
  min-width: 150px;
}
servicearea_section #european-logistics-container,
servicearea_section #food-logistics-container {
  padding-top: 20px;
}
servicearea_section #food-logistics-container {
  position: relative;
}
servicearea_section .servicearea-link {
  position: absolute;
  bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
servicearea_section #servicearea2-productpilot-container .servicearea-button {
  vertical-align: bottom;
}
servicearea_section #info-message {
  margin-top: 0px;
}
servicearea_section #success-message ul,
servicearea_section #info-message ul,
servicearea_section .warning-message ul {
  list-style: none;
  padding: 10px 10px 10px 20px;
  margin-top: 0px;
  margin-bottom: 20px;
}
servicearea_section #success-message ul {
  background-color: #106635;
}
servicearea_section .warning-message ul {
  background-color: #4a6ead;
  border-color: #4a6ead;
}
servicearea_section #info-message ul {
  background-color: #b73215;
}
servicearea_section #success-message ul span,
servicearea_section #info-message ul span,
servicearea_section .warning-message ul span {
  color: white;
}
servicearea_section #info-message a {
  color: white;
  text-decoration: underline;
}
servicearea_section .servicearea-link span {
  color: #4a6ead;
  font-weight: bold;
}
servicearea_section .home-background-image {
  width: 100%;
  display: block;
}
servicearea_section .login-image {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 120px;
}
servicearea_section .login-reset {
  margin-top: 9px;
}
servicearea_section .login-reset span {
  color: #777777;
  font-size: 12px;
}
servicearea_section .settings-tabs .tab-row {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
servicearea_section .tab-row ul {
  margin: 0;
  margin-bottom: 20px;
  list-style-type: none;
  display: table;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  padding: 0;
}
servicearea_section .tab-row ul li {
  font-size: 16px;
  display: inline-block;
  background: #eeeeee;
  padding: 0px 0px;
  box-shadow: inset 0px -2px 6px rgba(0, 0, 0, 0.5);
}
servicearea_section .settings-two-tabs .tab-row ul li {
  width: 50.00%;
  width: calc(100% / 2);
}
servicearea_section .settings-three-tabs .tab-row ul li {
  width: 33.33%;
  width: calc(100% / 3);
}
servicearea_section .settings-tabs .placeholderButtonTextfield input {
  padding-right: 35px !important;
  /*the email address should not be covered with the button*/
}
servicearea_section .tab-row ul li a {
  display: table;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 44px;
  width: 100%;
}
servicearea_section .tab-row ul li a span {
  display: table-cell;
  vertical-align: middle;
}
servicearea_section .popup-checkbox {
  width: auto !important;
}
servicearea_section .tab-row ul .selected {
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: black;
}
servicearea_section .selected a {
  cursor: default;
}
servicearea_section .error-header {
  text-align: left;
}
servicearea_section .errorPage {
  display: table;
}
servicearea_section .errorPage img {
  width: 130px;
  height: 130px;
  display: table-cell;
}
servicearea_section .errorPage span {
  display: table-cell;
  vertical-align: top;
  padding-top: 15px;
  padding-left: 10px;
}
servicearea_section .truck-error-message {
  padding-top: 0px !important;
  padding-left: 20px !important;
}
servicearea_section .truck-error-message a {
  color: #4a6ead;
}
servicearea_section .force-user-content {
  width: 320px;
}
servicearea_section .force-user-content .placeholderTextfield {
  width: 100%;
}
servicearea_section .force-user-content .placeholderTextfield {
  margin-top: 20px;
}
servicearea_section .force-user-content .placeholderTextfield input {
  width: 100%;
}
servicearea_section .servicearea2-container-content .placeholderTextfield {
  margin-top: 20px;
  width: 250px;
}
servicearea_section .servicearea2-container-content .placeholderTextfield input[type=password] {
  width: 250px;
}
servicearea_section .large-textfield {
  width: 250px;
}
servicearea_section .not-supported-browser-description {
  width: 100%;
}
servicearea_section .not-supported-browser-button {
  float: right;
  margin-right: 0px !important;
}
servicearea_section #servicearea2-productpilot-container h1 {
  margin-bottom: 0px;
}
servicearea_section .grey-background ul {
  background-color: #777777 !important;
}
servicearea_section input[type="submit"][disabled] {
  background-color: #C4C4C4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  cursor: default;
}
servicearea_section article.dataPrivacy {
  width: 60%;
  margin: auto;
}
servicearea_section .dataPrivacy .dataPrivacy-table {
  margin-bottom: 15px;
}
servicearea_section .dataPrivacy .dataPrivacy-table td, servicearea_section .dataPrivacy .dataPrivacy-table th {
  border-bottom: 1px solid black;
  border-collapse: collapse;
  padding: 7px;
  padding-left: 15px;
}
servicearea_section .dataPrivacy .dataPrivacy-table td:not(:last-child), servicearea_section .dataPrivacy .dataPrivacy-table th:not(:last-child) {
  border-right: 1px solid black;
}
servicearea_section .dataPrivacy .button-right {
  float: right;
}
servicearea_section .dataPrivacy .file-link {
  display: inline-block;
  width: 140px;
}
servicearea_section .dataPrivacy .file-link img {
  margin-right: 5px;
  vertical-align: middle;
}
servicearea_section .dataPrivacy a.underline {
  text-decoration: underline;
  color: #4a6ead;
}
servicearea_section .dataPrivacy .confirmed-date-text {
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
servicearea_section .dataPrivacy .general {
  margin-bottom: 15px;
}
servicearea_section .dataPrivacy .general .file-link {
  width: 250px;
  margin-left: 20px;
}
servicearea_section .dataPrivacy .general .general-text {
  background-color: #eeeeee;
  padding: 10px;
  font-weight: bold;
  margin: 15px 5px;
}
servicearea_section .dataPrivacy .general a {
  vertical-align: middle;
}
servicearea_section .dataPrivacy .checkbox, servicearea_section .dataPrivacy .confirm-text {
  vertical-align: middle;
}
servicearea_section .dataPrivacy .checkbox {
  display: inline-block;
}
servicearea_section .dataPrivacy .confirm-text {
  display: inline;
}
servicearea_section h4.pilot-message-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4a6ead;
  font-size: 18px !important;
}
servicearea_section input.pilot-message-button-left {
  margin-top: 0px;
  float: left;
}
servicearea_section input.pilot-message-button-right {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
}
servicearea_section div.pilot-message-controls-left {
  padding-top: 6px;
  float: left;
}
servicearea_section .pilot-message-controls-left > label {
  position: relative;
  bottom: 1px;
}
servicearea_section .pilot-message-text > p > img {
  margin-left: 20px !important;
}
servicearea_section .pilot-message-text > p {
  text-align: justify;
}
servicearea_section p.pilot-message-read-confirmation {
  margin-top: 0px;
}
servicearea_section div.pilot-message-footer {
  background: #E4ECF3;
  border-top: 1px solid #C5C5C5;
  padding: 18px 16px 18px 16px;
  height: 36px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}

servicearea_footer {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
servicearea_footer * {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
servicearea_footer span {
  color: #4a6ead !important;
}
servicearea_footer .moreAbout {
  margin-bottom: 20px;
}
servicearea_footer .moreAbout span {
  font-weight: bold;
}
servicearea_footer a,
servicearea_footer span {
  color: #4a6ead !important;
  text-decoration: none;
}
servicearea_footer a:hover,
servicearea_footer span:hover {
  color: #37558a !important;
}
servicearea_footer #further-links-container {
  margin-top: 1rem;
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: center;
}
servicearea_footer #further-links-container > li {
  display: flex;
}
servicearea_footer #further-links-container > li:not(:first-child):not(:empty)::before, servicearea_footer #further-links-container > li:not(:empty) ~ li:empty + li:not(:empty)::before {
  content: "|";
  padding: 0 0.5rem;
  color: #4a6ead;
}
servicearea_footer .moreAbout {
  margin-bottom: 20px;
}
servicearea_footer .moreAbout span,
servicearea_footer .moreAbout a {
  font-weight: bold;
}

servicearea_help .help-link {
  float: right;
  vertical-align: middle;
  text-decoration: none;
  margin-top: -2px;
}
servicearea_help .help-link img {
  vertical-align: middle;
  width: 17px;
  height: 17px;
  border: none;
}
servicearea_help .help-link span {
  padding-left: 10px;
  vertical-align: middle;
}

servicearea-header-feedback {
  position: fixed;
  background-color: #b73215;
  z-index: 300;
  display: block;
  top: 0;
}
servicearea-header-feedback #header-box-shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

servicearea-feedback {
  width: 100%;
  min-width: 840px;
  font-size: 14px;
}

servicearea-header-feedback servicearea-feedback {
  width: 100%;
  max-width: none;
  min-width: none;
}

servicearea-feedback.error {
  background-color: #b73215;
  border-color: #b73215;
}

servicearea-feedback {
  display: table;
  color: white;
}
servicearea-feedback a {
  color: white;
}
servicearea-feedback .feedback-container {
  display: table;
}
servicearea-feedback .image, servicearea-feedback .feedbackText {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
servicearea-feedback img {
  height: 58px;
  width: 58px;
}
servicearea-feedback .deprecated-browser-feedbackpanel {
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
}
servicearea-feedback ul {
  list-style: none;
  text-align: left;
  background-image: url('../theme/icons/warning-ver-1775552202000.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-left: 100px;
  margin-right: 40px;
  margin-left: 40px;
  background-position-y: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
}
servicearea-feedback .deprecated-browser-feedbackpanel:first-child {
  font-size: 16px;
}
servicearea-feedback .error, servicearea-feedback .info, servicearea-feedback .maintainance {
  display: table;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
servicearea-feedback .error,
servicearea-feedback .error a {
  background-color: #b73215;
  border-color: #b73215;
}
servicearea-feedback .maintainance,
servicearea-feedback .info,
servicearea-feedback .maintainance a,
servicearea-feedback .info a {
  background-color: #777777;
  border-color: #777777;
}
servicearea-feedback .admin-message-header {
  font-size: 16px;
  color: white;
}
servicearea-feedback .admin-message-width {
  color: white;
  max-width: 850px;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

blog {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
  background: white;
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
blog .blog-title {
  color: white;
  display: table;
  width: 100%;
  height: 16px;
  background-color: #4a6ead;
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
}
blog .blog-title span {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  color: white;
}
blog .blog-link {
  line-height: 40px;
  float: right;
  padding-right: 20px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: right;
}
blog .blog-link img {
  height: 17px;
  vertical-align: middle;
}
blog .blog-link span {
  padding-left: 10px;
  display: inline-block;
  color: white;
}
blog .hiddenBlog {
  display: none;
}

servicearea_blog {
  display: table;
  width: 100%;
}
servicearea_blog .background-large {
  width: 50%;
  display: table-cell;
}
servicearea_blog .background-large img {
  width: 100%;
  cursor: pointer;
  display: block;
}
servicearea_blog .blog-link {
  float: right;
  text-decoration: none;
}
servicearea_blog .blog-link img {
  margin-right: 10px;
}
servicearea_blog .content {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  position: relative;
}
servicearea_blog .date {
  font-size: 12px;
}
servicearea_blog .title span {
  font-size: 16px;
  color: #4a6ead;
  margin-top: 10px;
  display: block;
  font-weight: bold;
  cursor: pointer;
}
servicearea_blog .text {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
servicearea_blog .text p {
  margin: 0;
  padding: 0;
}
servicearea_blog .rating-couple {
  vertical-align: middle;
  display: inline;
}
servicearea_blog .rating-couple img {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
servicearea_blog .rating-couple label {
  display: inline-block;
  vertical-align: middle;
  color: #cecece;
  margin-right: 10px;
}
servicearea_blog .rating-block {
  margin-top: 10px;
  font-size: 14px;
}
servicearea_blog .rating-couple label[active=true] {
  color: #4a6ead;
}
servicearea_blog .comment-block {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
servicearea_blog .count a, servicearea_blog .count span {
  color: #4a6ead;
  font-weight: bold;
}
servicearea_blog .button-container button {
  position: absolute;
  bottom: 20px;
}

servicearea_blog_small {
  border-collapse: separate;
  margin: 0px -20px;
  border-spacing: 20px 0px;
  display: table;
  margin-bottom: 20px;
}
servicearea_blog_small button {
  position: absolute;
  margin-top: 0px;
  bottom: 10px;
  margin-left: 0px;
  left: 10px;
}
servicearea_blog_small .bottom-blogs-container {
  background: white;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
  display: table-cell;
  font-family: Arial, sans-serif;
  width: 50%;
  height: 100%;
}
servicearea_blog_small .content-background-container {
  border-spacing: 0px 0px;
  display: table;
}
servicearea_blog_small .content {
  position: relative;
  float: left;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 10px;
}
servicearea_blog_small .background {
  float: right;
  display: table-cell;
  width: 50%;
  position: relative;
  height: 100%;
}
servicearea_blog_small .background img {
  width: 100%;
  cursor: pointer;
  display: block;
}
servicearea_blog_small .background input {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
servicearea_blog_small .title span {
  font-size: 16px;
  color: #4a6ead;
  display: block;
  font-weight: bold;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
servicearea_blog_small .text {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
servicearea_blog_small .text p {
  margin: 0;
  padding: 0;
}
servicearea_blog_small .rating-couple {
  vertical-align: middle;
  display: inline;
}
servicearea_blog_small .rating-couple img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
servicearea_blog_small .rating-couple label {
  display: inline-block;
  vertical-align: middle;
  color: #cecece;
  margin-right: 10px;
}
servicearea_blog_small .rating-block {
  margin-top: 15px;
  font-size: 14px;
}
servicearea_blog_small .rating-couple label[active=true] {
  color: #4a6ead;
}
servicearea_blog_small .comment-block {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
servicearea_blog_small .count a, servicearea_blog_small .count span {
  color: #4a6ead;
  font-weight: bold;
}

body#responsive header {
  background: white;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
body#responsive header #header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#responsive header #header-container #right-side .table-container {
  display: flex;
  align-items: center;
}
body#responsive header #header-container #right-side #service-language input {
  width: 100px;
}
body#responsive header #elogistics-logo img,
body#responsive header #dachser-logo img {
  width: 100px;
}
body#responsive header #dachser-logo {
  margin-left: 32px;
}
body#responsive main article {
  min-width: 320px;
}
body#responsive main article h1 {
  text-align: left;
  font-weight: bold;
  padding: 8px 16px;
  height: auto;
  margin: -16px -16px auto -16px;
}
body#responsive main article > div {
  margin-top: auto;
}

.digital-frontend-link-container {
  position: relative;
  display: inline-block;
}
.digital-frontend-link-container > span {
  cursor: pointer;
}
.digital-frontend-link-container > span::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 4px;
}
.digital-frontend-link-container > span:hover::after {
  content: "";
}
.digital-frontend-link-container:hover > span::after {
  content: "";
}
.digital-frontend-link-container:hover ul {
  display: block;
}
.digital-frontend-link-container ul {
  display: none;
  list-style: none;
  position: absolute;
  margin: 0;
  padding: 0;
  background: #d7d7d7;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
  text-align: left;
}
.digital-frontend-link-container ul li {
  white-space: nowrap;
  padding: 4px 8px;
  border-bottom: 1px solid #ccc;
}
.digital-frontend-link-container ul li a {
  display: block;
}
.digital-frontend-link-container ul li:hover {
  background-color: #c7d7e7;
}
.digital-frontend-link-container ul li:last-child {
  border: none;
}
.digital-frontend-link-container ul li::after {
  content: none;
  display: none;
}

/* *{ */
/* 	background-color: rgba(0,0,0,0.1); */
/* } */
body {
  margin: 0;
  background: #cecece;
  text-align: center;
}

body.deeplink {
  background: #fff none repeat scroll 0 0;
  margin: 18px 0 0 2px;
  float: left;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.bold-text {
  font-weight: bold;
}

.no-margin {
  margin: 0 !important;
}

.basic-link {
  color: #4a6ead !important;
  text-decoration: none;
}
.basic-link:hover {
  color: #37558a !important;
}

div.wicket-modal .browserDialog .w_caption {
  background-color: #b73215;
}

servicearea_header *,
servicearea_nav *,
servicearea_section * {
  font-family: Arial, Helvetica, sans-serif;
}
servicearea_header a,
servicearea_nav a,
servicearea_section a {
  text-decoration: none;
}

servicearea-feedback * {
  font-family: Arial, sans-serif;
}

servicearea-header-wrapper {
  width: 100%;
  position: fixed;
  display: table-cell;
  z-index: 200;
  height: 70px;
}

servicearea_main {
  text-align: left;
  clear: both;
  position: relative;
  border-left: transparent solid 40px;
  border-right: transparent solid 40px;
  margin-top: 90px;
  display: inline-block;
}
servicearea_main #session-timeout-message ul {
  list-style: none;
  padding: 10px 10px 10px 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: #b73215;
  border-color: #b73215;
}
servicearea_main #session-timeout-message ul span {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: white;
}
servicearea_main #border-layer {
  height: 100%;
  border-left: solid 40px #cecece;
  margin-left: -40px;
  border-top: solid 20px #cecece;
  margin-top: -20px;
  border-right: solid 10px #cecece;
  background: #cecece;
}
servicearea_main #show-servicearea-navigation-container {
  display: table-cell;
  vertical-align: top;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  background: #eeeeee;
  display: none;
  width: 37px;
  height: 40px;
  text-align: center;
  border-left: 3px solid #0b3d91;
}
servicearea_main #show-servicearea-navigation-container a {
  cursor: pointer;
}
servicearea_main #show-servicearea-navigation-container a img {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 14px;
  border: none;
}

servicearea_application_content,
.wicket-modal {
  text-align: left;
}

.dialogBlueTheme .w_content_container {
  height: auto !important;
}

article servicearea_application_content {
  margin: 0 auto;
  display: table;
  margin-top: 20px;
}

servicearea_content {
  width: 1020px;
  display: table-cell;
  padding-left: 290px;
}
servicearea_content .application-title {
  font-weight: bold;
  margin-right: -5px;
}
servicearea_content .without-margin {
  margin: 0;
}
servicearea_content h1 .customers {
  width: 381px;
}
servicearea_content h1 .singleCustomer {
  margin-left: 20px;
  font-size: 14px;
}
servicearea_content article > h1 div.fineSelect {
  margin-left: 20px;
}
servicearea_content article > h1 select {
  display: none;
}

servicearea_content.directlink {
  padding-left: 0px;
}

servicearea_content.privacy-data {
  text-align: center;
  padding-left: 0;
}

servicearea_content > div {
  min-width: 790px;
  max-width: 1020px;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  /* black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  display: none;
}

.overlay-image {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* animation for the overlay-image  */
  animation-name: rotate-overlay-image;
  animation-direction: normal;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-overlay-image;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.dataPrivacy li.feedbackPanelERROR {
  list-style: none outside none;
}
.dataPrivacy li.feedbackPanelERROR span {
  padding-top: 0px;
  padding-left: 25px;
  color: #b73215 !important;
  font-size: 12px;
  background-image: url('../img/error-ver-1775552202000.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 -2px;
}

@keyframes rotate-overlay-image {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes rotate-overlay-image {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.textfield-button-combination-container {
  display: flex;
}
.textfield-button-combination-container input[type="text"] {
  width: 360px !important;
}
.textfield-button-combination-container input[type="submit"] {
  height: 36px;
  align-self: center;
  margin-top: 15px;
}

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