/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Lato|Open+Sans:300,500,600,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input,
select {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4rem;
  margin: 0;
  color: #333;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
main {
  margin: 16px;
}
h1 {
  font-size: 28px;
  font-weight: 400;
}
h1 .sub {
  font-size: 0.6rem;
}
.work-remaining-chart-container h1 .loading-graph:before,
h1 .spinner,
h1 .work-remaining-chart-container .loading-graph:before {
  vertical-align: baseline;
}
h2 {
  font-size: 20px;
  font-weight: 400;
}
.work-remaining-chart-container h2 .loading-graph:before,
h2 .icon,
h2 .spinner,
h2 .work-remaining-chart-container .loading-graph:before {
  vertical-align: sub;
}
h3 {
  font-size: 16px;
  font-weight: 600;
}
.work-remaining-chart-container h3 .loading-graph:before,
h3 .icon,
h3 .spinner,
h3 .work-remaining-chart-container .loading-graph:before {
  vertical-align: middle;
}
sub {
  bottom: 0;
}
a {
  text-decoration: none;
  color: #0094f7;
  border-bottom: 1px solid #0094f7;
}
a:hover {
  color: #0075c4;
  border-bottom-color: #0075c4;
}
hr {
  border: 0;
  height: 1px;
  background: #aaa;
  background-image: linear-gradient(90deg, #ddd, #aaa, #ddd);
}
small {
  font-size: 12px;
}
i[class^="icon"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: auto;
}
abbr[title] {
  text-decoration: none;
}
abbr[title="Required"] {
  color: #ee2c2c;
}
.column {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.row {
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .row.padded {
    padding-bottom: 1rem;
  }
  .column {
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0;
  }
  .padded > .column {
    padding-right: 1rem;
  }
  .padded > .column:last-of-type {
    padding-right: 0;
  }
  ._25 {
    -ms-flex: 2.5;
    flex: 2.5;
    max-width: 25%;
  }
  ._5 {
    -ms-flex: 5;
    flex: 5;
    max-width: 50%;
  }
  ._6 {
    -ms-flex: 6;
    flex: 6;
    max-width: 60%;
  }
  ._75 {
    -ms-flex: 7.5;
    flex: 7.5;
    max-width: 75%;
  }
  ._33 {
    -ms-flex: 3.33;
    flex: 3.33;
    max-width: 33.33%;
  }
  ._66 {
    -ms-flex: 6.66;
    flex: 6.66;
    max-width: 66.66%;
  }
}
.css-10nd86i {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin-right: 0.5rem;
  transform: translateY(1px);
}
.css-1aya2g8,
.css-2o5izw {
  min-height: 0 !important;
  height: 32px;
  border-radius: 0 !important;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.container {
  margin: 0 auto;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
}
.container:not(:last-of-type) {
  margin-bottom: 1rem;
}
.container p {
  margin-top: 0;
}
.container h2 {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-size: 16px;
}
.container-header {
  display: table;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: rgba(0, 148, 247, 0.05);
}
.container-body {
  padding: 2rem;
  border-top: 1px solid #ccc;
}
.proc-path-cards .container-body {
  max-height: 440px;
  overflow-y: auto;
}
.process-path-card {
  position: relative;
  padding: 0.3rem 0.75rem;
  background-color: rgba(0, 148, 247, 0.05);
}
.process-path-card:last-of-type {
  margin-bottom: 0;
}
.process-path-card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.process-path-card h2 {
  display: inline-block;
  width: calc(100% - 500px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
  padding-left: 1rem;
  margin-bottom: -0.5rem;
  color: #0094f7;
}
.process-path-card.complete .icon-complete ~ h2,
.process-path-card.errors .icon-errors ~ h2,
.process-path-card.in-progress .icon-in-progress ~ h2 {
  padding-left: 2rem;
}
.process-path-card a {
  border-bottom: 0;
}
.process-path-card a .icon {
  line-height: 32px;
}
.process-path-card .select2-selection--single .select2-selection__arrow {
  top: 12%;
}
.process-path-card .icon-complete,
.process-path-card .icon-errors,
.process-path-card .icon-in-progress {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.process-path-card .icon-in-progress {
  color: #f90;
}
.process-path-card .icon-complete {
  color: #71a61c;
}
.process-path-card .icon-errors {
  color: #ee2c2c;
}
.process-path-card:not(.complete) .icon-complete,
.process-path-card:not(.errors) .icon-errors,
.process-path-card:not(.in-progress) .icon-in-progress {
  display: none;
}
.process-path-card.in-progress {
  background-color: rgba(255, 153, 0, 0.15);
}
.process-path-card.errors {
  background-color: rgba(238, 44, 44, 0.15);
}
.process-path-card.complete {
  background-color: rgba(113, 166, 28, 0.15);
}
.process-path-card .summary {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.process-path-card .summary li {
  display: inline-block;
  margin-right: 1rem;
}
.process-path-card .summary .name {
  color: #999;
  font-size: 0.6rem;
  line-height: 1.4em;
}
.process-path-card .summary .value {
  font-size: 16px;
}
.process-path-card .tooltip {
  width: 300px;
}
.button,
button,
input[type="button"],
input[type="submit"] {
  position: relative;
  background: currentColor;
  background-color: #0094f7;
  border: none;
  padding: 0.4rem 1.2rem;
  margin-right: 0.5rem;
  cursor: pointer;
  border-radius: 0.1rem;
  background-clip: padding-box;
  transition: background-color 0.28s ease, color 0.28s ease,
    box-shadow 0.28s ease;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #fff;
}
.button *,
button *,
input[type="button"] *,
input[type="submit"] * {
  position: relative;
  z-index: 1;
}
.button:before,
button:before,
input[type="button"]:before,
input[type="submit"]:before {
  content: "";
  position: absolute;
  background: #001a2b;
  border: 50vh solid #005791;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #0075c4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.button:active:before,
.button:focus:before,
button:active:before,
button:focus:before,
input[type="button"]:active:before,
input[type="button"]:focus:before,
input[type="submit"]:active:before,
input[type="submit"]:focus:before {
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none;
}
.button.danger,
button.danger,
input[type="button"].danger,
input[type="submit"].danger {
  background: #ee2c2c;
}
.button.danger:before,
button.danger:before,
input[type="button"].danger:before,
input[type="submit"].danger:before {
  background: #480606;
  border: 50vh solid #a70d0d;
}
.button.danger:hover,
button.danger:hover,
input[type="button"].danger:hover,
input[type="submit"].danger:hover {
  background-color: #d61111;
}
.floating-label {
  margin-top: 0.7rem;
}
.floating-label,
fieldset {
  position: relative;
  margin-bottom: 1rem;
}
fieldset {
  padding: 0;
  border: none;
  max-width: 350px;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"] {
  height: 2rem;
  margin-bottom: -2px;
}
input[type="number"],
input[type="tel"] {
  text-align: right;
}
input[type="number"].highlight,
input[type="tel"].highlight {
  background: rgba(238, 44, 44, 0.2);
  border-color: rgb(238, 44, 44);
  border-width: 2px;
}
select {
  padding: 5.6px;
  margin-right: 0.5rem;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.placeholder-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  z-index: 1;
  color: #999;
  font-weight: 400;
  transition: all 0.3s ease;
}
.bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.bar:before {
  content: "";
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #0094f7;
  transition: left 0.3s ease, width 0.3s ease;
  z-index: 2;
}
input,
textarea {
  border-width: 0;
  width: 100%;
  transition: all 0.3s ease;
}
input.has-value,
input:focus,
input[type="date"],
input[type="time"],
textarea.has-value,
textarea:focus,
textarea[type="date"],
textarea[type="time"] {
  outline: none;
}
input.has-value ~ .placeholder-label,
input:focus ~ .placeholder-label,
input[type="date"] ~ .placeholder-label,
input[type="time"] ~ .placeholder-label,
textarea.has-value ~ .placeholder-label,
textarea:focus ~ .placeholder-label,
textarea[type="date"] ~ .placeholder-label,
textarea[type="time"] ~ .placeholder-label {
  font-size: 0.7rem;
  color: #999;
  top: -0.7rem;
  left: 0;
}
input:focus + .bar:before,
textarea:focus + .bar:before {
  width: 100%;
  left: 0;
}
input:not([required]) ~ abbr[title*="Required"],
input:not([required]) ~ label abbr[title*="Required"] {
  display: none;
}
label.checkbox,
label.radio {
  position: relative;
  padding-left: 2rem;
  text-align: left;
  display: block;
  margin-bottom: 1rem;
}
label.checkbox:last-child,
label.radio:last-child {
  margin-bottom: 0;
}
label.checkbox input,
label.radio input {
  width: auto;
  opacity: 1e-8;
  position: absolute;
  left: 2px;
}
label.checkbox:not(.disabled),
label.radio:not(.disabled) {
  cursor: pointer;
}
label.checkbox.disabled,
label.radio.disabled {
  opacity: 0.3;
}
.radio .helper {
  position: absolute;
  top: -2px;
  left: -0.25rem;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}
.radio .helper:after,
.radio .helper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s ease;
  border-radius: 50%;
  background-clip: padding-box;
  border: 0.125rem solid;
}
.radio .helper:after {
  transform: scale(0);
  background-color: #0094f7;
  border-color: #0094f7;
}
.radio:hover input:not([disabled]) ~ .helper {
  color: #0094f7;
}
.radio input[disabled] ~ .helper {
  cursor: default;
}
.radio input:checked ~ .helper:after {
  transform: scale(0.5);
}
.radio input:checked ~ .helper:before {
  color: #0094f7;
}
.checkbox .helper {
  color: #999;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  transition: border-color 0.3s ease;
}
.checkbox .helper:after,
.checkbox .helper:before {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #0094f7;
  display: block;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  transition: opacity 0.3s ease, height 0s linear 0.3s;
  opacity: 0;
}
.checkbox .helper:before {
  top: 0.65rem;
  left: 0.38rem;
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper:after {
  top: 0.3rem;
  left: 0;
  transform: rotate(-45deg);
}
.checkbox:hover input:not([disabled]) ~ .helper {
  color: #0094f7;
}
.checkbox input[disabled] ~ .helper {
  cursor: default;
}
.checkbox input:checked ~ .helper {
  color: #0094f7;
}
.checkbox input:checked ~ .helper:after,
.checkbox input:checked ~ .helper:before {
  opacity: 1;
  transition: height 0.3s ease;
}
.checkbox input:checked ~ .helper:after {
  height: 0.5rem;
}
.checkbox input:checked ~ .helper:before {
  height: 1.2rem;
  transition-delay: 0.3s;
}
.standard-table .checkbox .helper {
  top: -0.5rem;
}
.standard-table thead tr .checkbox .helper:before {
  box-shadow: 0 0 0 0.0625rem #e6e6e6;
}
.standard-table tbody tr:nth-child(even) .checkbox .helper:before {
  box-shadow: 0 0 0 0.0625rem #f2f2f2;
}
.modal {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.modal .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
  overflow: auto;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.modal i.close-modal {
  cursor: pointer;
  float: right;
  margin-right: -8px;
  font-size: 20px;
}
.standard-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  text-align: left;
  margin-bottom: 16px;
}
.standard-table thead tr {
  background-color: #e6e6e6;
}
.standard-table thead th {
  font-weight: 600;
}
.standard-table thead h1,
.standard-table thead h2,
.standard-table thead h3 {
  margin: 0;
}
.standard-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
.standard-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.standard-table tbody tr:hover,
.standard-table tbody tr:nth-child(even):hover {
  background-color: #edf8ff;
}
.standard-table tbody tr .container,
.standard-table tbody tr .standard-table {
  margin-bottom: 0;
}
.standard-table td,
.standard-table th {
  padding: 0.25rem 0.5rem;
}
.standard-table .icon {
  vertical-align: middle;
}
.standard-table .button,
.standard-table button,
.standard-table input[type="button"],
.standard-table input[type="submit"] {
  padding: 0 0.6rem;
}
.inline-editor {
  white-space: nowrap;
}
.inline-editor .icon {
  cursor: pointer;
  vertical-align: middle;
}
.inline-editor .edit {
  color: #0094f7;
}
.inline-editor .save {
  color: #71a61c;
}
.inline-editor .cancel,
.inline-editor .delete {
  color: #ee2c2c;
}
.inline-editor .floating-label {
  display: inline;
}
.inline-editor input,
.inline-editor select {
  padding-top: 0;
  padding-bottom: 1px;
}
.inline-editor input:not([disabled]) ~ .delete,
.inline-editor input:not([disabled]) ~ .edit,
.inline-editor input:not([disabled]) ~ .selected-option,
.inline-editor input:not([disabled]) ~ .value,
.inline-editor select:not([disabled]) ~ .delete,
.inline-editor select:not([disabled]) ~ .edit,
.inline-editor select:not([disabled]) ~ .selected-option,
.inline-editor select:not([disabled]) ~ .value {
  display: none;
}
.inline-editor input[disabled],
.inline-editor select[disabled] {
  background: transparent;
  border-color: transparent;
}
.inline-editor input[disabled] ~ .bar,
.inline-editor input[disabled] ~ .cancel,
.inline-editor input[disabled] ~ .save,
.inline-editor select[disabled] ~ .bar,
.inline-editor select[disabled] ~ .cancel,
.inline-editor select[disabled] ~ .save {
  display: none;
}
.inline-editor input {
  width: auto;
  background: #fff;
  border: 1px solid #999;
  height: 26px;
  border-radius: 2px;
  background-clip: padding-box;
}
.inline-editor select[disabled] {
  display: none;
  box-shadow: none;
  color: #333;
  background: transparent;
}
.inline-editor .selected-option {
  margin-right: 0.5rem;
}
.inline-editor .bar {
  display: none;
}
.inline-editor .select2-selection--single {
  border: 1px solid #999;
  height: 25px;
  margin-left: -2px;
}
.inline-editor .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
  padding-left: 3px;
}
.inline-editor .select2-container--disabled .select2-selection--single {
  border-color: transparent;
  background: transparent;
}
.inline-editor .select2-container--disabled .select2-selection--single:focus {
  outline: none;
}
.accordion-content:not(.open),
.inline-editor
  .select2-container--disabled
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
tr.accordion-content {
  background: #fff;
}
.tooltip-trigger {
  position: relative;
  display: inline-block;
}
.tooltip-trigger:not(:hover) .tooltip {
  display: none;
}
.tooltip {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 25px;
}
.tooltip.left {
  right: 25px;
  left: auto;
}
.tooltip.bottom {
  right: auto;
  left: 0;
  top: auto;
}
.tooltip.bottom.left {
  right: 0;
  left: auto;
  top: auto;
}
.tooltip .container {
  padding: 0.6rem 1rem;
  max-height: 175px;
  overflow: auto;
}
.spinner,
.work-remaining-chart-container .loading-graph:before {
  display: inline-block;
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 2px solid rgba(0, 148, 247, 0.2);
  border-left-color: #0094f7;
  transform: translateZ(0);
  animation: a 1.1s infinite linear;
}
.spinner,
.spinner:after,
.work-remaining-chart-container .loading-graph:before {
  border-radius: 50%;
  background-clip: padding-box;
  width: 24px;
  height: 24px;
  vertical-align: top;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.work-remaining-chart-container input + .loading-graph:before,
input + .spinner {
  margin-right: 15px;
  margin-top: -40px;
  float: right;
}
.book-delivery-spinner {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  border-width: 8px;
  left: 50%;
  margin-left: -40px;
  margin-top: 70px;
}
.time-axis {
  display: inline-block;
  padding-right: 0.5rem;
  margin-top: 0;
  margin-bottom: -1px;
  border-right: 1px solid #333;
}
.time-axis > li {
  list-style: none;
  height: 15px;
  line-height: 15px;
  text-align: right;
}
.time-axis > li .time {
  float: left;
  height: 15px;
  padding-top: 7.5px;
}
.time-axis > li:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #999;
  width: 4px;
  left: 82px;
  margin-top: 14px;
}
.time-axis .cpt:before,
.time-axis > li:nth-child(even):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 85px);
  right: 0;
}
.time-axis > li:nth-child(even):after {
  z-index: 0;
  background: hsla(0, 0%, 60%, 0.15);
  height: 15px;
}
.time-axis .cpt:before {
  z-index: 1;
  margin-top: 13px;
  border-bottom: 4px dashed #999;
}
.time-axis .cpt.danger:before {
  border-bottom-color: #ee2c2c;
}
.time-axis .tooltip-trigger {
  text-align: left;
  position: absolute;
  z-index: 9;
  right: 0;
  margin-top: 2px;
  line-height: 1.4rem;
}
.time-axis .tooltip-trigger .tooltip.left {
  right: 1rem;
}
.time-axis .tooltip-trigger .container {
  min-width: 130px;
  padding: 0.25rem 0.5rem;
}
.time-axis .tooltip-trigger .container ul {
  padding-left: 1.4rem;
  list-style: initial;
}
.time-axis .tooltip-trigger .icon {
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  width: 1rem;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #fff;
  background: #0094f7;
  border-radius: 50%;
}
.work-remaining-chart-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
.work-remaining-chart-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  background-image: linear-gradient(#fff, hsla(0, 0%, 100%, 0) 150%);
}
.work-remaining-chart-container .loading-graph {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.work-remaining-chart-container .loading-graph:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-width: 16px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-left-color: #fff;
}
.work-remaining-chart {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.work-remaining-chart dl {
  display: inline-block;
  position: absolute;
  bottom: 16px;
  transform: translateY(34px);
  max-width: calc(100% - 180px);
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.work-remaining-chart dt {
  border-top: 1px solid #333;
  margin-left: -0.5rem;
  width: 5rem;
  word-break: break-word;
}
.work-remaining-chart .label-time,
.work-remaining-chart .pack-time,
.work-remaining-chart .pick-time {
  width: 4rem;
  margin-left: 0;
  cursor: pointer;
}
.work-remaining-chart .pick-time {
  background-color: #b0e45e;
}
.work-remaining-chart .pack-time {
  background-color: #80bc20;
}
.work-remaining-chart .label-time {
  background-color: #0094f7;
}
.work-remaining-chart .proc-path {
  position: relative;
  display: inline-block;
  padding-left: 0.5rem;
}
.work-remaining-chart .proc-path.danger .pick-time {
  background-color: #f68a8a;
}
.work-remaining-chart .proc-path.danger .pack-time {
  background-color: #ee2c2c;
}
.work-remaining-chart .proc-path.danger .label-time {
  background-color: #0094f7;
}
.work-remaining-chart .proc-path.close-to-cpt .pick-time {
  background-color: #ffc266;
}
.work-remaining-chart .proc-path.close-to-cpt .pack-time {
  background-color: #f90;
}
.work-remaining-chart .proc-path.close-to-cpt .label-time {
  background-color: #0094f7;
}
.work-remaining-chart .inline-editor {
  text-align: center;
}
.work-remaining-chart .inline-editor input {
  font-size: 20px;
  width: 68%;
  height: 23px;
}
.work-remaining-chart .inline-editor .icon {
  font-size: 18px;
  margin-top: -6px;
  transition: all 0.2s ease-in-out;
}
.work-remaining-chart .inline-editor .edit {
  color: #999;
}
.work-remaining-chart .inline-editor:not(:hover) .edit {
  opacity: 0.2;
}
.work-remaining-chart .legend,
.work-remaining-chart .stats {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 80%;
}
.work-remaining-chart .stats {
  text-align: center;
  margin-top: 0;
  line-height: 24px;
  width: 100%;
  margin-bottom: 4px;
}
.work-remaining-chart .stats li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.work-remaining-chart .stats:first-of-type {
  background: #fff;
  margin-top: 2px;
  margin-bottom: 3px;
}
.work-remaining-chart .legend {
  margin-top: -2px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
.work-remaining-chart .legend li {
  height: 25px;
}
.work-remaining-chart .legend li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.work-remaining-chart .legend .legend-label {
  display: inline-block;
  width: 50px;
}
.work-remaining-chart .legend .legend-key {
  display: inline-block;
  height: 9px;
  width: 9px;
  margin-left: 5px;
}
.work-remaining-chart .legend .pickers.legend-key {
  background-color: #b0e45e;
}
.work-remaining-chart .legend .packers.legend-key {
  background-color: #80bc20;
}
.work-remaining-chart .legend .total {
  position: absolute;
  right: 100px;
  transform: translateX(calc(100% + 1rem));
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clearfix,
.process-path-card {
  content: "";
  display: table;
  clear: both;
}
.hidden {
  display: none;
}
.full-width {
  width: 100%;
}
.numeric {
  text-align: right;
}
.carrier-modes-table .tooltip {
  width: 300px;
}
.carrier-modes-table .tooltip-trigger {
  margin-right: 8px;
  vertical-align: text-bottom;
}
.carrier-modes-table .tooltip-trigger .icon {
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  width: 1rem;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #fff;
  background: #ee2c2c;
  border-radius: 50%;
}
.carrier-modes-table tr.in-cpt,
.carrier-modes-table tr.in-cpt:nth-child(even) {
  background-color: rgba(255, 153, 0, 0.2);
  border-color: rgba(255, 153, 0, 0.2);
}
.carrier-modes-table tr.in-cpt:hover,
.carrier-modes-table tr.in-cpt:nth-child(even):hover {
  background-color: rgba(255, 153, 0, 0.3);
  border-color: rgba(255, 153, 0, 0.3);
}
.carrier-modes-table tr.danger,
.carrier-modes-table tr.danger:nth-child(even) {
  background-color: rgba(238, 44, 44, 0.2);
  border-color: rgba(238, 44, 44, 0.2);
}
.carrier-modes-table tr.danger:hover,
.carrier-modes-table tr.danger:nth-child(even):hover {
  background-color: rgba(238, 44, 44, 0.3);
  border-color: rgba(238, 44, 44, 0.3);
}
.missed-carriers-table td:nth-child(2) {
  white-space: nowrap;
}
body {
  background-color: rgba(51, 51, 51, 0.02);
}
.container {
  border-radius: 0.5rem;
  background-clip: padding-box;
  /* box-shadow: 0 0 20px rgba(51, 51, 51, 0.1); */
  border: 1px solid #ddd;
}
.container .container-header {
  padding: 0.75rem 1rem;
  background-color: transparent;
}
.container .container-header h2 {
  font-size: x-large;
  color: #555;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.4em;
}
.container .container-body {
  border-top: 2px solid rgba(51, 51, 51, 0.05);
}
