/*@import "new_layout_new_custom.css";*/
.parcel-status-4 {
  border-left: 5px #bfb solid;
}
.parcel-status-6,
.parcel-status-7 {
  border-left: 5px #77f solid;
}
.parcel-status-8 {
  border-left: 5px #00dddd solid;
}
.parcel-status-10 {
  border-left: 5px #00dd00 solid;
}
/* -------------------------------
	ROUTING PLANNER OBJECTS
--------------------------------- */
.main-full-width {
  padding: 0px 0px !important;
}
.main-full-width .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#routeToolContainer {
  height: calc(100vh - 82px) !important;
  position: relative;
}
#routeNavToggle {
  width: auto;
  height: 35px;
  top: 10px;
  left: 20px;
  position: absolute;
  z-index: 1000;
}
#routeToolContainer #miniToolbox {
  border: 1px #f00;
  position: absolute;
  right: 15px;
  bottom: 30px;
  z-index: 200;
  text-align: right;
}
#shipmentMap #miniToolbox {
  border: 1px #f00;
  position: relative;
  left: 20px;
  top: -50px;
  z-index: 1000;
  text-align: right;
}
#miniToolbox div {
  display: inline-block;
  border: 1px var(--bg-color);
  background-color: var(--bg-color);
  padding: 10px;
  margin-left: 5px;
  border-radius: 6px;
}
.table-responsive {
  min-height: 200px;
}
ul.auto-complete-response {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
  background-color: '#fff';
  border: 1px #ccc solid;
  border-radius: 3px;
}
ul.auto-complete-response li {
  display: block;
  padding: 10px;
  margin: 2px;
}
ul.auto-complete-response li.active {
  background-color: #eee;
}
ul.auto-complete-response li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
#scoutOptions {
  display: none;
  border: 1px #fff;
  border-radius: 5px;
  background-color: #fff;
  width: 350px;
  position: absolute;
  padding: 10px;
  right: 15px;
  bottom: 30px;
  z-index: 1000;
}
.route,
.routeGroup {
  user-select: none;
}
#routeModify .day {
  user-select: none;
}
.move-vertical {
  cursor: ns-resize;
}
#routeToolContainer #routeNav {
  width: 540px;
  min-height: calc(100% - 112px);
  max-height: calc(100% - 112px);
  /*height: calc(85vh - 60px);*/
  top: 20px;
  left: 20px;
  position: absolute;
  border-radius: 0.5rem;
  background: #f4f2f0;
  padding: 15px 0 30px 0;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: hidden;
}
.text-bold {
  font-weight: bold;
}
.text-normal {
  color: currentColor !important;
}
/*
#routeToolContainer #routeNav2.pushed {
	width: 540px;
	min-height: calc(100% - 112px);
	max-height: calc(100% - 112px);

	top: 90px;
	left: 20px;
	position: absolute;
	border-radius: 0.5rem;
	background: #fafafa;
	padding: 15px 0;

	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 18%);
	box-shadow: 0 0 15px rgb(0 0 0 / 18%), 0 0 5px rgb(0 0 0 / 18%);

	-ms-overflow-style: none;
	scrollbar-width: none;

	overflow-x: hidden;
	max-width: 540px;

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
*/
/*
#routeToolContainer #routeNav2 {
	width: 0px;
	max-width: 0px;
}
*/
/*
.box {
	width: 540px;
	min-height: calc(100% - 112px);
	max-height: calc(100% - 112px);

	top: 90px;
	left: 20px;
	position: absolute;
	border-radius: 0.5rem;
	background: #fafafa;
	padding: 15px 0;

	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 18%);
	box-shadow: 0 0 15px rgb(0 0 0 / 18%), 0 0 5px rgb(0 0 0 / 18%);

	-ms-overflow-style: none;
	scrollbar-width: none;

	background-color: #fafafa;
	transform: translateX(-100%);
	z-index: -1;
	opacity: 1;

	transition: all 1.65s ease;
}
*/
/*
.box.active {
	transform: translateX(0px);
	background-color: red;
	opacity: 1;

	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

	z-index:9999;
}
*/
.container-push {
  width: 540px;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 0.5rem;
  background: #f0f2f4;
  padding: 15px 15px 30px 15px;
  /*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 18%);
	box-shadow: 0 0 15px rgb(0 0 0 / 18%), 0 0 5px rgb(0 0 0 / 18%);*/
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transform: translateX(100%);
  /*z-index: -1;*/
  opacity: 1;
  transition: all 0.2s ease;
}
.container-push::-webkit-scrollbar {
  display: none;
}
.container-push.active {
  display: block;
  transform: translateX(0px);
  background: #f0f2f4;
  border: 1px solid #ccc;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.82, 0.21, 0.99, 0.99);
  /*z-index:9999;*/
}
.bottom-fade {
  z-index: 9999 !important;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ccc;
  height: 30px;
  background: #f0f2f4;
  background: linear-gradient(0deg, #f0f2f4 44%, rgba(240, 242, 244, 0) 100%);
}
#routeToolContainer #routeNav::-webkit-scrollbar {
  display: none;
}
#routeMap {
  z-index: 0;
}
.routeGroup {
  background: #f0f2f4 !important;
}
#routeNav a.route-back,
#routeNav a.modify-back {
  background: transparent;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#routeNav a.route-back:hover,
#routeNav a.modify-back:hover {
  background: #ccc;
}
#routeModify .form-toggle-container {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
#routeModify.form-toggle-container .form-label-group {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid #1e007f;
  border-radius: 0.25rem;
}
#routeModify .form-toggle-container input.form-control {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid #000000;
  border-radius: 0.25rem;
}
#routeModify .form-toggle-container:focus-within {
  box-shadow: solid;
  outline-style: solid;
  outline-color: var(--primary-color);
}
#routeModify input:focus,
#routeModify input:active,
#routeModify textarea:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none !important;
}
#routeModify svg.move-vertical:hover {
  cursor: move;
}
#routeModify input,
#routeModify textarea {
  font-size: 0.825rem;
}
/* -------------------------------
	READ MORE
--------------------------------- */
#read-more {
  font-size: 1rem;
  line-height: 1.5;
}
#read-more #more-container.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}
#read-more #more-container.collapsing {
  height: 3rem;
}
#read-more a.collapsed::after {
  content: '+ Show More';
}
#read-more a:not(.collapsed)::after {
  content: '- Show Less';
}
/* -------------------------------
	PUBLIC SEARCH
--------------------------------- */
body#public-search {
  background: url(/images/sbg.jpg) no-repeat 50% 0%;
  background-color: #14003b;
  background-attachment: fixed;
  background-size: auto;
}
#public-search .container {
  max-width: 900px;
}
#public-search .search-form {
  background-color: #ebebeb;
  height: 60px;
  font-family: verdana;
}
#public-search .form-label-group input:not(:placeholder-shown) {
  font-size: 1.2rem;
  line-height: 1.4;
}
#public-search .form-label-group label {
  height: 60px;
  font-size: 1.2rem;
  line-height: 1.4;
  /*font-size: 0.9rem;
	line-height: 1.8;*/
}
#public-search .form-label-group input:not(:placeholder-shown) ~ label {
  font-size: 0.8rem;
}
#public-search .form-label-group input:not(:placeholder-shown) ~ label span.prefix {
  display: none;
}
#public-search .search-button {
  background-color: #5C46F9;
  height: 60px;
}
#public-search .h5 {
  color: #68e1ff;
}
/* -------------------------------
	PROGRESS BARS
--------------------------------- */
.progress {
  height: 4px;
}
.progress-bar {
  width: 25%;
}
.progress.progress-lg {
  height: 6px;
}
.progress.progress-lg .progress-bar {
  width: 25%;
}
/* -------------------------------- 
	ACCORDION LINK
-------------------------------- */
.accordion-link[aria-expanded="true"] span {
  -webkit-transform: translateY(-50%) rotateX(-180deg) !important;
  -moz-transform: translateY(-50%) rotateX(-180deg) !important;
  -ms-transform: translateY(-50%) rotateX(-180deg) !important;
  -o-transform: translateY(-50%) rotateX(-180deg) !important;
  transform: translateY(-50%) rotateX(-180deg) !important;
}
.accordion-link[aria-expanded="false"] span,
.accordion-link[aria-expanded="true"] span {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  position: relative;
  top: 0.8rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-link span svg {
  display: block;
  position: relative;
}
.accordion-icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
}
.accordion-icon.white {
  stroke: #fff;
}
/* -------------------------------- 

STEP INDICATOR, MULTISTEP INDICATOR

-------------------------------- */
.steps {
  width: 100%;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0.25rem;
  line-height: 24px;
  margin-bottom: 0;
  padding: 24px;
  position: relative;
  background: #fff;
  border-color: transparent;
}
.steps {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  counter-reset: step;
  padding: 12px;
}
.step {
  -webkit-box-flex: 2;
  box-flex: 2;
  -moz-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  min-height: 28px;
  position: relative;
}
.step:last-of-type {
  -webkit-box-flex: 0;
  box-flex: 0;
  -moz-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin-right: 0;
}
.step,
.step a {
  overflow: hidden;
  color: #ced4da;
}
.step a {
  background: transparent;
  cursor: default;
  margin: 0 12px;
  outline: 0;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.step a span {
  padding: 0 10px;
  margin: 0 0 0 1px;
}
@media (max-width: 772px) {
  .step a span {
    display: inline-block;
  }
  /* new stuff for mobile view */
  .steps {
    flex-direction: column !important;
    padding: 12px 12px 0 12px;
  }
  .step {
    padding: 0 0 10px 0;
    min-height: 47px;
  }
  .step.complete:not(:last-of-type)::after {
    border-top: none !important;
    border-left: 3px solid #55b776 !important;
    content: "" !important;
    height: 24px !important;
    position: absolute !important;
    top: 28px !important;
    left: 25px !important;
  }
  .step:not(:last-of-type)::after {
    border-top: none !important;
    border-left: 3px solid #ced4da !important;
    content: "" !important;
    height: 24px !important;
    position: absolute !important;
    top: 28px !important;
    left: 25px !important;
  }
}
.step a,
.step a::before {
  display: block;
  float: left;
}
.step a::before {
  border: 2px solid #ced4da;
  border-top-color: #ced4da;
  border-right-color: #ced4da;
  border-bottom-color: #ced4da;
  border-left-color: #ced4da;
  border-radius: 50%;
  color: #ced4da;
  content: counter(step);
  counter-increment: step;
  font-weight: 700;
  height: 28px;
  margin-right: 12px;
  text-align: center;
  width: 28px;
}
.step.complete a::before {
  background-color: #55b776;
  border-color: #55b776;
  color: #fff;
  font-weight: 400;
}
.step:not(:last-of-type)::after {
  border-top: 3px solid #ced4da;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.step.complete:not(:last-of-type)::after {
  border-top: 3px solid #55b776;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.can-skip .step:not(.active):not(.radio-list.as-buttons .radio-unit .radio:checked + label) a,
.step.complete:not(.active):not(.radio-list.as-buttons .radio-unit .radio:checked + label) a,
.step.previous:not(.active):not(.radio-list.as-buttons .radio-unit .radio:checked + label) a {
  cursor: pointer;
  pointer-events: auto;
}
.can-skip .step a,
.radio-list.as-buttons .radio-unit .radio:checked + label.step a,
.step.active a,
.step.complete a,
.step.previous a {
  color: #55b776;
}
.step.active a::before {
  background-color: rgba(85, 183, 118, 0.1);
  border-color: #55b776;
  color: #55b776;
  content: counter(step);
  font-weight: 700;
}
/* -------------------------------
	CATALOG
--------------------------------- */
.catalog_mode {
  background-color: #fefafe;
}
.object-list-container.list-view > .object-list-card {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: -1px;
}
.object-list-container > .object-list-card {
  padding: 0.25rem;
}
.object-list-container > .object-list-card > .object-list-card-inner {
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.18), 0 0 5px rgba(0, 0, 0, 0.18);*/
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14);
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 0.125rem;
  background-color: #fff;
}
.object-list-container.grid-view > .object-list-card {
  /*
	border-left: 1px solid #dee2e6;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	*/
  margin-top: -1px;
  margin-left: -1px;
}
/*
.object-list-container.grid-view>.object-list-card:last-child {
	border-right: 1px solid #dee2e6;
}
*/
@media (min-width: 1600px) {
  .object-list-container.grid-view > .object-list-card {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .catalog-objects .object-list-image span {
    width: 160px;
    height: 160px;
  }
  .catalog-object .object-list-image span {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 1599px) and (min-width: 992px) {
  .object-list-container.grid-view > .object-list-card {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .catalog-objects .object-list-image span {
    width: 132px;
    height: 132px;
  }
  .catalog-object .object-list-image span {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .object-list-container.grid-view > .object-list-card {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .catalog-objects .object-list-image span {
    width: 180px;
    height: 180px;
  }
  .catalog-object .object-list-image span {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .object-list-container.grid-view > .object-list-card {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-objects .object-list-image span {
    width: 220px;
    height: 220px;
  }
  .catalog-object .object-list-image span {
    width: 220px;
    height: 220px;
  }
}
.grid-view .dynamic-layout {
  max-width: 100% !important;
  width: 100%;
  flex: 1 1 100%;
  -ms-flex: 0 0 100%;
  /* display: block; */
}
/* -------------------------------
	DATA LIST FLEX
--------------------------------- */
.data-list-content {
  margin-bottom: 0.5rem;
}
.data-list-content > .list-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.data-list-content > .list-row:not(:last-child) {
  margin-bottom: 0.5rem;
}
.data-list-content > .list-row > .list-key {
  white-space: nowrap;
  overflow: hidden;
}
.data-list-content > .list-row > .list-spacer {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-bottom: 1px dotted #dee2e6;
  border-bottom: 1px dotted var(--table-border-color);
  margin: 0 2px 4px;
}
.data-list-content > .list-row > .list-value {
  font-weight: bold;
  text-align: right;
}
/* -------------------------------
	CMSC Speech Bubbles
--------------------------------- */
.msc-msg {
  position: relative;
  padding: 15px;
  margin: 0.5rem 0;
  color: #000;
  background: #fafafa;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.msc-msg.left {
  margin-left: 15px;
  margin-right: 15px;
  background: #e4e4e4;
}
.msc-msg.right {
  margin-right: 15px;
  margin-left: 15px;
  color: #fff;
  background: var(--primary-color);
}
.msc-msg:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 15px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #f3961c transparent;
  display: block;
  width: 0;
}
.msc-msg.left:after {
  top: 12px;
  left: -15px;
  bottom: auto;
  border-width: 10px 20px 10px 0;
  border-color: transparent #e4e4e4;
}
.msc-msg.right:after {
  top: 12px;
  right: -15px;
  bottom: auto;
  left: auto;
  border-width: 10px 0 10px 20px;
  border-color: transparent var(--primary-color);
}
/* -------------------------------
	CARDS
--------------------------------- */
/* -------------------------------
	CARDS - WIDGETS
--------------------------------- */
.card.widget a {
  color: var(--font-color);
}
.card.widget .list-group-item {
  background: transparent;
}
.card.widget .card-header {
  background: transparent;
}
.card.widget .card-header h3 {
  margin: 0;
}
/* -------------------------------
	CRADS - CARD IN CARD
--------------------------------- */
a .card .card-body {
  color: var(--font-color);
}
.card .card:hover {
  background: rgba(0, 0, 0, 0.05);
}
/* -------------------------------
	CARD RADIO BUTTON
--------------------------------- */
.card-radio-group label {
  width: 100%;
  font-size: 0.9rem;
}
.card-radio-group label span {
  color: var(--font-color);
}
.card-radio-group .form-control {
  width: auto !important;
}
.card-input-element + .card {
  height: calc(28px + 1.6rem);
  color: var(--font-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--table-border-color);
  border-radius: 0.25rem;
  padding: 0 15px;
}
.card-input-element + .card::before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: transparent;
  color: var(--secondary) !important;
  border-radius: 50%;
  margin: 0 15px 0 0;
  border: 2px solid var(--secondary);
}
.card-input-element + .card:hover {
  cursor: pointer;
}
.card-input-element:checked + .card {
  color: var(--font-color);
  border: 1px solid var(--primary);
  -webkit-transition: border 0.75s;
  -o-transition: border 0.75s;
  transition: border 0.75s;
}
.card-input-element:checked + .card::before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: var(--primary);
  color: var(--primary);
  border-radius: 50%;
  margin: 0 15px 0 0;
  border: 2px solid var(--primary);
}
.card-input-element:checked + .card::after {
  content: '';
  display: block;
  position: absolute;
  color: red !important;
  background-color: transparent;
  margin: -3px 0 0 1px;
  left: 20px;
  top: calc(11px + 0.8rem);
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
/* -------------------------------
	SCROLL TO TOP BUTTON
--------------------------------- */
#topScrollContainer {
  width: 100%;
  width: calc(100% - 250px);
  height: 36px;
  right: 0;
  bottom: 30px;
  position: fixed;
  z-index: 1;
}
#content.active #topScrollContainer {
  width: 100%;
}
#gototop {
  width: 84px;
  height: 36px;
  z-index: 99;
  font-size: 0.9rem !important;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  padding: 4px;
  border-radius: 0.25rem;
  font-size: 0.6rem;
  line-height: 0.9rem;
  backdrop-filter: blur(10px);
}
#gototop:hover {
  background-color: #555;
}
@media (max-width: 768px) {
  #topScrollContainer {
    width: 100%;
    bottom: 75px;
  }
}
html {
  scroll-behavior: smooth;
}
/* -------------------------------
	SLIDEOUT MODAL
--------------------------------- */
.close {
  font-size: 2rem;
  font-weight: 400;
  line-height: 0.5;
  color: #000;
}
/* -------------------------------
	SLIDEOUT MODAL
--------------------------------- */
.modal-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: var(--bg-color);
}
.modal.fade .modal-dialog.modal-slideout {
  -webkit-transform: translate(100%, 0) scale(1);
  transform: translate(100%, 0) scale(1);
}
.modal.fade.show .modal-dialog.modal-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}
.modal.fade.show .modal-dialog.modal-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-slideout .modal-content {
  border: 0;
}
.modal-slideout .modal-bar {
  padding: 15px 20px 0 15px;
}
.modal-slideout .modal-header {
  height: auto;
  display: block;
  padding-bottom: 0;
}
.modal-slideout .modal-header-content {
  height: auto;
  position: relative;
}
.modal-header-text {
  width: calc(100% - 60px);
  height: auto;
  background: transparent;
}
.modal-header-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
.modal-slideout .modal-header h1 {
  padding: 5px 0 5px 15px;
}
.modal-slideout .modal-header .close {
  width: 60px;
  height: 60px;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: normal;
  color: var(--font-color);
  opacity: 1;
  text-align: center;
}
.modal-slideout .modal-header .close:hover {
  background-color: #e4e4e4;
  opacity: 1;
}
.modal-slideout .modal-body {
  padding: 15px 30px;
}
.modal-slideout .modal-footer {
  height: 70px;
  display: block;
  padding: 15px 30px 25px 30px;
}
/* -------------------------------
	STYLE
--------------------------------- */
/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Black.eot');
  src: local('Roboto Black'), local('Roboto-Black'), url('/fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Black.woff2') format('woff2'), url('/fonts/Roboto-Black.woff') format('woff'), url('/fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Bold.woff2') format('woff2'), url('/fonts/Roboto-Bold.woff') format('woff'), url('/fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Medium.woff2') format('woff2'), url('/fonts/Roboto-Medium.woff') format('woff'), url('/fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Regular.eot');
  src: local('Roboto Regular'), local('Roboto-Regular'), url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Regular.woff2') format('woff2'), url('/fonts/Roboto-Regular.woff') format('woff'), url('/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Noto Sans */
@font-face {
  font-family: 'Noto Sans';
  src: url('/fonts/NotoSans-Bold.eot');
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url('/fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/NotoSans-Bold.woff2') format('woff2'), url('/fonts/NotoSans-Bold.woff') format('woff'), url('/fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('/fonts/NotoSans.eot');
  src: local('Noto Sans'), local('NotoSans'), url('/fonts/NotoSans.eot?#iefix') format('embedded-opentype'), url('/fonts/NotoSans.woff2') format('woff2'), url('/fonts/NotoSans.woff') format('woff'), url('/fonts/NotoSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('/fonts/NotoSans-Italic.eot');
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url('/fonts/NotoSans-Italic.eot?#iefix') format('embedded-opentype'), url('/fonts/NotoSans-Italic.woff2') format('woff2'), url('/fonts/NotoSans-Italic.woff') format('woff'), url('/fonts/NotoSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* -------------------------------

COLORS

--------------------------------- */
/* temporary color create shipment form*/
.info-green {
  background-color: rgba(23, 162, 184, 0.06);
}
:root {
  --primary-color: #007bff;
  --secondary-color: #818cab;
  --font-color: #333231;
  --link-color: #007bff;
  --bg-color: #ffffff;
  --bg-light: #f8f9fa;
  --heading-color-1-2: #232221;
  --heading-color-3-6: #030201;
  --sidebar-bg: #e9e9e9;
  --sidebar-color: #323130;
  --sidebar-link-color: #333231;
  --sidebar-link-bg: #e9e9e9;
  --sidebar-link-hover: #323130;
  --sidebar-link-bg-hover: #f2f2f2;
  --sidebarRight-bg: #ffffff;
  --sidebarRight-color: #323130;
  --sidebarRight-link-color: #323130;
  --sidebarRight-link-bg: #e9e9e9;
  --sidebarRight-link-hover: #323130;
  --sidebarRight-link-bg-hover: #f2f2f2;
  --topbar-bg: #d2d2d2;
  --topbar-color: #323130;
  --appmenu-bg: #ffffff;
  --appmenu-color: #2b2d42;
  --appmenu-border-color: #e3e3e3;
  --appmenu-dropdown-bg: #ffffff;
  --appmenu-dropdown-color: #2b2d42;
  --callout-border-color: #eeeeee;
  --callout-bg: #ffffff;
  --table-bg: #ffffff;
  --table-clean-bg: #ffffff;
  --table-row-odd: #f5f5f5;
  --table-row-bg-hover: #e9e9e9;
  --table-input-bg: #ffffff;
  --table-input-disabled-bg: #e9ecef;
  --table-filter-bg: #f5f5f5;
  --table-color: #333231;
  --table-border-color: #dee2e6;
  --tl-neutral-bg: #5a5a5a;
  --tl-active-bg: #0474ca;
  --tl-success-bg: #009b3a;
  --tl-warning-bg: #edbb22;
  --tl-error-bg: #d90e48;
  --ext-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="grey" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>');
  --shipment-row-bg: transparent;
  --shipment-row-bg-hover: #edf8ff;
  --shipment-row-checked: #edf8ff;
  --shipment-row-checked-hover: #d9f0ff;
  --shipment-row-revoked: #ffcbda;
  --shipment-row-revoked-hover: #ffb1c7;
}
[data-theme="dark"] {
  --primary-color: #007bff;
  --secondary-color: #818cab;
  --font-color: #ffffff;
  --link-color: #007bff;
  --bg-color: #000000;
  --bg-light: #252525;
  --heading-color-1-2: #ffffff;
  --heading-color-3-6: #ffffff;
  --sidebar-bg: #111111;
  --sidebar-color: #f5f5f5;
  --sidebar-link-color: #f5f5f5;
  --sidebar-link-bg: #252525;
  --sidebar-link-hover: #f5f5f5;
  --sidebar-link-bg-hover: #353535;
  --sidebarRight-bg: #111111;
  --sidebarRight-color: #ffffff;
  --sidebarRight-link-color: #ffffff;
  --sidebarRight-link-bg: #e9e9e9;
  --sidebarRight-link-hover: #323130;
  --sidebarRight-link-bg-hover: #353535;
  --topbar-bg: #222222;
  --topbar-color: #f5f5f5;
  --appmenu-bg: #252525;
  --appmenu-color: #ffffff;
  --appmenu-border-color: #000000;
  --appmenu-dropdown-bg: #252525;
  --appmenu-dropdown-color: #ffffff;
  --callout-border-color: #111111;
  --callout-bg: #111111;
  --table-bg: #111111;
  --table-clean-bg: #111111;
  --table-row-odd: #212223;
  --table-row-bg-hover: #222222;
  --table-input-bg: #252525;
  --table-input-disabled-bg: #121212;
  --table-filter-bg: #111111;
  --table-color: #ffffff;
  --table-border-color: #333231;
  --tl-neutral-bg: #5a5a5a;
  --tl-active-bg: #0474ca;
  --tl-success-bg: #009b3a;
  --tl-warning-bg: #edbb22;
  --tl-error-bg: #d90e48;
  --ext-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="grey" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>');
  --shipment-row-bg: transparent;
  --shipment-row-bg-hover: #000f1f;
  --shipment-row-checked: #002144;
  --shipment-row-checked-hover: #002954;
  --shipment-row-revoked: #920028;
  --shipment-row-revoked-hover: #a5012e;
}
/* -------------------------------
	LOGIN
--------------------------------- */
body#signin {
  background: url('../images/login.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#signin .container {
  max-width: calc(768px / 2);
  font-size: 0.9rem;
}
#signin .container label span,
#signin .container p {
  font-weight: normal;
  font-size: 0.9rem;
}
#signin .alert {
  font-size: 0.8rem;
  border-radius: 0.25rem;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Roboto', 'Noto Sans', arial, sans-serif;
  background-color: var(--bg-color);
  color: var(--font-color);
  font-size: 0.8rem;
  line-height: 1.4em;
}
h1 {
  color: var(--heading-color-1-2);
  font-family: 'Roboto', arial, sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
}
h2 {
  color: var(--heading-color-1-2);
  font-family: 'Roboto', arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
h3,
h4,
h5,
h6 {
  color: var(--heading-color-3-6);
  font-family: 'Roboto', arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
}
.list-group-item.active h5 {
  color: #fff;
}
.modal-title {
  text-transform: none;
  font-size: 1.2rem;
  font-weight: bold;
}
.modal-content {
  background-color: #fff;
  background-color: var(--bg-color);
}
.modal-header {
  border-bottom: 1px solid var(--table-bg);
}
.modal-footer {
  border-top: 1px solid var(--table-bg);
}
/* Slide in modal style */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@keyframes fadeInRight {
  from {
    opacity: 0.75;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0.75;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slide-l .modal-dialog {
  height: 100%;
  margin: 0;
}
.slide-l .animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slide-l .modal-header {
  border-radius: 0;
  background-color: #fff;
  border-color: #d4d2d2;
  align-items: center;
  padding: 1.2rem;
}
.slide-l .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: -12px 0 28px -14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -12px 0 28px -14px rgba(0, 0, 0, 0.25);
  box-shadow: -12px 0 28px -14px rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
}
.modal-backdrop {
  /*background-color: rgba(8,0,86,0.5);*/
  background-color: rgba(0, 0, 0, 0.7);
}
/* Modal style App */
.modal-dialog-fs {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-content-fs {
  height: 100%;
  width: 100%;
  overflow: auto;
  min-height: 100%;
  border-radius: 0;
  border: none;
}
#orgLogo {
  padding: 17px 15px 17px 15px;
  max-width: 250px;
  height: 82px;
}
.org-logo {
  display: inline-block;
  position: relative;
  padding: 17px 19px 17px 19px;
  max-width: 250px;
  height: 60px;
}
.org-logo .svg-logo {
  width: 88px;
  height: 48px;
  fill: var(--font-color);
}
.svg-logo-mobile {
  width: 66px;
  height: 36px;
  fill: var(--font-color);
}
.org-switch {
  color: var(--table-color);
  border-width: 0px;
  border-style: solid;
  border-color: var(--table-border-color);
  background-color: transparent;
  padding: 0.65rem 0.65rem 0.65rem 1.5rem;
  opacity: 0.75;
}
.org-switch-active {
  color: var(--table-color);
  border-width: 0px;
  border-style: solid;
  border-color: var(--table-border-color);
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="green" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  background-repeat: no-repeat, repeat;
  background-position: left 0em top 52%;
  background-size: 1.1em auto;
  padding: 0.65rem 0.65rem 0.65rem 1.5rem;
}
.org-switch:hover,
.org-switch-active:hover {
  color: var(--table-color);
  background-color: var(--table-row-bg-hover);
  opacity: 1;
}
p {
  font-family: 'Roboto', 'Noto Sans', arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.4em;
}
b,
.bold {
  font-weight: bold;
}
.white-space-pre {
  white-space: pre;
}
a,
a:hover,
a:focus {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.1s;
}
a.btn-outline-success:hover,
a.btn-outline-success:focus {
  color: #ffffff !important;
}
a.external {
  background: var(--ext-url);
  background-size: 14px 14px;
  padding-right: 1rem;
  background-repeat: no-repeat;
  background-position: right center;
}
a.no-icon {
  background: none !important;
  padding-right: 0 !important;
}
input.search {
  font-size: 0.9rem !important;
}
input[type="password"]:active,
input[type="password"]:focus {
  background-color: var(--table-input-bg);
}
/* Remove arrows type="numbers" */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
button.select-toggle {
  background-color: #0069d9;
  border-color: #0062cc;
  /*padding-right:8px;*/
}
button.select-toggle::after {
  border: none !important;
}
div#loginform {
  border-radius: 5px;
}
div#authbox {
  min-height: 180px;
}
/* sets cursor pointer to clickable elements */
.clickable,
.clickable:hover {
  cursor: pointer;
}
.btn,
button {
  border-width: 1px;
  font-size: 0.9rem;
}
.btn.dropdown-toggle {
  border-width: 1px;
}
.btn-outline-trans-bg {
  background-color: transparent;
}
.btn-outline-trans-bg:hover {
  background-color: transparent;
  color: inherit;
}
.btn.disabled,
.btn:disabled {
  background-color: #b0b2b3;
  border-color: #abb0b4;
  cursor: default;
}
.btn-link.disabled,
.btn-link:disabled {
  background-color: transparent;
  border: none;
  cursor: default;
}
.input-spinner .btn {
  padding: 0 12px;
}
/* -------------------------------- 

SPINNERS

-------------------------------- */
.spinner {
  border-width: 4px;
  display: inline-block;
  height: 48px;
  width: 48px;
}
.spinner-border {
  border-width: 2px;
  width: 28px;
  height: 28px;
  display: inline-block;
  box-sizing: border-box;
  border-style: solid;
  border-color: #5c46f9 rgba(92, 70, 249, 0.2) rgba(92, 70, 249, 0.2);
  border-radius: 50%;
  border-image: none Infinity% stretch;
  animation-duration: 1.125s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.68, 0.32, 0.2, 0.74);
}
.spinner-border.spinner-xs {
  border-width: 1.5px;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.spinner-border.spinner-lg {
  border-width: 3px;
  display: inline-block;
  height: 48px;
  width: 48px;
}
.spinner-border.spinner-xl {
  border-width: 4px;
  display: inline-block;
  height: 64px;
  width: 64px;
}
.btn .spinner-border {
  border-width: 1.5px;
  width: 0.9rem;
  height: 0.9rem;
}
/* -------------------------------- 

SYMBOLS, MARKS & CUSTOM ICONS

-------------------------------- */
.trending:after {
  content: '\2192';
  font-size: 22px;
  color: gray;
  position: relative;
  top: -0.4rem;
  display: inline-block;
}
.trending.trending-up:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  color: #009b3a;
}
.trending.trending-down:after {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  color: #ed1c24;
}
/* -------------------------------- 

WIDTHS

-------------------------------- */
.w15px {
  width: 15px;
}
.w30px {
  width: 30px;
}
.w40px {
  width: 40px;
}
.w50px {
  width: 50px;
}
.w100px {
  width: 100px;
}
.w120px {
  width: 120px;
}
.w140px {
  width: 140px;
}
.w150px {
  width: 150px;
}
.w180px {
  width: 180px;
}
.w250px {
  width: 250px;
}
/* -------------------------------- 

BREADCRUMBS

-------------------------------- */
/*.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "\203A";
}*/
/* -------------------------------- 

PAGINATION

-------------------------------- */
.page-item .page-link {
  color: var(--primary-color);
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pagination .page-item .page-link .icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
}
.pagination.pagination-sm .page-link {
  padding: 0.0125rem 0.475rem;
  font-size: 0.7rem;
  line-height: 1.8;
}
.pagination .page-link {
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 0.25rem 0.55rem;
}
.pagination.pagination-lg .page-link {
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0.425rem 0.725rem;
}
/* -------------------------------- 

ACCORDION

-------------------------------- */
.accordion .sender_business_name,
.accordion .receiver_business_name {
  font-weight: 400;
}
.accordion + .accordion {
  border-top: none;
}
.accordion-header {
  overflow: hidden;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0.75rem 0;
  background-color: transparent;
  border-radius: 0;
}
.accordion-content {
  font-size: 0.9rem;
  padding: 0 1.5rem 0.5rem 2.8rem;
}
.accordion label {
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 400;
  font-family: Arial, 'Segoe UI', Verdana, sans-serif;
  opacity: 1;
  margin: 0;
  padding: 0.7rem 0 0 0;
}
a.accordion-btn {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: 'Roboto', arial, sans-serif;
  line-height: 1.2;
  color: var(--font-color);
  text-decoration: none;
  padding: 0 1rem;
}
a.accordion-btn span {
  display: inline-block;
}
a.accordion-btn:active,
a.accordion-btn:focus {
  outline: none;
}
a.accordion-btn[aria-expanded="false"]::before,
a.accordion-btn[aria-expanded="true"]::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.8rem;
  cursor: pointer;
  color: var(--primary-color);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: 50%;
  transform: rotate(-90deg);
}
a.accordion-btn[aria-expanded="true"]::before {
  transform: rotate(0deg);
}
/* icons */
.l-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
}
.lg-icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
}
.color-icon {
  stroke: red;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
}
.l-icon-bg {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 4px;
  margin: 4px;
}
.l-icon-lg {
  width: 28px;
  height: 28px;
  stroke: var(--secondary-color);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
}
.l-icon-xl {
  width: 36px;
  height: 36px;
  stroke: var(--secondary-color);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
}
.f-icon {
  width: 18px;
  height: 18px;
  stroke: none;
  fill: currentColor;
}
.l-icon-btn {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: #ffffff;
}
.l-icon-fill {
  width: 16px;
  height: 16px;
  stroke: var(--font-color);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: var(--font-color);
}
.l-icon.fill.primary {
  stroke: var(--primary);
  fill: var(--primary);
}
.l-icon.fill.secondary {
  stroke: var(--secondary);
  fill: var(--secondary);
}
.l-icon.fill.success {
  stroke: var(--success);
  fill: var(--success);
}
.l-icon.fill.warning {
  stroke: var(--warning);
  fill: var(--warning);
}
.l-icon.fill.danger {
  stroke: var(--danger);
  fill: var(--danger);
}
.l-icon-xs-fill {
  width: 12px;
  height: 12px;
}
.l-icon-sm-fill {
  width: 18px;
  height: 18px;
}
.l-icon-compare-include {
  width: 24px;
  height: 24px;
  stroke: var(--success);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
}
.l-icon-compare-exclude {
  width: 24px;
  height: 24px;
  stroke: var(--gray);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
}
.info .l-icon {
  width: 0.7rem;
  height: 0.7rem;
  outline: none;
  opacity: 0.8;
}
.l-icon-nav {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 8px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
}
.l-icon-nav-adm {
  width: 22px;
  height: 22px;
  margin: 0 8px 0 8px;
  stroke: white;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
  background-color: #565656;
  border-radius: 50%;
  padding: 3px;
}
/* tables */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--table-row-odd);
  border-radius: 0.25rem;
}
.table {
  font-size: 0.8rem;
  background: var(--table-bg);
  color: var(--table-color);
  border-radius: 0.25rem;
  font-family: 'Roboto', arial, helvetica, verdana, sans-serif;
}
.table-clean {
  background: var(--table-clean-bg) !important;
  border-radius: 0.25rem;
}
.table tr:first-child th {
  border-top: none;
  border-bottom: none;
}
.table thead th {
  border-color: var(--table-border-color);
  font-size: 0.8rem;
}
.numeric-cell {
  font-family: 'Noto Sans', courier, arial, sans-serif !important;
  font-size: 0.8rem;
}
.table td,
.table th {
  vertical-align: middle;
  border-color: var(--table-border-color);
  white-space: nowrap;
  color: var(--font-color);
}
.sortable th:hover {
  cursor: pointer;
  /*background-color: #fafafa;*/
}
.sortable th span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 8px;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="18px" width="18px" viewBox="0 0 24 24"><path fill="rgba(0,0,0,0.5)" d="M10.605 9.601L6.31 5.317v12.112H5.133V5.317L.838 9.601.01 8.775l5.711-5.713 5.711 5.713-.827.826z"></path><path fill="rgba(0,0,0,0.5)" d="M23.99 15.225l-5.711 5.713-5.713-5.713.828-.828 4.295 4.284V6.572h1.178v12.112l4.295-4.284.828.825z"></path></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 50%;
  background-size: 15px auto;
  cursor: default;
}
.sortable th.sort-asc span {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgba(0,0,0,1)" d="M10.605 9.601L6.31 5.317v12.112H5.133V5.317L.838 9.601.01 8.775l5.711-5.713 5.711 5.713-.827.826z"></path><path fill="rgba(151,150,149,1)" d="M23.99 15.225l-5.711 5.713-5.713-5.713.828-.828 4.295 4.284V6.572h1.178v12.112l4.295-4.284.828.825z"></path></svg>');
}
.sortable th.sort-desc span {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgba(151,150,149,1)" d="M10.605 9.601L6.31 5.317v12.112H5.133V5.317L.838 9.601.01 8.775l5.711-5.713 5.711 5.713-.827.826z"></path><path fill="rgba(0,0,0,1)" d="M23.99 15.225l-5.711 5.713-5.713-5.713.828-.828 4.295 4.284V6.572h1.178v12.112l4.295-4.284.828.825z"></path></svg>');
}
#translations .table td,
#translations .table th {
  vertical-align: middle;
  border-color: var(--table-border-color);
  white-space: normal;
}
/* SHIPMENTS */
/* shipments form create v2 start */
#shipmentCreate h1,
#shipmentCreate h2,
#shipmentCreate h3,
#shipmentCreate h4 {
  color: #2f527c;
}
/*
#shipmentCreate .form-control, #shipmentCreate .select-style {
	border-color: #caced1;
}
*/
#shipmentCreate dt {
  font-size: 0.9rem;
  font-weight: normal;
}
#shipmentCreate hr {
  border-width: 2px;
}
/* first card */
#shipmentCreate .card .card {
  margin-bottom: 2rem;
}
/* second card */
#shipmentCreate .card .card {
  border-radius: 0.125rem;
  border-color: #eceafc;
  /*border-color: #e3ecf3;*/
}
#shipmentCreate .card .card .card-body {
  background: #f8f7ff;
  /*background: #ddeafa;*/
}
/* third card */
#shipmentCreate .card .card .card {
  border-radius: 0.125rem;
  border-color: red;
  background: #fff;
  border-color: #caced1;
}
#shipmentCreate .card .card .card .card-body {
  background: transparent;
}
/* shipments form create v2 end */
#createdShipments .progress,
#bookedShipments .progress,
#inboundShipments .progress {
  height: 4px;
}
#createdShipments .progress .progress-bar,
#bookedShipments .progress .progress-bar,
#inboundShipments .progress .progress-bar {
  width: 10%;
}
.progress-bar.percent-10 {
  width: 10% !important;
}
.progress-bar.percent-15 {
  width: 15% !important;
}
.progress-bar.percent-20 {
  width: 20% !important;
}
.progress-bar.percent-60 {
  width: 60% !important;
}
.progress-bar.percent-100 {
  width: 100% !important;
}
#created tr:hover th,
#shipments tr:hover th,
#inboundShipments tr:hover th {
  background: transparent;
  color: var(--table-color);
}
#created tr:hover td,
#shipments tr:hover td,
#inboundShipments tr:hover td {
  background: var(--shipment-row-bg-hover);
  color: var(--table-color);
}
#created tr.checked td,
#shipments tr.checked td {
  background: var(--shipment-row-checked);
  color: var(--table-color);
}
#created tr.checked:hover td,
#shipments tr.checked:hover td {
  background: var(--shipment-row-checked-hover);
  color: var(--table-color);
}
#created tr.revoked td,
#shipments tr.revoked td {
  background: var(--shipment-row-revoked);
  color: var(--table-color);
}
#created tr.revoked:hover td,
#shipments tr.revoked:hover td {
  background: var(--shipment-row-revoked-hover);
  color: var(--table-color);
}
#created tr.revoked td,
#shipments tr.revoked td {
  background: var(--shipment-row-revoked);
  color: var(--table-color);
}
#created tr.revoked:hover td,
#shipments tr.revoked:hover td {
  background: var(--shipment-row-revoked-hover);
  color: var(--table-color);
}
td.status span {
  display: block;
  margin: 0 0 3px 0;
  font-size: 0.8rem;
}
.sender_business_name,
.sender_reference,
.receiver_business_name,
.receiver_reference {
  width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sender_business_name,
.receiver_business_name {
  font-weight: bold;
}
/* Route Tag - START*/
.route-tags {
  width: auto;
  max-width: 200px;
}
.route-tags .tags .badge {
  font-weight: 300;
  font-size: 0.6rem;
  margin: 0;
  position: relative;
  background: #f1f2f3;
  color: var(--font-color);
}
.route-tags .tags div:first-child .badge {
  background: #17a2b8 !important;
  color: #fff;
}
/* Route Tag - END */
.route_tags {
  width: auto;
  max-width: 200px;
}
.route_tags .tags .badge {
  font-weight: 300;
  font-size: 0.6rem;
  margin: 0;
  position: relative;
  background: #f1f2f3;
  color: var(--font-color);
}
.route_tags .tags a {
  display: block;
  cursor: pointer;
}
.route_tags .tags .badge.current {
  background: #17a2b8 !important;
  color: #fff;
}
.transport_service,
.carrier {
  width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#inboundModal .carrier,
#inboundModal .sender_business_name,
#inboundModal .sender_reference,
#inboundModal .receiver_business_name,
#inboundModal .receiver_reference {
  width: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: inherit;
}
#inboundShipments .sender_business_name,
#inboundShipments .sender_reference,
#inboundShipments .sender_address,
#inboundShipments .receiver_business_name,
#inboundShipments .receiver_reference,
#inboundShipments .receiver_address {
  width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* hide ETA column on smaller screens */
@media screen and (max-width: 1500px) {
  #inboundShipments th.eta,
  #inboundShipments td.eta {
    display: none !important;
  }
}
#inboundFilter label {
  margin: 0.6rem 0 0.1rem 0;
}
.sender_reference,
.receiver_reference,
.sender_address,
.receiver_address {
  font-size: 0.8rem;
}
.shipment_alerts {
  overflow: hidden;
  white-space: nowrap;
}
.shipment-actions {
  width: 34px;
  height: 34px;
  background-color: transparent;
  border-radius: 50%;
  padding: 0.25rem 0.5rem;
}
.shipment-actions:hover {
  background-color: inherit;
  border-color: #ccc;
}
tr:hover td .shipment-actions {
  background-color: inherit;
  border-color: #d9f0ff;
}
tr:hover td .shipment-actions:hover {
  background-color: var(--shipment-row-checked-hover);
  border-color: #d9f0ff;
}
tr.checked:hover td .shipment-actions {
  background-color: inherit;
  border-color: #edf8ff;
}
tr.checked:hover td .shipment-actions:hover {
  background-color: var(--shipment-row-bg-hover);
  border-color: #d9f0ff;
}
tr.revoked:hover td .shipment-actions {
  background-color: inherit;
  border-color: #ffcbda;
}
tr.revoked:hover td .shipment-actions:hover {
  background-color: var(--shipment-row-revoked-hover);
  border-color: #ffcbda;
}
.shipment-actions svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.5;
}
.shipment-dropnav {
  background-color: var(--table-bg);
}
.dropdown-divider {
  border-color: var(--table-border-color);
  margin: 0.125rem 0;
}
.shipment-dropnav span {
  display: block;
  padding: 0;
}
.shipment-dropnav .l-icon {
  margin: 0.25rem 0.5rem;
}
.shipment-dropnav .l-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0.25rem 0.5rem;
}
.shipment-dropnav a {
  display: block;
  padding: 0.35rem 1rem 0.35rem 0.35rem;
  color: var(--font-color);
  font-family: 'Roboto', Arial, 'Segoe UI', Verdana, Serif;
  font-size: 0.85rem;
}
.shipment-dropnav a:hover {
  background-color: var(--table-row-bg-hover);
}
.shipment-dropnav a.disabled,
.shipment-dropnav a.disabled:hover {
  color: rgba(0, 0, 0, 0.33) !important;
  background-color: inherit;
}
/* Change so numbered tables is created by class .numbered-table */
/* original version will be removed later
table tr {
	counter-increment: row-num;
}
table tbody tr td:first-child::before, table tbody tr th.numeric-cell:first-child::before {
	content: counter(row-num) "";
	font-weight: 600;
}
table.no-nu tr {
	counter-increment: none;
}
table.no-nu tr td:first-child::before, table.no-nu tr th.numeric-cell:first-child::before {
	content: "";
	font-weight: normal;
}
Change so numbered tables is created by class .numbered-table */
/* This style changes the way to number table rows - START - 220406 */
table.table-numbered tr {
  counter-increment: row-num;
}
table.table-numbered tbody tr td:first-child::before,
table.table-numbered tbody tr th.numeric-cell:first-child::before {
  content: counter(row-num) "";
  font-weight: 600;
}
table tr {
  counter-increment: none;
}
table.table-numbered tr td:first-child::before,
table.table-numbered tr th.numeric-cell:first-child::before {
  content: "";
  font-weight: normal;
}
/* This style changes the way to number table rows - END */
.form-control,
.form-control:focus {
  background: var(--table-input-bg);
  border-color: var(--table-border-color);
  color: var(--table-color);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--table-input-bg) inset !important;
  -webkit-text-fill-color: var(--table-color) !important;
}
.qr-canvas {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 90, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 90, 0.3);
  -webkit-animation: pulse 4s 90ms infinite;
  animation: pulse 4s 90ms infinite;
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 90, 0.3);
    box-shadow: 0 0 0 0 rgba(0, 0, 90, 0.3);
  }
  25% {
    -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 90, 0);
    box-shadow: 0 0 0 8px rgba(0, 0, 90, 0);
  }
  35% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 90, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 90, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 90, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 90, 0);
  }
}
.qrcode {
  background-color: #ffffff;
}
.card {
  background: var(--table-input-bg);
}
.card-light {
  background: var(--bg-light);
}
/* -------------------------------
	TOPNAV
--------------------------------- */
.brand-logo-nav {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--logo-bg-color);
  text-indent: -9999px;
  line-height: 1.5em;
  margin: 1rem 0 0 2rem;
  display: block;
  font-size: 1rem;
  position: relative;
  float: left;
  width: 120px;
  height: 60px;
  background-image: url(../assets/logvio-logotype.svg);
}
.brand-logo-nav-link {
  height: 80px;
  display: block;
  cursor: pointer;
}
.brand-logo-head {
  width: 40px;
  height: 20px;
  background-image: url(../assets/logvio-symbol.svg);
}
.brand-logo-head-link {
  height: 20px;
  display: block;
  cursor: pointer;
}
/* -------------------------------
	TABLE ROW FLASH
--------------------------------- */
@keyframes highlight {
  0% {
    background-color: #ff8;
  }
  100% {
    background-color: var(--table-bg);
  }
}
.flash {
  animation: highlight 2s;
}
.adhoc {
  background-color: #ff8;
}
/* -------------------------------
	TOGGLE SWITCH V.1
--------------------------------- */
.toggle-switch-wrapper {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 1rem;
}
.toggle-switch {
  display: inline-block;
  height: 22px;
  position: relative;
  width: 40px;
}
.toggle-switch input {
  display: none;
}
.slider {
  background-color: #cccccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}
.slider:before {
  background-color: #ffffff;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 1px;
  bottom: 1px;
  transition: 0.1s;
}
input:checked + .slider {
  background-color: #007bff;
}
input:checked + .slider:before {
  transform: translateX(18px);
}
.slider.round {
  border-radius: 11px;
}
.slider.round:before {
  border-radius: 11px;
}
/* --------------------------------

Toggle switch Custom V2

-------------------------------- */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 22px;
}
.switch.sm {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 18px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slide-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c6c7c8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /*-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;*/
}
.slide-btn:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 1.5px;
  bottom: 1.5px;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.switch.sm .slide-btn:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 1.5px;
  bottom: 1.5px;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
input:checked + .slide-btn {
  background-color: #55b776;
  /*-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;*/
}
input:focus + .slide-btn {
  box-shadow: 0 0 0px #55b776;
}
input:checked + .slide-btn:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.switch.sm input:checked + .slide-btn:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
input:disabled + .slide-btn {
  background-color: #f4f2f1;
  /*-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;*/
}
input:disabled + .slide-btn:before {
  background-color: #f4f2f1 !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.45);
}
/* Rounded sliders */
.slide-btn.round {
  border-radius: 24px;
}
.slide-btn.round:before {
  border-radius: 50%;
}
/* -------------------------------
	BD CALLOUT
--------------------------------- */
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--callout-border-color);
  border-left-width: 0.2rem;
  border-radius: 0.125rem;
  background: var(--callout-bg);
}
.bd-callout h4 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}
.bd-callout-primary {
  border-left-color: var(--primary-color);
}
.bd-callout-secondary {
  border-left-color: var(--secondary-color);
}
.bd-callout-yellow {
  border-left-color: var(--yellow);
}
.bd-callout-orange {
  border-left-color: var(--orange);
}
#graph .bd-callout {
  padding: 0.25rem 1.25rem;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left-width: 0.15rem;
  border-radius: 0;
}
/* -------------------------------
	DROPDOWN
--------------------------------- */
#navbarDropdown {
  padding-left: 1rem;
  padding-right: 2rem;
}
/*
.dropdown-menu {
	/*margin-top: -6px;*/
/*
	font-size: .9rem;
	background-color: var(--table-bg);
}
*/
li ~ a.dropdown-item {
  background-color: #33eedd !important;
}
/* -------------------------------
	NAVBAR
--------------------------------- */
#topbar {
  background: var(--topbar-bg);
  height: 82px;
  padding: 15px 10px;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
/*
#topbar a {
	color: #ffaa00;
}
*/
#topbar a,
#topbar a:active,
#topbar a:focus {
  color: var(--sidebar-link-color);
  background: var(--topbar-link-bg);
  font-size: 0.9rem;
  width: auto;
  border-radius: 0.25rem;
  padding: 2px 8px 2px 8px;
  /*height: 2.2rem;*/
}
#topbar a:hover {
  color: var(--sidebar-link-hover);
}
#topbar-brand.active {
  display: none;
}
/* -------------------------------
	SIDEBAR STYLE
--------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
}
#sidebar {
  color: var(--sidebar-color);
  background: var(--sidebar-bg);
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  transition: all 0.1s;
}
#sidebar span {
  font-size: 0.8rem;
}
#sidebar.active {
  margin-left: -250px;
}
#sidebar .sidebar-header {
  padding: 0;
  width: 100%;
  height: 82px;
  background: var(--topbar-bg);
  color: var(--topbar-color);
}
.navbar-brand {
  font-size: 1rem;
  color: var(--topbar-color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 215px;
  margin: 1.6rem 1.125rem;
}
#brandBox {
  padding: 0;
  height: 70px;
}
#brandBox a {
  color: var(--sidebar-link-color);
}
#sidebar .btn-org-switch {
  display: block;
  width: 100%;
  color: var(--font-color);
  background: rgba(0, 0, 0, 0.15);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2rem;
  padding: 0.75rem 10px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 250px;
}
#sidebar ul.components {
  padding: 20px 0 0 0;
}
#sidebar ul p {
  color: var(--sidebar-color);
  padding: 10px;
}
#sidebar ul li a {
  color: var(--sidebar-link-color);
  font-size: 0.9rem;
  padding: 10px;
  display: block;
}
#adminComp {
  color: var(--sidebar-link-color);
  font-size: 0.8rem;
  display: block;
}
#sidebar ul li a:hover {
  color: var(--sidebar-link-color);
  background: var(--sidebar-link-bg-hover);
}
#sidebar ul li.active > a {
  color: var(--sidebar-link-color);
  background: var(--sidebar-link-bg-hover);
  font-weight: bold;
  border-left: 3px solid #ffffff;
}
#sidebar a[aria-expanded="true"] {
  color: var(--sidebar-link-color);
  background: var(--sidebar-link-bg-hover);
}
#sidebar a[data-toggle="collapse"] {
  position: relative;
}
#sidebar.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#sidebar ul ul a {
  background: var(--sidebar-link-bg);
  font-size: 0.9rem !important;
  padding-left: 30px !important;
}
#sidebar #devbrandBox {
  height: auto;
}
#sidebar #devbrandBox a {
  text-align: center;
}
/* -------------------------------
	SIDEBARRIGHT STYLE
--------------------------------- */
/*
.btn-profile, .btn-profile:active, .btn-profile:focus {
	color: var(--sidebar-link-color);
	background: var(--topbar-link-bg);
	font-size: 0.9rem;
	height: 2.2rem;
	width: auto;
	border-radius: 5%;
	padding: 2px 8px 2px 8px;
}

.btn-profile:hover {
	color: var(--sidebar-link-hover);
}
*/
#sidebarRight {
  color: var(--sidebarRight-color);
  background: var(--sidebarRight-bg);
  height: calc(100% - 0px);
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0px;
  right: 0;
  white-space: nowrap;
  overflow-x: hidden;
  transition: 0.2s;
  /*padding-top: 10px;*/
  z-index: 10;
}
#sidebarRight a {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: var(--sidebarRight-link-color);
  background: var(--sidebarRight-bg);
}
#sidebarRight a.sign-out {
  color: var(--sidebarRight-link-color);
}
#sidebarRight > div {
  text-decoration: none;
  font-size: 1rem;
  color: var(--sidebar-color);
  display: block;
  transition: 0.1s;
}
#sidebarRight div span {
  display: block;
}
#sidebarRight .userPhoto {
  float: left;
  padding: 4px 4px 4px 16px;
  border-radius: 50%;
  display: block;
  border: 1px solid transparent;
}
#sidebarRight .userPhoto .img {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  background: var(--topbar-bg);
  border-radius: 50%;
  padding: 0.9rem 0.4rem 0.4rem 0.4rem;
}
#sidebarRight .userPhoto .img .l-icon {
  width: 1.2rem;
  height: 1.2rem;
}
#sidebarRight .userInfo {
  float: left;
  text-align: left;
  padding: 0 16px;
  position: absolute;
  top: 12px;
  left: 60px;
}
#sidebarRight .userName {
  font-size: 1rem;
  font-weight: normal;
  color: var(--sidebarRight-color);
  white-space: nowrap;
}
#sidebarRight .userMail {
  font-size: 0.7rem;
  color: var(--sidebarRight-color);
}
#sidebarRight a:hover {
  color: var(--sidebarRight-link-color);
  background: var(--sidebarRight-link-bg-hover);
}
#sidebarRight .close-block {
  float: right;
  text-align: right;
  padding: 0;
  position: absolute;
  width: 350px;
  height: 22px;
  padding: 0 5px 0 0;
}
#sidebarRight .closebtn {
  font-size: 22px;
  line-height: 1;
  text-align: center;
  height: 24px;
  width: 24px;
  padding: 0;
  border-radius: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-height: 450px) {
  #sidebarRight {
    padding-top: 10px;
  }
  #sidebarRight a {
    font-size: 0.9rem;
  }
}
/* -------------------------------
	DROPUP NAV STYLE
--------------------------------- */
.app-menu_bottom {
  height: auto;
}
.app-menu_bottom-list {
  display: flex;
  padding: 0;
  margin: 0;
  background: var(--appmenu-bg);
  border-top-width: 1px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-style: solid;
  border-color: var(--appmenu-border-color);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  height: calc(62px + var(--safe-area-inset-bottom));
  padding-bottom: var(--safe-area-inset-bottom);
}
.app-menu_bottom-item {
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  justify-content: center;
}
.app-menu_bottom-item .dropdown-menu {
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0;
  background: var(--appmenu-dropdown-bg);
  color: var(--appmenu-dropdown-color);
}
.app-menu_bottom-link {
  color: var(--appmenu-color);
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  line-height: 1.4rem;
  text-decoration: none;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feather {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.app-menu_bottom-link .l-icon {
  width: 1.4rem;
  height: 1.4rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.app-menu_bottom-link[aria-expanded="true"] {
  background: var(--appmenu-bg);
}
.app-menu_bottom-link:hover {
  color: var(--appmenu-color);
  text-decoration: none;
}
.app-menu_bottom-link:focus,
.app-menu_bottom-link:active {
  color: var(--appmenu-color);
  text-decoration: none;
  outline: none;
}
.app-menu_bottom-link .app-svg-container {
  display: block;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}
.app-menu_bottom-link .app-svg-container img {
  color: #33eedd;
  width: 24px;
  height: 24px;
}
.app-menu_bottom-link-child {
  font-size: 1rem;
  line-height: 3rem;
  border-bottom: 1px solid;
  border-color: var(--appmenu-border-color);
  color: var(--appmenu-dropdown-color);
}
.app-menu_bottom-link-child:last-child {
  border: none;
}
.app-menu_bottom-link-child:hover,
.app-menu_bottom-link-child:focus,
.app-menu_bottom-link-child:active {
  background: var(--appmenu-dropdown-bg);
  color: var(--appmenu-dropdown-color);
  opacity: 0.85;
}
/* -------------------------------
	LIST ACTIONS NAV
--------------------------------- */
#signbuttons {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: var(--bg-color);
  border-top: 0px solid;
  border-color: var(--table-border-color);
  padding: 0 15px;
  box-shadow: 0px -8px 8px -8px #e9e9e9;
}
#selfSignForm,
#qrView {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--bg-color);
  border-top: 0px solid;
  border-color: var(--table-border-color);
  padding: 0 15px;
  box-shadow: 0px -8px 8px -8px #e9e9e9;
}
#signbuttons .btn-outline-light {
  border-width: 2px;
}
#selfSignForm,
#qrView,
#newShipment {
  z-index: 999;
  height: 100%;
}
#filterButton svg {
  margin: 0 5px 3px 0;
}
#listActionNav {
  position: fixed;
  bottom: 0;
  right: 0;
  /*text-align: right;*/
  padding: 10px;
  width: calc(100% - 250px);
  background: var(--bg-color);
  /*background: #ffe7a3;*/
  border-top: 0px solid;
  border-color: var(--table-border-color);
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.18);
}
#content.active #listActionNav {
  width: 100%;
}
#listActionText {
  font-weight: 600 !important;
  font-size: 0.9rem;
  line-height: 2.5;
}
@media (max-width: 768px) {
  #listActionNav {
    bottom: 60px;
    right: 0;
  }
}
/* -------------------------------
	CONTENT STYLE
--------------------------------- */
#content {
  width: calc(100% - 250px);
  padding: 0;
  min-height: 100vh;
  transition: all 0.1s;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
}
#content.active {
  width: 100%;
}
.main {
  padding: 30px 20px;
}
/* -------------------------------
	MEDIAQUERIES
--------------------------------- */
@media (max-width: 768px) {
  #topbar {
    background: var(--topbar-bg);
    height: 60px;
    padding: 5px 5px;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
  }
  #content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.1s;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
  }
  #sidebarCollapse,
  #sidebar {
    display: none;
  }
}
@media (max-width: 992px) {
  .main {
    padding: 30px 10px 60px 10px;
  }
  .btn-profile-round {
    height: 2.625rem;
    width: 2.625rem;
    padding: 0 0 0.2rem 0;
    margin-right: 0.4rem;
    border-radius: 50%;
  }
}
/* -------------------------------
	LINES AND BORDERS
--------------------------------- */
.dashed-bottom {
  border-bottom: 1px dashed var(--table-border-color);
}
.line-bottom {
  border-bottom: 1px solid var(--table-border-color);
}
.line-top {
  border-top: 1px solid var(--table-border-color);
}
/* -------------------------------
	ALERTS AND COLORS
--------------------------------- */
.alert {
  border-radius: 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2rem;
  font-family: Arial, 'Segoe UI', Verdana;
  color: #fff;
  padding: 0.75rem 1rem;
  border: none;
}
.alert-icon {
  background-repeat: no-repeat, repeat;
  background-position: left 1rem top 0.75rem;
  background-size: 18px auto;
  padding-left: 3rem;
}
.alert a.btn {
  float: right;
  height: auto;
  margin: 0 0 0 4px;
  line-height: 1.3;
  padding: 0px 5px 0 5px;
  border-radius: 0.225rem;
}
.alert a {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  font-weight: 500;
  padding: 0 10px;
  font-size: 0.825rem;
  line-height: 32px;
  border-radius: 0.25rem;
}
.alert a:hover {
  color: #232425;
  background-color: #fff;
  font-weight: 500;
}
.alert-primary a,
.alert-secondary a,
.alert-warning a {
  color: #232425;
  border: 1px solid #232425;
}
.alert-primary a:hover,
.alert-secondary a:hover,
.alert-warning a:hover {
  color: #fff;
  border: 1px solid #232425;
  background-color: #232425;
  font-weight: 500;
}
.alert > .close span {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .alert > .close span {
    display: block;
  }
}
.alert > .close {
  margin-top: -0.4rem;
  margin-right: -0.6rem;
  padding: 0;
  background-color: transparent;
  border: 0;
  float: right;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  /*text-shadow: 0 1px 0 #fff;*/
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
}
.alert > .close:before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>');
  background-size: 1.3rem;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 1.375rem;
  position: absolute;
  top: -0.375rem;
  left: -0.375rem;
  z-index: 1;
}
.alert[class*=warning] .close:before,
.alert[class*=primary] .close:before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>');
  background-size: 1.3rem;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 1.375rem;
  position: absolute;
  top: -0.375rem;
  left: -0.375rem;
  z-index: 1;
}
.alert[class*=warning] .close:hover:before,
.alert[class*=primary] .close:hover:before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>');
  background-size: 1.3rem;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 1.375rem;
  position: absolute;
  top: -0.375rem;
  left: -0.375rem;
  z-index: 1;
}
.alert-warning > .close,
.alert-primary > .close {
  color: #000;
}
.alert > .close:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1 !important;
}
.alert-info {
  background-color: #057afe;
}
.alert-info.alert-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg>');
}
.alert-primary,
.alert-secondary {
  background-color: #dedede;
  color: #232425;
}
.alert-success {
  background-color: #379d00;
}
.alert-success.alert-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"/></svg>');
}
.alert-warning {
  background-color: #f8f32b;
  color: #232425;
}
.alert-primary.alert-icon,
.alert-secondary.alert-icon,
.alert-warning.alert-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>');
}
.alert-danger {
  background-color: #e40215;
}
.alert-danger.alert-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>');
}
/* remove style start

.alert-primary {
}

.alert-secondary {
}

.alert-success {
	background-color: #34c85a;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg>');
	border: 1px solid #34c85a;
}

.alert-danger {
	background-color: #e40215;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg>');
	border: 1px solid #e40215;
}

.alert-danger-outline {
	background-color: transparent;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg>');
	border: 2px solid #e40215;
	color: #e40215;
}

.alert-important {
	background-color: #f26522;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg>');
	border: 1px solid #f26522;
}

.alert-important-outline {
	background-color: transparent;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(242,101,34,1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg>');
	border: 2px solid #f26522;
	color: #f26522;
}

.alert-light {
	background-color: #f2f2f2;
	color: #232323;
	border: 1px solid #f2f2f2;
}

.alert-dark {
	background-color: #939393;

	border: 1px solid #939393;
}

remove style end */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* -------------------------------
	INBOUND SHIPMENTS
--------------------------------- */
.inbound-status-sm {
  width: 26px;
  min-height: 26px;
  border-radius: 50%;
}
.inbound-status-lg {
  min-width: 52px;
  min-height: 52px;
  border-radius: 50%;
}
.inbound-status-lg.delivered,
.inbound-status-sm.delivered {
  background-color: var(--tl-success-bg);
}
.inbound-status-lg.transit {
  background-color: var(--tl-active-bg);
}
.inbound-status-lg.reloading {
  background-color: var(--tl-warning-bg);
}
.inbound-status-lg.booked {
  background-color: var(--tl-neutral-bg);
}
.inbound-status-sm svg {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  stroke: white;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
}
.inbound-status-lg svg {
  width: 36px;
  height: 36px;
  position: relative;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  stroke: white;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  fill: none;
}
/* -------------------------------
	SHIPMENTS
--------------------------------- */
input.super-search {
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgba(0,0,0,0.8)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: left -20px top 10px;
  background-size: 16px auto;
  -webkit-animation: search-slide-in 0.12s forwards;
  -webkit-animation-delay: 0s;
  animation: search-slide-in 0.12s forwards;
  animation-delay: 0s;
}
input.super-search:focus {
  box-shadow: 0 1px 6px 0 rgba(31, 32, 33, 0.3);
  border-color: rgba(223, 224, 225, 0);
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgba(0,0,0,0.8)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: left 0px top 10px;
  background-size: 16px auto;
  -webkit-animation: search-slide-out 0.12s forwards;
  -webkit-animation-delay: 0s;
  animation: search-slide-out 0.12s forwards;
  animation-delay: 0s;
}
@-webkit-keyframes search-slide-in {
  0% {
    background-position: -20px;
    padding: 0 0 0 10px;
  }
  100% {
    background-position: 10px;
    padding: 0 0 0 36px;
  }
}
@keyframes search-slide-in {
  0% {
    background-position: -20px;
    padding: 0 0 0 10px;
  }
  100% {
    background-position: 10px;
    padding: 0 0 0 36px;
  }
}
@-webkit-keyframes search-slide-out {
  0% {
    background-position: 10px;
    padding: 0 0 0 36px;
  }
  100% {
    background-position: -20px;
    padding: 0 0 0 10px;
  }
}
@keyframes search-slide-out {
  0% {
    background-position: 10px;
    padding: 0 0 0 36px;
  }
  100% {
    background-position: -20px;
    padding: 0 0 0 10px;
  }
}
.info .l-icon {
  width: 0.7rem;
  height: 0.7rem;
  outline: none;
  opacity: 0.8;
  color: var(--primary);
}
.info:focus,
.info:hover {
  box-shadow: none;
  outline: none;
  cursor: help;
  color: var(--primary-color);
}
table#created td,
table#shipments td,
table#inboundShipments td {
  cursor: default;
}
#inboundShipments td:hover {
  cursor: pointer;
}
/* Anomalies shipment carrier */
#anomalies .form-group {
  background-color: #ffffff;
  display: block;
  margin: 0;
  position: relative;
  height: calc(100% + 1rem);
  color: var(--font-color);
  border: 1px solid var(--table-border-color);
  border-radius: 0.25rem;
  padding: 0 15px;
  margin: 0 0 3px 0;
}
#anomalies .form-group label {
  padding: 12px 45px;
  width: 100%;
  display: block;
  text-align: left;
  color: #F26522;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  font-size: 0.9rem;
}
#anomalies .form-group label .date {
  color: var(--font-color);
}
#anomalies label:before {
  width: 100%;
  height: 10px;
  border-radius: 11px;
  content: '';
  background-color: #33eedd;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
#anomalies label:after {
  width: 18px;
  height: 18px;
  content: '';
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 1px 2px;
  border-radius: 11px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 100ms ease-in;
}
#anomalies input ~ label {
  color: #F26522;
}
#anomalies input:checked ~ label {
  color: var(--font-color);
}
#anomalies input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 0;
}
#anomalies input:checked ~ label:after {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
#anomalies input:disabled ~ label {
  cursor: default;
  opacity: 0.4;
}
#anomalies input[disabled]:checked ~ label:after {
  background-color: gray !important;
  border-color: gray !important;
}
#anomalies input {
  width: 22px;
  height: 22px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
/* TRACKING */
#trackingSummary > div > div {
  border-bottom: 0px solid #ccc;
}
.summary-label {
  font-size: 0.75rem;
  padding: 0.7rem 0 0 0;
  font-family: Arial, 'Segoe UI', Verdana;
}
.summary-data {
  font-size: 1rem;
  padding: 0 0 0.7rem 0;
}
/* -------------------------------
	SHIPMENT STATUSES ADMIN DASHBOARD
--------------------------------- */
.shipment-status-indicator {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  background: #fff;
  border-radius: 6px;
}
.shipment-status-indicator.Delivered {
  border-color: var(--tl-success-bg);
  background: var(--tl-success-bg);
}
.shipment-status-indicator.Reloading {
  border-color: var(--tl-warning-bg);
  background: var(--tl-warning-bg);
}
.shipment-status-indicator.retrieved {
  border-color: var(--tl-active-bg);
  background: var(--tl-active-bg);
}
/* -------------------------------
	SCAN CONFIRM
--------------------------------- */
#parcelsSummary .btn-group-toggle > .btn {
  color: currentColor;
  background-color: var(--light);
  border-color: var(--table-border-color);
}
#parcelsSummary .btn-group-toggle > .btn:before {
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='gray' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'></circle></svg>");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: inline-block;
  padding: 2px 0 0 0;
}
#parcelsSummary .btn-group-toggle > .active {
  color: black;
  background-color: var(--tl-success-bg);
  border-color: var(--tl-success-bg);
}
#parcelsSummary .btn-group-toggle > .active::before {
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 11.08V12a10 10 0 1 1-5.93-9.14'></path><polyline points='22 4 12 14.01 9 11.01'></polyline></svg>");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  display: inline-block;
  padding: 2px 0 0 0;
}
.scan-success {
  background: linear-gradient(-45deg, #28a745, #55a630, #6fd700, #28a745) !important;
  background-size: 400% 400% !important;
  animation: gradient 8s ease !important;
  animation-iteration-count: 2 !important;
}
.scan-error {
  background: linear-gradient(-45deg, #a72825, #a63530, #d73f00, #a72825) !important;
  background-size: 400% 400% !important;
  animation: gradient 8s ease !important;
  animation-iteration-count: 2 !important;
}
@keyframes gradient {
  0% {
    background-position: 0% 50% !important;
  }
  50% {
    background-position: 100% 50% !important;
  }
  100% {
    background-position: 0% 50% !important;
  }
}
#hiddenScannerInput {
  position: fixed;
  left: 0px;
  width: 10px;
  border: 0;
}
#userFeedback {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 90%;
  background-color: #333;
  color: #fff;
  border: 1px #333 solid;
  padding: 15px;
  border-radius: 9px;
  z-index: 1000;
  transition: 0.2s;
  opacity: 0;
}
#scanStatus .l-icon {
  width: 5rem;
  height: 5rem;
  outline: none !important;
}
.fade-in {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.consignment-receipt label {
  font-size: 1rem;
  font-weight: 600;
}
.label-title {
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0.25rem 0 0.25rem 0;
  padding: 0;
}
/* TERMS */
.terms-container {
  display: block;
  position: relative;
  padding-left: 35px !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.terms-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.terms-name {
  border: 1px #767574 solid;
  box-shadow: inset 0px 0px 0px 0px white;
  -webkit-appearance: none;
  appearance: none;
}
.terms-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px #767574 solid;
  border-radius: 0.25rem;
}
.terms-container:hover input ~ .terms-checkmark {
  background-color: #fff;
}
.terms-container input:checked ~ .terms-checkmark {
  border: 1px var(--primary-color) solid;
  background-color: var(--primary-color);
}
.terms-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.terms-container input:checked ~ .terms-checkmark:after {
  display: block;
}
.terms-container .terms-checkmark:after {
  left: 8px;
  top: 3px;
  width: 0.5rem;
  height: 0.8rem;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.canvas-container {
  position: relative;
  height: 220px;
  width: 100%;
}
canvas.viewport {
  width: 100%;
  height: 100%;
  border: 2px #767574 dashed;
}
/* signature DriverApp */
.touch-gesture {
  fill: none;
  stroke: #767574;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.touch-gesture {
  -webkit-animation: touch-tap 2.5s ease-out 1s infinite;
  -moz-animation: touch-tap 2.5s ease-out 1s infinite;
  -o-animation: touch-tap 2.5s ease-out 1s infinite;
  animation: touch-tap 2.5s ease-out 1s infinite;
}
@keyframes touch-tap {
  0%,
  40% {
    transform: scale(1) translateY(0);
  }
  44%,
  45% {
    transform: scale(1) translateY(-5%);
  }
  50%,
  100% {
    transform: scale(1) translateY(0);
  }
}
@-o-keyframes touch-tap {
  0%,
  40% {
    transform: scale(1) translateY(0);
  }
  44%,
  45% {
    transform: scale(1) translateY(-5%);
  }
  50%,
  100% {
    transform: scale(1) translateY(0);
  }
}
@-moz-keyframes touch-tap {
  0%,
  40% {
    transform: scale(1) translateY(0);
  }
  44%,
  45% {
    transform: scale(1) translateY(-5%);
  }
  50%,
  100% {
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes touch-tap {
  0%,
  40% {
    transform: scale(1) translateY(0);
  }
  44%,
  45% {
    transform: scale(1) translateY(-5%);
  }
  50%,
  100% {
    transform: scale(1) translateY(0);
  }
}
.touch-effect-1,
.touch-effect-2 {
  fill: none;
  stroke: #64BC46;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  width: 100px;
  height: 100px;
}
.touch-effect-1 {
  -webkit-animation: effect-fade-1 2.5s ease-out 1s infinite;
  -moz-animation: effect-fade-1 2.5s ease-out 1s infinite;
  -o-animation: effect-fade-1 2.5s ease-out 1s infinite;
  animation: effect-fade-1 2.5s ease-out 1s infinite;
}
@keyframes effect-fade-1 {
  0%,
  44% {
    opacity: 0;
  }
  45%,
  46% {
    opacity: 1;
  }
  79%,
  100% {
    opacity: 0;
  }
}
@-o-keyframes effect-fade-1 {
  0%,
  44% {
    opacity: 0;
  }
  45%,
  46% {
    opacity: 1;
  }
  79%,
  100% {
    opacity: 0;
  }
}
@-moz-keyframes effect-fade-1 {
  0%,
  44% {
    opacity: 0;
  }
  45%,
  46% {
    opacity: 1;
  }
  79%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes effect-fade-1 {
  0%,
  44% {
    opacity: 0;
  }
  45%,
  46% {
    opacity: 1;
  }
  79%,
  100% {
    opacity: 0;
  }
}
.touch-effect-2 {
  -webkit-animation: effect-fade-2 2.5s ease-out 1s infinite;
  -moz-animation: effect-fade-2 2.5s ease-out 1s infinite;
  -o-animation: effect-fade-2 2.5s ease-out 1s infinite;
  animation: effect-fade-2 2.5s ease-out 1s infinite;
}
@keyframes effect-fade-2 {
  0%,
  45% {
    opacity: 0;
  }
  48%,
  53% {
    opacity: 1;
  }
  88%,
  100% {
    opacity: 0;
  }
}
@-o-keyframes effect-fade-2 {
  0%,
  45% {
    opacity: 0;
  }
  48%,
  53% {
    opacity: 1;
  }
  88%,
  100% {
    opacity: 0;
  }
}
@-moz-keyframes effect-fade-2 {
  0%,
  45% {
    opacity: 0;
  }
  48%,
  53% {
    opacity: 1;
  }
  88%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes effect-fade-2 {
  0%,
  45% {
    opacity: 0;
  }
  48%,
  53% {
    opacity: 1;
  }
  88%,
  100% {
    opacity: 0;
  }
}
div#buffer {
  height: 80px;
}
#enable-signing {
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  position: absolute;
  text-align: center;
  border: 2px #767574 dashed;
  border-radius: 0.25rem;
}
#enable-signing:hover {
  cursor: pointer;
}
#enable-signing img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#enable-signing svg {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
#enable-signing span {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -80%);
}
.signature-reset-btn {
  font-size: 0.8rem;
  background-color: #fafafa;
  color: #777;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  top: 0.4rem;
  right: 0.4rem;
  position: absolute;
}
.file-drop {
  padding: 1rem 0 1rem 0;
}
.file-drop svg {
  width: 2rem;
  height: 2rem;
}
#selfsignsubmit .btn-text-action,
#selfsignsubmit:disabled .btn-text-send,
#selfsignsubmit:disabled .spinner-border {
  display: inline-block;
}
#selfsignsubmit:disabled .btn-text-action,
#selfsignsubmit .btn-text-send,
#selfsignsubmit .spinner-border {
  display: none;
}
#selfsignsubmit .btn-text-send {
  padding-left: 1.4rem;
}
#selfsignsubmit .spinner-border {
  width: 1.4rem;
  height: 1.4rem;
  right: 0;
  float: right;
}
/* -------------------------------

PORTAL ADMIN ORGANIZATIONS ADDRESSES

--------------------------------- */
#coord-picker {
  height: 50vh;
}
/* -------------------------------

PORTAL ADMIN ALERTS

--------------------------------- */
.alert-title {
  max-width: 40vw;
}
/* -------------------------------

TRACKING

--------------------------------- */
.tracking-data .route-map {
  width: 100%;
  height: 500px;
}
/* Summary */
#trackingSummary > div > div {
  border-bottom: 0px solid #ccc;
}
.summary-label {
  font-size: 0.75rem;
  padding: 0.7rem 0 0 0;
  font-family: Arial, 'Segoe UI', Verdana;
}
.summary-data {
  font-size: 1rem;
  padding: 0 0 0.7rem 0;
}
/* Goods */
#goodsRows .pickup {
  border-left: 15px solid var(--tl-active-bg);
  color: inherit;
  text-decoration: none;
}
#goodsRows .reload {
  border-left: 15px solid var(--tl-warning-bg);
  color: inherit;
  text-decoration: none;
}
#goodsRows .deliver {
  border-left: 15px solid var(--tl-success-bg);
  color: inherit;
  text-decoration: none;
}
#goodsRows .missing {
  border-left: 15px solid var(--tl-error-bg);
  color: inherit;
  text-decoration: none;
}
/* -------------------------------
	TIME-LINE
--------------------------------- */
#time-line p {
  margin: 0 0 0.125rem 0;
}
.v-time-line,
.v-time-line-first {
  position: relative;
  padding: 0 0.625rem 0.625rem 0.625rem;
  max-width: 3.2rem;
}
.v-time-line-first::before {
  content: '';
  width: 0.125rem;
  position: absolute;
  top: 0rem;
  bottom: 0;
  left: 1.6rem;
  z-index: -1;
  background: repeating-linear-gradient(0deg, transparent, transparent 0.125rem, #ffffff 0.125rem, #ffffff 0.375rem);
}
.v-time-line::before {
  content: '';
  width: 0.125rem;
  position: absolute;
  top: 0rem;
  bottom: 0;
  left: 1.6rem;
  z-index: -1;
  background: repeating-linear-gradient(0deg, transparent, transparent 0.125rem, #d4d9df 0.125rem, #d4d9df 0.375rem);
}
.v-time-line span,
.v-time-line-first span {
  display: block;
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  line-height: 1.6875rem;
  border-radius: 50%;
  padding: 0;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.v-time-line-sep {
  border-top: 1px solid;
  border-color: var(--table-border-color);
  margin-top: 1rem;
  padding-bottom: 0.75rem;
}
.v-time-line span,
.v-time-line-first span {
  border-width: 0.125rem;
  border-style: solid;
}
.v-time-line-first span,
.v-time-line span.booked,
.v-time-line span.created,
.v-time-line span.printed,
.v-time-line span.confirmed {
  background-color: var(--tl-neutral-bg);
  border-color: var(--tl-neutral-bg);
}
.v-time-line span.delivered:hover,
.v-time-line span.reloading:hover,
.v-time-line span.retrieved:hover {
  cursor: pointer;
}
.v-time-line span.in-transit {
  color: #009ebc;
  background-color: #d3f8ff;
  border-color: #d3f8ff;
}
.v-time-line span.delivered {
  background-color: var(--tl-success-bg);
  border-color: var(--tl-success-bg);
}
.v-time-line span.reloading {
  background-color: var(--tl-warning-bg);
  border-color: var(--tl-warning-bg);
}
.v-time-line span.retrieved,
.v-time-line span.transit {
  background-color: var(--tl-active-bg);
  border-color: var(--tl-active-bg);
}
.v-time-line span.pending {
  background-color: var(--tl-warning-bg);
  border-color: var(--tl-warning-bg);
}
.v-time-line span.warning {
  background-color: var(--tl-warning-bg);
  border-color: var(--tl-warning-bg);
}
.v-time-line span.error {
  background-color: var(--tl-error-bg);
  border-color: var(--tl-error-bg);
}
.event-location {
  padding: 0;
  font-weight: bold;
}
.event-location a {
  color: var(--font-color);
}
.event-time {
  padding: 0;
  font-size: 0.8rem;
}
.event-tracking-source {
  padding: 0;
  float: right;
}
/* -------------------------------
	LEAFLET MAP
--------------------------------- */
.map-alert {
  margin: 1rem 0 0 0;
  color: #f26522;
  font-weight: bold;
}
.leaflet-container a.leaflet-popup-close-button {
  top: 4px;
  right: 4px;
}
.leaflet-popup-content-wrapper {
  border-radius: 0.125rem;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.18), 0 0 5px rgba(0, 0, 0, 0.18);*/
}
/* -------------------------------
	FORM
--------------------------------- */
/* classic checkbox, tables etc */
.checkbox-std {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 0.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-std input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-std input:not(:checked) ~ .checkmark {
  border-color: var(--font-color) !important;
}
.checkbox-std .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid;
  border-color: var(--primary-color);
  border-radius: 0.25rem;
}
.checkbox-std:hover input:not(:disabled) ~ .checkmark {
  border-color: var(--font-color);
  /* remove this? */
}
.checkbox-std input:disabled ~ .checkmark {
  background-color: #fafafa;
  border-color: #ccc;
}
.checkbox-std:hover input:disabled ~ .checkmark {
  cursor: default;
  display: none;
}
.checkbox-std input:checked ~ .checkmark {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.checkbox-std:hover input ~ .checkmark {
  border-color: var(--font-color) !important;
}
.checkbox-std:hover input:checked ~ .checkmark {
  border-color: var(--primary-color) !important;
}
.checkbox-std:hover input:checked ~ .checkmark {
  border-color: var(--primary-color);
}
.checkbox-std .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-std input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-std .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
/* custom checkbox "round", for tables etc */
.checkbox-box {
  display: block;
  position: relative;
  padding-left: 5px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid;
  border-color: transparent;
  border-radius: 50%;
  /*border-radius: .125rem;*/
}
table tr:hover .checkbox-box input:not(:disabled) ~ .checkmark {
  background-color: var(--table-input-bg);
  border-color: var(--font-color);
}
.checkbox-box:hover input:not(:disabled) ~ .checkmark {
  border-color: var(--font-color);
  /* remove this? */
}
.checkbox-box input:disabled ~ .checkmark {
  background-color: transparent;
  border-color: transparent;
}
.checkbox-box:hover input:disabled ~ .checkmark {
  cursor: default;
  display: none;
}
table tr:hover .checkbox-box input:checked ~ .checkmark {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.checkbox-box input:checked ~ .checkmark {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.checkbox-box:hover input ~ .checkmark {
  border-color: var(--font-color) !important;
}
.checkbox-box:hover input:checked ~ .checkmark {
  border-color: var(--primary-color) !important;
}
.checkbox-box:hover input:checked ~ .checkmark {
  border-color: var(--primary-color);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-box input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-box .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
/* File upload Drag n Drop */
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  /*width: 450px;*/
  max-width: 100%;
  padding: 25px;
  border: 2px dashed rgba(204, 204, 204, 0.5);
  border-radius: 0.25rem;
  transition: 0.2s;
  flex-direction: column !important;
  background: #fff;
}
.file-drop-area:hover {
  border: 2px dashed rgba(204, 204, 204, 0.8);
  background: rgba(255, 255, 255, 0.8);
}
.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid #cccccc;
  border-radius: 0.225rem;
  padding: 8px 15px;
  margin: 6px 0 0 0;
  font-size: 12px;
  text-transform: none;
}
.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-message-row {
  font-size: small;
  font-weight: 300;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
/* select */
.select-style,
.select-style:hover,
.select-style:focus {
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding-right: 1.8rem;
  border: 1px solid;
  border-color: var(--table-border-color) !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: var(--table-color);
  background-color: var(--table-input-bg);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="grey" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><polyline points="19,9 12,16 5,9"></polyline></svg>');
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.75em auto;
}
.select-style::-ms-expand {
  display: none;
}
.select-style option {
  font-weight: normal;
}
.select-style:disabled,
.select-style[aria-disabled=true] {
  color: var(--table-color);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="grey" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><polyline points="19,9 12,16 5,9"></polyline></svg>');
  background-color: var(--table-input-disabled-bg) !important;
}
.select-style:disabled:hover,
.select-style[aria-disabled=true] {
  border-color: var(--table-border-color);
}
*[dir="rtl"] .select-style,
:root:lang(ar) .select-style,
:root:lang(iw) .select-style {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.75rem 0.375rem;
}
/* multi-select */
/* new 210712 start */
/*.form-group .form-control.simple .bs-searchbox, .form-group .form-control.simple .bs-actionsbox {
	display: none;
} remove this, hidden in javascript by Jesper*/
.form-group .form-control.simple .dropdown-menu {
  min-height: 35px !important;
}
.form-group .form-control .dropdown-item:hover,
.form-group .form-control .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary);
}
.form-group .form-control .dropdown-item:hover span.check-mark {
  background-color: #fff;
  border: 1px solid var(--primary);
}
.form-group .form-control .dropdown-item.active,
.form-group .form-control .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--secondary);
}
.bootstrap-select .multi-select {
  background: var(--table-input-bg);
  border-color: var(--table-border-color);
  color: var(--table-color);
}
.bootstrap-select.show-tick .dropdown-menu span.check-mark {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
  width: 1rem;
  height: 1rem;
  /*background-color: transparent;*/
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 15px;
  border: 1px solid var(--primary);
  border-radius: 0.125rem;
  width: 1rem;
  height: 1rem;
  background-color: var(--primary);
}
.bootstrap-select .check-mark:after {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-image: none;
  border: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.bootstrap-select .selected .check-mark:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%23ffffff' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  -moz-background-size: 75%;
  -o-background-size: 75%;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-left: 2rem;
}
.bootstrap-select .dropdown-menu li a.opt {
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}
/* new 210712 end */
.bootstrap-select .dropdown-menu {
  /*font-size: 1.9rem !important;*/
  background-color: var(--table-bg);
  font-family: 'Roboto', 'Segoe UI', Arial, Verdana;
  box-shadow: 0 0.3rem 0.525rem rgba(0, 0, 0, 0.25) !important;
}
.bootstrap-select .dropdown-header {
  color: var(--font-color);
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0 1rem 0 1rem;
}
.bootstrap-select .dropdown-menu a {
  display: block;
  padding: 0.25rem 0.5rem 0.25rem 1.5rem;
  color: var(--font-color);
  font-size: 0.9rem;
}
.bootstrap-select .dropdown-menu a:hover,
.bootstrap-select .dropdown-menu a:focus,
.bootstrap-select .dropdown-menu a.active {
  background-color: var(--primary);
  color: #fff;
}
.bootstrap-select .dropdown-menu a:hover span.check-mark,
.bootstrap-select .dropdown-menu a.active:not(.selected) span.check-mark {
  background-color: #fff;
  border-color: #fff;
}
.bootstrap-select .dropdown-menu a.selected:hover span.check-mark {
  /*background-color: var(--primary);*/
  background-color: #005dc2;
  border-color: #005dc2;
}
.bootstrap-select .no-results {
  color: white;
  background-color: var(--primary-color);
  border-radius: 0.2rem;
  padding: 0.3rem 0.6rem;
}
.bootstrap-select .dropdown .dropdown-divider {
  border-color: var(--table-border-color);
}
.bootstrap-select .bs-select-all,
.bootstrap-select .bs-deselect-all {
  font-size: 0.8rem !important;
  white-space: nowrap;
}
.bootstrap-select .bs-ok-default {
  color: var(--font-color) !important;
  opacity: 1 !important;
}
.bootstrap-select .bs-ok-default::after {
  border-width: 0 0.17em 0.17em 0 !important;
}
input:-webkit-autofill::first-line {
  font-size: 1rem !important;
}
fieldset {
  background: var(--table-bg);
  border-color: var(--table-border-color);
  border-style: solid;
  border-width: 1px;
  margin: 0 0 20px 0;
  min-width: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  padding-left: 10px!important;
}
fieldset fieldset {
  border: 1px solid #28a745 !important;
  margin: 0 0 20px 0;
  min-width: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  background-color: transparent;
  padding-left: 10px!important;
}
fieldset legend {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0px;
  width: auto;
  border: 0px solid #17a2b8;
  border-radius: 4px;
  padding: 5px;
  background: var(--table-bg-color);
  color: var(--table-color);
  font-family: 'Roboto', 'Segoe UI', Arial, Verdana;
  font-weight: bold;
  text-transform: uppercase;
}
fieldset fieldset legend {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0px;
  width: auto;
  border: 1px solid green;
  border-radius: 4px;
  padding: 0 5px 0 5px;
  background-color: transparent;
  color: #28a745 !important;
}
form label {
  font-size: 0.75rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
  font-family: Arial, 'Segoe UI', Verdana, Serif;
  opacity: 1;
}
.label-link,
.label-text {
  font-size: 0.65rem;
  margin-bottom: 0.1rem;
  font-family: Arial, 'Segoe UI', Verdana, Serif;
}
.label-text {
  float: right;
  color: #666;
}
.label-link {
  cursor: pointer;
}
.form-group {
  margin-bottom: 0.5rem;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: var(--table-input-disabled-bg);
  opacity: 1;
}
.table-shipment-calc th,
.table-shipment-calc td {
  font-size: 80%;
  font-weight: 400;
  text-align: center;
  padding: 0;
}
.table-shipment-calc th[scope=row] {
  text-align: left;
  padding-left: 1rem;
}
@media (min-width: 993px) {
  .border-left-lg {
    border-color: var(--table-border-color);
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 1px;
  }
}
/* -------------------------------
	Feedback and Support
--------------------------------- */
@media (max-width: 767px) {
  #feedbackBtn div {
    display: none !important;
  }
}
#feedbackBtn div {
  position: fixed;
  right: -46px;
  transition: 0.2s;
  padding: 12px;
  width: 123px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  color: white;
  border-radius: 5px 5px 0 0;
}
#feedbackBtn div:hover {
  right: -42px !important;
  cursor: pointer;
}
#feedbackTxt {
  top: 450px;
  background-color: var(--primary-color);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="2" x2="12" y2="22"/><line x1="16" y1="2" x2="16" y2="22"/><line x1="8" y1="2" x2="8" y2="22"/><polygon points="4.854,14.74 4.854,9.26 1.146,12 "/><polygon points="19.146,9.26 19.146,14.74 22.854,12 "/></svg>');
	background-repeat: no-repeat, repeat;
	background-position: left .7em top 50%;
	background-size: 1em auto;
	*/
}
#feedbackTxt span {
  display: inline-block;
  margin-left: 8px;
}
.rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rotate-r {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedbackBlock {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 455px;
  padding: 15px;
}
.feedback-content-head {
  background: var(--primary-color);
  color: var(--font-color) !important;
}
.feedback-content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  height: 100%;
  box-shadow: rgb(0 0 0%) 0px 4px 12px;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #f0f7ff;
}
.bad {
  background-image: url(/images/bad.png);
}
.average {
  background-image: url(/images/average.png);
}
.good {
  background-image: url(/images/good.png);
}
.verygood {
  background-image: url(/images/verygood.png);
}
.awesome {
  background-image: url(/images/awesome.png);
}
.grade-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: -9999;
  display: none;
}
.grade-selector input:active + .selected-grade {
  opacity: 1;
}
.grade-selector input:checked + .selected-grade {
  -ms-filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  border: 2px solid #000;
  border-radius: 50%;
}
.selected-grade {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 38px;
  width: 38px;
  -webkit-transition: all 0ms ease-in;
  -moz-transition: all 0ms ease-in;
  transition: all 0ms ease-in;
  -webkit-filter: brightness(1.2) grayscale(1) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(1) opacity(0.9);
  filter: brightness(1.2) grayscale(1) opacity(0.9);
}
.selected-grade:hover {
  -webkit-filter: brightness(1) grayscale(0) opacity(0.9);
  -moz-filter: brightness(1) grayscale(0) opacity(0.9);
  filter: brightness(1) grayscale(0) opacity(0.9);
}
/* -------------------------------
	FILE UPLOAD
--------------------------------- */
[type=file] {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
}
[type=file] + label {
  width: 100%;
  min-width: 160px;
  border: 1px solid var(--table-border-color);
  border-radius: 0.25rem;
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: center;
  background: transparent;
  color: var(--table-color);
  padding: 0.375rem 0.75rem;
  margin: 0;
  left: 0;
  top: 0;
  position: relative;
  cursor: pointer;
}
[type=file] + label:hover {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
/* -------------------------------
	Popopver
	--------------------------------- */
.popover {
  background-color: white;
  padding: 0.25rem 0;
  border: none;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.18), 0 0 5px rgba(0, 0, 0, 0.18);*/
}
.tooltip {
  background-color: white;
}
.arrow {
  background-color: transparent;
}
.popover-header {
  background-color: white;
  border: none;
  font-size: 0.9rem;
  font-family: arial, helvetica, tahoma, verdana !important;
}
.popover-body {
  background-color: white;
  font-size: 0.8rem;
  font-family: arial, helvetica, tahoma, verdana !important;
  padding-top: 0;
}
/* -------------------------------
	CUSTOM NAV TABS
--------------------------------- */
.nav-tabs {
  border-color: var(--table-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--font-color);
  background-color: var(--bg-color);
  border-color: var(--table-border-color);
  border-bottom-color: var(--bg-color);
}
@media (max-width: 992px) {
  .scrollnav-box {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .scrollnav-box .nav {
    /*background-color: #fff;*/
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    white-space: nowrap;
    display: block;
    border: none;
  }
  .scrollnav-box .nav::-webkit-scrollbar {
    display: none;
  }
  .scrollnav-box .nav a {
    display: inline-block;
    font-weight: bold;
    color: inherit;
    text-align: center;
    padding: 1rem 1.4rem !important;
    text-decoration: none;
    border: none !important;
    border-bottom: 4px solid #fff !important;
    border-radius: 0 !important;
  }
  .scrollnav-box .nav a:hover,
  .scrollnav-box .nav a:focus {
    /*background-color: #fff;*/
    outline: 0;
  }
  .scrollnav-box .nav a.active {
    border-bottom: 4px solid var(--primary-color) !important;
    /*background-color: #fff;*/
  }
}
@media (min-width: 993px) {
  .scrollnav-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .scrollnav-box .nav {
    /*background-color: #fff;*/
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    white-space: nowrap;
    border: none;
    flex-wrap: nowrap;
  }
  .scrollnav-box .nav::-webkit-scrollbar {
    display: none;
  }
  .scrollnav-box .nav a {
    display: inline-block;
    font-weight: 600;
    font-size: 0.9rem;
    color: inherit;
    opacity: 0.75;
    text-align: center;
    padding: 1rem 1rem !important;
    text-decoration: none;
    border: none !important;
    border-bottom: 4px solid var(--table-border-color) !important;
    border-radius: 0 !important;
  }
  .scrollnav-box .nav a:hover,
  .scrollnav-box .nav a:focus {
    opacity: 1;
    /*background-color: #fff;*/
    border-bottom: 4px solid var(--primary-color) !important;
    transition: 0.5s all 0.05s !important;
    outline: 0;
  }
  .scrollnav-box .nav a.active {
    opacity: 1;
    border-bottom: 4px solid var(--primary-color) !important;
    /*background-color: #fff;*/
  }
}
/* --------------------------------

 MSC Message Center Inbox

-------------------------------- */
.message-toggle .message-collapse span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.message-toggle[aria-expanded="false"] .message-collapse span,
.message-toggle[aria-expanded="true"] .message-collapse span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.message-toggle[aria-expanded="true"] .message-collapse span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%) rotateX(-180deg) !important;
  -moz-transform: translateY(-50%) rotateX(-180deg) !important;
  -ms-transform: translateY(-50%) rotateX(-180deg) !important;
  -o-transform: translateY(-50%) rotateX(-180deg) !important;
  transform: translateY(-50%) rotateX(-180deg) !important;
}
.message-toggle[aria-expanded="true"],
.message-toggle[aria-expanded="true"] + .message-body {
  background-color: rgba(50, 50, 50, 0.05);
}
.message-header-grid,
.message-grid {
  border-bottom: 1px solid var(--table-border-color);
}
.message-grid:hover {
  background-color: rgba(50, 50, 50, 0.025);
  cursor: pointer;
}
.message-grid.unread {
  background-color: #eee !important;
}
.message-grid .message-type {
  font-size: 0.6rem;
  font-family: 'Roboto', arial, sans-serif;
  text-transform: uppercase;
}
.message-data-row {
  border-top: 1px solid var(--table-border-color);
}
.unread .message-title {
  font-weight: 600;
}
/*
#message-content {
	font-size: 0.9rem;
	line-height: 1.4em;
}
*/
#message-content .message-read-icon span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#message-content .message-read-icon svg {
  display: none;
}
#message-content .unread .message-read-icon svg {
  width: 12px;
  height: 12px;
  fill: var(--primary-color);
  stroke: none;
  stroke-width: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: inline-block;
}
#message-content .message-type-icon .type-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: inline-block;
}
#message-content .read-status .read-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: green;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: inline-block;
}
#message-content .unread .read-status .read-icon {
  display: none;
}
#message-content .message-collapse .collapse-icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
#message-content .message-sender,
#message-content .message-date-time {
  font-size: 0.8rem;
}
/* BUTTON GROUP AND DROPDOWN */
.btn-group .dropdown-toggle::after,
.btn-group .dropdown-toggle::before,
.dropdown .dropdown-toggle::after,
.dropdown .dropdown-toggle::before {
  display: none;
}
.btn-group .dropdown-menu,
.dropdown .dropdown-menu {
  padding: 0.25rem 0;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.18), 0 0 5px rgba(0, 0, 0, 0.18);*/
}
.btn-group .dropdown-menu .dropdown-item,
.dropdown .dropdown-menu .dropdown-item {
  font-size: 0.8rem;
  font-family: 'Roboto', Arial, 'Segoe UI', Verdana, Serif;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}
.btn-group .dropdown-menu .dropdown-item svg,
.dropdown .dropdown-menu .dropdown-item svg {
  margin-right: 0.25rem;
}
/*
#message-content .message-actions a {
	color: var(--font-color);
	margin: 0 8px 0 4px;
}

#message-content .message-actions a:hover {
	opacity: 0.65;
}

#message-content .message-actions .trash:hover {
	color: var(--danger);
	opacity: 1;
}


#message-content .message-actions .l-icon {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}
*/
/* --------------------------------

Actions Center Dropdown

-------------------------------- */
#action-center {
  width: 350px;
  font-size: 0.8rem !important;
  background: var(--sidebarRight-bg);
  color: var(--font-color);
}
#action-center .notification {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 1px;
  font-size: 110%;
  display: block;
}
#action-center .notification-type,
#action-center .notification-date {
  font-size: 0.6rem;
  font-family: 'Roboto', arial, sans-serif;
  text-transform: uppercase;
}
#action-center .notification.unread {
  background-color: rgba(0, 0, 0, 0.06);
}
#action-center .notification.unread .subject {
  font-weight: 600;
}
#action-center a.notification {
  padding: 0;
  color: var(--font-color);
}
#action-center a {
  color: var(--link-color);
}
#action-center a:hover svg {
  opacity: 0.75;
}
#action-center a.clear,
#action-center a.settings {
  color: var(--font-color);
}
#action-center .clear:hover svg {
  color: var(--danger);
  opacity: 1 !important;
}
#action-center p,
#action-center p a {
  font-size: 0.8rem;
}
#action-center .notification-type {
  padding-left: 14px;
  background-repeat: no-repeat;
  background-position: left 0 top 50%;
  background-size: 12px auto;
}
#action-center .notification-type.inbound,
#action-center .notification-type.outbound {
  color: #5c46f9;
  /*secondary*/
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="rgb(92,70,249)" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-package"><line x1="16.5" y1="9.4" x2="7.5" y2="4.21"/><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><polyline points="3.27 6.96 12 12.01 20.73 6.96"/><line x1="12" y1="22.08" x2="12" y2="12"/></svg>');
}
#action-center .notification-type.information {
  color: #68e1ff;
  /*tertiary*/
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="rgb(104,225,255)" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12.01" y2="8"/></svg>');
}
/* --------------------------------

EXPAND HIDDEN CONTENT DIV

-------------------------------- */
.expand-container:hover {
  cursor: pointer;
}
.expand-container:hover > .expand-content {
  display: inline-block;
  transition: 1s;
  right: 0;
}
.expand-container:hover > .expand-btn {
  opacity: 0.5;
}
.expand-content {
  z-index: 1000;
  display: none;
}
.expand-content a {
  font-size: 0.8rem !important;
}
/* --------------------------------

BADGE NOTICE AND EFFECT

-------------------------------- */
#topbar #notifyBadge.badge {
  margin-left: -8px;
  margin-top: -7px;
  position: absolute;
  font-size: 0.65rem;
  border: 1px solid var(--topbar-bg);
}
#notifyBadge.badge {
  margin-left: -16px;
  margin-top: -5px;
  position: absolute;
  font-size: 0.65rem;
}
#notifyBadge.badge {
  margin-left: -16px;
  margin-top: -5px;
  position: absolute;
  font-size: 0.65rem;
  border: 1px solid #fff;
  padding: 3px 5px 3px 5px;
  /* fixes even padding bootstrap */
}
.badge.pulsate {
  background: #007bff;
  box-shadow: 0 0 0 0 #007bff;
  animation: pulsate 2.2s 12;
  font-weight: 100;
}
@keyframes pulse-badge {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(0, 123, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
@keyframes pulsate {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
/* --------------------------------

BETA BADGE

-------------------------------- */
.badge-beta {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 8px;
  background-color: var(--primary-color);
  font-size: 8px;
  font-weight: 400;
  padding: 0 2px;
  margin-bottom: 0;
  margin-left: 1px;
  border-radius: 2px;
  border: none;
}
.badge-beta small:after {
  content: 'BETA';
  color: #fff;
  text-transform: uppercase;
  line-height: 9px;
}
/* --------------------------------

INPUT STYLES

-------------------------------- */
input[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* style for non standard form inputs */
div[contenteditable="true"],
span[contenteditable="true"] {
  min-width: 100px;
  display: inline-block;
  background: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  transition: border-bottom 0.3s linear;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s linear;
}
div.sm[contenteditable="true"],
span.sm[contenteditable="true"] {
  min-width: 30px;
}
div[contenteditable="true"]:focus,
span[contenteditable="true"]:focus {
  background: #fff;
  border-bottom: 1px solid var(--primary-color);
  outline: none !important;
  box-shadow: 0px 1px 0px 0px var(--primary-color);
  -webkit-box-shadow: 0px 1px 0px 0px var(--primary-color);
  -moz-box-shadow: 0px 1px 0px 0px var(--primary-color);
}
/* select style for inline text */
.select-text select {
  border: none;
  overflow: hidden;
  /* for Firefox: */
  width: auto;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1.9em 0.4em 0.5em;
  border: 1px solid #eee;
  border-radius: 0.25rem;
  font: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='dir-down' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12,19'/%3E%3Cpolyline points='19,9 12,16 5,9 '/%3E%3C/svg%3E");
  background-position: right 5px center;
  background-size: 15px;
}
.select-text select:hover {
  background-color: #f4f4f4;
}
.select-text select:focus {
  background-color: #ececec;
  border: 1px solid #ececec;
  outline: none !important;
}
.select-text select option[value] {
  background-color: #f0f0f0;
}
/* select style for inline text */
.select-text select {
  border: none;
  overflow: hidden;
  /* for Firefox: */
  width: auto;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1.9em 0.4em 0.5em;
  border: 1px solid #eee;
  border-radius: 0.25rem;
  font: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='dir-down' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12,19'/%3E%3Cpolyline points='19,9 12,16 5,9 '/%3E%3C/svg%3E");
  background-position: right 5px center;
  background-size: 15px;
}
.select-text select:hover {
  background-color: #f4f4f4;
}
.select-text select:focus {
  background-color: #ececec;
  border: 1px solid #ececec;
  outline: none !important;
}
.select-text select option[value] {
  background-color: #f0f0f0;
}
input[name="search"].form-control {
  font-size: inherit;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgba(0,0,0,0.8)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: left 5px center;
  background-size: 16px auto;
  padding-left: 1.8rem;
}
/* --------------------------------

FLOATING LABELS

-------------------------------- */
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-label-group input,
.form-label-group select {
  height: 54px;
  padding: 1rem;
}
.form-label-group.sm input,
.form-label-group.sm select {
  height: 44px;
  padding: 0.75rem;
}
.form-label-group textarea {
  height: 120px;
  padding: 0.9rem;
}
.form-label-group textarea.one-row {
  height: 54px;
  padding: 0.9rem 1rem;
}
.form-label-group label {
  height: 56px;
  padding: 1rem;
  font-size: 0.9rem;
}
.form-label-group.sm label {
  height: 46px;
  padding: 0.75rem;
  font-size: 0rem;
}
.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
  font-size: 0.9rem;
}
.form-label-group select::-webkit-input-placeholder,
.form-label-group input::-webkit-input-placeholder,
.form-label-group textarea::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.form-label-group select::-moz-placeholder,
.form-label-group input::-moz-placeholder,
.form-label-group textarea::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.form-label-group select:-ms-input-placeholder,
.form-label-group input:-ms-input-placeholder,
.form-label-group textarea:-ms-input-placeholder {
  color: transparent;
}
.form-label-group select::-ms-input-placeholder,
.form-label-group input::-ms-input-placeholder,
.form-label-group textarea::-ms-input-placeholder {
  color: transparent;
}
.form-label-group select::placeholder,
.form-label-group input::placeholder,
.form-label-group textarea::placeholder {
  color: transparent;
  opacity: 0;
}
.form-label-group select:not(:-moz-placeholder-shown),
.form-label-group input:not(:-moz-placeholder-shown),
.form-label-group textarea:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.9rem;
}
.form-label-group select:not(:-ms-input-placeholder),
.form-label-group input:not(:-ms-input-placeholder),
.form-label-group textarea:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.9rem;
}
.form-label-group select:not(:placeholder-shown),
.form-label-group input:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.9rem;
}
.form-label-group select:not(:-moz-placeholder-shown) ~ label,
.form-label-group input:not(:-moz-placeholder-shown) ~ label,
.form-label-group textarea:not(:-moz-placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
.form-label-group select:not(:-ms-input-placeholder) ~ label,
.form-label-group input:not(:-ms-input-placeholder) ~ label,
.form-label-group textarea:not(:-ms-input-placeholder) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
.form-label-group select:not(:placeholder-shown) ~ label,
.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
/* Below fixes bad labels autofill webkit browsers */
.form-label-group select:-webkit-autofill ~ label,
.form-label-group input:-webkit-autofill ~ label,
.form-label-group textarea:-webkit-autofill ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .form-label-group label {
    position: static;
  }
  .form-label-group input::-ms-input-placeholder,
  .form-label-group textarea::-ms-input-placeholder {
    color: #777;
  }
}
/* graphs and diagrams */
.graph-title-select select {
  font-size: 0.8rem;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding-right: 1.8rem;
  border: 1px solid;
  border-color: var(--table-border-color) !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: var(--table-color);
  background-color: var(--table-input-bg) !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="grey" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><polyline points="19,9 12,16 5,9"></polyline></svg>');
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.75em auto;
}
.graph-title-select select:hover {
  cursor: pointer;
}
.rotate-me {
  height: 46px;
  width: auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-10.813 -11.688 44.563 44.563" fill="none" stroke="grey" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="19.525,31.208 16.78,29.967 18.021,27.222 "></polyline><path d="M30.985,15.34c-2.545,8.793-6.208,11.558-14.078,14.616"></path><path d="M18.733-6.714l9.988,9.988c1.259,1.259,1.259,3.301,0,4.561L9.063,27.492c-1.259,1.259-3.301,1.259-4.561,0l-9.988-9.988c-1.259-1.259-1.259-3.301,0-4.561L14.172-6.714C15.432-7.974,17.474-7.974,18.733-6.714z"></path><line x1="2.65" y1="19.346" x2="2.661" y2="19.357"></line><line x1="23.987" y1="4.373" x2="17.634" y2="-1.98"></line><polyline points="3.896,-10.246 6.64,-9.004 5.399,-6.26 "></polyline><path d="M-7.564,5.623C-5.019-3.17-1.356-5.935,6.514-8.993"></path></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: right 50% top 50%;
  background-size: 46px auto;
}
:lang(sv) #graph #total::after,
:lang(sv) #graph #totaldst::after {
  content: " st";
  font-size: 0.9rem;
}
:lang(en) #graph #total::after,
:lang(en) #graph #totaldst::after {
  content: " pcs";
  font-size: 0.9rem;
}
#graph #volume::after {
  content: " m\00B3";
  font-size: 0.9rem;
}
#graph #weight::after,
#graph #avgweight::after {
  content: " kg";
  font-size: 0.9rem;
}
:lang(sv) #graph #avgtime::after {
  content: " tim";
  font-size: 0.9rem;
}
:lang(en) #graph #avgtime::after {
  content: " hour";
  font-size: 0.9rem;
}
/* ghost function */
@keyframes border-blink {
  0% {
    border-color: #f10417;
  }
  25% {
    border-color: #fd5a67;
  }
  50% {
    border-color: #f10417;
  }
  75% {
    border-color: #fd5a67;
  }
  100% {
    border-color: #f10417;
  }
}
@keyframes badge-blink {
  0% {
    background: #f10417;
  }
  25% {
    background: #fd5a67;
  }
  50% {
    background: #f10417;
  }
  75% {
    background: #fd5a67;
  }
  100% {
    background: #f10417;
  }
}
.ghost-badge {
  width: 280px;
  height: 30px;
  position: fixed;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 99999;
  font-size: 0.7rem;
  line-height: 2.4;
  color: #fff;
  border: 3px solid red;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  background-image: url(../assets/blink-effect.gif);
}
.ghost-badge span {
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.close-ghost {
  stroke: red;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  width: 22px;
  height: 22px;
  background-color: #fff;
  opacity: 0.96;
  border-radius: 50%;
  padding: 0.25rem;
}
.ghost-frame {
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #f10417;
}
/* shipment type nav */
.box-nav {
  position: sticky;
  top: 0;
  z-index: 999;
}
#nav-shipment-type {
  height: 50px;
}
#nav-shipment-type .nav-link {
  padding: 15px;
  color: var(--font-color);
  border-bottom: 4px solid #fff;
}
#nav-shipment-type .active {
  border-bottom: 4px solid var(--primary-color);
  font-weight: bold;
  padding: 15px;
  background-clip: border-box;
}
.app-menu-shadow {
  background: #007bff;
  background: linear-gradient(180deg, #007bff 0%, #0070e8 100%);
}
.switch-route {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff !important;
  padding: 0.2rem 1.6rem 0.2rem 0.7rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat, repeat;
  background-position: right 0.5em top 52%;
  background-size: 1.1em auto;
}
.switch-route svg {
  width: 16px;
  height: 16px;
}
.active-route {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  background-repeat: no-repeat, repeat;
  background-position: left 1em top 52%;
  background-size: 1.1em auto;
}
/* scanner btn */
.box-scan {
  position: sticky;
  top: 40px;
  z-index: 99;
}
.btn-scan {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.6rem 3.6rem 0.6rem 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--font-color);
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M20.729,15.846v2.93c0,1.079-0.875,1.954-1.953,1.954h-2.93"></path><path stroke-linecap="round" stroke-linejoin="round" d="M8.154,20.729h-2.93c-1.078,0-1.953-0.875-1.953-1.953v-2.93"></path><path stroke-linecap="round" stroke-linejoin="round" d="M3.271,8.181V5.235c0-1.085,0.879-1.964,1.964-1.964h2.946"></path><path stroke-linecap="round" stroke-linejoin="round" d="M15.901,3.271h2.897c1.066,0,1.931,0.865,1.931,1.931v2.897"></path><line stroke-linecap="round" stroke-linejoin="round" x1="1.417" y1="12" x2="22.583" y2="12"></line><line stroke-linecap="square" x1="12" y1="9.086" x2="12" y2="6.184"></line><line stroke-linecap="square" x1="17.768" y1="6.184" x2="17.768" y2="9.089"></line><line stroke-linecap="square" x1="17.768" y1="6.184" x2="14.863" y2="6.184"></line><line stroke-linecap="square" x1="6.184" y1="7.635" x2="9.086" y2="7.635"></line><line stroke-linecap="square" x1="6.184" y1="6.184" x2="6.184" y2="9.086"></line><line stroke-linecap="square" x1="14.973" y1="9.089" x2="14.863" y2="9.089"></line><line stroke-linecap="square" x1="9.088" y1="6.184" x2="9.088" y2="7.635"></line><line stroke-linecap="square" x1="6.183" y1="16.479" x2="9.085" y2="16.479"></line><line stroke-linecap="square" x1="9.085" y1="15.028" x2="9.085" y2="17.931"></line><line stroke-linecap="square" x1="17.878" y1="15.026" x2="17.878" y2="17.931"></line><line stroke-linecap="square" x1="17.878" y1="15.026" x2="14.973" y2="15.026"></line><line stroke-linecap="square" x1="12" y1="15.046" x2="12" y2="14.991"></line><line stroke-linecap="square" x1="14.973" y1="15.154" x2="14.973" y2="17.931"></line><line stroke-linecap="square" x1="14.905" y1="17.931" x2="12" y2="17.931"></line></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: right 1rem top 50%;
  background-size: 1.8rem auto;
}
.close-app-modal {
  display: block;
  width: auto;
  height: auto;
  padding: 0.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--font-color);
  background-color: #fafafa;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: left 50% top 50%;
  background-size: 2rem;
}
.icon-round {
  display: block;
  background-color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  padding: 6px;
}
#qrViewModal .modal-dialog,
#newShipmentModal .modal-dialog {
  width: 100%;
  max-width: 100%;
}
#qrViewModal .modal-footer,
#qrViewModal .modal-content,
#newShipmentModal .modal-content {
  background-color: #000 !important;
}
#qrViewModal .top-shadow {
  height: 15px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 35;
  background: #000000;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
#qrViewModal .bottom-shadow {
  height: 20px;
  position: fixed;
  bottom: 74px;
  left: 0;
  right: 0;
  background: #000000;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
#qrViewModal a.nav-link {
  border-radius: 0;
  line-height: 2;
  background-color: #222;
  color: #999;
  font-weight: normal;
  height: 42px;
}
#qrViewModal a.active {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
#qrViewModal .tab-pane {
  height: 39vh;
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 0;
  z-index: 10;
}
#qrViewModal .tab-content {
  height: 39vh;
  background-color: #000;
  padding-bottom: 10px;
  z-index: 20;
}
#scanBoard {
  height: 33px;
  background-color: #000;
  position: fixed;
  top: 42px;
  left: 0;
  right: 0;
  padding: 2px 0 0 0;
  margin: 0;
  z-index: 30;
}
#scanBoard .counter {
  color: #fff;
  padding: 0.5rem 0 0.5rem 0;
  font-size: 1rem;
  text-align: center;
}
#scanBoard .counter span {
  font-size: 1.2rem;
  font-weight: bold;
}
#scanCounter {
  height: 1px;
  display: block;
}
#scanResult {
  display: block;
  background-color: #000;
  position: fixed;
  top: 48vh;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px 0 80px 0;
}
#scanResult .row {
  border-bottom: 1px solid #000;
  background-color: #000;
  margin: 0;
  padding: 0;
}
#scanResult .col {
  background-image: none;
  background-repeat: no-repeat, no-repeat;
  background-position: left 1.3rem top 50%;
  background-size: 1.3rem auto;
  padding: 0.6rem 1rem 0.6rem 3.3rem;
  margin: 0;
}
.add-shipment-id {
  background-color: #666;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Noto Sans', courier, arial, sans-serif;
  letter-spacing: 0.2rem;
}
.add-shipment-id:focus {
  background-color: #fff;
}
.video-container {
  position: relative;
}
.video-container video {
  width: 65vw;
  height: 65vw;
}
.scan-message-banner {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 4px;
}
.scan-message {
  display: inline-block;
  width: 78vw;
  height: auto;
  padding: 0.6rem 0.5rem 0.6rem 0.5rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  background-color: #000;
  vertical-align: middle;
}
.scan-alert {
  color: #fcc71c;
  margin-top: -5px;
}
#scanResult .loading {
  background-color: #000 !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgb(63, 63, 63)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg>');
  color: #fff;
}
#scanResult .found {
  /*background-color: #dbffe5 !important;*/
  color: #32a352;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgb(50, 163, 82)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
}
#scanResult .missing {
  /*background-color: #ffdbdb !important;*/
  color: #e43b3b;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgb(228, 59, 59)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line></svg>');
}
/*below new style test full width user firendly space */
* {
  touch-action: manipulation;
}
.app-help-btn {
  width: 48px;
  height: 48px;
  display: block;
  position: fixed;
  bottom: 32px;
  right: 32px;
  border-radius: 50%;
  background-color: #007bff;
  padding: 0;
  cursor: pointer;
}
.app-help-img {
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.app-back-link svg {
  height: 24px;
  width: 24px;
  color: #000;
}
svg.video-error {
  width: 64px;
  height: 64px;
}
svg.close-view {
  width: 28px;
  height: 28px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  background-color: #fafafa;
}
.neutral,
.pickup,
.deliver,
.reload {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
}
.nogeo {
  opacity: 0.5;
}
.input-group > .btn-shipment {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.btn-shipment {
  display: block;
  width: 100%;
  height: 6.5rem;
  padding: 1.2rem 0 1.2rem 3.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--font-color);
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0px solid var(--table-border-color);
  border-right: none;
  border-radius: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line></svg>');
  background-repeat: no-repeat, repeat;
  background-position: left 1.1rem top 50%;
  background-size: 1.8rem auto;
}
.btn-shipment > input[type="checkbox"],
.btn-parcel > input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.btn-shipment:hover {
  cursor: pointer;
}
.btn-toggle-parcels-forward {
  width: 4rem;
  background-color: #e2e2e2;
  border: 0px solid var(--table-border-color);
  border-radius: 0;
  outline: 0;
}
.btn-toggle-parcels,
.btn-toggle-parcels:active,
.btn-toggle-parcels:focus {
  width: 4rem;
  background-color: #f2f2f2;
  border: 0px solid var(--table-border-color);
  border-radius: 0;
  outline: 0;
}
.btn-toggle-parcels .l-icon {
  stroke-width: 1;
  font-size: 36px;
  line-height: 36px;
  width: 24px;
  height: 24px;
}
.pickup .btn-shipment {
  background-color: #d3f8ff !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 158, 188)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle></svg>');
  background-repeat: no-repeat, repeat;
  background-position: left 1.1rem top 50%;
  background-size: 1.8rem auto;
}
.pickup .btn-toggle-parcels {
  background-color: #b9f3ff !important;
}
.deliver .btn-shipment {
  background-color: #dbffe5 !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgb(50, 163, 82)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4.724,20.411c0,0,2.691,0.876,5.105,1.722s3.449,0.549,6.15-0.861s6.642-3.459,6.642-3.459s-1.315-1.394-3.936-0.507c-3.183,1.076-3.183,1.076-3.183,1.076"></path><path d="M9.875,18.935c0,0,2.973,0,4.234,0c1.782,0,1.766-2.552-0.078-2.552c-1.922,0-2.88,0.015-3.203,0.015c-0.231,0-1.261-1.259-3.472-1.259c-0.846,0-2.632-0.017-2.632-0.017"></path><polyline points="21.452,16.874 21.452,2.095 6.765,2.095 6.765,15.122"></polyline><line x1="12.728" y1="9.874" x2="10.104" y2="9.874"></line><line x1="16.008" y1="12.631" x2="10.104" y2="12.631"></line><polyline points="16.481,2.845 16.481,6.892 14.109,5.191"></polyline><polyline points="11.737,2.845 11.737,6.892 14.109,5.191"></polyline><polyline points="1.219,14.203 1.219,21.487 4.724,21.487 4.724,14.138 1.219,14.138"></polyline></svg>');
  background-repeat: no-repeat, repeat;
  background-position: left 1.1rem top 50%;
  background-size: 1.8rem auto;
}
.deliver .btn-toggle-parcels {
  background-color: #b2ffc7 !important;
}
.reload .btn-shipment {
  background-color: #fdffdc !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgb(252, 199, 28)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><line x1="8.281" y1="16.226" x2="13.573" y2="16.226"></line><line x1="13.573" y1="21.501" x2="13.573" y2="16.226"></line><line x1="8.281" y1="21.501" x2="8.281" y2="16.226"></line><line x1="8.281" y1="21.501" x2="13.573" y2="21.501"></line><line x1="4.909" y1="21.501" x2="4.909" y2="9.709"></line><line x1="19.091" y1="21.501" x2="19.091" y2="9.709"></line><line x1="1.534" y1="21.5" x2="1.534" y2="7.429"></line><line x1="1.534" y1="7.429" x2="12" y2="2.499"></line><line x1="1.534" y1="21.5" x2="4.909" y2="21.5"></line><line x1="22.466" y1="7.429" x2="12" y2="2.499"></line><line x1="22.466" y1="21.5" x2="22.466" y2="7.429"></line><line x1="19.091" y1="21.5" x2="22.466" y2="21.5"></line><line x1="4.909" y1="9.709" x2="19.091" y2="9.709"></line></svg>');
  background-repeat: no-repeat, repeat;
  background-position: left 1.1rem top 50%;
  background-size: 1.8rem auto;
}
.reload .btn-toggle-parcels {
  background-color: #fcffba !important;
}
.shipment-street {
  position: absolute;
  top: 4.4rem;
  display: block;
  width: 78%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.shipment-address {
  position: absolute;
  top: 2.6rem;
  display: block;
  width: 78%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
}
.shipment-id {
  position: absolute;
  display: inline-block;
  left: 3.75rem;
  top: 1rem;
  width: auto;
  height: auto;
  font-size: 1rem;
  line-height: 1.3;
}
.parcel-count {
  position: absolute;
  display: inline-block;
  right: 1.2rem;
  top: 1rem;
  width: 100px;
  font-size: 1rem;
  line-height: 1.3;
  text-align: right;
}
.shipment-id i,
.parcel-count i {
  font-size: 0.7rem;
  font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
  font-style: normal !important;
}
.parcel-list {
  padding: 0;
  margin: 0;
}
.parcel-list .address-info {
  font-size: 0.7rem;
  line-height: 1.6;
}
.parcel-list .block {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.parcel-feedback {
  background-color: #fff;
  padding: 1.6rem;
  box-shadow: inset 0px -8px 8px -8px #e9e9e9;
}
.parcel-list .photo,
.parcel-list .comment {
  font-size: 0.9rem;
  text-transform: uppercase;
  border-width: 2px;
  font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
  color: var(--primary-color);
}
.parcel-list .photo:active,
.parcel-list .photo:focus,
.parcel-list .photo:hover,
.parcel-list .comment:active,
.parcel-list .comment:focus,
.parcel-list .comment:hover {
  color: #fff !important;
}
.btn-parcel {
  display: block;
  width: 100%;
  padding: 0.6rem 1.5rem 0.6rem 3.75rem;
  margin: 0;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  color: var(--font-color);
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="grey" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle></svg>');
  background-repeat: no-repeat, repeat;
  background-position: left 1.3rem top 50%;
  background-size: 1.2rem auto;
}
.parcel-list .parcel-pickup {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 158, 188)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
  background-repeat: no-repeat, repeat;
  background-position: left 1.3rem top 50%;
  background-size: 1.2rem auto;
}
.parcel-list .parcel-deliver {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgb(50, 163, 82)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
  background-repeat: no-repeat, repeat;
  background-position: left 1.3rem top 50%;
  background-size: 1.2rem auto;
}
.parcel-list .parcel-reload {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="orange" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
  background-repeat: no-repeat, repeat;
  background-position: left 1.3rem top 50%;
  background-size: 1.2rem auto;
}
.parcel-list .parcel-missing {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg>');
  background-repeat: no-repeat, repeat;
  background-position: left 1.3rem top 50%;
  background-size: 1.2rem auto;
  color: red !important;
  text-decoration: line-through;
}
.parcel-info {
  position: relative;
  font-size: 0.75rem;
  color: #454647;
}
.parcel-weight {
  position: absolute;
  right: 3rem;
  font-size: 0.75rem;
}
.parcel-missing .parcel-weight,
.parcel-missing .parcel-info {
  text-decoration: line-through;
  color: red !important;
}
.btn-pickup-receipt,
.btn-receipt {
  display: block;
  width: auto;
  height: 5rem;
  font-size: 1.2rem;
  line-height: 3.7rem;
  background-color: #f5f5f5;
}
.btn-remote-receipt {
  display: block;
  width: auto;
  height: 5rem;
  background-color: #009b3a;
}
.remote-receipt {
  display: block;
  width: auto;
  height: 3.8rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64px" height="64px" viewBox="0 0 64 64"><path fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M27.969,28.746c3.021,3.589,0,6.509,0,6.509"></path><path fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M30.607,26.708c4.913,5.836,0,10.583,0,10.583"></path><path fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M33.42,24.852c6.02,7.883,0,14.296,0,14.296"></path><path fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M4.542,12.655h15.293c1.689,0,3.059,1.369,3.059,3.059v32.574c0,1.689-1.369,3.059-3.059,3.059H4.542c-1.689,0-3.059-1.369-3.059-3.059V15.713C1.483,14.024,2.853,12.655,4.542,12.655z"></path><line fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x1="12.181" y1="46.333" x2="12.196" y2="46.333"></line><line fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x1="7.723" y1="18.041" x2="16.654" y2="18.041"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="5.662" y1="23.944" x2="10.609" y2="23.944"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="5.662" y1="23.944" x2="5.662" y2="28.891"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="5.662" y1="28.891" x2="10.609" y2="28.891"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="10.609" y1="23.944" x2="10.609" y2="28.891"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="8.035" y1="26.317" x2="8.237" y2="26.317"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="8.035" y1="26.317" x2="8.035" y2="26.519"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="8.035" y1="26.519" x2="8.237" y2="26.519"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="8.237" y1="26.317" x2="8.237" y2="26.519"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="13.667" y1="23.944" x2="18.614" y2="23.944"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="13.667" y1="23.944" x2="13.667" y2="28.891"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="13.667" y1="28.891" x2="18.614" y2="28.891"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="18.614" y1="23.944" x2="18.614" y2="28.891"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="16.04" y1="26.317" x2="16.242" y2="26.317"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="16.04" y1="26.317" x2="16.04" y2="26.519"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="16.04" y1="26.519" x2="16.242" y2="26.519"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="16.242" y1="26.317" x2="16.242" y2="26.519"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="5.662" y1="32.051" x2="10.609" y2="32.051"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="5.662" y1="32.051" x2="5.662" y2="36.997"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="5.662" y1="36.997" x2="10.609" y2="36.997"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="10.609" y1="32.051" x2="10.609" y2="36.997"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="8.035" y1="34.423" x2="8.237" y2="34.423"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="8.035" y1="34.423" x2="8.035" y2="34.625"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="8.035" y1="34.625" x2="8.237" y2="34.625"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="8.237" y1="34.423" x2="8.237" y2="34.625"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="13.768" y1="31.949" x2="18.715" y2="31.949"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="13.768" y1="31.949" x2="13.768" y2="33.679"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="17.004" y1="36.896" x2="18.715" y2="36.896"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="18.715" y1="34.625" x2="18.715" y2="36.896"></line><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="13.768" y1="36.578" x2="13.768" y2="36.896"></line><path fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" d="M18.715,34.625"></path><line fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" x1="17.004" y1="34.625" x2="18.715" y2="34.625"></line><path fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M44.165,12.655h15.293c1.689,0,3.059,1.369,3.059,3.059v32.574c0,1.689-1.369,3.059-3.059,3.059H44.165c-1.689,0-3.059-1.369-3.059-3.059V15.713C41.106,14.024,42.475,12.655,44.165,12.655z"></path><line fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x1="51.804" y1="46.333" x2="51.819" y2="46.333"></line><line fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x1="47.346" y1="18.041" x2="56.277" y2="18.041"></line><line fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x1="47.65" y1="32.468" x2="50.393" y2="35.211"></line><line fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x1="50.393" y1="35.211" x2="55.973" y2="29.631"></line></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: left 50% top 50%;
  background-size: 3rem auto;
  color: white !important;
  text-decoration: line-through;
}
.btn-remote-sign {
  display: block;
  width: auto;
  height: 5rem;
  font-size: 1.2rem;
  line-height: 2.8rem;
  font-weight: 600;
  background-color: #009b3a;
}
/* resource search dashboard */
#routeDrivers .persona {
  display: inline-flex;
  height: 32px;
  background-color: var(--table-row-bg-hover);
  border-radius: 0.25rem;
  padding: 0 0 0 0.5rem;
  margin: 0.125rem;
}
#routeDrivers .persona td {
  border: none;
  background: none;
  line-height: 2.2;
  height: 32px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
#routeDrivers .persona:first-child {
  display: none;
}
#driverSearch {
  padding: 1.2rem 0.75rem;
}
ul.autocomplete {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: var(--bg-light);
  border: 1px solid var(--table-border-color);
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.autocomplete li {
  padding: 1rem ;
}
ul.autocomplete li:hover {
  background-color: var(--table-row-bg-hover);
  cursor: pointer;
}
/* ul.autocomplete li.active {
	background-color: #eee;
} */
/* --------------------------------

CHIPS

-------------------------------- */
div.chip {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  border-radius: 0.125rem;
  background-color: var(--table-input-disabled-bg);
  height: 36px;
  padding: 2px 2px 2px 2px;
  font-size: 0.8rem;
}
div.chip.chip-outline {
  border: 1px solid var(--table-border-color);
  background-color: transparent;
}
div.chip.chip-outline:hover {
  background-color: var(--table-input-disabled-bg);
}
div.chip > .icon {
  padding: 0 0 0 6px;
}
div.chip > .icon svg.doc-icon {
  height: 20px;
  width: 20px;
}
div.chip > .image {
  padding: 0;
  border-radius: 50%;
}
div.chip > .image img {
  border-radius: 0.125rem;
  margin: 0;
}
div.chip > .content {
  padding: 0;
}
div.chip > .content a {
  color: inherit;
  margin: 0 6px 0 6px;
}
div.chip > .content a:hover {
  color: inherit;
  text-decoration: none;
}
div.chip > button {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: none;
  opacity: 0.35;
}
div.chip > button:hover {
  opacity: 1;
}
/* --------------------------------

EBANK PACKAGE ACCOUNTING

-------------------------------- */
#ebank .account-ava {
  background-color: var(--primary-color);
  border-radius: 12px;
  height: 24px;
  width: 24px;
  display: inline-block;
  margin: 0 8px 0 0;
}
#ebank .account-ava i {
  color: #33eedd;
  font-style: normal;
  font-size: 0.7rem;
  line-height: 1;
  display: inline-block;
  text-align: center;
}
#ebank a.account-link {
  color: var(--font-color);
  font-size: 0.8rem;
}
#ebank .first,
#ebank .last {
  height: 32px;
  width: 32px;
}
#ebank-table tr.ebank-trans-table-head {
  background: #fff;
}
#ebank-table tr.ebank-trans-month-title {
  background: #edeaff;
  font-weight: 600;
}
#ebank-table tr {
  border-bottom: 1px solid #e3e4e5;
  border-radius: 0 !important;
}
#ebank-table td {
  border-top: none;
}
.ebank-trans-txt,
.ebank-trans-qnt,
.ebank-trans-date,
.ebank-trans-amount {
  white-space: nowrap;
  width: 1%;
}
.ebank-trans-qnt {
  font-weight: 600;
}
.ebank-trans-qnt.sent-in {
  color: green;
}
.ebank-trans-qnt.sent-out {
  color: var(--font-color);
}
@media only screen and (min-width: 768px) {
  #ebank-table tr.ebank-trans-month-title {
    background: #edeaff;
    position: sticky;
    top: 40px;
    z-index: 1020;
  }
  .ebank-trans-txt,
  .ebank-trans-date,
  .ebank-trans-qnt,
  .ebank-trans-amount,
  #ebank .btn {
    font-size: 0.8rem !important;
  }
}
@media only screen and (max-width: 767px) {
  #ebank-table tr {
    padding: 0.325rem 0;
  }
  #ebank-table td {
    line-height: 1;
    padding: 0.25rem 0.75rem;
  }
  .ebank-trans-txt {
    flex-basis: 70%;
    font-size: 0.9rem;
  }
  .ebank-trans-date {
    flex-basis: 70%;
    font-size: 0.8rem;
  }
  .ebank-trans-qnt {
    flex-basis: 30%;
    font-size: 0.9rem;
  }
  .ebank-trans-amount {
    flex-basis: 30%;
    font-size: 0.8rem;
  }
}
.routeGroup .list {
  background-color: #d8d8d8;
  border: 1px #d8d8d8 solid;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 0.2em;
  padding: 0.5em 0.5em 0.2em 0.5em;
  box-shadow: 0 0 2px 1px #888 inset;
  min-height: 5em;
}
.omniselect {
  user-select: none;
}
.omniselect[readonly]:focus {
  box-shadow: none !important;
}
#packageSearchOptions div.option.active {
  background-color: #0074f1;
  color: #fff;
}
.routestop-instruction {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
  padding: 2px 4px;
  position: absolute;
  z-index: 100;
  right: -12px;
  top: 14px;
}
.routestop-instruction a {
  color: #000 !important;
  font-weight: normal;
}
