/* 

/* ------------------------------------ */
/* Color Schema                         */
/* ------------------------------------ */

:root {
	--primary: #04306D;     /* #023973 */
  --secondary: #CBD9F4;   /* #004993 */
	--light-blue: #0D58A6;
	--hover: #004993;
  --bg-tabs: #32a9da;
  --green: #009d17;
  --red: #cb0000;
  --bg-gray: #f6f6f6;
  --bg-dark: #efefef;
  --border-color: #ccc;
  --border-light: #d0d0d0;
  --border-dark: #a8a8a8;
  --border-darker: #666666;
  --text-color: #333;
  --body-font-size: 16px;
  --box-shadow: 2px 2px 4px rgba(0,0,0,0.15);
	--table-head: #DAE3EC;
}

/* ------------------------------------ */
/* Fonts                                */
/* ------------------------------------ */

/* figtree-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/figtree-v5-latin-regular.woff2') format('woff2');
}

/* figtree-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/figtree-v5-latin-italic.woff2') format('woff2');
}

/* figtree-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/figtree-v5-latin-500.woff2') format('woff2');
}

/* figtree-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/figtree-v5-latin-500italic.woff2') format('woff2');
}

/* figtree-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/figtree-v5-latin-600.woff2') format('woff2');
}

/* figtree-600italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/figtree-v5-latin-600italic.woff2') format('woff2');
}

/* figtree-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/figtree-v5-latin-700.woff2') format('woff2');
}

/* figtree-700italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/figtree-v5-latin-700italic.woff2') format('woff2');
}

/* figtree-800 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/figtree-v5-latin-800.woff2') format('woff2');
}

/* figtree-800italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 800;
  src: url('fonts/figtree-v5-latin-800italic.woff2') format('woff2');
}


/* ------------------------------------ */
/* Body                                 */
/* ------------------------------------ */

body,
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}
.ui-dialog.ui-widget {
	font-family: 'Figtree', sans-serif;
	font-size: 16px;
}

#act-all-container {

}

.act-less-important {
  color: #999999;
}

.alert-info {
  color: #222222 !important;
  background-color: #DAE3EC !important;
  border-color: #689cd2 !important;
}

.inner {
  width: 1180px;
  margin: 0 auto;
}

#wrap {
  clear: both;
  text-align: center;
  padding: 20px 0 40px 0;
  margin: 0;
  background-color: transparent;
}

div.view_invitation {
  display: inline-block;
  width: 80px;
  text-align: center;
}

/* ------------------------------------ */
/* Header                               */
/* ------------------------------------ */

#top {
  width: 1180px;
  padding: 0 0 0 0;
  margin: 0 auto;
}

#topleft {
  width: 50%;
  float:left;
  margin: 40px 0 0 0;
  text-align: left;
}

#topleft img {
  height: 80px !important;
  width: auto !important;
	max-width: none !important;
}

#topright {
  width: 45%;
  float: right;
  text-align: right;
  margin: 0 10px 0 0;
}

.user-panel {
  margin-top: 90px;
}
@media (max-width: 768px) {
	#topright {
		width: 100%;
	}
	.user-panel {
		margin-top: 20px;
	}
}

#topright a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

#topright a:hover {
  text-decoration: underline;
}

/* ------------------------------------ */
/* Menu                                 */
/* ------------------------------------ */

#menu_container {
  margin-right: auto;
  margin-left: auto;
  margin-top: 26px;
  background-color: var(--primary);
  border-radius: 4px;
  height: 37px;
}

#mainmenu {
  clear: both;
  padding: 0;
  text-align: left;
  overflow: hidden;
  width: 100%;
  float: left;
}

#mainmenu ul {
  padding: 0;
  margin: 0;
}

#mainmenu ul li {
  display: block;
  padding: 9px 29.5px 7px 29.5px;
  border-right: solid 1px #fff;
  float: left;
  text-align: center;
  margin: 0;
}

#mainmenu ul li a {
  display: block;
  border-bottom: solid 1px transparent;
  color: #fff !important;
  text-decoration: none !important;
}

#mainmenu ul li a:hover,
#mainmenu ul li.current_page_item a {
  border-bottom: solid 1px #fff;
}

#mainmenu ul li:nth-last-child(1),
#mainmenu ul li:nth-last-child(2) {
  float: right;
  border-right: none;
  border-left: solid 1px #fff;
  height: auto;
}

/* Searchbox */
.searchbox {
  margin: 15px 0 0 0;
  padding: 0;
}

.searchbox label {
  color: #FFFFFF;
  font-size: 1.3em;
}

.searchbox input {
  background: #eaeaea;
  padding: 3px 0 3px 5px;
  margin: 0;
  width: 120px;
  color: #666;
  border: 1px solid #aaa;
}

/* ------------------------------------ */
/* Content (OLD)                        */
/* ------------------------------------ */

#content {
  text-align: left;
  margin: auto;
  width: 1180px;
  overflow: auto;
}

html body * .clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

table {
  margin: auto;
}

.labels {
  font: normal verdana, arial, helvetica, sans-serif;
}

.attribute {
  font: normal 12px verdana, arial, helvetica, sans-serif;
}

td, th {
  color: #333333;
  padding:.4em;
}

tr {
  border: 1px dotted #999999;
}

thead th, tfoot th {
  padding: 3px 10px 3px 10px;
  text-align: center;
  text-transform: uppercase;
}

tbody td a {
  color: #333333;
  text-decoration: none;
}

tbody td a:visited {
  color: #999999;
}

tbody td a:hover {
  text-decoration: underline;
}

tbody th a {
  color: #333333;
  font-weight: normal;
  text-decoration: none;
}

tbody th a:hover {
  color: #333333;
}

tbody td+td+td+td a {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

tbody td+td+td+td a:visited {
  background-position: left center;
  background-repeat: no-repeat;
}

tbody th, tbody td {
  text-align: center;
  vertical-align: top;
}

tfoot td {
  background: #5C443A;
  color: #FFFFFF;
  padding-top: 3px;
}

.odd {
  background: #fff;
}

table#tabletransportoptions input[type="checkbox"],
table#tabletransportoptions input[type="radio"],
table#payment input[type="checkbox"],
table#payment input[type="radio"]{
    margin-top: -3px;
}
table#payment #account {
  margin-bottom: 0px;
}

#transport-documents tr td:first-child,
#transport-customs-documents tr td:first-child,
#upload-commercial-invoice table tr td:first-child {
  width: 255px;
  white-space: nowrap;
}
#transport-documents tr td .act-less-important,
#transport-customs-documents tr td .act-less-important {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: -2px;
  display: block;
}

.address_dropdown {
  position: absolute;
  width: 644px;
  background-color: #ffffff;
  border: solid 1px var(--border-light);
  max-height: 160px;
  overflow-y: auto;
  display: none;
  margin-top: -5px;
}

.address_dropdown span {
  cursor: pointer;
}

.dropdown-row {
  display: flex;
  margin-left: 0px;
  padding: 4px 8px 4px 8px;
  cursor: pointer;
}

.dropdown-row:hover {
  background-color: var(--bg-dark);
}

.dropdown-row .btn-select {
	line-height: 1.5;
}
.btn.btn-primary.address-btn {
  white-space: nowrap;
  margin-top: 24px;
	background-color: var(--light-blue) !important;
	border-width: 1px;
}
.btn.btn-primary.address-btn:hover {
	background-color: var(--primary) !important;
}

.btn-delete {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('icon-delete.png');
  background-size: 24px 24px;
  margin-left: auto;
}

a {
  color: #0D58A6;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: var(--hover);
  text-decoration: underline;
}

a img {
  border: 0;
}

#content p h3 h4 h5 #search_result {
  margin-left: 60px;
}

#search_result {
  margin-left: 60px;
}

.a_links {
  margin-left: 60px;
}

#flags {
  overflow: hidden;
  width: 40px;
  float: right;
}

#de {
  float: left;
}

#en {
  float:right;
}

.headline {
  color: #333333;
  font-size: 17px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 10px;
  padding: 10px;
}

div.help {
  float:right;
  height: 30px;
}

div.help a {
  display: block;
  font-weight: 400;
  background-color: #FF9900;
  padding: 5px 6px 4px 6px;
  text-decoration: none;
  color: #222222;
}

div.help a:hover {
  background-color: #04376C;
  color: #FFFFFF;
  padding: 5px 6px 4px 6px;
}

label.error {
  color: #FF3500;
}

div.error_msg {
  color: #FF3500;
}

table h2 {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
}

ul li {
  list-style: none;
}

.deform li > input,
.deform li > textarea,
.deform li > select,
.deform li > button,
input.deform,
select.deform,
textarea.deform,
button.deform {
  color: #222222;
}

span.subheader {
  font-size: 17px;
  font-weight: bold;
}

span.italic_sub {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px !important;
}

table td.price {
  text-align: center;
}

table td.shipment_choice span {
  font-weight: bold;
  text-transform: uppercase;
}

#archive-entries {
  width: 100%;
}

table#archive-entries .header {
  cursor: pointer;
}

table#archive-entries .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #222222 transparent;
  visibility: hidden;
}

table#archive-entries .headerSortUp,
table#archive-entries .headerSortDown {
  background-color: #EEEEEE;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

table#archive-entries .header:hover:after {
  visibility: visible;
}

table#archive-entries .headerSortDown:after,
table#archive-entries .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

table#archive-entries .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222222;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#archive-entries tbody tr:hover td, #archive-entries tbody tr:hover th {
  background-color: #EEEEEE;
}

.hide {
  display: none;
}

#tabs .ui-widget-header {
  background: transparent;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#tabs {
  border: none;
}

.row-hidden, .legend-hidden {
  display: none;
}

/* Fix height problem for input fields */
input[type="text"] {
  height: initial !important;
}

input[type="email"] {
  height: initial !important;
}

/* Wider fields */
#package-form input[type="text"],
#package-form input[type="email"] {
  width: 100%;
}

#package-form input[type="text"].alert-error,
#package-form input[type="email"].alert-error {
  /* width: calc(100% - 42px); */
}

/* Shipment options for post letters */
#postal_letter_size label.radio {
  width: 93%;
  width: calc(100% - 25px);
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  padding: 4px 4px 4px 30px;
  margin-left: -20px;
  margin-top: 10px;
}

#postal_letter_size {
  margin-top: 16px;
}

#content a:not(.ui-tabs-anchor):not(.btn):not(.close) {
  color: #0D58A6;
  text-decoration: underline;
}

#content a:not(.ui-tabs-anchor):not(.btn):not(.close):hover {
  color: var(--hover);
  text-decoration: underline;
}

.act-list-circle li {
  list-style-type: circle;
}

.act-tr-colored, .act-td-colored {
  background-color: #DAE3EC;
}

/* ------------------------------------ */
/* Content (NEW)                        */
/* ------------------------------------ */

/* bootstrap Columns */

.row-fluid [class*="span"] {
	
}
fieldset {
	margin-bottom: 10px;
}
legend + .control-group {
	margin-top: 0px;
}

/* UI elements */

.infobox {
	font-weight: 600;
	border: solid 2px var(--border-light);
	background-color: var(--bg-dark);
	padding: 12px;
	padding-left: 60px;
	border-radius: 12px;
	margin-bottom: 10px;
}
.infobox::before {
	font-family: "Font Awesome 6 Free";
	content: '\f007';
	font-size: 22px;
	position: relative;
	left: -20px;
	top: 2px;
	margin-left: -20px;
}

.stransporttype label {
	font-weight: 600;
	font-size: var(--body-font-size);
	display: inline-block;
}

/* ------------------------------------ */
/* Inputs                               */
/* ------------------------------------ */

.act-btn {
  background-color: var(--primary) !important;
  background-image: none !important;
  border-color: var(--primary) !important;
	border-radius: 0;
	border-width: 2px;
	text-shadow: none !important;
}

.act-btn:hover {
  background-color: var(--hover) !important;
  background-image: none !important;
  border-color: var(--hover) !important;
}

.act-btn.btn-secondary {
  margin-right: 10px !important;
  color: var(--primary) !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: var(--primary) !important;
}

.act-btn.btn-secondary:hover {
  background-image: none !important;
  border-color: var(--hover) !important;
  color: var(--hover) !important;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #FF3500 !important;
}

.alert {
	padding: 4px 6px;
	margin-bottom: 10px;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 4px;
}
label.alert-danger, label.alert-error {
  color: #A62300 !important;
  background-color: #FF9073 !important;
  border-color: #FF6840 !important;
  width: calc(100% - 14px);
  white-space: nowrap !important;
}

table#archive-entries .tablesorter-header-inner,
table#archive-entries tfoot th {
  font-size: 11px;
}

label.alert.alert-error[for=tan-code] {
  width: 165px !important;
}

#postal_letter_size label span {
  font-size: 12px;
}

#date1, #date2 {
  width: 96px !important;
}

.ui-datepicker-trigger {
  margin-top: -8px;
  margin-right: 24px;
}

/* Input Width and Labels */

[class*="span"] input {
	width: calc(100% - 14px);
}
input[value=Login] {
	margin-top: 8px;
}
label {
	white-space: nowrap;
}

.readonly {
  pointer-events: none;
  opacity: 0.5;
}

/* Checkbox and Radio */
input[type="radio"],
input[type="checkbox"] {
	accent-color: var(--primary);
}

/* Custom Radio Buttons */
.checkmark-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: var(--body-font-size) !important;
	font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
	border: solid 2px var(--primary);
  border-radius: 50%;
}
.checkmark-container:hover input ~ .checkmark {
  background-color: #fff;
}
.checkmark-container input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkmark-container input:checked ~ .checkmark:after {
  display: block;
}
.checkmark-container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

/* ------------------------------------ */
/* PDF Wizard                           */
/* ------------------------------------ */

body.modal-open {
  height: 100vh;
  overflow: hidden;
}

#pdf_wizard_modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0 , 0.4);
  overflow-y: auto !important;
}

#pdf_wizard_modal .ui-tabs-nav {
  border: none;
  background: none;
  border-bottom: 1px solid #c0c0c0;
}
#pdf_wizard_modal .ui-tabs-nav li.ui-state-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

#pdf_wizard_container {
  background-color: white;
  margin: 50px auto;
  max-width: 1180px;
  width: calc(100vw - 100px);
}

#pdf_wizard_container.modal-loading {
  padding: 0px !important;
}

#tabs-pdf-wizard {
  border: none !important;
}
#tabs-pdf-wizard li a {
  text-decoration: none !important;
}
#tabs-pdf-wizard li.ui-state-active a {
  color: #212121 !important;
}
#tabs-pdf-wizard li.ui-state-default a {
  color: #555555 !important;
}

/* ------------------------------------ */
/* Responsive                           */
/* ------------------------------------ */

/* header and content containers */

@media (max-width: 1180px) {
  
  #top, #content, .inner, #act-all-container {
    width: 100% !important;
  }
  
  #act-all-container {
    padding: 0 0 15px 0 !important;
    border: none !important;
  }
  
  #wrap {
    padding: 20px 10px;
  }
  
  #content {
    padding: 0 0px;
  }
  
}

/* bootstrap rows and columns (looks OK for width > 700px) */

@media (max-width: 1180px) {

  .row-fluid [class*="span"] {
    min-width: 70px;
    margin-left: 0 !important;
    margin-right: 18px !important;
  }
  
  .row-fluid .span1 {
    min-width: 70px;
  }
  .row-fluid .span2 {
    min-width: 140px;
  }
  .row-fluid .span3 {
    min-width: 210px;
  }
  .row-fluid .span4 {
    min-width: 280px;
  }
  
}

/* ------------------------------------ */
/* Tables                               */
/* ------------------------------------ */

@media (max-width: 1180px) {
  
  #transport-documents tbody tr td:nth-child(3),
  #transport-customs-documents tbody tr td:nth-child(3) {
    width: 140px !important;
  }
  
  #transport-documents tbody tr td:nth-child(1),
  #transport-customs-documents tbody tr td:nth-child(1) {
    white-space: normal !important;
  }

}
  
/* PDF wizard (2 col layout for mobile) */

@media (max-width: 1180px) {

  .pdf-modal-col .form-widget {
    width: calc(50% - 25px) !important;
  }
  
}

/* ------------------------------------ */
/* Home                                 */
/* ------------------------------------ */

.greeting {
	color: var(--border-darker) !important;
}

.table-home {
	max-width: 100%;
}
.table-home * {
	white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1180px) {
	.table-home.desktop {
		display: none !important;
	}
	.table-home.mobile {
		display: block !important;
	}
	.table-home.mobile.part-3 {
		display: none !important;
	}
	
	.table-home.mobile.part-1 tbody tr:nth-child(1) td:nth-child(n+5){
		display: none !important;
	}
	
	.table-home.mobile.part-1 tbody tr td:nth-child(n+7) {
		display: none !important;
	}
	
	.table-home.mobile.part-2 tbody tr:nth-child(1) td:nth-child(2),
	.table-home.mobile.part-2 tbody tr:nth-child(1) td:nth-child(3),
	.table-home.mobile.part-2 tbody tr:nth-child(1) td:nth-child(4),
	.table-home.mobile.part-2 tbody tr:nth-child(1) td:nth-child(5) {
		display: none !important;
	}
	
	.table-home.mobile.part-2 tbody tr td:nth-child(n+2):nth-child(-n+6) {
		display: none !important;
	}
	.table-home.mobile.part-2 tbody tr:nth-child(1) td:nth-child(n+5) {
		display: table-cell !important;
	}
}

@media (max-width: 768px) {
	.table-home.desktop {
		display: none !important;
	}
	.table-home.mobile {
		display: block !important;
	}
	
	.table-home.mobile.part-1 tbody tr:nth-child(1) td:nth-child(n+4) {
		display: none !important;
	}
	
	.table-home.mobile.part-1 tbody tr td:nth-child(n+5) {
		display: none !important;
	}
	
	.table-home.mobile.part-2 tbody tr:nth-child(1) td:nth-child(2),
	.table-home.mobile.part-2 tbody tr:nth-child(1) td:nth-child(3),
	.table-home.mobile.part-2 tbody tr:nth-child(1) td:nth-child(n+6) {
		display: none !important;
	}
	
	.table-home.mobile.part-2 tbody tr:nth-child(n+2) td:nth-child(n+2) {
		display: none;
	}
	.table-home.mobile.part-2 tbody tr:nth-child(n+2) td:nth-child(n+5):nth-child(-n+7) {
		display: table-cell !important;
	}
	
	.table-home.mobile.part-3 tbody tr:nth-child(1) td:nth-child(2),
	.table-home.mobile.part-3 tbody tr:nth-child(1) td:nth-child(3),
	.table-home.mobile.part-3 tbody tr:nth-child(1) td:nth-child(4),
	.table-home.mobile.part-3 tbody tr:nth-child(1) td:nth-child(5) {
		display: none !important;
	}
	
	.table-home.mobile.part-3 tbody tr td:nth-child(n+2):nth-child(-n+7) {
		display: none !important;
	}
	.table-home.mobile.part-3 tbody tr:nth-child(1) td:nth-child(n+6) {
		display: table-cell !important;
	}
}

/*
.table-home.mobile.part-1 table {
	margin-bottom: -1px;
}

.table-home.mobile.part-1 table,
.table-home.mobile.part-1 table td {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.table-home.mobile.part-2 table,
.table-home.mobile.part-2 table td {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
*/

.table-home.mobile table tr td:first-child {
	width: 120px;
}

.select-trans {
	display: flex;
	width: calc(100% - 44px);
	padding: 20px 20px 4px 20px;
	border-radius: 10px;
	border: solid 2px var(--border-darker);
}

.select-trans-options {
	width: calc(100% - 240px);
}
.select-trans-actions {
	width: 240px;
}

.select-trans-option {
	width: 30%;
	float: left;
	margin-bottom: 16px;
	font-weight: 600;
	white-space: nowrap;
	min-width: 200px;
}
.select-trans-option i {
	margin-right: 8px;
}

.select-trans-actions button {
	background-color: transparent;
	border: none !important;
	color: var(--primary);
	font-weight: 600;
	text-decoration: underline;
	padding: 0px;
	margin-top: -8px;
}
.select-trans-actions button:hover {
	color: var(--hover);
}
.select-trans-actions i {
	margin-left: 6px;
	font-size: 24px;
	position: relative;
	top: 4px;
}

/* ------------------------------------ */
/* Tooltips                             */
/* ------------------------------------ */

.tooltip-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	top: 2px;
}
.tooltip-icon::before {
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	background-image: url('icon-info.svg');
	background-size: cover;
}

.tooltip-popup {
	max-width: 700px;
  background-color: #fff;
  border: solid 1px var(--border-dark);
  position: absolute;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.15));
  z-index: 100;
}
.tooltip-popup > div {
  padding: 12px 16px;
}
.tooltip-popup .tooltip-title {
  border-bottom: solid 1px var(--border-dark);
  font-weight: 600;
	background-color: var(--table-head);
}
.tooltip-popup .tooltip-popup-content {
  background-color: #fff;
}
.tooltip-popup .tooltip-popup-content > *:first-child {
  margin-top: 0px;
}
.tooltip-popup .tooltip-popup-content > p:last-child {
  margin-bottom: 0px;
}

.tooltip-popup:after {
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  border-bottom: solid 1px var(--border-dark);
  border-left: solid 1px var(--border-dark);
  z-index: 100;
  bottom: -11px;
  left: 78px;
}
.tooltip-popup.left:after {
	left: calc(100% - 82px);
}

.tooltip-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

ul.list-disc li {
	list-style-type: disc !important;
}

/* ------------------------------------ */
/* Tabs                                 */
/* ------------------------------------ */

#tabs {
	margin-top: 15px;
}
.tab-stage {
	display: block;
}
.tab-title {
	display: flex;
	font-weight: 600;
	margin-bottom: 10px;
}
.tab-number {
	color: var(--text-color);
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 12px;
	border: solid 2px var(--text-color);
	margin-right: 12px;
}
.tab-stage.complete .tab-number {
	color: transparent;
	background-color: var(--green);
	border-color: var(--green);
}
.tab-stage.complete .tab-number::before {
	font-family: "Font Awesome 6 Free";
	content: '\f00c';
	color: #fff !important;
	position: relative;
	left: 3px;
}
.tab-stage.current .tab-number {
	color: #fff;
	background-color: var(--text-color);
}
.tab-stage.current .tab-content {
	padding: 10px 0 10px 60px;
	margin: 15px 0 15px 11px;
	border-left: solid 3px var(--text-color);
}
.tab-stage:not(.current) .tab-content {
	display: none;
}
.tab-buttons {
	display: block;
}
.tab-buttons input {
	min-width: 95px;
}

/* ------------------------------------ */
/* Select Transport                     */
/* ------------------------------------ */

#available_shipment_options {
	width: calc(100% - 44px);
	border: solid 2px var(--border-darker);
	border-radius: 12px;
	padding: 12px 20px;
	margin-bottom: 20px;
}
#available_shipment_options .available-shipment-option {
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: solid 2px var(--border-darker);
}
#available_shipment_options .available-shipment-option:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
#available_shipment_options .available-shipment-option table {
	width: 100%;
}
#available_shipment_options .available-shipment-option table tr {
	border: none;
}
#available_shipment_options .available-shipment-option table tr td {
	border: none;
	text-align: left;
	padding: .25em .4em;
}
#available_shipment_options .available-shipment-option table tr td:nth-child(1) {
	width: auto;
}
#available_shipment_options .available-shipment-option table tr td:nth-child(2) {
	width: 200px;
	text-align: right;
}
#available_shipment_options .available-shipment-option table tr td:nth-child(3) {
	width: 120px;
	text-align: center;
}
#available_shipment_options .available-shipment-option table tr.limits td:first-child {
	padding-left: 42px;
	padding-top: 0;
}
#available_shipment_options .available-shipment-option table tr.extras td:first-child {
	padding-left: 60px;
}
#available_shipment_options .available-shipment-option table tr.fees {
	display: none;
}

#available_shipment_options .available-shipment-option .total-price {
	font-weight: 600;
}
#available_shipment_options .available-shipment-option label {
	margin-bottom: 0px;
}
#available_shipment_options .available-shipment-option input[type=checkbox] {
	width: 16px;
	height: 16px;
	position: relative;
	top: -4px;
}

#available_shipment_options .available-shipment-option.post-letter-extras {
	display: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
#available_shipment_options .available-shipment-option.post-letter-extras tr td  {
	padding-left: .4em;
}
#available_shipment_options .available-shipment-option.post-letter-extras tr td:first-child  {
	padding: .25em .4em !important;
}
#available_shipment_options .available-shipment-option.post-letter-extras .title {
	font-size: var(--body-font-size);
	font-weight: 600;
}

/* ------------------------------------ */
/* jQuery UI Dialog                     */
/* ------------------------------------ */

.ui-dialog {
	padding: 0px !important;
	border: solid 1px var(--border-dark);
	border-radius: 0px;
	width: fit-content !important;
	border-radius: 0 !important;
}
.ui-dialog * {
	font-size: var(--body-font-size);
}
.ui-dialog .ui-dialog-titlebar {
	background: var(--secondary);
	border: none;
	padding: 0.8em 1em !important;
	border-bottom: solid 1px var(--border-dark);
	border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	background: none;
	border: none;
}
.ui-dialog .ui-dialog-titlebar-close::before {
	font-family: "Font Awesome 6 Free";
	content: '\f00d';
	font-size: 22px;
	color: var(--primary);
	position: relative;
	left: -12px;
}
.ui-dialog .ui-dialog-titlebar-close:hover::before {
	color: var(--hover) !important;
}
.ui-dialog .ui-dialog-title {
	font-weight: 600;
}
.ui-dialog .ui-dialog-content {
	border: solid 1px var(--border-dark);
}
.ui-dialog .ui-dialog-buttonpane button {
	margin-right: 10px !important;
  color: #fff !important;
  background-color: var(--primary) !important;
  background-image: none !important;
  border-color: var(--primary) !important;
	padding: 4px 12px;
	margin: .4em .4em .2em 0 !important;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
	background-image: none !important;
  background-color: var(--hover) !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
	margin-right: 0 !important;
}

/* ------------------------------------ */
/* Transport Details Dialog             */
/* ------------------------------------ */

table.details-post_letter tr th:nth-child(n+3),
table.details-post_letter tr td:nth-child(n+3) {
	display: none;
}

.available-shipment-detail table {
	margin: 0px;
}
.available-shipment-detail table tr {
	border: none;
}
.available-shipment-detail table tr td,
.available-shipment-detail table tr th {
	text-align: left;
	padding: 0 40px 0 0;
}
.available-shipment-detail table tr th,
.available-shipment-detail table tr.total {
	font-weight: 600;
}

/* ------------------------------------ */
/* Document Upload                      */
/* ------------------------------------ */

.document-upload .title {
	font-weight: 600;
}
.document-upload .box {
	width: 420px;
	height: 22px;
	border: solid 1px var(--border-darker);
	padding: 10px;
	margin-bottom: 10px;
}
.document-upload:not([data-file=""]) .upload-link {
	display: none;
}
.document-upload[data-file=""] .check,
.document-upload[data-file=""] .document-link,
.document-upload[data-file=""] .delete {
	display: none;
}
.document-upload .check:before,
.document-upload .delete:before{
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
}
.document-upload .check:before {
	content: '\f00c';
	color: var(--green);
	position: relative;
	top: 2px;
	margin-right: 4px;
}
.document-upload .delete {
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: right;
}
.document-upload .delete:before {
	content: '\f2d3';
	color: var(--red);
	position: relative;
	top: 2px;
}
.document-upload .delete:hover {
	filter: brightness(1.1);
}
.document-upload .required {
	font-size: 0.75em;
	position: relative;
	top: -8px;
}

input[type=button].disabled,
input[type=button].disabled:hover {
	background-color: var(--border-darker) !important;
	border-color: var(--border-darker) !important;
	pointer-events: none !important;
}

/* ------------------------------------ */
/* Select2                              */
/* ------------------------------------ */

.select2-selection {
	padding: 6px 6px !important;
	height: 40px !important;
	border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	position: absolute;
	top: 1px;
	right: 8px;
	width: 20px;
}
.select2-dropdown {
	border-radius: 0px !important;
}
.search-hidden .select2-search {
	display: none;
}

/* ------------------------------------ */
/* Checkout                             */
/* ------------------------------------ */

.checkout-rows {
	width: calc(100% - 44px);
	border: solid 2px var(--border-darker);
	border-radius: 12px;
	padding: 12px 20px;
	margin-bottom: 20px;
}
.checkout-rows .checkout-row {
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: solid 2px var(--border-darker);
}
.checkout-rows .checkout-row:first-child {
	padding-top: 0px;
}
.checkout-rows .checkout-row:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.checkout-rows .checkout-row table {
	width: 100%;
}
.checkout-rows .checkout-row table tr {
	border: none;
}
.checkout-rows .checkout-row table tr td {
	border: none;
	text-align: left;
	padding: .25em .4em;
}
.checkout-rows .checkout-row table tr td:nth-child(1) {
	width: auto;
}
.checkout-rows .checkout-row table tr td:nth-child(2) {
	width: 200px;
	text-align: right;
}
.checkout-rows .checkout-row table tr.extras td:first-child,
.checkout-rows .checkout-row table tr.address td:first-child {
	padding-left: 60px;
}
.checkout-rows .checkout-row table tr.fees {
	display: none;
}

.checkout-rows .checkout-row .summary-total span {
	font-weight: 600;
}
.checkout-rows .checkmark-container {
  margin: 0px;
}

.direct-ebanking-inputs {
  margin-top: 10px;
  margin-left: 60px;
}
.direct-ebanking-inputs .direct-ebanking-input {
  display: block;
  margin-right: 10px;
  float: left;
  
}
.direct-ebanking-inputs .direct-ebanking-input input,
.direct-ebanking-inputs .direct-ebanking-input select {
  width: 200px;
}

.checkout-rows table.recipient.post_letter .not_post_letter {
	display: none;
}
.checkout-rows table:not(.post_letter) .post_letter {
	display: none;
}

.checkout-summary.hidden {
  display: none !important;
}

/* ------------------------------------ */
/* Calculator                           */
/* ------------------------------------ */

#calculator_form {
	overflow: hidden;
}
#calculator_form .row {
	margin-left: 0;
}
#calculator_form .row:after {
	clear: both;
}
#calculator_form .row .col-50 {
	float: left;
	width: 50%;
	margin-left: -14px;
	margin-bottom: 20px;
}
#calculator_form .row .col-50:nth-child(2) {
	margin-left: 14px;
}
#calculator_form .row .col-50 .span6 {
	width: 46.8%;
	margin-left: 4.2%;
}
#calculator_form .row .col-50 .row-fluid .span6:nth-child(1) {
	margin-left: 0;
}
#calculator_form .row .col-50 > * {
	padding-left: 14px;
}
#calculator_form select {
	width: calc(100% - 0px);
}

@media (max-width: 1180px) {
  #calculator_form .row .col-50 {
		width: 100%;
	}
	#calculator_form .row .col-50:nth-child(2) {
		margin-left: -14px;
	}
}

/* ------------------------------------ */
/* Modals                               */
/* ------------------------------------ */

.sweet-alert p {
	font-weight: normal;
}
.sweet-alert button {
  border-radius: 0;
}
.sweet-alert button:hover {
	color: #fff !important;
	background-color: var(--primary) !important;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
	border: 4px solid #00B64F;
}
.sweet-alert .sa-button-container button {
	min-width: 90px;
}

#confirm_delete {
	border-radius: 0;
	border: solid 1px var(--border-dark);
}
#confirm_delete .modal-header {
	padding: 15px;
  background-color: var(--secondary);
  border-bottom: solid 1px var(--border-dark);
}
#confirm_delete .modal-header h4 {
	font-size: var(--body-font-size);
	font-weight: 600;
	margin: 0;
}
#confirm_delete .close {
	opacity: 1 !important;
	margin: 0;
	font-size: 0px;
	text-shadow: none;
}
#confirm_delete .close::before {
	font-family: "Font Awesome 6 Free";
  content: '\f00d';
  font-size: 22px;
  color: var(--primary);
  position: relative;
  left: 0px;
}
#confirm_delete .close:hover::before {
	color: var(--hover);
}
#confirm_delete .modal-footer {
	border-top: solid 1px var(--border-dark);
	background: #fff;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
#confirm_delete .btn {
	border-radius: 0;
	color: #fff !important;
  background-color: var(--primary) !important;
  background-image: none !important;
  border-color: var(--primary) !important;
  padding: 4px 12px;
	margin: .4em .4em .2em 0 !important;
	text-shadow: none;
}
#confirm_delete .btn:hover {
	background-color: var(--hover) !important;
}
#confirm_delete .btn.btn-danger {
	background-color: var(--red) !important;
	border-color: var(--red) !important;
}
#confirm_delete .btn.btn-danger:hover {
	background-color: #cb0000cf !important;
}

/* ------------------------------------ */
/* Datepicker                           */
/* ------------------------------------ */

#ui-datepicker-div {
	background-color: #fff;
	border: solid 1px var(--border-dark);
	padding: 12px 16px;
	filter: drop-shadow(0 2px 5px rgba(0,0,0,0.15));
}
.ui-datepicker-header {
	display: flex;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	line-height: 30px;
	cursor: pointer;
	text-decoration: none !important;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
	display: none;
}
.ui-datepicker-prev::before {
	font-family: "Font Awesome 6 Free";
	content: '\f053';
	font-weight: 900;
}
.ui-datepicker-next::before {
	font-family: "Font Awesome 6 Free";
	content: '\f054';
	font-weight: 900;
}
.ui-datepicker-title {
	display: flex;
}
.ui-datepicker-month {
	width: fit-content;
	margin-left: 8px;
	margin-right: 4px;
}
.ui-datepicker-year {
	line-height: 30px;
}
}
.ui-datepicker-calendar {
	margin: 0;
	table-layout: fixed;
}
.ui-datepicker-calendar th {
	font-weight: 600;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	padding: .2em;
	width: 30px !important;
}
.ui-datepicker-calendar td a {
	padding: 0 !important;
}

/* ------------------------------------ */
/* Archiv                               */
/* ------------------------------------ */

table#archive-entries {
	border: solid 1px #222222;
	border-right: none;
	border-bottom: none;
}
table#archive-entries th,
table#archive-entries td {
	border-right: solid 1px #222222;
	border-bottom: solid 1px #222222;
}

table#archive-entries th * {
	font-family: 'Figtree';
	font-weight: 600;
	font-size: var(--body-font-size);
	text-transform: none;
	white-space: nowrap;
}
table#archive-entries .tablesorter-headerRow th,
table#archive-entries .tablesorter-filter-row td {
  background: var(--table-head);
}
table#archive-entries #archive_body tr td {
	background-color: #fff;
}
table#archive-entries #archive_body tr:hover td {
	background-color: var(--bg-dark);
}