@charset "UTF-8";
.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
  display: inline; }

.ember-power-select {
  position: relative; }

.ember-power-select *, .ember-power-select-dropdown * {
  box-sizing: border-box; }

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */ }
  .ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both; }

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  box-shadow: none; }

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: lightgrey transparent transparent transparent; }
  .ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
    transform: rotate(180deg); }

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer; }

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */ }
  .ember-power-select-trigger-multiple-input:disabled {
    background-color: #eeeeee; }
  .ember-power-select-trigger-multiple-input::placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-ms-input-placeholder {
    opacity: 1;
    color: #999999; }

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0; }

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px; }

.ember-power-select-multiple-remove-btn {
  cursor: pointer; }
  .ember-power-select-multiple-remove-btn:not(:hover) {
    opacity: 0.5; }

.ember-power-select-search {
  padding: 4px; }

.ember-power-select-search-input {
  border: 1px solid lightgrey;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px; }
  .ember-power-select-search-input:focus {
    border: 1px solid lightgrey;
    box-shadow: none; }

.ember-power-select-dropdown {
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit; }

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid lightgrey;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid lightgrey;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%; }

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none; }
  .ember-power-select-options[role="listbox"] {
    overflow-y: auto;
    /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
    -webkit-overflow-scrolling: touch;
    max-height: 12.25em; }

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px; }

.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed; }

.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #dddddd; }

.ember-power-select-option[aria-current="true"] {
  background-color: #5897fb;
  color: #ffffff; }

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold; }

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee; }

.ember-power-select-trigger {
  padding: 0 16px 0 0; }

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px; }

.ember-power-select-status-icon {
  right: 5px; }

.ember-power-select-clear-btn {
  right: 25px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px; }

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px; }

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
    margin-right: 8px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
    left: 5px;
    right: initial; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
    left: 25px;
    right: initial; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px; }

html, body {
  color: #333; }

h2, h3 {
  font-weight: 700;
  font-style: normal; }

h3, h4 {
  padding: .5em 0 .5em; }

h2 {
  font-size: 2em;
  line-height: 1.1; }

h3 {
  font-size: 1.625em;
  line-height: 1.3; }

h4 {
  font-size: 1.125em;
  line-height: 1.3; }

a {
  color: #337A94; }

.table > tbody > tr > td {
  border: none; }

.table > thead > tr > th {
  font-weight: normal; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem; }

.no-vertical-margin {
  margin-top: 0;
  margin-bottom: 0; }

.no-padding {
  padding: 0; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.text-right {
  text-align: right; }

.hd-mode {
  font-size: 3rem; }
  .hd-mode .hidden-in-hd-mode {
    visibility: hidden;
    display: none; }

.force-hidden {
  visibility: hidden !important;
  padding: 0 !important;
  margin: 0 !important; }

div.schedule-navigation {
  margin: 0 1rem; }
  div.schedule-navigation .warehouse-name-header {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 7px; }
  div.schedule-navigation div.pull-left input.sum-of-pallets {
    width: 58px; }
  div.schedule-navigation div.pull-left input.too-much-pallets {
    color: #D2322D; }
  div.schedule-navigation .row {
    padding-bottom: 1rem; }

.schedule-navigation.hd-mode {
  margin-top: 1rem; }

div.schedule-footer {
  margin: 1rem; }
  div.schedule-footer .schedule-companies-div label {
    margin-top: 0.75rem;
    margin-right: 1rem; }
  div.schedule-footer .schedule-companies-div i {
    margin-top: 0.75rem;
    margin-left: 1rem; }

.upper-space {
  padding-top: 60px; }

.container {
  min-height: 50em; }

.container-tight {
  max-width: 740px; }

.schedule {
  font-family: Helvetica, arial, sans-serif;
  background-color: lightgray; }
  .schedule .schedule-windows {
    display: none; }
  .schedule .schedule-header .days-headers {
    float: left;
    width: 100%;
    padding-left: 50px;
    font-size: 12px; }
    .schedule .schedule-header .days-headers .day-header.odd {
      background-color: #c3c3c3; }
    .schedule .schedule-header .days-headers .day-header {
      float: left; }
      .schedule .schedule-header .days-headers .day-header .day-label {
        width: 100%;
        border-left: 1px solid white;
        color: #666666;
        font-weight: bold;
        padding: 1rem 0;
        text-align: center; }
      .schedule .schedule-header .days-headers .day-header .ramp-header {
        float: left; }
        .schedule .schedule-header .days-headers .day-header .ramp-header .ramp-label {
          border-top: 1px solid white;
          border-left: 1px solid white;
          color: #666666;
          padding: 1rem 0;
          text-align: center;
          white-space: nowrap; }
  .schedule .schedule-body {
    float: left;
    width: 100%; }
    .schedule .schedule-body .time-bar {
      width: 50px;
      float: left;
      font-size: 14px; }
      .schedule .schedule-body .time-bar .time-label {
        height: 48px;
        border-top: 1px solid white;
        background-color: lightgray;
        color: #666666;
        vertical-align: middle;
        text-align: center;
        line-height: 48px; }
    .schedule .schedule-body .schedule-calendar {
      padding-left: 50px;
      background-color: lightgray; }
      .schedule .schedule-body .schedule-calendar .day.odd {
        background-color: #c3c3c3; }
      .schedule .schedule-body .schedule-calendar .day {
        float: left; }
        .schedule .schedule-body .schedule-calendar .day .ramp {
          float: left;
          border-left: 1px solid white; }
          .schedule .schedule-body .schedule-calendar .day .ramp .time-slot {
            height: 48px;
            border-top: 1px solid white;
            border-left: none; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-15 {
              height: 12px;
              width: 100%;
              border-top: none;
              border-left: none;
              border-right: none;
              border-bottom: 1px solid #dadada; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-30 {
              height: 24px;
              width: 100%;
              border-top: none;
              border-left: none;
              border-right: none;
              border-bottom: 1px solid #dadada; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-60 {
              height: 48px;
              width: 100%;
              border-top: none;
              border-left: none;
              border-right: none;
              border-bottom: 1px solid #dadada; }
    .schedule .schedule-body .time-label.current-hour {
      border: 2px solid darkcyan; }
  .schedule div.cleaner {
    clear: both; }
  .schedule .time-window {
    cursor: pointer;
    height: 48px;
    overflow: hidden;
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    opacity: 0.9;
    z-index: 2;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
    color: white; }
    .schedule .time-window:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      /* For IE8 and earlier */ }
    .schedule .time-window .ui-resizable-s {
      height: 10px; }
    .schedule .time-window .time-window-component {
      height: 100%; }
    .schedule .time-window .title {
      margin-top: 0;
      padding: 3px; }
    .schedule .time-window .content {
      padding-left: 3px;
      padding-right: 3px;
      font-size: 13px; }
    .schedule .time-window div.window-note {
      color: white;
      padding: 1px 6px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 80%; }
    .schedule .time-window button.note-button {
      border: none;
      background: none;
      color: white; }
  .schedule .window-state-with-transport {
    background: #39B3D7; }
  .schedule .window-state-disabled {
    background-color: dimgray;
    border-bottom: 1px solid floralwhite;
    z-index: 1; }
  .schedule .window-state-dedicated {
    background-color: rgba(223, 223, 203, 0.7);
    border-bottom: 1px solid snow;
    z-index: 1; }
    .schedule .window-state-dedicated .title {
      background: rgba(223, 223, 203, 0.9);
      color: #333; }
  .schedule .window-state-template {
    background-color: #565656;
    border-bottom: 1px solid floralwhite; }
  .schedule .window-state-dedicated-template {
    background-color: rgba(223, 223, 203, 0.7);
    border-bottom: 1px solid floralwhite;
    z-index: 1; }
    .schedule .window-state-dedicated-template .title {
      background: #dfdfcb;
      color: #333; }

.schedule.hd-mode .schedule-header .days-headers {
  padding-left: 150px;
  font-size: 3rem; }

.schedule.hd-mode .schedule-body .time-bar {
  width: 150px;
  font-size: 3rem; }
  .schedule.hd-mode .schedule-body .time-bar .time-label {
    height: 144px;
    line-height: 144px; }

.schedule.hd-mode .schedule-body .schedule-calendar {
  padding-left: 150px; }
  .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot {
    height: 144px; }
    .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot .minutes {
      height: 36px; }

.schedule.hd-mode .time-window {
  height: 144px; }
  .schedule.hd-mode .time-window .title {
    color: white;
    padding-left: 7px; }
  .schedule.hd-mode .time-window .window-state-dedicated .window-state-dedicated-template {
    color: #333; }
  .schedule.hd-mode .time-window .content {
    color: white;
    padding: 3px;
    font-size: 30px; }
  .schedule.hd-mode .time-window div.window-note {
    color: white;
    padding: 1px 6px; }
  .schedule.hd-mode .time-window button.note-button {
    border: none;
    background: none;
    color: white; }

table.transport-table tr td {
  vertical-align: middle; }
  table.transport-table tr td .text-to-color {
    font-weight: bold;
    color: #39B3D7; }
  table.transport-table tr td .background-to-color {
    background-color: #39B3D7; }
  table.transport-table tr td button, table.transport-table tr td .badge {
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */ }
    table.transport-table tr td button:hover, table.transport-table tr td .badge:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      /* For IE8 and earlier */ }

table.transport-table .transport-row button {
  background-color: #39B3D7;
  color: whitesmoke; }

.validation-errors {
  font-size: small; }

label.label-not-bold {
  font-weight: normal; }

.centered {
  margin-left: auto;
  margin-right: auto;
  width: 20em; }

.text-center {
  text-align: center; }

button.add-service, button.add-transport {
  margin-top: 20px; }

.transport-table, .transport-table th {
  text-align: center; }

.bold {
  font-weight: bold; }

.form-inline .date-chooser {
  width: 100px; }

.form-inline .search-field {
  width: 150px; }

.form-inline input.input-width-xs {
  width: 42px; }

.form-inline input.input-width-sm {
  width: 100px; }

.form-inline .ember-power-select {
  min-width: 10rem; }

.form-inline .date-range-select {
  width: 17rem; }

.form-horizontal div.ember-power-select {
  min-width: 10rem; }
  .form-horizontal div.ember-power-select div.ember-basic-dropdown-content ul.ember-power-select-options {
    width: 100%; }

.ember-power-select-dropdown.ember-basic-dropdown--below, .ember-basic-dropdown--in-place .ember-power-select-dropdown {
  border-top: 1px solid lightgray;
  margin-top: 1px; }

.ember-power-select-trigger:focus, .ember-basic-dropdown--focus-inside .ember-power-select-trigger {
  border: none;
  outline: 0 solid transparent; }

.ember-power-select-dropdown.ember-basic-dropdown--below, .ember-basic-dropdown--in-place .ember-power-select-dropdown {
  width: auto !important;
  padding-right: 0; }

.ember-power-select-option {
  padding: 0.5rem; }

.form-group .ember-view {
  display: inline-block; }

.form-group .short-input {
  width: 7rem; }

.form-group .time-input {
  width: 10rem; }

.form-group .width-auto {
  width: auto; }

#search-li {
  margin-top: 7px;
  margin-right: 10px; }

.popover {
  min-width: 400px; }

.popover-body {
  min-width: 380px;
  font-size: 12px; }
  .popover-body .col-xs-1 {
    padding: 0; }
  .popover-body .col-xs-2 {
    padding: 0; }
  .popover-body .col-xs-3 {
    padding: 0; }
  .popover-body .col-xs-4 {
    padding: 0; }
  .popover-body .col-xs-5 {
    padding: 0; }
  .popover-body .col-xs-6 {
    padding: 0; }
  .popover-body .col-xs-7 {
    padding: 0; }
  .popover-body .col-xs-8 {
    padding: 0; }
  .popover-body .col-xs-9 {
    padding: 0; }
  .popover-body .col-xs-10 {
    padding: 0; }
  .popover-body .col-xs-11 {
    padding: 0; }
  .popover-body .col-xs-12 {
    padding: 0; }
  .popover-body .btn-confirm {
    width: 90%;
    text-align: center; }
  .popover-body .checkpoints, .popover-body .notes, .popover-body .docs {
    min-height: 120px;
    max-height: 640px;
    overflow: auto;
    overflow-x: hidden; }
    .popover-body .checkpoints .name, .popover-body .notes .name, .popover-body .docs .name {
      color: gray;
      min-height: 15px;
      margin-left: auto; }
    .popover-body .checkpoints .value, .popover-body .notes .value, .popover-body .docs .value {
      min-height: 15px;
      margin-bottom: 5px; }
      .popover-body .checkpoints .value .is-late, .popover-body .notes .value .is-late, .popover-body .docs .value .is-late {
        color: #D2322D; }

.text-link {
  cursor: pointer; }
  .text-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
    text-decoration: underline; }

.hidden-element {
  visibility: hidden; }

.no-wrap {
  white-space: nowrap; }

div.old-browser-alert {
  margin-top: 15px; }

.noclick {
  z-index: 100; }

.schedule-alert {
  margin: 7px 15px 15px; }

ul.in-modal-file-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

div.custom-auto-complete {
  width: 100%; }

button.load-more {
  width: 100%; }

.vertical-resizable-only {
  resize: vertical; }

div.form-buttons {
  text-align: right; }

div.contact-data {
  padding: 15px 0 0 40px; }

.search-field {
  width: 60%; }

.btn-left {
  margin-right: 5px; }

/* PLACEHOLDERS */
::-webkit-input-placeholder {
  color: #91acbc; }

:-moz-placeholder {
  color: #91acbc; }

::-moz-placeholder {
  color: #91acbc; }

:-ms-input-placeholder {
  color: #91acbc; }

/* TEXT INPUT */
input[type="text"] {
  background-clip: padding-box;
  margin: 0;
  outline: 0;
  text-align: left;
  -webkit-appearance: none; }

.text-input {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid #91acbc;
  font-size: 16px;
  vertical-align: middle;
  border-radius: .25rem; }

/* TYPEAHEAD */
.typeahead-wrap {
  display: block;
  position: relative; }

.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #91acbc;
  background: #fff;
  list-style: none;
  border-radius: .25rem;
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.2);
  z-index: 9999; }

.tt-suggestions {
  display: block;
  min-height: 8rem;
  max-height: 20rem;
  overflow-y: auto;
  padding: 10px; }
  .tt-suggestions .highlight {
    background: red; }
  .tt-suggestions .suggestion {
    cursor: pointer; }

.tt-suggestion {
  height: 4.5rem;
  margin: 0;
  padding: 0.75rem;
  color: #313131;
  cursor: pointer;
  line-height: 2.5rem;
  position: relative; }

.tt-suggestion:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #cfe0ed; }

.tt-suggestion:first-child:before {
  border: 0; }

.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
  background: #cfe0ed; }

.tt-suggestion b {
  display: inline-block;
  width: 4.5rem;
  font-weight: 600; }

.tt-suggestion p {
  margin: 0; }

.tt-suggestions.no-results {
  height: auto; }

.tt-suggestions .message {
  height: 2.5rem;
  padding: 0 .75rem;
  color: #313131;
  cursor: pointer;
  line-height: 2.5rem; }

.tt-suggestions .message p {
  margin: 0; }

/* the only css I know of that will be used above. Everything else is open :) */
.tt-suggestion.tt-cursor {
  background-color: #333;
  cursor: pointer; }

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  background: #cfe0ed;
  cursor: pointer; }

.navbar-btn {
  padding-left: 5px; }

.note-content {
  padding: 10px 20px 0; }

.file-li {
  white-space: nowrap; }

.file-button-div {
  padding: 20px 20px 0; }

.docs {
  padding-top: 10px; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.note-dashboard {
  padding-top: 20px; }

.progress-div {
  display: none;
  padding-top: 5px; }

.login-nav {
  padding: 20px; }

.help-icon {
  font-size: large; }

.download-manual {
  font-size: x-large;
  text-align: center; }

.progress {
  margin-top: 20px; }

.bar {
  height: 18px;
  background: green; }

.autocomplete-result {
  white-space: nowrap; }
  .autocomplete-result .main {
    font-weight: bold; }
  .autocomplete-result .autocomplete-description {
    color: gray;
    font-size: small;
    padding-left: 10px; }

.delete-transport-div {
  padding-top: 7px; }
  .delete-transport-div .delete-icon {
    color: darkred; }
  .delete-transport-div .delete-progress {
    display: none;
    padding: 0 10px; }

.auto-generated {
  color: steelblue; }

.clickable {
  cursor: pointer; }
  .clickable div {
    cursor: default;
    color: #333; }

.contact-div {
  padding: 20px; }

.success {
  color: mediumseagreen;
  padding-left: 10px; }

.errors {
  color: #a94442;
  padding-left: 10px; }

.info {
  padding-left: 10px;
  color: steelblue; }

.blackText {
  color: black; }

.windowIsLoad-sm {
  background-color: #39B3D7;
  border: white 1px solid;
  margin-top: 3px;
  margin-left: 1px;
  height: 20px;
  width: 20px;
  cursor: default;
  text-align: center; }

.windowIsUnload-sm {
  background-color: #D2322D;
  border: white 1px solid;
  margin-top: 3px;
  margin-left: 1px;
  height: 20px;
  width: 20px;
  cursor: default;
  text-align: center; }

.row.login-page {
  padding: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  max-width: 1000px; }

.row.login-page > [class*='col-'] {
  display: flex;
  flex-direction: column; }

.centered.login-page {
  margin-top: 3em; }

.background-login-img {
  max-width: 100%;
  height: auto; }

.background-login-img > img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto; }

.footer-resize {
  font-size: x-small; }
  .footer-resize div.text-center.neuca-image > img {
    max-width: 70%;
    background-color: #fff; }

div.cert {
  width: 100%;
  padding-bottom: 1em;
  opacity: 0.7; }
  div.cert img {
    max-width: 50%; }
  div.cert h4 {
    margin-top: 3em;
    font-size: 1em; }

.left-offset {
  margin-right: 14em; }

.btn-info {
  background-color: #337A94;
  border-color: #337A94; }

.padding-left-small {
  padding-left: 0.5rem; }

.padding-top-big {
  padding-top: 3rem; }

.padding-top {
  padding-top: 1rem; }

.padding-bottom {
  padding-bottom: 1rem; }

.padding-bottom-big {
  padding-bottom: 3rem; }

.margin-bottom {
  margin-bottom: 1rem; }

.margin-right-small {
  margin-right: 0.5rem; }

.remove-icon {
  color: #333; }

.width-inherit {
  width: inherit; }

.full-width {
  width: 100%; }

.pace-progress {
  height: 0.5rem !important; }

.row.login-page > [class*='col-'] {
  display: inline-block; }

.ramp-checkboxes {
  font-size: 12px;
  padding-left: 2rem; }
  .ramp-checkboxes span {
    white-space: nowrap;
    padding-right: 1rem; }
    .ramp-checkboxes span label {
      font-weight: normal; }

.navbar {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  background-color: white; }

/*powoduje zapadnięcie menu przy 1200px*/
@media (max-width: 1200px) {
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none; }
  button.navbar-right {
    margin-right: 0; } }

.responsive-table-header {
  margin-bottom: 3em; }

@media (min-width: 1200px) {
  ul.left-menu li:hover {
    background-color: white;
    color: #333; }
  ul.left-menu li:hover > a {
    color: #333 !important;
    padding-bottom: 18px !important; }
  ul.left-menu li > a:active {
    color: #fff !important;
    padding-bottom: 18px !important;
    background-color: #2ea5e2; }
  ul.left-menu li:hover > a:after {
    content: '';
    position: absolute;
    bottom: 0.85em;
    left: 30%;
    right: 30%;
    height: 2px;
    background: #fff;
    display: block; }
  .login-page-responsive {
    width: 100%;
    max-width: 1500px;
    min-width: 1200px;
    margin: 0 auto; } }

@media screen and (max-width: 991px) {
  .centered.login-page {
    margin-top: 0; }
  .responsive-hide {
    display: none; } }

@media (max-width: 789px) and (min-width: 767px) {
  .hidden-in-hd-mode {
    margin-bottom: 1px; } }

@media (min-width: 768px) {
  .navbar-right {
    margin-right: auto; } }

@media (max-width: 767px) {
  .navbar-left {
    float: left !important; }
  .responsive-hide-lvl1 {
    display: none; }
  div.popover {
    top: 0 !important;
    position: fixed; }
    div.popover div.arrow {
      display: none; }
  div.schedule-navigation > .form-inline .ember-power-select {
    max-width: 10rem;
    display: inline-block;
    top: 0.65em; }
  div.schedule-navigation > .form-inline .date-chooser {
    display: inline; }
  .form-group.small-schedule {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0.65em; }
  div.schedule-navigation div.pull-left input.sum-of-pallets {
    display: inline; }
  .background-login-img > img {
    display: block;
    height: auto;
    max-width: 70%;
    width: auto; } }

@media screen and (max-width: 600px) {
  .centered.login-page {
    margin-top: 0; }
  .responsive-main-hide {
    display: none; }
  h1 {
    font-size: 3rem; }
  .centered.login-page {
    margin-top: 0; } }

@media (max-width: 480px) {
  .responsive-hide-lvl2 {
    display: none; }
  .form-horizontal div.ember-power-select {
    min-width: 6rem; }
  .btn-group > .btn:last-child:not(:first-child), .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 4px; }
  div.schedule-navigation > div.pull-right {
    float: none !important; }
  .centered {
    width: auto; }
  a.menu > img.logo {
    max-width: 70%;
    width: auto;
    height: auto; } }

@media (max-width: 360px) {
  .responsive-hide-lvl3 {
    display: none; }
  #navbar .btn {
    display: inline; } }

.popup-dialog-container {
  position: fixed;
  margin: 0.5rem;
  background: #333; }
  .popup-dialog-container .ui-dialog-titlebar {
    border: none;
    background: #333; }
  .popup-dialog-container .ui-dialog-content {
    color: snow; }
  .popup-dialog-container .ui-button-text {
    display: none; }
  .popup-dialog-container .popup-dialog {
    padding: 0; }

.disabled {
  text-decoration: line-through;
  color: dimgray; }

.division {
  padding-bottom: 3rem; }

.additional-settings {
  font-size: small; }

.sp-replacer {
  border: none;
  background: none; }

.sp-preview {
  border: 1px solid lightgrey; }

.task-tracked {
  color: #D2322D; }

.border-top {
  border-top: 1px dashed lightgray; }

.js-draggableObject {
  border-left: 1rem solid #e7e7e7;
  padding-left: 0.5rem;
  cursor: move; }

.transport-logs-div {
  display: none;
  height: 400px;
  overflow: scroll; }

.ember-power-select div:focus {
  outline: none;
  border: none; }

.ember-power-select span:focus {
  outline: none;
  border: none; }

.ember-power-select-trigger {
  outline: none;
  padding: 4px 25px 4px 5px; }

.form-control .ember-power-select-trigger {
  padding: 0 16px 0 0;
  border: none; }

.word-break-all {
  word-break: break-all; }

.text-justify {
  text-align: justify; }

.after-registration-div {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 50%;
  margin-bottom: 10rem; }

.centered-section {
  margin: 10rem auto;
  width: 70rem; }

.dropdown-menu > li > div > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.transport-modal .modal-dialog {
  width: 80rem;
  margin: 6rem auto 0; }

.transport-modal .step-arrow-section {
  text-align: center;
  padding-top: 6rem; }

.transport-modal .step-header {
  font-size: small;
  -ms-text-align-last: center;
  text-align-last: center; }

.transport-modal .unload-step-header {
  border-bottom: 1px solid coral; }

.transport-modal .load-step-header {
  border-bottom: 1px solid mediumseagreen; }

.section {
  padding: 2rem 1rem 3rem 1rem; }

.power-select-validation-error {
  border: 0.1rem solid #a94442 !important;
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  line-height: 1rem; }

.indentation {
  margin-left: 3rem; }

.add-company-popover {
  border: 0.1rem solid #a94442;
  padding: 1rem;
  display: none;
  background-color: #ffffff;
  z-index: 100;
  position: absolute; }

.form-group .ember-power-select-options {
  display: block; }

.company-table > tbody > tr > td {
  vertical-align: middle; }

.line-height-sm {
  width: 1rem; }

.transport-table > tbody > tr > td > p {
  margin: 10px;
  line-height: 1.3rem; }

.transport-table tbody tr td p div.overflow-ellipsis {
  display: inline-block;
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.custom-field {
  height: 4rem; }

.step-field {
  height: 2.5rem;
  width: 100%; }

.step-field-padding {
  padding-right: 0.10rem;
  padding-left: 0.10rem;
  padding-bottom: 0.5rem; }

.form-group .ember-basic-dropdown.ember-view {
  display: block; }

.form-group .ember-basic-dropdown.ember-view .ember-power-select-trigger {
  display: block; }

.step-column {
  float: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.step-columns-2 {
  width: 50%; }

.step-columns-3 {
  width: 33.33333333333333%; }

.step-columns-4 {
  width: 25%; }

.input-group-addon {
  padding: 6px; }

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