@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-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 {
  height: 100%;
  color: #777; }

.container {
  padding: 1rem;
  min-height: 50em; }

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

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

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

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; }

.ember-basic-dropdown-content {
  min-width: 15rem; }

.width-80p {
  width: 80%; }

.min-width-100p {
  min-width: 100%; }

.white {
  color: white; }

.inline-label {
  margin-right: 2px; }

.company-logo {
  width: 254px;
  display: block;
  margin: 1em auto; }

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

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

.no-padding {
  padding: 0; }

.no-left-padding {
  padding-left: 0; }

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

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

.small-margin-form-group {
  margin-bottom: 5px; }

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

div.schedule-navigation {
  margin: 0 1rem; }
  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; }

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: 50px; }

.minutes-slot {
  position: relative; }

.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-body {
    float: left;
    width: 100%;
    overflow-y: hidden; }
    .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 .time-label.current-hour {
      border: 2px solid darkcyan; }
  .schedule div.cleaner {
    clear: both; }

div.transport-table-filters {
  position: fixed;
  background: white;
  z-index: 1;
  width: 98%;
  padding: 10px 0; }

div.transport-table-header {
  position: fixed;
  margin-top: 50px;
  background: white;
  z-index: 1; }
  div.transport-table-header div.cell {
    float: left;
    vertical-align: middle;
    padding: 2px; }
  div.transport-table-header div.column-names {
    border-bottom: 2px solid #ddd; }
  div.transport-table-header div.transport-filters {
    margin-top: 0;
    padding: 2px 0;
    border-bottom: 2px solid #ddd; }
    div.transport-table-header div.transport-filters div.has-feedback {
      padding: 0; }
    div.transport-table-header div.transport-filters div.ember-basic-dropdown {
      padding: 0;
      width: 100%;
      text-align: left; }
      div.transport-table-header div.transport-filters div.ember-basic-dropdown .ember-power-select-trigger {
        height: 34px;
        width: 100%;
        text-align: left; }

table.transport-table {
  margin-top: 170px; }
  table.transport-table .is-odd {
    background-color: #fafafa; }
  table.transport-table tr .date-th {
    width: 100px; }
  table.transport-table tr td[data-column-name='CARRIER'] {
    min-width: 75px; }
  table.transport-table tr td[data-column-name='WASH'] {
    min-width: 48px; }
  table.transport-table tr td {
    vertical-align: middle; }
    table.transport-table tr td .text-to-color {
      font-weight: bold;
      color: inherit; }
    table.transport-table tr td .background-to-color {
      background-color: #39B3D7; }
    table.transport-table tr td .day-label {
      margin-top: 2rem; }
    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 button.status-edit-button {
    cursor: pointer;
    opacity: 0.9;
    background-color: transparent; }
  table.transport-table .transport-row button {
    background-color: #39B3D7;
    color: whitesmoke; }
  table.transport-table .transport-row td {
    padding: 2px; }

tr.transport-row {
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray; }

.table-hover > tbody > tr.checked-transport-row {
  background-color: #ebdba1; }

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

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

.centered {
  margin-left: auto;
  margin-right: auto; }

.form-section {
  padding: 2em;
  width: 26em; }

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

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

.bold {
  font-weight: bold; }

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

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

.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 {
  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-inline .input-group > .time-input-part {
  width: 6rem; }

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

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

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

.form-group .input-with-currency {
  padding-right: 1%; }

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

.popover {
  min-width: 400px; }

.popover-body {
  width: 400px;
  font-size: 12px;
  text-align: left; }
  .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 .scrollable-body {
    min-height: 120px;
    max-height: 340px;
    padding: 1rem;
    overflow: auto;
    overflow-x: hidden; }
    .popover-body .scrollable-body .name {
      color: gray;
      min-height: 15px;
      margin-left: auto; }
    .popover-body .scrollable-body .value {
      min-height: 15px;
      margin-bottom: 5px; }
      .popover-body .scrollable-body .value .is-late {
        color: #D2322D; }
    .popover-body .scrollable-body hr {
      margin-top: 0;
      margin-bottom: 15px; }

.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;
  width: 100%;
  top: 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; }
  .tt-suggestions .highlight {
    background: lightgray;
    color: #777; }
  .tt-suggestions .suggestion {
    cursor: pointer;
    padding: 2px; }

.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; }

span .help-block, div.help-block {
  color: #a94442; }

.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;
    margin: 5px; }
  .autocomplete-result .autocomplete-description {
    color: gray;
    font-size: small;
    padding-left: 10px; }

.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: #777; }

.contact-div {
  padding: 20px; }

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

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

.danger {
  color: #a94442; }

.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; }

body > div.ember-view {
  height: 100%; }

.row.login-page {
  padding: 15px 40px;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%; }

.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: 2px; }

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

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

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

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

.no-margin {
  margin: 0; }

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

.margin-top-small {
  margin-top: 2px; }

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

.margin-bottom-small {
  margin-bottom: 2px; }

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

.margin-right-small {
  margin-right: 2px; }

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

.remove-icon {
  color: #777; }

.width-inherit {
  width: inherit; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

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

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

.navbar {
  margin-left: auto;
  margin-right: auto;
  background-color: white; }

/*powoduje zapadnięcie menu przy 1200px*/
@media (max-width: 1290px) {
  .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) {
  .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 (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: 1024px) {
  .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: 1696px) {
  .responsive-hide-lvl1 {
    display: none; } }

@media (max-width: 1400px) {
  tr {
    font-size: 11px; }
  tr.resource-table {
    font-size: 14px !important; }
  table.transport-table .transport-row button {
    font-size: 11px; }
  .responsive-hide-lvl2 {
    max-width: 120px; }
  td div.overflow-ellipsis {
    max-width: 60px;
    word-wrap: break-word; } }

@media (min-width: 1401px) {
  tr > td#transport-column-NOTIFICATIONS {
    font-size: 12px; } }

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

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

.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; }

.logs-div {
  display: none;
  height: 400px;
  overflow-y: auto; }
  .logs-div .old-value {
    background: #FFE6E6;
    padding: 2px 0 2px 2px;
    margin: 0 2px; }
  .logs-div .new-value {
    background: #E6FFE6;
    padding: 2px;
    margin: 0 2px; }
  .logs-div .info {
    background: lightgray;
    padding: 2px;
    margin: 0 2px; }

.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; }

.checkpoint-modal .modal-dialog {
  width: 425px;
  margin: 6rem auto 0; }

.section {
  padding: 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: 5px 5px 5px 0; }

.transport-table > tbody > tr > td .number {
  margin: 10px; }

.transport-table > thead > tr > .number {
  text-align: center; }

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

.transport-table .number, .transport-table .number-erp {
  width: 75px; }

.transport-table .telephone {
  width: 100px; }

.transport-table .ember-power-select-dropdown {
  width: auto; }

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

.address-step-field {
  width: 31rem;
  margin-bottom: 2px; }

.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; }

.transparent-background {
  background: rgba(0, 54, 54, 0.5);
  color: white;
  border-radius: 5px;
  padding-bottom: 10px; }
  .transparent-background .ember-power-select-selected-item, .transparent-background .ember-power-select-placeholder {
    color: #777;
    text-shadow: none; }
  .transparent-background a {
    text-shadow: none; }
  .transparent-background h1, .transparent-background h2, .transparent-background h3, .transparent-background h4, .transparent-background h5 {
    padding: 1rem; }
  .transparent-background .btn-demo {
    width: 100%;
    margin-top: 3px;
    white-space: normal; }

.font-big {
  font-size: large; }

.font-medium {
  font-size: medium; }

.font-x-small {
  font-size: x-small; }

.map-container {
  width: 100%; }

.time-input-group {
  width: 219px; }

.nav > li > div > a {
  position: relative;
  display: block;
  padding: 15px 15px;
  color: #777;
  text-decoration: none; }

.nav > li > div > a:hover {
  color: #000000; }

.centered-add-address-icon {
  cursor: pointer;
  margin: 25%; }

.js-draggableObject {
  margin: 2rem 0; }

.is-advice-checked {
  display: inline-block; }

.is-advice-checked, .is-advice-checked + h5 {
  display: inline-block; }

@media (min-width: 1280px) and (max-width: 1365px) {
  .navbar-brand {
    font-size: 14px; } }

.confirm-status-section {
  margin-left: 35%; }

.clear-filters-button {
  margin: 0 1em; }

.centered-remove-product-button {
  margin: 25%; }

.transport-grouping-transport {
  background-color: darkseagreen;
  border: 1px solid white;
  color: black; }

.not-assigned-transports-number {
  background-color: #D2322D; }

.routesDropzone {
  min-height: 140px;
  background-color: #eee;
  border: 1px solid darkgray;
  padding-bottom: 2rem; }

.remove-step-cross {
  color: white; }

.warning {
  color: #D2322D;
  font-weight: bold; }

.has-error .ember-basic-dropdown-trigger {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.ember-power-select-trigger[aria-disabled="true"] {
  cursor: not-allowed; }

.forwarder-group-forwarder {
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #c3c3c3;
  padding-right: 3px; }

.price-of-service {
  padding-right: 1px; }

.currency-of-service {
  padding-left: 1px; }

.load-kilometers-section {
  margin-bottom: 15px; }
  .load-kilometers-section div.row div.text {
    padding-top: 6px; }

.no-padding-right {
  padding-right: 0; }

.date-chooser-padding {
  padding: 6px; }

.transport-grouping-row {
  overflow: hidden; }

.all-columns-the-same-height {
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

#collapseCosts table.external-costs-table tbody tr td {
  vertical-align: middle; }

.schedule-date-chooser {
  display: inline-block;
  width: 100px; }

.schedule-range-button, .fc-toolbar.fc-header-toolbar button {
  background-color: white;
  color: #777;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  border-color: lightgrey;
  background-image: none; }
  .schedule-range-button:hover, .fc-toolbar.fc-header-toolbar button:hover {
    background-color: lightgrey !important;
    color: #777 !important;
    border-color: lightgrey !important;
    outline-color: white !important; }
  .schedule-range-button:focus, .fc-toolbar.fc-header-toolbar button:focus {
    background-color: lightgrey !important;
    color: #777 !important;
    border-color: #777 !important;
    outline-color: white !important; }

.document-date-expiration-warning-messages {
  min-width: 300px;
  min-height: 150px;
  display: none;
  z-index: 1000;
  background-color: white;
  padding-right: 30px;
  border: 1px solid #ddd;
  padding-top: 15px; }

.document-date-expiration-warning-flag {
  color: red;
  border-radius: 50%;
  margin-left: 2px;
  font-weight: bolder; }

.document-date-expiration-warning-flag:hover + .document-date-expiration-warning-messages {
  display: block;
  position: fixed;
  left: 210px;
  z-index: 1000;
  font-size: 11px; }
  .document-date-expiration-warning-flag:hover + .document-date-expiration-warning-messages li.warning {
    color: #D2322D;
    padding: 0px 0px 4px 0px; }
  .document-date-expiration-warning-flag:hover + .document-date-expiration-warning-messages li.caution {
    color: #FFA500;
    padding: 0px 0px 4px 0px; }

.document-first-expiration-warning {
  color: darkorange; }

.document-second-expiration-warning {
  color: red; }

.red {
  color: red; }

.fc-time-area.fc-widget-content {
  position: relative;
  z-index: 1; }

.fc-body .fc-resource-area div.fc-cell-content {
  padding-top: 4px;
  padding-bottom: 4px; }

.fc-ltr .fc-timeline-event span.fc-title {
  font-size: 14px; }

a.fc-timeline-event {
  padding: 0; }

.badge-label {
  background: #777;
  color: floralwhite;
  padding-left: 2px;
  margin-right: 2px; }

.tooltip-inner {
  max-width: 350px;
  width: 250px; }

#service-and-order-history .transport-table-header {
  position: static; }

#service-and-order-history .transport-table {
  margin-top: 20px; }

.service-panel {
  margin-bottom: 3px;
  border: 0; }

.flatpickr-time input.flatpickr-hour {
  text-align: right;
  padding-right: 15px;
  font-size: x-large;
  color: floralwhite;
  background: #777; }

.flatpickr-time input.flatpickr-minute {
  padding-left: 15px;
  font-size: x-large;
  color: floralwhite;
  background: #777; }

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  color: floralwhite;
  background: #777; }

.flatpickr-input[readonly] {
  background: inherit; }

.sms-delivered {
  color: limegreen; }

.opacity-40 {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */ }

.footer {
  width: 75%;
  padding: 1rem;
  margin: 3rem auto;
  border-top: 1px solid lightgray;
  font-size: x-small; }

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #39B3D7;
  border-bottom: 10px solid #39B3D7;
  margin: auto;
  width: 5rem;
  height: 5rem;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.form-control-border {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px; }

.form-control-disabled {
  background-color: #eee; }
