@charset "UTF-8";
/*

Wzorowane na projekcie Bogdana --> https://bitbucket.org/bogdan_markiewka/scss-example/src/master/.
Analogiczne rozwiązanie znaleźć można też np. na https://gist.github.com/reciosonny/5950ec906d25592eed6dd20bd47371f4.

Uwagi:
- zwykle dla telefonu są ustawione rozmiary 0 - 600 px, ale nasz projektant stosuje 768 px;
- dodaliśmy jeden poziom dla małych telefonów, ponieważ projektant używa w swoich stylach bardzo szczegółowych ustawień.

0 - 440px       Small phone
440 - 768px     Phone
768 - 900px     Tablet portrait
900 - 1200px    Tablet landscape
1024 - 1800px   Normal styles
1800px+         Big desktop

$breakpoints:
- phone
- tab-port
- standard
- big-desktop

1em = 16px
*/
@media only screen and (max-width: 48em) {
  .auction-history-modal .auction-history-modal {
    width: calc(100% - 20px); } }

.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  pointer-events: auto !important; }

label[for='terms-of-condition'] {
  white-space: normal;
  text-align: left !important; }

@media only screen and (max-width: 48em) {
  div[data-field-name='terms-of-condition'] {
    display: flex;
    align-items: flex-start; }
  label[for='terms-of-condition'] {
    padding-right: 15px; }
  button[data-button-name='cancel'] {
    white-space: normal; } }

.custom-field-options-table {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 4rem 0;
  margin: 4rem 0; }
  .custom-field-options-table .table {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }
    .custom-field-options-table .table .row {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      margin: 0; }
      .custom-field-options-table .table .row .col {
        flex-basis: 0;
        margin: .5rem; }
        .custom-field-options-table .table .row .col-0 {
          flex-grow: 0; }
        .custom-field-options-table .table .row .col-1 {
          flex-grow: 1; }
        .custom-field-options-table .table .row .col-2 {
          flex-grow: 2; }
        .custom-field-options-table .table .row .col.description {
          padding-left: .15rem;
          font-weight: bold; }
  .custom-field-options-table span[class^="ember-power-select-"] {
    line-height: 3.2rem; }

.index-table {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap; }
  .index-table .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0; }
    .index-table .row .col {
      margin: .1rem;
      flex-basis: 0; }
      .index-table .row .col-0 {
        flex-grow: 0; }
      .index-table .row .col-1 {
        flex-grow: 1; }
      .index-table .row .col-2 {
        flex-grow: 2; }
      .index-table .row .col-12 {
        flex-grow: 12; }

.vertical-align {
  display: flex;
  align-items: center; }

.product-form-container {
  overflow: auto;
  width: 100%; }

@media only screen and (max-width: 56.25em) {
  .schedule-transport-alert {
    display: none; } }

.schedule-transport-alert-mobile {
  display: none; }
  @media only screen and (max-width: 56.25em) {
    .schedule-transport-alert-mobile {
      display: block;
      margin-bottom: 0;
      transition: margin-bottom 1s ease-in-out; }
      .schedule-transport-alert-mobile h4 {
        padding: 0; }
      .schedule-transport-alert-mobile hr {
        padding: 0;
        margin: 0; }
      .schedule-transport-alert-mobile .close-alert {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px; } }

@media only screen and (max-width: 27.5em) {
  .transport-modal .table-nav.col-xs-6,
  .transport-modal .table-nav.col-xs-5 {
    width: 100%; }
    .transport-modal .table-nav.col-xs-6 .btn-toolbar,
    .transport-modal .table-nav.col-xs-5 .btn-toolbar {
      float: none !important;
      margin-top: 5px;
      display: flex;
      justify-content: center; } }

.transport-modal .changePageSize {
  min-width: 64px;
  display: block; }

.free-subsequent-spots table {
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0 .8rem; }

.free-subsequent-spots .create-advice-btn {
  float: right; }

.free-subsequent-spots .btn-sm {
  padding: 0.3rem; }

.free-subsequent-spots .show-search-spots-btn {
  margin-bottom: 2rem; }

.step-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding-left: 1rem; }
  .step-header .center-vertically {
    line-height: 3.5rem; }
  .step-header .group {
    display: flex; }
    .step-header .group-space-between {
      justify-content: space-between; }
    .step-header .group-left {
      justify-content: flex-start; }
      .step-header .group-left button:first-child {
        margin-right: .5rem; }
      @media only screen and (max-width: 64em) {
        .step-header .group-left button:first-child {
          margin-right: 0; }
        .step-header .group-left button {
          margin-bottom: .5rem; } }
    @media only screen and (max-width: 64em) {
      .step-header .group {
        flex-direction: column; } }

div.transport-table-nav {
  z-index: 100; }
  div.transport-table-nav > div:last-child > div .small-padding {
    padding: 0; }
  @media only screen and (max-width: 48em) {
    div.transport-table-nav > div:last-child > div {
      float: left !important; }
      div.transport-table-nav > div:last-child > div .form-control {
        display: inline-block; }
      div.transport-table-nav > div:last-child > div .small-padding {
        padding: 4px; } }
  @media only screen and (max-width: 27.5em) {
    div.transport-table-nav > div:last-child > div label[for='archive-type-mode-select'] {
      float: left; }
    div.transport-table-nav > div:last-child > div .form-control {
      display: block; } }
  @media only screen and (max-width: 48em) {
    div.transport-table-nav .form-group {
      display: inline-block; } }

@media only screen and (max-width: 27.5em) {
  div.transport-tables-container .pull-right {
    float: right !important; } }

div.transport-tables-container .table-responsive {
  min-height: .01%;
  overflow-x: visible; }

@media only screen and (max-width: 27.5em) {
  .schedule-container .form-group .wide-input {
    width: 100%; } }

.schedule-container .schedule-warehouse-select-container {
  max-width: 30rem; }
  @media only screen and (max-width: 48em) {
    .schedule-container .schedule-warehouse-select-container {
      max-width: 180px; } }

.schedule-header {
  position: sticky; }

@media only screen and (max-width: 64em) {
  .schedule-navigation {
    z-index: 101 !important; }
  .schedule-body-container {
    overflow-x: scroll; }
  .schedule-header {
    top: 0 !important; } }

@media only screen and (max-width: 64em) {
  .users-table-container .container {
    width: 100%; } }

@media only screen and (max-width: 27.5em) {
  .users-table-container .row .pull-right {
    float: left !important; } }

@media only screen and (min-width: 1201px) and (max-width: 1215px) {
  .company-list .responsive-table-header {
    margin-top: 45px; } }

.company-list .models-table-wrapper {
  width: 100%;
  overflow: auto; }

@media only screen and (max-width: 27.5em) {
  .company-list .table-footer .col-xs-1 {
    width: 25%; }
  .company-list .table-footer .table-nav {
    width: 100%; } }

@media only screen and (max-width: 27.5em) {
  .company-list .filterString {
    width: 160px; } }

@media only screen and (max-width: 48em) {
  div[data-field-name='warehouses-table'] .table-responsive th {
    white-space: normal !important; } }

div.table-responsive:not([data-field-name='warehouses-table']) td,
table.table-responsive td {
  vertical-align: middle; }
  @media only screen and (max-width: 48em) {
    div.table-responsive:not([data-field-name='warehouses-table']) td,
    table.table-responsive td {
      white-space: normal !important; } }

.mode-of-transportation .red-warning {
  color: red; }

.mode-of-transportation .yellow-warning {
  color: #FF7033; }

#auth-login, #auth-login-ad {
  color: white;
  font-weight: bold;
  margin-bottom: 15px; }
  #auth-login-ad {
    background: #07789b;
    border-color: #07789b; }

#auth-remind {
  cursor: pointer;
  color: white;
  text-decoration: none !important;
  font-weight: bold; }
  #auth-remind :hover {
    color: inherit; }

#auth-or {
  margin: 15px 10px;
  text-transform: uppercase; }

.transparent-background {
  background: rgba(0, 24, 24, 0.6);
  color: white;
  border-radius: 5px;
  padding-bottom: 10px; }
  .transparent-background .ember-power-select-selected-item, .transparent-background .ember-power-select-placeholder {
    color: #444;
    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; }
  .transparent-background.alert-danger {
    color: #a94442;
    background: #f2dede; }

.divider {
  align-items: center;
  margin-left: 5px;
  margin-right: 5px; }
  .divider:before, .divider:after {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee; }

.transport-types-to-excel {
  width: 50rem; }
  .transport-types-to-excel .title {
    font-size: 1.5rem;
    margin: 1.5rem 0; }
  .transport-types-to-excel .description {
    font-weight: normal; }

.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 {
  color: #444; }

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;
  margin-top: 0; }

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

a {
  color: #337A94; }

hr {
  margin: 15px 0; }

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

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

.table-vertical th {
  text-align: right;
  border-top: none !important; }

table.table-rows-bordered > tbody > tr {
  border-bottom: 1px solid white;
  border-color: #d2cdcd; }

.borderless-wrapper > table,
.borderless-wrapper > table > tbody > tr > td,
.borderless-wrapper > table > thead > tr > th {
  border: none !important; }

.borderless-wrapper > table > thead > tr > th {
  font-weight: bold; }

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

/*
Karta ofert, którą otwieramy w wierszu trasy, będzie miała wspólną ramkę z trasą -> inspiracja podobną funkcjonalnością z PCC-5045
*/
.table.table-bordered-details tr {
  padding: 0; }

.table.table-bordered-details tr.table-has-details {
  border-left: 4px solid darkgray;
  border-right: 4px solid darkgray;
  border-top: 4px solid darkgray;
  border-bottom: none; }

.table.table-bordered-details tr.table-details {
  border-left: 4px solid darkgray;
  border-right: 4px solid darkgray;
  border-bottom: 4px solid darkgray; }

.table.table-bordered-details > tbody > tr.table-details > td > .panel {
  border: none; }

.table.table-bordered-details.table-hover tbody tr.table-details:hover {
  background-color: inherit; }

.pace-done {
  padding: 0 !important; }

.white {
  color: white;
  margin-bottom: 0; }

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

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

.left-border {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #444; }

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

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

.no-padding {
  padding: 0; }

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

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

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

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

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

.ellipsis, .ember-power-select-trigger {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

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

@media (max-width: 1023px) {
  .hd-mode {
    font-size: 11px; } }

@media (min-width: 1024px) {
  .hd-mode {
    font-size: 19px; } }

.hd-mode .hidden-in-hd-mode {
  visibility: hidden;
  display: none; }

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

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

div.schedule-container {
  margin: 0;
  padding: 0; }

.days-headers-offset {
  width: 51px;
  height: 7.5rem;
  top: 110px;
  border-right: 1px solid cadetblue;
  background: lightgray;
  position: fixed;
  z-index: 101; }
  .days-headers-offset.max-pallets {
    height: 9.1rem; }
  .days-headers-offset.double-max-pallets {
    height: 10.7rem; }
  .days-headers-offset.hd-mode {
    top: 55px;
    height: 9rem; }
    .days-headers-offset.hd-mode.max-pallets {
      height: 12.1rem; }
    .days-headers-offset.hd-mode.double-max-pallets {
      height: 15.2rem; }
    @media (max-width: 1023px) {
      .days-headers-offset.hd-mode {
        width: 45px; } }
    @media (min-width: 1024px) {
      .days-headers-offset.hd-mode {
        width: 10rem; } }

div.schedule-template .schedule-navigation {
  height: 200px; }

div.schedule-template .schedule-header {
  top: 255px;
  width: 100%; }

@media screen and (max-width: 1250px) {
  div.schedule-template .schedule-navigation {
    height: 210px; }
  div.schedule-template .schedule-header {
    top: 210px; } }

@media only screen and (max-width: 48em) {
  div.schedule-template .schedule-navigation {
    height: 400px; }
  div.schedule-template .schedule-header {
    top: 400px; } }

div.schedule-navigation {
  margin: 0;
  position: sticky;
  top: 55px;
  background: white;
  height: 55px;
  width: 100%;
  padding: 1rem 1.5rem 1rem 1rem;
  z-index: 99; }
  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; }

@media (max-width: 1250px) {
  div.schedule-navigation {
    top: 0; } }

.float-right {
  float: right; }

.too-much-pallets {
  color: #D2322D; }

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

@media (min-width: 1250px) {
  .upper-space {
    margin-top: 55px; } }

.container {
  min-height: 50em;
  padding: 15px;
  overflow: visible; }
  @media only screen and (max-width: 64em) {
    .container {
      width: 100%; } }
  @media (min-width: 1201px) and (max-width: 1218px) {
    .container {
      margin-top: 90px; } }
  @media only screen and (max-width: 64em) {
    .container {
      min-height: 30em; } }

.container-medium {
  max-width: 1000px; }

.container-full-width {
  width: 99vw !important; }

.container-narrow {
  max-width: 750px; }

.horizontal-container {
  width: 100%;
  white-space: nowrap; }

.horizontal-scroll {
  overflow: auto; }

.minutes-slot {
  position: relative; }

.schedule-header {
  width: inherit; }

.schedule {
  font-family: Helvetica, arial, sans-serif;
  background-color: lightgray; }
  .schedule .schedule-windows {
    display: none; }
  .schedule .schedule-header {
    width: 100%;
    top: 110px;
    height: 7.6rem;
    z-index: 100;
    background: lightgray; }
    .schedule .schedule-header .days-headers {
      float: left;
      width: 100%;
      padding-left: 50px;
      font-size: 12px;
      background: lightgray; }
      .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%;
          color: #666666;
          font-weight: bold;
          padding: 1rem 0;
          text-align: center;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        .schedule .schedule-header .days-headers .day-header .ramp-header:first-child {
          border-left: 2px solid cadetblue; }
        .schedule .schedule-header .days-headers .day-header .ramp-header:not(:first-child) {
          border-left: 1px solid white; }
        .schedule .schedule-header .days-headers .day-header .ramp-header {
          float: left; }
          .schedule .schedule-header .days-headers .day-header .ramp-header .ramp-label {
            color: #666666;
            text-align: center;
            white-space: nowrap;
            font-weight: bold; }
          .schedule .schedule-header .days-headers .day-header .ramp-header.even {
            background-color: #cbcbcb; }
        .schedule .schedule-header .days-headers .day-header .warehouse-zone-header {
          display: inline-block;
          padding: 2px 4px;
          height: 20px;
          float: left;
          font-weight: bold;
          font-size: 12px;
          overflow: hidden; }
  @media (max-width: 1250px) {
    .schedule .schedule-header {
      top: 55px; } }
  .schedule.double-max-pallets .schedule-body {
    margin-top: 10.7rem; }
  .schedule .schedule-body {
    float: left;
    width: 100%;
    overflow: hidden; }
    .schedule .schedule-body .time-bar {
      position: absolute;
      width: 51px;
      float: left;
      font-size: 14px;
      z-index: 98;
      border-right: 1px solid cadetblue; }
      .schedule .schedule-body .time-bar .time-label {
        height: 48px;
        background-color: lightgray;
        color: #666666;
        vertical-align: middle;
        text-align: center;
        line-height: 48px; }
        .schedule .schedule-body .time-bar .time-label.slot-height-four-slots-per-hour {
          padding-top: 1px;
          height: 20px;
          line-height: 20px; }
        .schedule .schedule-body .time-bar .time-label.slot-height-two-slots-per-hour {
          height: 30px;
          line-height: 30px; }
        .schedule .schedule-body .time-bar .time-label.slot-height-three-quarters-slots-per-hour {
          height: 36px;
          line-height: 36px; }
        .schedule .schedule-body .time-bar .time-label.slot-height-one-slot-per-one-and-half-hour {
          height: 72px;
          line-height: 72px; }
        .schedule .schedule-body .time-bar .time-label.slot-height-one-slot-per-two-hours {
          height: 96px;
          line-height: 96px; }
        .schedule .schedule-body .time-bar .time-label.slot-height-one-slot-per-two-and-half-hour {
          height: 120px;
          line-height: 120px; }
        .schedule .schedule-body .time-bar .time-label.slot-height-one-slots-per-three-hour {
          height: 144px;
          line-height: 144px; }
        .schedule .schedule-body .time-bar .time-label.slot-height-one-slots-per-four-hour {
          height: 192px;
          line-height: 192px; }
        .schedule .schedule-body .time-bar .time-label.slot-height-one-slots-per-five-hour {
          height: 240px;
          line-height: 240px; }
    .schedule .schedule-body .schedule-calendar {
      margin-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:first-child {
          border-left: 2px solid cadetblue; }
        .schedule .schedule-body .schedule-calendar .day .ramp:not(:first-child) {
          border-left: 1px solid white; }
        .schedule .schedule-body .schedule-calendar .day .ramp {
          float: left; }
          .schedule .schedule-body .schedule-calendar .day .ramp.even {
            background-color: #cbcbcb; }
          .schedule .schedule-body .schedule-calendar .day .ramp .time-slot {
            height: 48px;
            border-bottom: 1px solid #dadada; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.current-hour {
              border-bottom: none; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-60 {
              height: 48px; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-120 {
              height: 96px; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-180 {
              height: 144px; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-240 {
              height: 192px; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-300 {
              height: 240px; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-four-slots-per-hour {
              height: 20px; }
              .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-four-slots-per-hour .full-hour-border {
                border-top: 2px solid white; }
              .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-four-slots-per-hour .minutes-15 {
                height: 20px; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-two-slots-per-hour {
              height: 30px; }
              .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-two-slots-per-hour .full-hour-border {
                border-top: 2px solid white; }
              .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-two-slots-per-hour .minutes-30 {
                height: 30px; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slot-per-one-and-half-hour {
              height: 72px; }
              .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slot-per-one-and-half-hour .minutes-90 {
                height: 72px; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slot-per-two-hours {
              height: 96px; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slot-per-two-and-half-hour {
              height: 120px; }
              .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slot-per-two-and-half-hour .minutes-150 {
                height: 120px; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slots-per-three-hour {
              height: 144px; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slots-per-four-hour {
              height: 192px; }
            .schedule .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slots-per-five-hour {
              height: 240px; }
    .schedule .schedule-body .current-hour {
      background-color: #91abab;
      color: snow; }
      .schedule .schedule-body .current-hour.time-label {
        font-size: large;
        background-color: #91abab;
        color: snow;
        border-color: snow; }
  .schedule div.cleaner {
    clear: both; }
  .schedule .time-window-content {
    z-index: 1; }
    .schedule .time-window-content.auto-blockade.is-locked {
      z-index: 2;
      background-color: #333; }
      .schedule .time-window-content.auto-blockade.is-locked .time-window {
        cursor: not-allowed;
        background-image: none; }
    .schedule .time-window-content.is-locked {
      z-index: 2; }
      .schedule .time-window-content.is-locked .time-window {
        cursor: not-allowed;
        background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(0, 0, 0, 0.075) 25px, rgba(0, 0, 0, 0.1) 40px); }
  .schedule .time-window {
    cursor: pointer;
    height: 100%;
    word-break: break-all;
    width: 100%;
    border-right-style: none;
    border-left-style: none;
    border-top: 1px solid floralwhite;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
    color: white; }
    .schedule .time-window .no-select {
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Safari */
      -khtml-user-select: none;
      /* Konqueror HTML */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently
                                       supported by Chrome and Opera */ }
    .schedule .time-window.mark-delayed {
      border: 2px solid #D2322D; }
    .schedule .time-window.mark-has-transport-combining:before {
      position: absolute;
      content: "";
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-bottom: 30px solid black;
      z-index: -1; }
    .schedule .time-window.mark-has-transport-combining-with-delayed:before {
      position: absolute;
      content: "";
      z-index: -1;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-bottom: 30px solid black; }
    @media (max-width: 1399px) {
      .schedule .time-window {
        line-height: 10px;
        font-size: 9px; } }
    @media (min-width: 1400px) {
      .schedule .time-window {
        font-size: 12px; } }
    .schedule .time-window .highlighted {
      color: white;
      font-weight: 700;
      text-transform: uppercase; }
    .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%; }
    @media (min-width: 1024px) {
      .schedule .time-window .desc-left {
        float: left; }
      .schedule .time-window .desc-right {
        float: right; } }
    .schedule .time-window .title {
      margin-top: 0;
      padding: 4px 2px 0;
      line-height: 1; }
    .schedule .time-window .content {
      padding: 0 2px;
      line-height: 1; }
      @media (max-width: 1399px) {
        .schedule .time-window .content {
          font-size: 9px; } }
      @media (min-width: 1400px) {
        .schedule .time-window .content {
          font-size: 12px; } }
    .schedule .time-window .left-side-area {
      width: 10%;
      height: 100%;
      margin: 0;
      position: relative; }
      @media (max-width: 1080px) {
        .schedule .time-window .left-side-area {
          display: none; } }
    .schedule .time-window .step-type-arrow {
      position: absolute;
      top: 50%;
      left: 25%;
      transform: translate(0, -120%);
      height: 10px;
      font-size: 25px; }
    .schedule .time-window div.window-note {
      color: white;
      padding: 2px 4px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .schedule .time-window button.note-button {
      pointer-events: all;
      border: none;
      background: none;
      color: white;
      padding: 0; }
    .schedule .time-window button.indexes-details-button {
      pointer-events: all;
      border: none;
      background: none;
      color: white;
      padding: 0; }
      @media only screen and (max-width: 1023px) {
        .schedule .time-window button.indexes-details-button {
          font-size: 200%;
          position: absolute;
          top: 0;
          right: 1%; } }
  .schedule .window-state-with-transport {
    background: #39B3D7;
    z-index: 2; }
  .schedule .window-state-disabled {
    background-color: #444;
    z-index: 2; }
  .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: #444; }
  .schedule .window-state-template {
    background-color: #565656;
    z-index: 2; }
  .schedule .window-state-dedicated-template {
    background-color: rgba(223, 223, 203, 0.7);
    z-index: 1; }
    .schedule .window-state-dedicated-template .title {
      background: #dfdfcb;
      color: #444; }

.current-hour-frame {
  height: 0;
  width: 100%;
  border: 1px solid cadetblue;
  z-index: 98;
  top: 1239px;
  position: absolute; }

.schedule.hd-mode .schedule-navigation {
  top: 0px; }

@media (max-width: 1130px) {
  .schedule.hd-mode .left-side-area {
    display: none; } }

.schedule.hd-mode .schedule-header {
  height: 9rem;
  top: 55px; }
  @media (max-width: 1023px) {
    .schedule.hd-mode .schedule-header .days-headers {
      padding-left: 45px;
      font-size: 11px; } }
  @media (min-width: 1024px) {
    .schedule.hd-mode .schedule-header .days-headers {
      padding-left: 10rem;
      font-size: 19px; } }

.schedule.hd-mode .schedule-body {
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .schedule.hd-mode .schedule-body .time-bar {
      width: 45px;
      font-size: 11px; } }
  @media (min-width: 1024px) {
    .schedule.hd-mode .schedule-body .time-bar {
      width: 10rem;
      font-size: 19px; } }
  .schedule.hd-mode .schedule-body .time-bar .time-label {
    height: 144px;
    line-height: 144px; }
    .schedule.hd-mode .schedule-body .time-bar .time-label.slot-height-four-slots-per-hour {
      height: 60px;
      line-height: 60px; }
    .schedule.hd-mode .schedule-body .time-bar .time-label.slot-height-two-slots-per-hour {
      height: 90px;
      line-height: 90px; }
    .schedule.hd-mode .schedule-body .time-bar .time-label.slot-height-one-slot-per-one-and-half-hour {
      height: 216px;
      line-height: 216px; }
    .schedule.hd-mode .schedule-body .time-bar .time-label.slot-height-one-slot-per-two-hours {
      height: 288px;
      line-height: 288px; }
    .schedule.hd-mode .schedule-body .time-bar .time-label.slot-height-one-slot-per-two-and-half-hour {
      height: 360px;
      line-height: 360px; }
    .schedule.hd-mode .schedule-body .time-bar .time-label.slot-height-one-slots-per-three-hour {
      height: 432px;
      line-height: 432px; }
    .schedule.hd-mode .schedule-body .time-bar .time-label.slot-height-one-slots-per-four-hour {
      height: 576px;
      line-height: 576px; }
    .schedule.hd-mode .schedule-body .time-bar .time-label.slot-height-one-slots-per-five-hour {
      height: 720px;
      line-height: 720px; }
  .schedule.hd-mode .schedule-body .schedule-calendar {
    margin-left: 0; }
    @media (max-width: 1023px) {
      .schedule.hd-mode .schedule-body .schedule-calendar {
        padding-left: 45px; } }
    @media (min-width: 1024px) {
      .schedule.hd-mode .schedule-body .schedule-calendar {
        padding-left: 10rem; } }
    .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot {
      height: 144px;
      width: 100%;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #dadada; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-four-slots-per-hour {
        height: 60px; }
        .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-four-slots-per-hour .minutes-15 {
          height: 60px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slot-per-one-and-half-hour {
        height: 216px;
        line-height: 216px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-two-slots-per-hour {
        height: 90px; }
        .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-two-slots-per-hour .minutes-30 {
          height: 90px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slot-per-two-hours {
        height: 288px;
        line-height: 288px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slot-per-two-and-half-hour {
        height: 360px;
        line-height: 360px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slots-per-three-hour {
        height: 432px;
        line-height: 432px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slots-per-four-hour {
        height: 576px;
        line-height: 576px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot.slot-height-one-slots-per-five-hour {
        height: 720px;
        line-height: 720px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-15 {
        height: 36px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-30 {
        height: 72px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-60 {
        height: 144px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-90 {
        height: 216px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-120 {
        height: 288px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-150 {
        height: 360px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-180 {
        height: 432px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-240 {
        height: 576px; }
      .schedule.hd-mode .schedule-body .schedule-calendar .day .ramp .time-slot .minutes-300 {
        height: 720px; }

.schedule.hd-mode .time-window {
  line-height: normal;
  width: 100%; }
  .schedule.hd-mode .time-window .highlighted {
    color: white;
    font-weight: 700;
    text-transform: uppercase; }
  .schedule.hd-mode .time-window .title {
    color: white; }
    @media (max-width: 1023px) {
      .schedule.hd-mode .time-window .title {
        font-size: 11px; } }
    @media (min-width: 1024px) {
      .schedule.hd-mode .time-window .title {
        font-size: 19px; } }
  .schedule.hd-mode .time-window .desc-left {
    float: left; }
  .schedule.hd-mode .time-window .desc-right {
    float: right; }
  .schedule.hd-mode .time-window .window-state-dedicated .window-state-dedicated-template {
    color: #444; }
  .schedule.hd-mode .time-window .content {
    color: white; }
    @media (max-width: 1023px) {
      .schedule.hd-mode .time-window .content {
        font-size: 11px; } }
    @media (min-width: 1024px) {
      .schedule.hd-mode .time-window .content {
        font-size: 19px; } }
  .schedule.hd-mode .time-window div.window-note {
    color: white;
    padding: 2px 4px; }
  .schedule.hd-mode .time-window button.note-button {
    border: none;
    background: none;
    color: white;
    padding: 0; }

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.highlighted {
    font-weight: bold;
    font-size: large;
    text-transform: uppercase;
    color: cadetblue; }
  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:not(.btn-danger) {
  background-color: #39B3D7;
  color: whitesmoke; }

table.transport-table .transport-row .checkpoint-reject-date {
  color: #d4344d;
  font-weight: bold;
  font-size: 12px;
  margin: 5px auto; }

table.transport-table .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: 27em; }

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

.seperate-time-window-sections:after {
  content: "\a";
  white-space: pre; }

.as-plain-template {
  font-size: 13px; }
  .as-plain-template .form-control-static {
    padding-top: 4px; }
  .as-plain-template .vertical-resizable-only {
    resize: vertical; }
  .as-plain-template .padding-right-small {
    padding-right: 10px;
    padding-top: 4px; }
  .as-plain-template .row {
    margin-top: 0; }
  .as-plain-template .form-control {
    height: 100%;
    padding: 0;
    border: none;
    webkit-box-shadow: none;
    box-shadow: none; }
  .as-plain-template div.step-column div.col-xs-6 {
    padding-left: 0; }
  .as-plain-template select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; }
  .as-plain-template .form-control[disabled], .as-plain-template .form-control[readonly], .as-plain-template fieldset[disabled] .form-control {
    background-color: white; }
  .as-plain-template div.small-margin-form-group {
    margin-bottom: 0; }
  .as-plain-template .step-field-padding {
    padding-bottom: 0; }
  .as-plain-template .form-group {
    margin-bottom: 0; }
  .as-plain-template .input-group-addon {
    border: none;
    background-color: white; }
  .as-plain-template .panel {
    border: 0; }
    .as-plain-template .panel .panel-body {
      padding: 0; }
  .as-plain-template .form-group .ember-basic-dropdown.ember-view .ember-power-select-trigger {
    min-height: 0; }
  .as-plain-template input, .as-plain-template div[aria-owns] {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 13px;
    webkit-box-shadow: none;
    box-shadow: none; }
    .as-plain-template input .ember-power-select-status-icon, .as-plain-template div[aria-owns] .ember-power-select-status-icon {
      visibility: hidden; }
    .as-plain-template input span.ember-power-select-selected-item, .as-plain-template div[aria-owns] span.ember-power-select-selected-item {
      margin-left: 0; }
  .as-plain-template input:disabled, .as-plain-template div[aria-disabled="true"] {
    pointer-events: none !important;
    background-color: white; }
  .as-plain-template ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent; }
  .as-plain-template :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent; }
  .as-plain-template ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent; }
  .as-plain-template :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent; }

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

.transport-table, table.transport-table tr th {
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  background-color: white;
  padding: 5px 3px; }

.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-inline .paste-area {
  width: 10rem;
  overflow: hidden; }

.form-horizontal .form-inline .form-group {
  margin: auto 0; }

.form-horizontal .form-inline .checkbox {
  min-height: auto; }

.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-dropdown.ember-basic-dropdown--below, .ember-basic-dropdown--in-place .ember-power-select-dropdown {
  padding-right: 0; }

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

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

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

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

.form-group .driver-document-number {
  width: 40%; }

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

.popover {
  min-width: 400px; }

.popover-body {
  min-width: 380px;
  font-size: 12px;
  word-wrap: break-word; }
  .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-wide {
    width: 90%;
    text-align: center;
    margin-top: 5px; }
  .popover-body .checkpoints, .popover-body .notes, .popover-body .docs {
    min-height: 120px;
    max-height: 640px;
    overflow: auto;
    overflow-x: hidden; }
    .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; }

a.inline-link {
  color: inherit;
  text-decoration: underline; }
  a.inline-link:hover, a.inline-link:focus {
    color: inherit; }

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

.success-alert {
  background-color: #fffaf0;
  margin-bottom: 1rem; }
  .success-alert-compact {
    min-width: 35rem;
    max-width: 55rem; }

ol.number-indexed {
  list-style-type: decimal; }

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.form-buttons button {
    margin-bottom: 2px; }

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: 0; }
  .tt-suggestions .highlight {
    background: cadetblue;
    color: floralwhite;
    padding: 1px 2px 0; }
  .tt-suggestions .suggestion {
    cursor: pointer;
    padding: 10px 10px 5px 10px; }
    .tt-suggestions .suggestion:hover {
      background: #cfe0ed; }

.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 {
    font-size: small;
    padding-left: 10px; }

.transport-footer-buttons {
  padding-top: 7px; }
  .transport-footer-buttons i {
    font-size: xxx-large;
    padding: 0 3rem; }
  @media only screen and (max-width: 56.25em) {
    .transport-footer-buttons i {
      font-size: xx-large;
      padding: 0 1rem; } }
  .transport-footer-buttons .delete-icon {
    color: darkred;
    padding-left: 0; }
  .transport-footer-buttons .delete-progress {
    display: none;
    padding: 0 10px; }

.auto-generated {
  color: steelblue; }

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

.contact-div {
  padding: 20px; }

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

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

.warning {
  color: #FF7033;
  padding-left: 10px; }

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

.text-info {
  color: steelblue;
  font-weight: bold; }

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

.registration-page {
  height: 100%;
  padding: 15px 40px;
  margin: 0; }

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

.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.footer-image > img {
    max-width: 100%;
    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: 4px; }

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

.padding-right-small {
  padding-right: 4px; }

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

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

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

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

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

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

.vertical-margin-small {
  margin: 4px 0; }

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

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

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

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

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

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

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

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

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

.margin-left-small {
  margin-left: 4px; }

.remove-icon {
  color: #444; }

.width-inherit {
  width: inherit; }

.width-200 {
  width: 200px; }

.width-90 {
  width: 90%; }

.full-width {
  width: 100%; }

.full-height {
  height: 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 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  border-bottom: none;
  background-color: white;
  height: 55px; }
  .navbar .navbar-collapse {
    background: white; }

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

.small-font {
  font-size: 11px; }

@media (max-width: 767px) {
  .navbar-header {
    padding-right: 15px; } }

/*powoduje zapadnięcie menu przy 1250px*/
@media (max-width: 1250px) {
  .navbar {
    min-height: 55px;
    height: auto; }
  .navbar-fixed-top {
    position: relative; }
  .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 !important; }
  .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: 1250px) {
  ul.left-menu li:hover {
    background-color: white;
    color: #444; }
  ul.left-menu li:hover > a {
    color: #444 !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: #444;
    display: block; }
  .login-page-responsive {
    width: 100%;
    max-width: 1500px;
    min-width: 1200px;
    margin: 0 auto; } }

#navbar .menu-element-active a {
  background-color: #c3c3c3;
  font-weight: bold; }

@media screen and (min-width: 1400px) {
  .hide-on-big-screens {
    display: none; } }

@media screen and (max-width: 1399px) {
  .show-on-big-screens {
    display: none; } }

@media screen and (max-width: 991px) {
  .centered.login-page {
    margin-top: 0; }
  .responsive-hide-lvl1 {
    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-lvl2 {
    display: none; }
  div.popover {
    top: 55px !important;
    position: fixed;
    overflow-y: scroll;
    max-height: 80vh; }
    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: 1600px) {
  .not-wide-screen-hide {
    display: none; } }

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

@media (max-width: 800px) {
  .responsive-hide-lvl1 {
    display: none; } }

@media (max-width: 1024px) {
  .responsive-hide {
    display: none; } }

@media (max-width: 480px) {
  .responsive-hide-lvl3 {
    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-lvl4 {
    display: none; }
  #navbar .btn {
    display: inline; } }

.info-fixed {
  position: fixed;
  bottom: 0;
  margin-left: 50px;
  z-index: 99; }

.popup-dialog-container {
  position: fixed;
  background: #444; }
  .popup-dialog-container .ui-dialog-titlebar {
    border: none;
    background: #444; }
  .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: #444; }

.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: 0.75rem solid lightgray;
  padding-left: 1rem;
  cursor: move;
  margin: 1.5rem 0; }

.logs-div {
  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; }

.no-scroll {
  height: auto;
  overflow-y: unset; }

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

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

.ember-power-select-trigger {
  min-height: 34px;
  outline: none; }

.form-inline .ember-power-select-trigger {
  min-height: auto; }

.has-error .ember-power-select-trigger, .has-error .btn {
  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); }

.has-error label {
  color: #a94442; }

.form-control .ember-power-select-trigger {
  max-width: 300px;
  white-space: nowrap;
  border: none; }

.form-control input.typeahead {
  border: none; }

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

.form-group .ember-basic-dropdown.ember-view .ember-power-select-trigger {
  display: block;
  padding-top: 4px;
  height: 3.4rem; }

textarea.form-control {
  min-width: 10rem; }

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

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

.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 > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }
  .dropdown-menu > li > a.active {
    font-weight: bold; }

@media (max-width: 1250px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.dropdown-menu > li.help-block {
  padding: 5px 20px; }

.modal-header {
  padding: 0;
  cursor: move; }

.modal-footer {
  border-top: 1px solid #d2cdcd; }

@media (min-width: 768px) {
  .transport-modal .modal-dialog {
    width: 75%;
    margin-left: auto;
    margin-right: auto; } }

.transport-modal .modal-dialog .alert {
  border-radius: inherit; }

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

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

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

.transport-modal .modal-header {
  cursor: default; }

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

.time-input-group {
  width: 8rem; }

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

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

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

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

.line-height-sm {
  line-height: 0.5rem; }

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

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

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

.transport-table tbody tr td {
  padding: 3px;
  margin: 0;
  height: 7rem;
  min-width: 2rem; }
  .transport-table tbody tr td .overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 1366px) {
      .transport-table tbody tr td .overflow-ellipsis {
        max-width: 200px; } }
    @media (min-width: 1367px) {
      .transport-table tbody tr td .overflow-ellipsis {
        max-width: 300px; } }

.transport-table .country-td {
  min-width: 45px; }

.transport-table tr > .cell-date-row {
  min-width: 145px; }

.transport-table .cell {
  min-width: 85px; }
  .transport-table .cell.cell-narrow {
    min-width: 30px; }

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

.form-group-padding {
  margin-bottom: 0.4rem; }

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

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

.stepSectionInRows {
  float: left;
  width: 50%;
  padding-right: 0.5rem; }

.stepAdditionalInfoInRows {
  float: right;
  width: 50%; }

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

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

.step-columns-more {
  width: 35rem; }

.section-step-columns-more {
  overflow-x: auto;
  white-space: nowrap; }

.section-step-columns-more > div > div {
  display: inline-block;
  vertical-align: top; }

@media only screen and (max-width: 56.25em) {
  .step-columns-2 {
    width: 100%; }
  .step-columns-3 {
    width: 100%; }
  .step-columns-more {
    width: 100%; }
  .step-responsive-width {
    width: 100%; }
  .section-step-columns-more {
    overflow-x: visible;
    white-space: normal; } }

.step-as-plain-template {
  width: 50%;
  page-break-after: always;
  page-break-inside: avoid; }

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

form.form-horizontal div.form-group div.input-group input.phone-prefix-input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.announcement-background {
  border-radius: 5px;
  padding: 20px; }

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

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

.window-details {
  color: #000000;
  padding-top: 50px;
  margin-top: -56px;
  background: cadetblue;
  z-index: 101;
  padding: 1rem;
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  width: 30rem;
  box-shadow: 5px 5px darkslategrey; }
  .window-details table.table {
    margin: 0; }
    .window-details table.table th {
      padding-left: 0;
      max-width: 150px; }
    .window-details table.table td {
      padding-right: 0; }

.popup-message {
  color: white;
  background: cadetblue;
  z-index: 101;
  padding: 1rem;
  position: fixed;
  bottom: 1rem;
  width: 30rem;
  box-shadow: 5px 5px darkslategrey; }
  .popup-message small {
    color: white; }

.info-message-window {
  background: cadetblue;
  color: white;
  font-size: small;
  margin: 1rem;
  padding: 1rem;
  width: 45rem;
  height: auto; }

.info-message label {
  font-weight: normal; }

div.transport-table-nav {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 2;
  padding-bottom: 1rem;
  padding-right: 3rem; }
  @media (max-width: 1250px) {
    div.transport-table-nav {
      position: relative; } }

div.transport-table-header {
  background: white;
  z-index: 1;
  margin: 0;
  padding: 5px;
  border-bottom: 2px solid #ddd; }
  div.transport-table-header div.cell {
    float: left;
    padding: 0;
    margin: 0;
    font-weight: bold; }
  div.transport-table-header div.transport-filters input, div.transport-table-header div.transport-filters select, div.transport-table-header div.transport-filters .ember-basic-dropdown {
    width: 98%; }
  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;
    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; }

div.input-group .ember-power-select-trigger {
  border-radius: 0px 4px 4px 0px; }

.max-width {
  width: 100%; }

.center-icon-in-form {
  padding-top: 1rem;
  cursor: pointer; }

.custom-field-select-value {
  word-break: break-all;
  display: inline-block;
  overflow: hidden;
  max-height: 2rem; }

.field-error-container {
  margin-top: 1.5rem; }
  .field-error-container .help-block {
    margin: 0; }

.triple-line {
  line-height: 3; }

.frame {
  padding: 3px;
  border: 1px solid; }

.light-frame {
  padding: 5px;
  border: 1px solid #d2cdcd; }

.flatpickr-time input[class^="numInput flatpickr-"] {
  text-align: right;
  padding-right: 20px;
  font-size: x-large;
  color: floralwhite;
  background: #444; }

.flatpickr-time span[class^="arrow"] {
  background-color: #d2cdcd; }

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

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

.flatpickr-input:disabled {
  background: #eee; }

.scrollable-modal-section {
  max-height: 35rem;
  overflow-y: auto; }

.left-separator {
  border-left: 1px solid #d2cdcd;
  padding-left: 2px; }

.right-separator {
  border-right: 1px solid #d2cdcd;
  margin-right: 2px; }

.highlighted {
  color: cadetblue;
  font-weight: bold;
  text-transform: uppercase; }

.offers-table button {
  color: white;
  margin: 0; }

.offers-table tbody > tr > td {
  vertical-align: middle;
  border-bottom: 1px solid lightgray; }

.offers-table .winner {
  color: cadetblue;
  font-weight: bold; }

.offers-table .disabled {
  color: #444;
  text-decoration: none; }

.offers-table .deleted {
  color: #444;
  text-decoration: line-through; }

.offers-table .invalid {
  color: #D2322D;
  text-decoration: line-through; }

.alert-text {
  color: #a94442; }
  .alert-text-sm {
    font-size: 1.2rem; }

.panel-title.has-error {
  color: #a94442;
  font-weight: bold; }

.header-help-block {
  font-size: small;
  position: relative;
  right: 15px;
  margin-bottom: 1rem;
  bottom: -20px; }

.non-resizable {
  resize: none; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.numeric {
  width: 8rem; }

.responsive-col-lvl1 {
  max-width: 600px; }

@media (max-width: 1280px) {
  .responsive-col-lvl1 {
    max-width: 400px; } }

@media (max-width: 1060px) {
  .responsive-col-lvl1 {
    max-width: 350px; } }

@media (min-width: 767px) {
  .document-modal {
    width: 55%; } }

@media (max-width: 767px) {
  .document-modal {
    width: 95%; } }

.wide-modal {
  width: 65%; }

.super-wide-modal {
  width: 80%; }

.section-state-PENDING {
  color: #FF7033; }

.section-state-UPDATED {
  color: #FF7033; }

.section-state-DOCUMENT_ADDED {
  color: #FF7033; }

.section-state-ACCEPTED {
  color: #3c763d; }

.section-state-REJECTED {
  color: #a94442; }

.section-state-EXPIRED {
  color: #a94442; }

.request-verification-button {
  position: fixed;
  height: 4rem;
  width: 20rem;
  bottom: 1rem;
  right: 0; }

.small-padding {
  padding: 4px; }

/*https://tilemill-project.github.io/tilemill/docs/guides/advanced-legends/*/
.legend-scale ul {
  margin: 0 0 5px;
  padding: 0;
  float: left;
  list-style: none; }

.legend-scale ul li {
  font-size: 80%;
  list-style: none;
  margin-left: 0;
  line-height: 18px;
  margin-bottom: 2px; }

ul.legend-labels li span {
  display: block;
  float: left;
  height: 16px;
  width: 30px;
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #999; }

.legend {
  width: 85%; }

@media screen and (min-width: 1200px) {
  .legend-fiexed {
    position: sticky;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 0;
    z-index: 2;
    box-shadow: 0 1px 10px -5px rgba(115, 115, 115, 0.75); }
    .legend-fiexed .legend-center {
      display: flex;
      min-width: 90vw;
      justify-content: space-around; }
      .legend-fiexed .legend-center .legend-scale {
        display: flex;
        justify-content: center; } }

.width-70 {
  width: 70%; }

.width-80 {
  width: 80%; }

.blockade-info {
  color: #d4344d;
  font-weight: bold;
  font-size: 12px; }

.checkpoint-reject-date {
  color: #d4344d;
  font-weight: bold;
  margin: 5px auto; }

.hint {
  font-size: 0.8em;
  color: dimgray; }

.dummy-field {
  padding: 0 10px;
  margin-bottom: 6px; }
  .dummy-field-left {
    padding-right: 1px; }
  .dummy-field-right {
    padding-left: 1px; }

.form-margins {
  margin: 80px; }

.navigation-buttons {
  margin-right: 1rem;
  margin-top: 3rem;
  float: right; }

@media (max-width: 1695px) {
  .navigation-buttons {
    float: left;
    margin-left: 15px; } }

.task-info {
  color: #d4344d;
  font-weight: bold;
  font-size: 12px; }

.queues-tab {
  font-size: 2rem;
  text-align: center; }
  .queues-tab .squares {
    display: flex; }
    .queues-tab .squares button {
      flex-grow: 1;
      margin: .5rem; }
      .queues-tab .squares button.btn-square {
        background-color: #c4cbd7;
        color: #444;
        padding: 2.5rem 6rem;
        font-size: 2.5rem; }
      .queues-tab .squares button.active {
        background-color: #39B3D7; }
  .queues-tab .queues {
    display: flex;
    font-size: 2.7rem; }
    .queues-tab .queues .queue-object {
      flex-grow: 1;
      text-align: left;
      border-right: 1px solid lightgray; }
      .queues-tab .queues .queue-object .queue-name {
        display: flex;
        margin: .5rem;
        justify-content: center; }
      .queues-tab .queues .queue-object .place-assignment {
        margin-top: 1rem;
        padding: 0;
        font-size: 2rem;
        border-top: 1px solid lightgray; }
        .queues-tab .queues .queue-object .place-assignment-header {
          margin: 1rem 0 1rem .5rem; }
        .queues-tab .queues .queue-object .place-assignment-buttons {
          display: flex;
          margin-left: .5rem; }
          .queues-tab .queues .queue-object .place-assignment-buttons button {
            flex-grow: 1;
            font-size: 2.2rem;
            height: 8rem;
            margin-right: .5rem;
            color: white;
            min-width: 10rem; }
          .queues-tab .queues .queue-object .place-assignment-buttons .dark-font {
            color: black; }

.queue-status {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .queue-status-header {
    padding: 4rem 0 0 2rem;
    margin-bottom: 0; }

.square-col {
  padding: 7rem 0 2rem 2rem; }
  .square-col table.square-name-table td {
    padding: 0; }
  .square-col table.square-name-table .square-name {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: medium;
    height: auto;
    padding: 2rem;
    background-color: lightgray; }
  .square-col table.square-name-table .queue-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 1px solid lightgray;
    padding: 2rem;
    height: auto;
    min-height: 8rem; }
    .square-col table.square-name-table .queue-cell-name {
      padding-right: 1rem; }
  .square-col table.resources-table .resource {
    border: 1px solid lightgray;
    padding: 1rem; }

.send-sms-modal button.modal-close {
  margin: .5rem; }

.ui-draggable-handle {
  touch-action: auto; }

.expired {
  color: #999999; }

.plain-border {
  border: 1px solid #ccc;
  border-radius: 4px; }

.plain-border.has-error {
  border: 1px solid #a94442; }

.count-badge {
  background-color: red; }

.btn-default.active.checked, .btn-default.active.checked:hover {
  color: floralwhite;
  background-color: steelblue; }

.draggable-element {
  border-left: 5px dotted cadetblue; }

.iso-select {
  min-width: 100px;
  padding: 0; }

span.not-inline-block > .flatpickr-wrapper {
  display: inherit; }

.flex {
  display: flex; }
  .flex-space-between {
    display: flex;
    justify-content: space-between; }
  .flex-column {
    flex-direction: column; }
  .flex-end {
    justify-content: flex-end; }

.maxw-160px {
  max-width: 160px; }

.time-window-grabber:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: var(--grabber-color, #FFFFFF);
  transform: rotate(45deg);
  left: 50%;
  margin-left: -35px; }

@media only screen and (max-width: 48em) {
  .centered-if-small-display {
    text-align: center; } }

.not-clickable {
  pointer-events: none; }

.step-flatpickr > .flatpickr-mobile {
  width: 100%; }

.flatpickr-mobile {
  height: 34px;
  line-height: 1.75;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  font-size: 14px;
  border: 1px solid lightgrey;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  @media only screen and (max-width: 27.5em) {
    .flatpickr-mobile {
      max-width: 150px; } }

@media only screen and (max-width: 64em) {
  .flatpickr-mobile-calendar {
    display: none; } }

@media screen and (min-width: 1600px) and (max-width: 1800px) {
  .collapse-disclaimer {
    width: 100px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle; } }

#log-api-request {
  max-height: 200px;
  overflow-y: scroll; }

@media only screen and (orientation: landscape) and (max-width: 64em) {
  div.hide-on-small-landscape {
    display: none; } }

.column-name-cf-width {
  width: 160px; }

.column-name-combine-width {
  width: 80px; }

.transport-row-combine-transports {
  width: 80px;
  text-align: center;
  transform: scale(1.5); }

.material-switch > input[type="checkbox"] {
  display: none; }

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px; }

.material-switch > label::before {
  background: black;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px; }

.material-switch > label::after {
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px; }

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5; }

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px; }

.add-transport-btn {
  padding: 10px 20px; }

.line-break {
  white-space: pre-line; }

.flex-position-start {
  display: flex;
  justify-content: flex-start; }

.plain-btn {
  border: none;
  background: none; }

.routes-table-header-title {
  border: none !important;
  font-weight: 700;
  vertical-align: middle !important; }

.price-details-list {
  padding: 0 2rem; }
  .price-details-list li {
    margin: 10px 0; }

.company-nav-overflow {
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 10px; }

.reports-nav-overflow {
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 10px; }

.add-relation-btn {
  position: fixed;
  display: block;
  left: -100px;
  z-index: 100;
  max-width: 95px;
  min-height: 75px;
  bottom: 50%;
  background-color: green;
  white-space: normal;
  border-radius: 0 10px 10px 0;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 0.2s;
  animation: add-relation-btn-animation 0.5s forwards;
  animation-delay: 0.2s; }

@-webkit-keyframes add-relation-btn-animation {
  100% {
    left: 0; } }

@keyframes add-relation-btn-animation {
  100% {
    left: 0; } }

.ember-power-select-trigger-multiple-input {
  padding: 0px 10px; }

.trained-worker-color:after {
  content: '\2713';
  display: inline-block;
  color: #006B38;
  padding: 0 2px 0 0;
  font-weight: bold; }

.trained-worker-color {
  list-style-type: none;
  font-size: 1em; }

.twr-continer {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  border-top: 1px solid black;
  padding-top: 15px;
  margin-top: 15px; }

.twr-btn-container {
  display: flex;
  gap: 10px; }

.twr-btn {
  display: flex;
  gap: 5px; }

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer; }

.drop-leave {
  padding: 2px; }

.dragover {
  background-color: rgba(57, 179, 215, 0.07);
  border: 3px steelblue dashed; }

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