/*
    * Mixin used to add style and states to buttons
*/
/*
    * Mixin used for adding browser vendor specific prefixes    
*/
/*
    * Mixin used to add style for the filter component using different versions of colors   
*/
.departure-details-container {
  background: #24282C;
  overflow-y: hidden;
  overflow-x: auto;
}
.departure-details-container .departure-bottom-main-container {
  border: none;
  color: #FFFFFF;
  margin: 0 0 0 -16px;
  font-family: Roboto;
  font-size: 14px;
  padding: 0 0 0 16px;
  width: -moz-fill-content;
  width: -webkit-fill-content;
  width: fill-content;
  display: inline-block;
}
.departure-details-container .departure-supports-container {
  background: #ffffff;
  float: left;
  border-bottom: 1px solid #dadada;
  display: flex;
  flex-flow: row nowrap;
  min-width: 100%;
  padding: 16px 16px 0 16px;
}
.departure-details-container .departure-supports-container.departure-support-bottom {
  width: unset;
  background-color: #24282C;
  border-bottom: none;
  padding: 0 0 0 16px;
}
.departure-details-container .departure-supports-container.departure-support-bottom .departure-support-cell {
  padding: 0 16px;
}
.departure-details-container .departure-supports-container.departure-support-bottom .departure-support-cell.departure-support-empty-cell {
  line-height: 40px;
}
.departure-details-container .departure-supports-container.departure-support-bottom .departure-support-cell .departure-bottom-support-name {
  font-family: Roboto;
}
.departure-details-container .departure-supports-container.departure-support-bottom .departure-support-cell .trip-totals-values-container {
  text-align: center;
  overflow: hidden;
}
.departure-details-container .departure-supports-container.departure-support-bottom .departure-support-cell .trip-totals-values-container .returns-counter {
  float: none;
  margin-right: 0;
}
.departure-details-container .departure-supports-container .departure-support-cell {
  display: block;
  float: left;
  width: 150px;
  height: 40px;
  padding: 14px 24px 0 24px;
  font-family: "Roboto-Bold";
  border-right: 1px solid #dadada;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 150px;
  text-align: center;
}
.departure-details-container .departure-supports-container .departure-support-cell:first-child {
  min-width: 200px;
}
.departure-details-container .departure-supports-container .departure-support-cell.departure-support-empty-cell {
  width: 200px;
  border-right: 2px solid #dadada;
  font-family: Roboto;
  text-align: right;
}
.departure-details-container .departure-supports-container .departure-support-cell.departure-support-cell-add-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
  border-right-style: dashed;
  overflow: visible;
}
.departure-details-container .departure-supports-container .departure-support-cell.departure-support-cell-add-container .departure-support-cell-add {
  display: flex;
  align-items: center;
  justify-content: center;
}
.departure-details-container .departure-supports-container .departure-support-cell .departure-support-cell-add {
  background: transparent;
  color: #0071B3;
  padding: 10px 5px 5px 5px;
  margin: 0;
}
.departure-details-container .departure-supports-container .departure-support-cell .extra-supports-list {
  margin: 0;
  margin-top: -40px;
  margin-left: -5px;
  min-width: 100px;
  padding: 0;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.departure-details-container .departure-supports-container .departure-support-cell .extra-supports-list li {
  background: #24282C;
  color: white;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  width: 100px;
  -webkit-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.departure-details-container .departure-supports-container .departure-support-cell .extra-supports-list li:hover {
  background-color: gray;
}
.departure-details-container .departure-stop-header {
  background: #ffffff;
  padding: 8px 16px 8px 16px;
}
.departure-details-container .departure-stop-header .departure-stop-title {
  font-weight: bold;
}
.departure-details-container .products-table {
  border-width: 1px 0px;
  border-style: solid;
  border-color: #dadada;
  background: #ffffff;
}
.departure-details-container .products-table tr:nth-child(2n) td {
  background-color: #FFFFFF;
}
.departure-details-container .products-table tr:nth-child(2n+1) td {
  background-color: #EFEFEF;
}
.departure-details-container .products-table .od-table-body-row {
  height: 50px;
}
.departure-details-container .products-table .od-table-body-row .od-table-body-row-column {
  height: 50px;
  border-right: 2px solid #dadada;
  vertical-align: middle;
}
.departure-details-container .products-table .od-table-body-row .od-table-body-row-column md-input-container {
  margin: 0;
}
.departure-details-container .products-table .od-table-body-row .od-table-body-row-column md-input-container .md-errors-spacer {
  min-height: 0px;
}
.departure-details-container .products-table .od-table-body-row .od-table-body-row-column md-input-container input {
  background: #EFEFEF;
  border-bottom: 2px solid gray;
  height: 40px;
  padding-right: 10px;
  text-align: right;
}
.departure-details-container .products-table .od-table-body-row .products-table-row-column {
  width: 150px;
  padding: 0 24px;
  border-right: 1px solid #dadada;
  overflow: visible;
  padding: 0;
}
.departure-details-container .products-table .od-table-body-row .products-table-row-column:last-child {
  width: 100%;
}
.departure-details-container .products-table .od-table-body-row .products-table-row-column:nth-last-child(2) {
  border-right-style: dashed;
}
.departure-details-container .products-table .od-table-body-row .products-table-row-column input[type=number]::-webkit-inner-spin-button,
.departure-details-container .products-table .od-table-body-row .products-table-row-column input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.departure-details-container .products-table .od-table-body-row .products-table-row-column .products-table-row-column-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
.departure-details-container .products-table .od-table-body-row .products-table-row-column .products-table-row-column-container .products-table-row-column-container-btn-left {
  position: absolute;
  left: 16px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  background: #0076BA;
  border-radius: 3px;
  font-size: 30px;
  line-height: 40px;
  color: white;
  font-weight: 100;
  top: 2px;
}
.departure-details-container .products-table .od-table-body-row .products-table-row-column .products-table-row-column-container .products-table-row-column-container-btn-right {
  position: absolute;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  background: #0076BA;
  border-radius: 3px;
  font-size: 30px;
  line-height: 40px;
  color: white;
  font-weight: 100;
  top: 2px;
}
.departure-details-container .products-table .od-table-body-row .products-table-row-column .products-table-row-column-container .products-table-row-column-container-btn-left[disabled],
.departure-details-container .products-table .od-table-body-row .products-table-row-column .products-table-row-column-container .products-table-row-column-container-btn-right[disabled] {
  background: #d2d2d2;
  cursor: not-allowed;
}
.departure-details-container .products-table .od-table-body-row .products-table-row-column .products-table-row-column-container md-input-container {
  width: 40px;
}
.departure-details-container .products-table .od-table-body-row .products-table-row-column .products-table-row-column-container input {
  padding: 0;
  text-align: center;
}
.departure-details-container .products-table .od-table-body-row .products-table-row-column .products-table-row-column-container input:focus {
  border-bottom: 2px solid #0076BA;
}
.departure-details-container .products-table .od-table-body-row:hover .od-table-body-row-column {
  background: transparent;
  color: inherit;
}
.departure-details-container .products-table .od-table-body-row:hover:nth-child(2n+1) .od-table-body-row-column {
  background-color: #EFEFEF;
}
.departure-details-container .departure-details-list {
  -webkit-overflow-y: overlay;
  -khtml-overflow-y: overlay;
  -moz-overflow-y: overlay;
  overflow-y: overlay;
  -webkit-width: fit-content;
  -khtml-width: fit-content;
  -moz-width: fit-content;
  width: fit-content;
  -ms-overflow-y: auto;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 224px);
  width: -moz-fit-content;
  width: -webkit-fit-content;
  display: inline-block;
}
.departure-details-container .departure-details-list .departure-stop-container {
  padding: 24px 0 0 15px;
  background: #ffffff;
}
.departure-details-container .departure-details-list .route-details-content-space {
  background: #ffffff;
  height: 100vh;
  position: relative;
  width: 100%;
}
.departure-details-container .totals-colums {
  width: 100%;
  margin-left: 2px;
  margin-right: 2px;
}
.departure-details-mobile .departure-details-mobile-header {
  align-items: center;
  background: #24282c;
  color: white;
  display: flex;
  flex-flow: row nowrap;
  height: 40px;
  padding: 0 10px 0 10px;
}
.departure-details-mobile .departure-details-mobile-header .departure-details-mobile-header-item {
  display: inline-block;
  white-space: nowrap;
}
.departure-details-mobile .departure-details-mobile-header .departure-details-mobile-header-item:last-child {
  flex: 1;
  text-align: right;
}
.departure-details-mobile .departure-details-mobile-header .departure-details-mobile-header-depot {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.departure-details-mobile .departure-details-mobile-header .departure-details-mobile-header-chevron {
  padding: 15px;
}
.departure-details-mobile .departure-details-mobile-list {
  max-height: calc(100vh - 290px);
  min-height: calc(100vh - 290px);
  overflow-y: auto;
}
.departure-details-mobile .departure-details-mobile-list .od-table {
  width: 100%;
}
.departure-details-mobile .departure-details-mobile-list .od-table tbody tr td {
  background-color: white;
  border-bottom: 1px solid #EFEFEF;
}
.departure-details-mobile .departure-details-mobile-list .od-table tbody tr td div {
  height: 60px;
  line-height: 60px;
  padding: 0 10px 0 10px;
  position: relative;
}
.departure-details-mobile .departure-details-mobile-list .departure-details-mobile-list-pin {
  color: #878787;
  margin-top: 5px;
  position: absolute;
}
.departure-details-mobile .departure-details-mobile-list .departure-details-mobile-list-pin-blue {
  color: #0076ba;
}
.departure-details-mobile .departure-details-mobile-list .departure-details-mobile-list-text {
  margin-left: 25px;
}
.departure-details-mobile .departure-details-mobile-totals .departure-details-mobile-totals-header {
  background-color: #D7D7D7;
  color: #6B6B6B;
  padding: 0 10px 0 10px;
  height: 40px;
  line-height: 40px;
}
.departure-details-mobile .departure-details-mobile-totals .departure-details-mobile-totals-list {
  display: flex;
  flex-flow: row wrap;
  max-height: 140px;
  min-height: 140px;
  overflow-y: auto;
}
.departure-details-mobile .departure-details-mobile-totals .departure-details-mobile-totals-list .departure-details-mobile-totals-list-item {
  background-color: white;
  width: 25%;
  height: 70px;
  border-right: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #efefef;
  text-align: center;
}
.departure-details-mobile .departure-details-mobile-totals .departure-details-mobile-totals-list .departure-details-mobile-totals-list-item .returns-trip-totals {
  width: 100%;
}
.departure-details-mobile .departure-details-mobile-totals .departure-details-mobile-totals-list .departure-details-mobile-totals-list-item .returns-trip-totals .departure-details-mobile-totals-list-item-quatity {
  max-width: 100%;
  margin-left: 0;
}
.departure-details-mobile .departure-details-mobile-totals .departure-details-mobile-totals-list .departure-details-mobile-totals-list-item .returns-trip-totals .departure-details-mobile-totals-list-item-quatity.amount-actual-different {
  color: #db0000;
}
.departure-details-mobile .departure-details-mobile-totals .departure-details-mobile-totals-list .departure-details-mobile-totals-list-item .returns-trip-totals .departure-details-mobile-totals-list-item-product {
  max-width: 100%;
}
.departure-details-mobile .departure-details-mobile-totals .departure-details-mobile-totals-list .departure-details-mobile-totals-list-item .departure-details-mobile-totals-list-item-quatity {
  color: #132253;
  min-width: 30%;
  justify-content: center;
  align-items: center;
}
.departure-details-mobile .departure-details-mobile-totals .departure-details-mobile-totals-list .departure-details-mobile-totals-list-item .departure-details-mobile-totals-list-item-product {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
  justify-content: center;
  align-items: center;
}
.departure-details-mobile .departure-details-mobile-totals .departure-details-mobile-totals-list .departure-details-mobile-totals-list-item .departure-details-support-amount {
  font-family: "Roboto-Bold";
  color: #002f67;
  margin-left: 8px;
}
.departure-details-mobile .departure-details-mobile-totals .departure-details-mobile-footer {
  height: 40px;
  line-height: 40px;
}
.departure-details-mobile .departure-details-mobile-actions {
  height: 70px;
  display: flex;
  flex-flow: row nowrap;
}
.departure-details-mobile .departure-details-mobile-actions .departure-details-mobile-actions-item {
  color: white;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
  height: 100%;
  margin: 0;
}
.departure-details-mobile .departure-details-mobile-actions .departure-details-mobile-actions-item:first-child {
  background-color: #008738;
  border-right: 1px solid white;
}
.departure-details-mobile .departure-details-mobile-actions .departure-details-mobile-actions-item:first-child:disabled {
  background-color: #d2d2d2;
  color: #575757;
}
.departure-details-mobile .departure-details-mobile-actions .departure-details-mobile-actions-item:last-child {
  background-color: #00a644;
}
.departure-details-mobile .departure-details-mobile-actions .departure-details-mobile-actions-item:last-child:disabled {
  background-color: #d2d2d2;
  color: #575757;
}
.departure-details-mobile .departure-details-mobile-reset-button {
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}
md-dialog.trip-totals-fullscreen {
  min-height: 100%;
  min-width: 100%;
  border-radius: 0;
}
md-dialog.trip-totals-fullscreen md-dialog-content {
  height: 100vh;
}
md-dialog.trip-totals-fullscreen .od-modal {
  margin: unset;
  min-width: unset;
  height: 100%;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-header {
  background: #24282c;
  padding: 10px;
  display: flex;
  flex-flow: row nowrap;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-header .od-modal-title {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-header .od-modal-title .od-modal-close {
  float: left;
  margin-top: -10px;
  margin-right: 10px;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-header .od-modal-title .trip-totals-header-item {
  font-family: "Roboto";
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
  margin-left: 4px;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-header .od-modal-title .trip-totals-header-item.trip-number-label {
  font-weight: bold;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-header .od-modal-title .trip-totals-header-item.trip-depot-label {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-header .od-modal-title .trip-totals-header-item.trip-gate-label {
  flex: 1;
  text-align: right;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-content {
  padding: 0;
  margin-bottom: 0;
  background-color: #efefef;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-content .departure-details-mobile-totals-header {
  background-color: #D7D7D7;
  color: #5c5c5c;
  font-weight: bold;
  padding: 0 10px 0 10px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-content .trip-support-block {
  display: flex;
  flex-flow: row wrap;
  overflow-y: auto;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-content .trip-support-block .trip-support-amount-container {
  background-color: #ffffff;
  height: 120px;
  width: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-bottom: 1px solid #dadada;
  font-size: 20px;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-content .trip-support-block .trip-support-amount-container .trip-support-amount-content {
  width: 100%;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-content .trip-support-block .trip-support-amount-container .trip-support-amount-content .trip-totals-support-item {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-content .trip-support-block .trip-support-amount-container .trip-support-amount-content .trip-totals-support-amount {
  font-family: "Roboto-Bold";
  color: #002f67;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-content .trip-support-block .trip-support-amount-container .trip-support-amount-content .trip-totals-support-amount.amount-actual-different {
  color: #db0000;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-content .trip-support-block .trip-support-amount-container:nth-child(2n + 1) {
  border-right: 1px solid #dadada;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-content .trip-support-block.departure-trip-totals-block .trip-support-amount-container .trip-totals-support-item.trip-totals-support-code {
  max-width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
md-dialog.trip-totals-fullscreen .od-modal .od-modal-content .trip-support-block.departure-trip-totals-block .trip-support-amount-container .trip-totals-support-item.trip-totals-support-amount {
  margin-left: 10px;
  min-width: 40%;
  justify-content: center;
  align-items: center;
  font-family: "Roboto-Bold";
  color: #002f67;
}
md-dialog.trip-totals-fullscreen .trip-stop-details {
  margin-top: 40px;
  width: 100%;
  padding: 0;
  overflow-y: hidden;
  max-height: unset;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-header {
  background-color: #D7D7D7;
  color: #6B6B6B;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 10px;
  display: flex;
  flex-flow: row nowrap;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-header .trip-stop-details-header-btn {
  width: 20px;
  text-align: center;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-header .trip-stop-details-header-text {
  flex: 1;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-list .od-table .od-table-body .od-table-body-row .products-table-row-column {
  color: gray;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-list .od-table .od-table-body .od-table-body-row .products-table-row-column .products-table-row-column-container .products-table-row-column-container-btn-left,
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-list .od-table .od-table-body .od-table-body-row .products-table-row-column .products-table-row-column-container .products-table-row-column-container-btn-right {
  background: transparent;
  width: 10px;
  color: gray;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-list .od-table .od-table-body .od-table-body-row .products-table-row-column .products-table-row-column-container .products-table-row-column-container-btn-left[disabled],
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-list .od-table .od-table-body .od-table-body-row .products-table-row-column .products-table-row-column-container .products-table-row-column-container-btn-right[disabled] {
  display: none;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-list .od-table .od-table-body .od-table-body-row .products-table-row-column .products-table-row-column-container .products-table-row-column-container-btn-left {
  padding: 0;
  font-size: 35px;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-list .od-table .od-table-body .od-table-body-row .products-table-row-column .products-table-row-column-container .products-table-row-column-container-btn-left[disabled] {
  display: none;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-list .od-table .od-table-body .od-table-body-row:hover {
  background-color: transparent;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-list .od-table .od-table-body .od-table-body-row:hover td {
  color: gray;
  background-color: transparent;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-list .od-table tbody tr:not(.od-table-row-expansion):not(.od-table-row-expanded):nth-child(2n) {
  background: #EFEFEF;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-list .od-table tbody tr:not(.od-table-row-expansion):not(.od-table-row-expanded):nth-child(2n+1) {
  background: #FFFFFF;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-footer {
  height: 50px;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-footer .od-table {
  height: 50px;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-actions {
  border: 0;
  height: 40px;
  text-align: center;
  color: white;
  background-color: #008738;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  width: 100%;
}
md-dialog.trip-totals-fullscreen .trip-stop-details .trip-stop-details-actions:disabled {
  background-color: #d2d2d2;
  color: #575757;
}
