/*Do not delete. This is a placeholder file and is meant to be empty*/

.logo {
  max-height: 55px;
  height: 100%;
}

md-toast .md-toast-content {
  padding: 8px;
  height: 25px !important;
}

@media (min-width: 960px) {
  md-toast {
    left: 50% !important;
    transform: translate3d(-50%, 0, 0) !important; 
    bottom: initial !important;
  }
}

@media (max-width: 959px) {
  md-toast{
  left: 50% !important;
  transform: translate3d(-50%, 0, 0) !important;
  right: initial !important;
	
  bottom: initial !important;
  }
}

.trip-status.U {
  background: green !important;
  color: white !important;
}

#pickup-times-schWindow-details {
  font-weight: bold;
  font-size: 20px;
}

@media print {
  table.custom {
    border: 2px solid black;
    page-break-inside: auto;
    border-collapse: collapse; 
    table-layout: auto;
  }
  
  table.custom td {
    border: 2px solid black;
    padding: 10px;
    font-size: smaller;
    text-align: center;
  }
  
  table.custom tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  
  table.custom th {
    background-color: lightgrey;
    border: 2px solid black;
    text-align: center;
    padding: 5px;
  }
  
  md-toolbar {
    box-shadow: none !important;
  }
}

.mobile-single-trip-wrapper {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* Red color for CR trip status */
.trip-status.CR {
  background: red;
}

.pickup-details, .dropoff-details {
  flex-direction: column;
}

.address-unit, .address-phone, .address-comment {
  margin-left: 0px;
  max-width: 100% !important;
}

.change-address-section {
  font-weight: bold;
}