@charset "UTF-8";
/*
  Style Guide: https://medspeed.atlassian.net/wiki/display/MD/MyMedSpeed+CSS+Style+Guide
*/
/** Color Palatte */
/**blue*/
/**green*/
/*rgba(0,161,96,.8)*/
/** Accents Colors and Backgrounds*/
/* non-meedspeed colors */
html, body {
  height: 100%; }

#wrapper {
  min-height: 100%;
  position: relative;
  background-color: white; }

#main {
  padding-bottom: 250px;
  /* this needs to be bigger than footer height*/ }

body {
  font-size: 14px;
  padding-top: 50px;
  overflow-y: scroll;
  font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif; }

/*------------------------------------*  #BOOTSTRAP-OVERRIDES
\*------------------------------------*/
.btn {
  border-radius: 0 !important; }

.form-control {
  border-radius: 0 !important; }

.panel {
  border-radius: 0 !important; }

.panel-heading {
  border-radius: 0 !important; }

.panel-default .panel-heading {
  background-color: #f5f5f5;
  background-image: none; }

.panel-group .panel {
  border-radius: 0 !important; }

.well {
  border-radius: 0 !important; }

.alert {
  border: none;
  border-radius: 0 !important; }

.main-alert .alert {
  margin-bottom: 0px;
  margin-top: 7px; }

.alert-info {
  background-color: #b9def0;
  background-image: none;
  border-radius: 0px;
  border: none; }

.input-group-addon,
.input-sm {
  border-radius: 0 !important; }

.input-sm {
  height: 34px; }

.thumbnail {
  border-radius: 0 !important; }

.pagination > li > a, .pagination > li > span {
  text-align: center;
  width: 40px;
  padding: 6px 0px; }

h1, .h1 {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 10px; }

h2, .h2 {
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 10px; }

h3, .h3 {
  font-size: 22px;
  margin-top: 9px;
  margin-bottom: 9px; }

h4, .h4 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 8px; }

h5, .h5 {
  font-size: 16px;
  margin-top: 7px;
  margin-bottom: 7px; }

.red {
  color: #FF0000; }

footer {
  background-color: #A6A6A6;
  margin-top: -150px;
  /* negative value of footer height */
  height: 200px;
  clear: both;
  padding-top: 20px;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%; }

.footer-links ul li {
  list-style-type: none; }

#clientLogo {
  padding-bottom: 10px;
  max-width: 200px; }

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important; }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  overflow: auto;
  padding-bottom: 150px; }

.panel-info {
  border-color: #3375AF; }

.panel-info > .panel-heading {
  border-color: #3375AF;
  background-color: #3375AF;
  color: white; }

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
  resize: vertical; }

.comments textarea {
  max-width: 100% !important; }

/* eliminates padding on col class */
.no-gutter > [class*='col-'],
.no-gutter {
  padding-right: 0;
  padding-left: 0; }

.no-gutter-right > [class*='col-'],
.no-gutter-right {
  padding-right: 0; }

.no-gutter-left > [class*='col-'],
.no-gutter-left {
  padding-left: 0; }

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

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

.top-buffer {
  margin-top: 20px; }

.bottom-buffer {
  margin-bottom: 20px; }

.btn-primary {
  color: #ffffff;
  background-color: #3375AF;
  background-image: none; }

footer .navbar {
  position: absolute;
  min-height: 50px;
  border: 1px solid transparent;
  width: 100%;
  bottom: 0px;
  margin-bottom: 0px;
  border-radius: 0px; }

footer .navbar-inverse {
  background-color: black;
  background-image: none;
  border-color: transparent;
  font-size: 16px; }

footer .navbar-inverse .navbar-brand {
  color: #ffffff; }

footer .navbar-inverse .navbar-brand:hover,
footer .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

footer .navbar-inverse .navbar-text {
  color: #ffffff; }

footer .navbar-inverse .navbar-nav > li > a {
  color: #ffffff; }

footer .navbar-inverse .navbar-nav > li > a:hover,
footer .navbar-inverse .navbar-nav > li > a:focus {
  text-decoration: underline; }

footer .navbar-inverse .navbar-nav > .open > a,
footer .navbar-inverse .navbar-nav > .active > a,
footer .navbar-inverse .navbar-nav > .active > a:hover,
footer .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none; }

footer .navbar-inverse .navbar-nav > .disabled > a,
footer .navbar-inverse .navbar-nav > .disabled > a:hover,
footer .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #424242;
  background-color: transparent; }

footer .navbar-inverse .navbar-toggle {
  border-color: #333333; }

footer .navbar-inverse .navbar-toggle:hover,
footer .navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

footer .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

footer .navbar-inverse .navbar-collapse,
footer .navbar-inverse .navbar-form {
  border-color: #101010; }

footer .navbar-inverse .navbar-nav > .open > a,
footer .navbar-inverse .navbar-nav > .open > a:hover,
footer .navbar-inverse .navbar-nav > .open > a:focus {
  color: #eeeeee;
  background-color: #101010; }

footer .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

footer .navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999; }

footer .navbar-inverse .navbar-nav > .open > a .caret,
footer .navbar-inverse .navbar-nav > .open > a:hover .caret,
footer .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

@media (max-width: 767px) {
  footer .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #101010; }
  footer .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999; }
  footer .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  footer .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }
  footer .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  footer .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  footer .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #101010; }
  footer .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  footer .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  footer .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #424242;
    background-color: transparent; } }

footer .navbar-inverse .navbar-link {
  color: #999999; }

footer .navbar-inverse .navbar-link:hover {
  color: #ffffff; }

/*------------------------------------*  #HOME-PAGE
\*------------------------------------*/
.home-image {
  position: relative;
  width: 100%;
  /* for IE 6 */ }
  .home-image img {
    width: 100%;
    border-radius: 5px; }
  .home-image h2 {
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%; }
  .home-image h2 span {
    color: white;
    font: bold 24px/50px Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
    background: black;
    /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 10px; }
  .home-image h2 span.subtitle {
    font: bold 18px/44px Helvetica, Sans-Serif; }

.home-items {
  height: 250px; }

.home-well,
.home-item {
  height: 100%;
  padding-bottom: 5px; }

.home-item .thumbnail {
  height: 100%; }

.home-well .well {
  padding: 10px;
  height: 100%; }

/*------------------------------------*  #REGISTRATION-FORM
\*------------------------------------*/
.password-help ul {
  list-style-type: none; }

.password-help li:before {
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #cccccc; }

.password-help li.text-success:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #3c763d; }

.password-help li.text-danger:before {
  content: "\e014";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #c11212; }

.password-help .glyphicon {
  padding-right: 5px; }

.register-form .register-at {
  font-weight: bold; }

/*------------------------------------*  #ORDER-FORM
\*------------------------------------*/
.order-header {
  margin-top: 2%; }

.order-nav {
  background-color: #ffffff;
  border: 1px solid #3375AF;
  border-radius: 4px; }

.order-nav li a {
  background-color: #f5f5f5;
  opacity: 1;
  color: #999999; }

.order-nav li a:active,
.order-nav li a:hover,
.order-nav li a:focus,
.order-nav li.active > a {
  background-color: #3375AF;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #145d9c 0%, #3375AF 100%);
  background-image: -o-linear-gradient(top, #145d9c 0%, #3375AF 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#145d9c), to(#3375AF));
  background-image: linear-gradient(to bottom, #145d9c 0%, #3375AF 100%); }

ul.order-nav > li + li,
.nav-stacked > li + li {
  margin-top: 0px; }

.order-nav .first a {
  border-radius: 3px 3px 0px 0px; }

.order-nav .last a {
  border-radius: 0px 0px 3px 3px; }

.form-buttons {
  margin-bottom: 20px; }

.form-group.required .control-label:after {
  content: "*";
  color: #FF0000; }

/*------------------------------------*  #ORDER-START
\*------------------------------------*/
.order-home h2 {
  margin-top: 0;
  color: white; }

.order-home .col-sm-3 {
  padding-right: 30px; }

.order-home .glyphicon-regular-folder-open, .order-home .glyphicon-regular-folder-new, .order-home .glyphicon-regular-question-sign {
  font-size: 25px;
  color: white;
  transition: color 0.3s ease;
  line-height: 34px; }

.order-home .glyphicon-regular-folder-new {
  font-size: 45px; }

.order-home .glyphicon-regular-question-sign {
  cursor: pointer; }
  .order-home .glyphicon-regular-question-sign:hover {
    color: rgba(255, 255, 255, 0.8); }

.order-home .new-order {
  background-color: #33B37F;
  transition: background-color 0.3s ease;
  text-align: center;
  padding: 83px 0 52px 0; }
  .order-home .new-order:hover {
    background-color: #01876E; }
  .order-home .new-order h2 {
    font-size: 36px;
    padding-top: 10px; }

.order-home .template-order {
  padding-top: 15px;
  border: 1px solid #3375AF;
  background-color: #3375AF; }
  .order-home .template-order h2 {
    margin-left: -20px;
    line-height: 34px; }
  .order-home .template-order ul {
    padding-left: 10px;
    font-size: 14px; }
  .order-home .template-order li {
    padding-bottom: 7px; }

.order-home .start-header {
  font-size: 34px; }

.template-order .favorite-table {
  background-color: white;
  width: 853px;
  table-layout: fixed; }
  .template-order .favorite-table td:nth-child(1), .template-order .favorite-table th:nth-child(1) {
    width: 73px;
    padding-left: 5px; }
  .template-order .favorite-table td:nth-child(2), .template-order .favorite-table th:nth-child(2) {
    width: 200px; }
  .template-order .favorite-table td:nth-child(3), .template-order .favorite-table th:nth-child(3) {
    width: 200px; }
  .template-order .favorite-table td:nth-child(4), .template-order .favorite-table th:nth-child(4) {
    width: 165px; }
  .template-order .favorite-table td:nth-child(5), .template-order .favorite-table th:nth-child(5) {
    width: 110px;
    padding-left: 20px; }
  .template-order .favorite-table td:nth-child(6), .template-order .favorite-table th:nth-child(6) {
    width: 110px; }
  .template-order .favorite-table thead {
    font-weight: bold; }
    .template-order .favorite-table thead tr {
      display: block;
      position: relative;
      padding: 3px 0 3px 0;
      border-bottom: 1px solid #999999; }
  .template-order .favorite-table tbody {
    height: 200px;
    display: block;
    overflow: auto;
    overflow-x: hidden; }
    .template-order .favorite-table tbody tr {
      border-bottom: 1px solid #dddddd; }
  .template-order .favorite-table p {
    float: left;
    padding: 7px 3px 0 0; }
  .template-order .favorite-table .dark-gray {
    background-color: #eeeeee; }
    .template-order .favorite-table .dark-gray td {
      width: 876px; }
  .template-order .favorite-table .no-favorites {
    text-align: center;
    padding-top: 4%;
    height: 199px;
    overflow: hidden; }
    .template-order .favorite-table .no-favorites .glyphicon-star {
      font-size: 50px; }
    .template-order .favorite-table .no-favorites a:hover {
      cursor: pointer; }
    .template-order .favorite-table .no-favorites h2, .template-order .favorite-table .no-favorites p, .template-order .favorite-table .no-favorites .glyphicon-star {
      color: #999;
      margin-bottom: 0px;
      text-shadow: #f5f5f5 0px 1px 0px; }

.favorite-container .no-filtered-orders div {
  padding-left: 41%;
  padding-top: 1%;
  margin-left: -5px;
  height: 35px;
  position: absolute;
  width: 100%;
  background-color: #eeeeee; }

.large-vehicle {
  text-align: center; }
  .large-vehicle i, .large-vehicle p {
    display: inline; }
  .large-vehicle i {
    font-size: 12px; }

.order-home .large-vehicle {
  padding: 10px 0;
  margin-top: 15px;
  color: #33B37F;
  border: 1px solid #33B37F;
  transition: background-color 0.3s ease; }
  .order-home .large-vehicle:hover {
    color: #ffffff;
    background-color: #33B37F; }
  .order-home .large-vehicle p {
    font-size: 20px; }
  .order-home .large-vehicle i {
    font-size: 16px; }

.icon-padding-right {
  padding-right: 5px; }

.icon-padding-left {
  padding-left: 5px; }

.modal-dialog {
  margin: 3% auto; }

body.modal-open {
  overflow-y: scroll;
  margin-right: -17px; }

.modal-open .modal {
  overflow-y: hidden; }

.modal-content .modal-header {
  background-color: #3375AF; }
  .modal-content .modal-header h2 {
    color: white; }

.modal-content .favIcon {
  padding: 0 2px 0 2px; }

/*------------------------------------*  #ORDER-SCHEDULE
\*------------------------------------*/
.inline {
  display: inline; }

.error-row {
  margin-top: 5px;
  margin-bottom: 10px; }
  .error-row i, .error-row p {
    color: #a94442; }

.datetimepickerbtn {
  width: 0%; }

.delivery-btn {
  margin-bottom: 10px; }

.orderItembtn {
  padding: 0px 2px !important;
  margin-top: -.50%;
  margin-right: 2%; }

.editItembtn {
  margin-right: 10px;
  border: none;
  background: none; }

.header-row {
  background-color: #f5f5f5; }
  .header-row p {
    font-weight: bold; }

.location-detail .location-icon {
  color: #3375AF;
  cursor: pointer; }

.location-detail i, .location-detail b {
  display: inline; }

.location-detail b {
  margin-left: -10px; }

.location-detail .title {
  width: 75px; }

.scheduled-service .loading-routes {
  text-align: center;
  font-size: 18px; }
  .scheduled-service .loading-routes p {
    display: inline; }

.scheduled-service .panel-default {
  border-color: #b9def0; }

.scheduled-service .panel-heading {
  background-color: #b9def0;
  border-color: #b9def0; }
  .scheduled-service .panel-heading i {
    font-size: 20px;
    cursor: pointer; }

.scheduled-service .help i {
  padding-top: 3px; }

.scheduled-service .help .btn {
  width: 100%; }

.scheduled-service .schedule-container {
  padding: 0 13px 0 13px; }
  .scheduled-service .schedule-container .bold {
    font-weight: bold; }
  .scheduled-service .schedule-container .row-border {
    padding: 7px 0px 7px 0px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd; }
    .scheduled-service .schedule-container .row-border:last-of-type {
      border-bottom: 1px solid #dddddd; }
  .scheduled-service .schedule-container .time-eta {
    font-weight: bold; }
  .scheduled-service .schedule-container .time-completed {
    font-style: normal;
    font-weight: bold;
    color: #3DC665; }
  .scheduled-service .schedule-container .completed {
    background-color: #eeeeee; }
  .scheduled-service .schedule-container .next {
    background-color: #DFF0D8; }
  .scheduled-service .schedule-container .panel-body i {
    padding-top: 2px; }
  .scheduled-service .schedule-container .btn {
    margin-top: 3px; }
  .scheduled-service .schedule-container .date p,
  .scheduled-service .schedule-container .item-type p {
    display: inline; }
  .scheduled-service .schedule-container .window i, .scheduled-service .schedule-container .window p,
  .scheduled-service .schedule-container .eta i,
  .scheduled-service .schedule-container .eta p,
  .scheduled-service .schedule-container .lockbox i,
  .scheduled-service .schedule-container .lockbox p {
    display: inline; }
  .scheduled-service .schedule-container .window i {
    vertical-align: middle; }
  .scheduled-service .schedule-container .overnight-arrow p {
    margin-bottom: 0; }
  .scheduled-service .schedule-container .overnight-arrow i {
    margin: -2px 0 0 5px;
    font-size: 20px;
    color: #EB7726; }
  .scheduled-service .schedule-container .overnight-arrow .glyphicon-regular-message-forward {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .scheduled-service .schedule-container .eta {
    font-style: italic; }
    .scheduled-service .schedule-container .eta .title {
      font-size: 12px; }
  .scheduled-service .schedule-container .order {
    margin-top: 10px; }
  .scheduled-service .schedule-container .in-progress {
    color: #f0ad4e; }
  .scheduled-service .schedule-container .order-completed {
    color: #3DC665; }

.glyphicon-search-animate {
  font-size: 20px;
  animation: slide 1s alternate infinite; }

@keyframes slide {
  0% {
    transform: translate(0px, 5px);
    color: #3375AF; }
  50% {
    -transform: translate(0px, 8px); }
  100% {
    transform: translate(0px, -5px);
    color: #33B37F; } }

.searchLoading.ng-hide-add {
  transition: none;
  opacity: 1; }

.searchLoading.ng-hide {
  opacity: 1; }

.glyphicon-search:before {
  padding-left: 5px; }

.scheduleStopSearch.ng-hide-add {
  transition: all linear 2s;
  opacity: 1; }

.scheduleStopSearch.ng-hide {
  opacity: 0; }

.datepicker {
  width: 145px;
  float: left; }
  .datepicker .datetimepickerbtn button {
    height: 34px; }
  .datepicker .error {
    border: 1px solid #a94442; }

.timepicker {
  float: left;
  padding-left: 15px;
  margin-top: -14px; }
  .timepicker input:focus {
    color: #cccccc; }

.schedule .alert {
  margin-bottom: 0; }

.display-table {
  display: table;
  width: 100%; }

.display-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }

/*------------------------------------*  #ORDER-PICKUP
\*------------------------------------*/
.addressSuggestion .popover {
  width: 300px;
  height: 150px;
  top: 0px !important; }

.addressSuggestion .popover-content {
  position: relative;
  min-height: 150px; }

.id-account hr {
  margin-top: 0px;
  border-top: 1px solid #cccccc; }

.badge-id {
  background-color: #24537C;
  margin-right: 5px; }

.badge-account {
  background-color: #6F98BC; }

.badge-debug {
  margin-left: 5px; }

.custom-select-arrow {
  position: relative;
  float: left;
  width: 100%; }
  .custom-select-arrow:after {
    content: '▼';
    font-size: 10px;
    position: absolute;
    padding: 9px 0 0 18px;
    top: 2px;
    left: 88%;
    pointer-events: none; }
  .custom-select-arrow select {
    -moz-appearance: none;
    -webkit-appearance: none; }
  .custom-select-arrow select::-ms-expand {
    display: none; }

.error {
  color: #a94442; }

.warning {
  color: #8a6d3b; }

.feedback-icon-fix {
  right: 15px; }

.template-drpdown {
  padding-bottom: 15px; }

.next-section-btn {
  padding-top: 15px; }

/*------------------------------------*  #ORDER-SUMMARY
\*------------------------------------*/
div.summary {
  padding-bottom: 0px; }
  div.summary .summary-location {
    word-wrap: break-word; }

.summary ul.summary-item {
  padding-left: 0px; }

.summary ul.summary-subitem {
  padding-left: 0px; }

.summary ul li {
  list-style-type: none; }

.summary-billing .cost-center {
  font-weight: bold;
  width: 85px; }

.summary-miles, .summary-price {
  font-size: 20px;
  padding: 3%; }

.summary-price .dollars,
.summary-miles .miles {
  font-weight: bold; }

.summary .subtitle {
  font-size: 14px;
  font-weight: bold; }

.summary-items .panel-title {
  display: inline-block;
  width: 100%; }

.summary-schedule {
  margin-bottom: 2%; }

.summary-totals {
  margin-top: 8%; }

.summary-disclaimer {
  padding: 2%;
  font-size: 10px; }

.summary-edit {
  font-size: 14px; }

.summary-row {
  margin-bottom: 10px; }

.value-box {
  padding: 2px;
  font-size: 24px;
  font-weight: bold;
  -moz-box-shadow: inset 0 0 10px #999999;
  -webkit-box-shadow: inset 0 0 10px #999999;
  box-shadow: inset 0 0 10px #999999; }

.summary .popover.bottom-left {
  margin-top: 11px;
  margin-left: -6px; }

.itemPopover {
  word-wrap: break-word;
  white-space: pre-line;
  margin-top: -17px; }

.itemPopover .popover-content {
  width: 275px;
  padding: 9px 14px; }

.itemPopover .popover-content p {
  margin-bottom: 0; }

.itemPopover .popoverHeader {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0; }

.summary-items .cursor {
  cursor: pointer; }

.summary-items-list .panel-title {
  font-size: 14px;
  font-weight: bold; }

.summary-items-list .panel-heading {
  padding: 0px 2px; }

.summary-items-list i {
  margin-left: 5px;
  font-size: 12px; }

.summary-items-list .panel-body {
  padding: 0px;
  font-size: 12px; }

.summary-items-list table {
  margin-bottom: 0px; }

/*------------------------------------*  #ORDER-REVIEW
\*------------------------------------*/
.review {
  background-color: #ffffff;
  margin: 8px 0px;
  height: 80px;
  border: thin solid #DCDCDC;
  border-radius: 4px; }

.review-head {
  margin: 8px 0px; }

.review-table {
  height: 100%; }

.review-title {
  display: inline-block;
  font-size: 34px;
  vertical-align: top;
  margin: 0px;
  padding-top: 10px; }

.review-title-cheveron {
  display: inline-block;
  height: 80px;
  background: #DCDCDC;
  opacity: .8;
  text-align: center;
  padding: 30px 40px 0 40px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
  margin-left: -50px; }
  .review-title-cheveron:before {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #ffffff;
    position: absolute;
    left: 0;
    top: 0; }
  .review-title-cheveron:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #DCDCDC; }

#review button.submit-button {
  height: 50px;
  font-size: 20px; }

#review .review-back a {
  height: 50px;
  font-size: 20px;
  vertical-align: middle;
  line-height: 35px; }

#review .submit-order h3 {
  margin-top: 18px; }

.review-location-map {
  height: 275px; }

.submit-button {
  margin-top: 15px; }

.review-pickup {
  margin-bottom: 25px; }

.review-dropoff {
  border-top: thin solid #dddddd;
  padding: 20px 0px; }

.review-items .panel-title {
  display: inline-block;
  width: 100%; }

.review-items .glyphicon-regular-note {
  margin-left: 5px;
  cursor: pointer; }

.review-edit {
  font-size: 14px;
  margin-left: 10px; }

.review-schedule {
  margin-bottom: 2%; }

.review-time {
  margin-bottom: 2%; }

#review .subtitle {
  font-weight: bold; }

.process-form .glyphicon-refresh {
  font-size: 21px; }

.process-form .alert-info {
  background-color: #ffffff;
  border: 1px solid #b9def0;
  border-left: 15px solid #b9def0; }

.process-form p {
  display: inline;
  padding-left: 15px; }

.mapUnavailable {
  position: relative;
  height: inherit;
  max-width: 280px; }
  .mapUnavailable img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
    max-width: 100%;
    max-height: 100%; }
  .mapUnavailable .overlay {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 40%;
    background: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    padding: 10px;
    color: white;
    max-width: inherit; }

.order-form-validation .alert {
  border-left: 15px solid #a94442; }

.order-form-validation .alert-danger {
  background-color: #ffffff;
  border: 1px solid #a94442;
  border-left: 15px solid #a94442; }

.order-form-validation i {
  margin-top: 3px; }

.order-form-validation li {
  display: block; }

.order-form-validation li:before {
  /*using a glyphicon as the bullet point*/
  content: "\E208";
  font-family: 'Glyphicons Regular';
  color: #a94442;
  float: left;
  padding-right: 5px; }

/*------------------------------------*  #SCHEDULE
\*------------------------------------*/
.find-scheduled-routes input {
  max-width: 100%; }

.validation-summary-valid.alert-danger {
  display: none; }

.delivery-options .delivery-option {
  margin: 0px 0px 0px 0px;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1; }

/*------------------------------------*  #START-ORDER-ITEMS
\*------------------------------------*/
.itemTypeImg {
  max-width: 80%;
  padding: 1px 0px; }

.itemSizes {
  margin-bottom: 2%; }

.itemSizes .row {
  margin: 0px 0px 0px 0px;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.item-title {
  padding-left: 5px; }

.form-page-btn {
  color: #3375AF;
  background-color: #ffffff;
  border: 1px solid #3375AF;
  transition: background-color 0.3s ease; }
  .form-page-btn i, .form-page-btn p {
    display: inline; }
  .form-page-btn:hover {
    color: #ffffff;
    background-color: #3375AF;
    border: 1px solid #ffffff; }

/*------------------------------------*  #ADMIN-LOCATION
\*------------------------------------*/
.admin-closed-dates input {
  max-width: 125px; }

.admin-location input {
  max-width: 80px; }

.admin-location td.locRow {
  padding: 10px; }

/*------------------------------------*  #ITEMS-FORM
\*------------------------------------*/
.item-quick-select {
  margin-bottom: 15px;
  cursor: pointer;
  text-align: center;
  display: inherit;
  padding: 0; }
  .item-quick-select div {
    display: flex;
    justify-content: center; }
  .item-quick-select .size-label {
    float: left;
    font-size: 14px;
    padding: 5px; }
  .item-quick-select .clear-line {
    clear: both; }
  .item-quick-select p {
    margin-bottom: 0px;
    font-size: 12px; }
  .item-quick-select i {
    float: left;
    font-size: 20px;
    padding: 5px; }

.item-help {
  color: #999999;
  font-size: 12px; }

.item-error {
  background-color: #f2dede;
  border-color: #a94442; }

.label-error {
  color: #a94442; }

.weight-input label, .dimension-input label {
  font-weight: normal; }

.weight-input input, .dimension-input input {
  display: inline; }

.weight-input p, .dimension-input p {
  padding: 7px 3px 0 3px;
  display: inline; }

.weight-input .form-control, .dimension-input .form-control {
  width: 90px; }

.weight-input .col-sm-1, .dimension-input .col-sm-1 {
  padding-top: 7px;
  text-align: center; }

.dimension-input {
  margin-top: 15px;
  margin-bottom: 25px; }
  .dimension-input div {
    position: relative; }
  .dimension-input .inline label {
    color: #999999;
    position: absolute;
    top: 30px;
    left: 0; }

/*------------------------------------*  #SCHEDULE-SEARCH
\*------------------------------------*/
#scheduleform .search-results {
  padding: 1px 15px 0 15px;
  min-height: 350px;
  height: 590px; }

location-type-ahead {
  position: relative; }

schedule-stop-row {
  width: 100%; }

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

.schedule-search .badge p,
.schedule-modal .badge p {
  margin: 0; }

.separator {
  border-bottom: 1px solid #cccccc;
  margin-top: 5px; }

.schedule-type label {
  padding-right: 10px; }

.btn-full-width {
  width: 100%; }

.searches {
  background-color: #b9def0;
  margin: 0;
  padding-bottom: 20px; }
  .searches input {
    max-width: 100%;
    padding-left: 30px; }
  .searches .location-selected,
  .searches .no-location-selected {
    position: absolute;
    top: 44px;
    left: 15px; }
  .searches .location-selected {
    color: #3375AF; }
    .searches .location-selected:hover {
      cursor: pointer; }
  .searches .no-location-selected {
    color: #999999; }
  .searches .checkbox label {
    font-size: 13px; }
  .searches button {
    margin-top: 35px;
    height: 34px; }
  .searches .dropdown-menu {
    top: 32px !important;
    left: 0px !important; }

.swapper {
  float: left; }
  .swapper .btn {
    position: relative;
    border-radius: 50% !important;
    width: 34px; }
  .swapper .glyphicon-regular-arrow-left {
    position: absolute;
    top: 3px;
    left: 6px; }
  .swapper .glyphicon-regular-arrow-right {
    position: absolute;
    top: 15px;
    left: 11px; }

.schedule-header {
  margin: 12px 0 0 0; }

.filters {
  margin-top: 12px; }
  .filters .badge {
    font-weight: normal;
    background-color: #eeeeee;
    color: #000; }
  .filters .badge.filter-used {
    background-color: #cccccc; }
  .filters i {
    font-size: 10px;
    padding: 2px 0 0px 2px; }
  .filters .popover {
    z-index: 3; }
  .filters .popover-content {
    min-width: 133px; }
  .filters .popover-title {
    font-size: 16px; }
  .filters md-list-item .md-no-style {
    padding: 0; }
  .filters md-list-item .md-list-item-inner > md-checkbox {
    margin: 0 5px 0 0; }
  .filters md-list {
    max-height: 304px;
    overflow-y: auto; }

.badge-sched,
.badge-alt,
.badge-hub,
.badge-so,
.badge-mod {
  min-width: 52px;
  font-weight: normal; }
  .badge-sched p,
  .badge-alt p,
  .badge-hub p,
  .badge-so p,
  .badge-mod p {
    margin: 0; }

.badge-sched {
  background-color: #33B37F; }

.badge-alt {
  background-color: #f0ad4e; }

.badge-so {
  background-color: #3375AF; }

.badge-mod {
  background-color: #BC4F49; }

.schedule-modal .badge {
  min-width: 52px; }

.schedule-modal .time-completed {
  font-weight: bold;
  color: #3DC665; }

.schedule-modal .time-planned {
  font-style: italic; }

.pagination > li > a,
.pagination > li > span {
  padding: 0px; }

.pagination {
  margin: 0; }

.pagination-count p {
  margin-bottom: 0; }

.pagination-row {
  padding: 5px 0; }
  .pagination-row label {
    margin-bottom: 0; }
  .pagination-row .badge-count:hover {
    text-decoration: none;
    cursor: initial; }

.col-padding-5 {
  padding-right: 5px;
  padding-left: 5px; }

.schedule-search .schedule-container .help {
  font-size: 20px; }

.schedule-search .schedule-container .info-row {
  min-height: 60px; }
  .schedule-search .schedule-container .info-row .col-sm-12 {
    padding-top: 10px; }

.schedule-search .schedule-container .item-type p {
  opacity: .6; }

.schedule-search .schedule-container .destination p {
  opacity: .6; }

.schedule-search .schedule-container .destination .glyphicon-map-marker {
  color: #3375AF;
  cursor: pointer; }

.schedule-search .schedule-container .popover-content .glyphicon-map-marker {
  cursor: initial; }

.schedule-search .schedule-container .order {
  margin-top: 0; }

.schedule-search .schedule-container .empty-results {
  color: #999999; }

.schedule-search .schedule-container .empty-results i, .schedule-search .schedule-container .no-results i, .schedule-search .schedule-container .filter-no-results i {
  padding: 3px 3px 0 0; }

.schedule-search .scheduled-service .schedule-container .header-row p {
  margin-bottom: 0; }

.schedule-search .scheduled-service .schedule-container .top-margin {
  margin-top: 10px; }

.schedule-search .disclaimer {
  font-size: 12px; }

/*------------------------------------*  #SEARCH-LOADING-ICON
\*------------------------------------*/
.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear; }

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }

/*------------------------------------*  #ORDER-DETAILS
\*------------------------------------*/
.action-item {
  padding: 10px 0px; }

.order-details h1 {
  float: left; }

.order-h1-tracking .btn-link {
  font-weight: bold;
  font-size: 36px; }

.order-details .btn-link {
  user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text; }

.order-details-btn {
  width: 100%; }

.order-details-address-line {
  margin-bottom: 10px; }

.order-details-address-line .clear-line {
  clear: right;
  display: block; }

.details-subheading {
  margin-top: 12px; }

.order-details-whats-next input {
  max-width: none; }

.order-details-whats-next .glyphicon-star-empty,
.order-details-whats-next .glyphicon-star {
  font-size: 16px; }

/*------------------------------------*  #ORDER-HISTORY
\*------------------------------------*/
.order-history .grid-header {
  font-size: 16px;
  padding: 17px; }

#orderHistory .pagination-blk ul.pagination {
  margin: 0px; }

#orderHistory .order-history-table {
  table-layout: fixed; }

#orderHistory .pagination {
  margin-bottom: 10px; }

#orderHistory th {
  padding: 4px; }
  #orderHistory th .glyphicon {
    padding: 4px; }

#orderHistory td {
  padding: 3px;
  vertical-align: middle; }
  #orderHistory td hr {
    margin-top: 2px;
    margin-bottom: 2px; }

#orderHistory .favorite {
  vertical-align: middle; }

#orderHistory .details-track {
  vertical-align: middle; }
  #orderHistory .details-track .details {
    margin-bottom: 1px; }
  #orderHistory .details-track .btn {
    padding: 2px 4px; }
  #orderHistory .details-track button, #orderHistory .details-track a {
    width: 100%; }

#orderHistory input.date-picker {
  width: 100%; }

#orderHistory .spacer.glyphicon-chevron-up {
  color: transparent;
  display: inline-block; }

.pagination-blk {
  margin: 20px 0px; }

/*------------------------------------*  #ADMIN-CLIENT-CONFIGURATION
\*------------------------------------*/
.client-min-service-window table > tbody > tr > td {
  vertical-align: middle; }

.client-min-service-window .date {
  float: left;
  padding-right: 7px; }

/*------------------------------------*  #LOCATION
\*------------------------------------*/
.admin-location-hours input[type='text'] {
  width: 90px; }

.admin-location-hours input[type='checkbox'] {
  width: 30px; }

/*------------------------------------*  #LOGIN
\*------------------------------------*/
.login-checkbox input[type="checkbox"] {
  margin-left: 0px; }

/*------------------------------------*  #SCHEDULED-ROUTES
\*------------------------------------*/
.schedule-submit button {
  margin-top: 5px; }

.scheduled-routes {
  border: thin solid gray;
  border-radius: 4px;
  padding: 20px; }

.scheduled-routes .arrow {
  font-size: 50px;
  padding-top: 20px;
  color: #666666; }

/*------------------------------------*  #ORDER-FAVORITE
\*------------------------------------*/
.template-drpdwn {
  padding: 6px 5px;
  max-width: 280px; }

/*------------------------------------*  #GOOGLE-MAP
\*------------------------------------*/
.angular-google-map-container {
  height: 275px; }

/*------------------------------------*  #LABELS
\*------------------------------------*/
.printBtns {
  padding: 20px 20px 20px 0px; }

.printLabelContainer {
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.printlabelForm input {
  max-width: 350px; }

.willCallLabelPreview {
  height: 700px;
  overflow-y: scroll;
  padding: 15px;
  background-color: #dddddd;
  border: thin solid #999999; }

.loading {
  height: 31px;
  padding: 6px; }

.panel-heading .form-group {
  margin-bottom: 0px; }

/*------------------------------------*  #VERTICAL-TABS
\*------------------------------------*/
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent; }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #dddddd; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  *border-right-color: #ffffff; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
  *border-left-color: #ffffff; }

/*------------------------------------*  #YOUTUBE-EMBED
\*------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/** YouTube Embed**/
.noLive-table > tbody > tr > td {
  border-top: 0px; }

.noLive-table {
  margin-bottom: 0px; }

.noLive-table td {
  padding: 0px !important; }

/*------------------------------------*  #BILLING-TAB
\*------------------------------------*/
.form-inline .form-group .costcenter-typeahead {
  width: 100%;
  max-width: none; }

.default-cost-centers .no-defaults p {
  font-style: italic; }

.default-cost-centers .has-defaults btn {
  padding: 0;
  width: 100%; }

.client-edit .tabs-below > .nav-tabs,
.client-edit .tabs-right > .nav-tabs,
.client-edit .tabs-left > .nav-tabs {
  border-bottom: 0; }

.client-edit .tab-content > .tab-pane,
.client-edit .pill-content > .pill-pane {
  display: none; }

.client-edit .tab-content > .active,
.client-edit .pill-content > .active {
  display: block; }

.client-edit .tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd; }

.client-edit .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.client-edit .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.client-edit .tabs-below > .nav-tabs > li > a:hover,
.client-edit .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent; }

.client-edit .tabs-below > .nav-tabs > .active > a,
.client-edit .tabs-below > .nav-tabs > .active > a:hover,
.client-edit .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd; }

.client-edit .tabs-left > .nav-tabs > li,
.client-edit .tabs-right > .nav-tabs > li {
  float: none; }

.client-edit .tabs-left > .nav-tabs > li > a,
.client-edit .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.client-edit .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #dddddd; }

.client-edit .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.client-edit .tabs-left > .nav-tabs > li > a:hover,
.client-edit .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.client-edit .tabs-left > .nav-tabs .active > a,
.client-edit .tabs-left > .nav-tabs .active > a:hover,
.client-edit .tabs-left > .nav-tabs .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  *border-right-color: #ffffff; }

.client-edit .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd; }

.client-edit .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.client-edit .tabs-right > .nav-tabs > li > a:hover,
.client-edit .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.client-edit .tabs-right > .nav-tabs .active > a,
.client-edit .tabs-right > .nav-tabs .active > a:hover,
.client-edit .tabs-right > .nav-tabs .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
  *border-left-color: #ffffff; }

/*------------------------------------*  #TOGGLE-SWITCH
\*------------------------------------*/
.ats-switch {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  min-width: 100px; }

.ats-switch.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important; }

.ats-switch.disabled .switch-left,
.ats-switch.disabled .switch-right,
.ats-switch.disabled .knob {
  cursor: default !important; }

.ats-switch span {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 100%;
  line-height: 20px;
  padding: 4px;
  text-align: center;
  width: 33%;
  white-space: nowrap;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.ats-switch > div {
  position: relative;
  width: 150%; }

.ats-switch .knob {
  background: red;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #f5f5f5;
  width: 34%;
  z-index: 100; }

.ats-switch .switch-on {
  left: 0%; }

.ats-switch .switch-off {
  left: -50%; }

.ats-switch .swtich-left,
.ats-switch .switch-right {
  z-index: 1; }

.ats-switch .switch-left {
  color: #ffffff;
  background: #33B37F; }

.ats-switch .switch-right {
  color: #333333;
  background: #eeeeee; }

.ats-switch .switch-animate {
  transition: left 0.5s;
  -o-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s; }

/*------------------------------------*  #DECISION-MAKING-ENGINE
\*------------------------------------*/
.dme-scheduled h3, .dme-option h3 {
  color: #3375AF;
  margin: 0; }

.dme-scheduled .discount, .dme-option .discount {
  font-style: italic; }

.dme-scheduled {
  border: 1px solid #dddddd;
  margin-bottom: 15px; }
  .dme-scheduled .date, .dme-scheduled .item-type {
    min-width: 65px;
    margin-left: 15px; }
  .dme-scheduled .btn {
    margin-left: -5px; }
  .dme-scheduled .price {
    padding-top: 10px; }
  .dme-scheduled .eta div:first-of-type {
    font-style: normal; }
  .dme-scheduled .window i {
    position: absolute;
    margin-top: 2px; }
  .dme-scheduled .window .time {
    margin-left: 17px; }

.dme-option {
  display: flex;
  align-items: center; }
  .dme-option .dme-window p {
    display: inherit; }
  .dme-option .old-price {
    text-decoration: line-through;
    color: #666666; }
  .dme-option .dme-checkbox {
    text-align: center; }

.custom-check {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: white;
  border: 1px solid #cccccc;
  font-family: 'Glyphicons Halflings';
  font-size: 22px;
  line-height: 1;
  padding: 0px; }

.custom-check::before {
  content: "\e013";
  color: #424242;
  display: none; }

.custom-check.active::before {
  display: block;
  color: white;
  background-color: #3375AF; }

.dme-dropoff {
  font-weight: bold;
  font-size: 15px; }

.dme-details {
  display: flex;
  align-items: center; }

/*------------------------------------*  #FORMATTED-LOCATION-HOURS-TEMPLATE
\*------------------------------------*/
.locationInfoTemplate .popover {
  font-size: 12px;
  line-height: 1.1;
  border: 1px solid #3375AF;
  max-width: 350px;
  z-index: 1029;
  border-radius: 0px; }

.locationInfoTemplate .popover-inner {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden; }

.locationInfoTemplate .popover-content {
  width: 325px; }

.locationInfoTemplate .popover.bottom > .arrow {
  border-bottom-color: #3375AF; }

.locationHours .table-condensed {
  margin: 0 auto; }
  .locationHours .table-condensed th {
    text-align: center; }
  .locationHours .table-condensed tr {
    border-bottom: 1px solid #dddddd; }
    .locationHours .table-condensed tr:first-of-type, .locationHours .table-condensed tr:last-of-type {
      border-bottom: 0; }
  .locationHours .table-condensed td {
    padding: 4px 5px 0px 1px;
    border-top: none; }
  .locationHours .table-condensed .locationKeys p {
    margin-bottom: 0px; }
  .locationHours .table-condensed .locationKeys .glyphicon-ok {
    color: #3DC665; }
  .locationHours .table-condensed .locationKeys .no-keys {
    color: #c11212; }
  .locationHours .table-condensed .locationKeys td, .locationHours .table-condensed .hours {
    text-align: center; }

.locationPopover .locationHours .table-condensed td {
  padding: 3px 15px 3px 0;
  border-bottom: 1px solid #dddddd;
  border-top: none; }

.locationInfoTemplate .cursor {
  cursor: pointer; }

.lockboxInd .red {
  color: #c11212; }

.glyphicon-map-marker {
  color: #3375AF; }

/*------------------------------------*  #404-PAGE
\*------------------------------------*/
.error-page {
  text-align: center; }
  .error-page h3 {
    font-size: 60px;
    font-weight: bold;
    color: #666666; }
  .error-page i {
    padding-top: 5px;
    font-size: 51px; }
  .error-page h2 {
    font-size: 48px; }
  .error-page a {
    color: #3375AF; }

/*------------------------------------*  #MAIN-NAVIGATION
\*------------------------------------*/
nav .navbar-inverse {
  background-image: none;
  border-color: transparent;
  font-size: 16px; }
  nav .navbar-inverse.prod-env {
    background-color: #3375AF; }
  nav .navbar-inverse.qa-env {
    background-color: #3375AF; }
  nav .navbar-inverse.uat-env {
    background-color: rgba(191, 49, 26, 0.8); }
  nav .navbar-inverse.dev-env {
    background-color: rgba(56, 147, 155, 0.8); }

nav .navbar-inverse .navbar-brand {
  color: #ffffff;
  margin-top: 2px; }

nav .navbar-inverse .navbar-brand:hover,
nav .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

nav .navbar-inverse .navbar-text {
  color: #ffffff; }

nav .navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  border-bottom: 3px solid transparent;
  padding: 2px;
  margin: 16px; }

nav .navbar-inverse .navbar-nav > li > a:hover,
nav .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
  padding: 2px;
  margin: 16px;
  border-bottom: 2px solid white; }

nav .navbar-inverse .navbar-nav > .open > a,
nav .navbar-inverse .navbar-nav > .active > a,
nav .navbar-inverse .navbar-nav > .active > a:hover,
nav .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #3375AF;
  background-image: none;
  -webkit-box-shadow: none;
  padding: 2px;
  margin: 16px;
  border-bottom: 2px solid white; }

nav .navbar-inverse .navbar-nav > .disabled > a,
nav .navbar-inverse .navbar-nav > .disabled > a:hover,
nav .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #424242;
  background-color: transparent; }

nav .navbar-inverse .navbar-toggle {
  border-color: #333333; }

nav .navbar-inverse .navbar-toggle:hover,
nav .navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

nav .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

nav .navbar-inverse .navbar-collapse,
nav .navbar-inverse .navbar-form {
  border-color: #101010; }

nav .navbar-inverse .navbar-nav > .open > a,
nav .navbar-inverse .navbar-nav > .open > a:hover,
nav .navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #101010; }

nav .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

nav .navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999; }

nav .navbar-inverse .navbar-nav > .open > a .caret,
nav .navbar-inverse .navbar-nav > .open > a:hover .caret,
nav .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

nav .navbar-inverse .navbar-link {
  color: #999999; }

nav .navbar-inverse .navbar-link:hover {
  color: #ffffff; }

nav .navbar-collapse,
nav .navbar-collapse.in {
  overflow: hidden; }

/*------------------------------------*  #ORDER-FORM-NAVIGATION
\*------------------------------------*/
#orderNav {
  text-align: center;
  margin-bottom: 10px; }
  #orderNav ul {
    list-style: none;
    display: inline-table;
    margin: 0px;
    padding: 0px; }
  #orderNav ul li {
    display: inline; }
  #orderNav ul li a {
    display: block;
    float: left;
    height: 80px;
    background: #f5f5f5;
    text-align: center;
    padding: 30px 49px 0 57px;
    position: relative;
    margin: 0 8px 0 0;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    opacity: 1;
    color: #666666; }
    #orderNav ul li a:before {
      content: "";
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-left: 40px solid #ffffff;
      position: absolute;
      left: 0;
      top: 0; }
    #orderNav ul li a:after {
      content: "";
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-left: 40px solid #f5f5f5;
      position: absolute;
      right: -40px;
      top: 0;
      z-index: 1; }
  #orderNav ul li:first-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 30px 49px 0 57px;
    margin: 0 8px 0 0px; }
    #orderNav ul li:first-child a:before {
      display: none; }
  #orderNav ul li:last-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 30px 57px 0 62px;
    margin: 0 0px 0 0px; }
    #orderNav ul li:last-child a:after {
      display: none; }
  #orderNav ul li a:active,
  #orderNav ul li a:hover,
  #orderNav ul li a:focus,
  #orderNav ul li.active > a {
    background: #3375AF;
    color: #ffffff; }
  #orderNav ul li a:hover:after,
  #orderNav ul li a:active:after,
  #orderNav ul li a:focus:after,
  #orderNav ul li.active > a:after {
    border-left-color: #3375AF; }

#login .login-help {
  border-top: thin dashed #dddddd; }

.client-edit .nav {
  border: thin solid #dddddd; }

.client-edit .nav-pills > li > a {
  border-radius: 0px; }

.client-edit .form-horizontal .control-label {
  text-align: left; }

.client-edit .timepicker-label {
  margin-top: 35px; }

/*------------------------------------*  #BOOTSTRAP-IU TYPEAHEAD
\*------------------------------------*/
.dropdown-menu {
  overflow-y: scroll;
  max-height: 400px; }
  .dropdown-menu .office-name {
    font-weight: bold; }
  .dropdown-menu .office-name strong,
  .dropdown-menu .address strong {
    color: #3375AF; }
  .dropdown-menu .address {
    font-size: 12px; }
  .dropdown-menu .uib-typeahead-match a {
    padding: 3px !important; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #eeeeee;
  color: inherit; }

.uib-typeahead-match .location-match {
  padding: 0px 3px 5px 3px;
  margin-bottom: -3px;
  line-height: 1.1em;
  border-bottom: thin solid #999999; }

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

/*------------------------------------*  #MEDIA-QUERIES
\*------------------------------------*/
/* Medium devices (desktops, 992px to 1199px) */
@media screen and (max-width: 1199px) {
  /** Color Palatte */
  /**blue*/
  /**green*/
  /*rgba(0,161,96,.8)*/
  /** Accents Colors and Backgrounds*/
  /* non-meedspeed colors */
  body {
    font-size: 12px;
    padding-top: 50px;
    overflow-y: scroll;
    font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif; }
  /*------------------------------------*  #BOOTSTRAP-OVERRIDES
\*------------------------------------*/
  h1, .h1 {
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 10px; }
  h2, .h2 {
    font-size: 23px;
    margin-top: 9px;
    margin-bottom: 9px; }
  h3, .h3 {
    font-size: 22px;
    margin-top: 8px;
    margin-bottom: 8px; }
  h4, .h4 {
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 6px; }
  h5, .h5 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px; }
  /*------------------------------------*  #MAIN-NAVIGATION
\*------------------------------------*/
  nav .navbar-inverse {
    background-color: #3375AF;
    background-image: none;
    border-color: transparent;
    font-size: 14px; }
  nav .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    border-bottom: 3px solid transparent;
    padding: 2px;
    margin: 10px; }
  nav .navbar-inverse .navbar-nav > li > a:hover,
  nav .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
    padding: 2px;
    margin: 10px;
    border-bottom: 2px solid white; }
  nav .navbar-inverse .navbar-nav > .open > a,
  nav .navbar-inverse .navbar-nav > .active > a,
  nav .navbar-inverse .navbar-nav > .active > a:hover,
  nav .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #3375AF;
    background-image: none;
    -webkit-box-shadow: none;
    padding: 2px;
    margin: 10px;
    border-bottom: 2px solid white; }
  /*------------------------------------*  #HOME-PAGE
\*------------------------------------*/
  .home-image h2 {
    position: absolute;
    top: 128px;
    left: 0;
    width: 100%; }
  .home-image h2 span {
    color: white;
    font: bold 24px/50px Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
    background: black;
    /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 10px; }
  .home-image h2 span.subtitle {
    font: bold 18px/44px Helvetica, Sans-Serif; }
  .home-items {
    height: 250px; }
  .tracking-btn {
    width: 100%; }
  /*------------------------------------*  #ORDER-FORM
\*------------------------------------*/
  #orderNav ul li a {
    display: block;
    float: left;
    height: 80px;
    background: #f5f5f5;
    text-align: center;
    padding: 30px 20px 0 57px;
    position: relative;
    margin: 0 8px 0 0px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    opacity: 1;
    color: #666666; }
  #orderNav ul li:last-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 30px 35px 0 63px;
    margin: 0 0px 0 0px; }
  #orderNav ul li:first-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 30px 29px 0 43px;
    margin: 0 8px 0 0px; }
  .template-drpdwn {
    padding: 6px 5px;
    max-width: 200px; }
  .review-location-map, .angular-google-map-container {
    height: 250px; }
  /*------------------------------------*  #ORDER-DETAILS
\*------------------------------------*/
  .order-home .new-order {
    padding-top: 94px;
    padding-bottom: 65px; }
    .order-home .new-order h2 {
      font-size: 23px; }
  .order-home .large-vehicle i, .order-home .large-vehicle p {
    font-size: 16px; }
  .order-home .template-order {
    padding-bottom: 0; }
    .order-home .template-order h2 {
      font-size: 23px; }
    .order-home .template-order p {
      font-size: 16px; }
    .order-home .template-order .favorite-container {
      background-color: white;
      border-bottom: none;
      overflow-y: auto;
      overflow-x: hidden;
      height: 230px; }
    .order-home .template-order .favorite-container .no-filtered-orders {
      padding-left: 38%;
      background-color: #eeeeee;
      height: 230px;
      padding-top: 13%; }
      .order-home .template-order .favorite-container .no-filtered-orders p {
        color: #999999;
        text-shadow: #f5f5f5 0px 1px 0px; }
  .order-home .template-order .favorite {
    text-align: left;
    background-color: white;
    color: black;
    border-bottom: 2px solid #3375AF;
    padding: 10px; }
    .order-home .template-order .favorite .titles {
      font-weight: bold; }
    .order-home .template-order .favorite .item {
      display: inline-block;
      padding-left: 7px; }
    .order-home .template-order .favorite button {
      width: 100%;
      font-size: 16px; }
  .order-home .template-order .no-favorites {
    padding-top: 7%;
    text-align: center;
    border-bottom: none;
    height: 230px;
    overflow: hidden;
    background-color: #eeeeee; }
    .order-home .template-order .no-favorites a {
      font-size: 16px; }
    .order-home .template-order .no-favorites a:hover {
      cursor: pointer; }
    .order-home .template-order .no-favorites .glyphicon-star {
      font-size: 50px; }
    .order-home .template-order .no-favorites h2, .order-home .template-order .no-favorites p, .order-home .template-order .no-favorites .glyphicon-star {
      text-align: center;
      color: #999;
      text-shadow: #f5f5f5 0px 1px 0px; }
    .order-home .template-order .no-favorites h2 {
      font-size: 25px;
      margin-bottom: -5px; }
  .modal-content h3 {
    font-weight: bold; }
  .timepicker a {
    height: 30px; }
  /*------------------------------------*  #DECISION-MAKING-ENGINE
\*------------------------------------*/
  .dme .dme-scheduled .arrow {
    margin-left: -10px; }
  .dme .dme-scheduled .window {
    margin-left: -15px; }
  .dme .dme-scheduled .btn {
    margin: 0 0 0 -27px;
    padding-top: 0; }
  .dme .dme-scheduled .button {
    padding-top: 5px; }
  /*------------------------------------*  #SCHEDULE-SEARCH
\*------------------------------------*/
  .schedule-search .schedule-container .badge {
    width: auto; }
  .schedule-search .search-results .badge p {
    font-size: 11px; }
  .schedule-search .searches button {
    margin-top: 31px; }
  .schedule-search .searches .location-selected,
  .schedule-search .searches .no-location-selected {
    top: 42px; }
  .schedule-search #scheduleform .search-results {
    height: 530px; }
  /*------------------------------------*  #FORMATTED-LOCATION-HOURS-TEMPLATE
\*------------------------------------*/
  .officeHours .panel-body {
    padding: 9px; } }

/* Small devices (tablets, 769px to 991px) */
@media screen and (max-width: 991px) {
  /** Color Palatte */
  /**blue*/
  /**green*/
  /*rgba(0,161,96,.8)*/
  /** Accents Colors and Backgrounds*/
  /* non-meedspeed colors */
  body {
    font-size: 12px;
    padding-top: 50px;
    overflow-y: scroll;
    font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif; }
  /*------------------------------------*  #BOOTSTRAP-OVERRIDES
\*------------------------------------*/
  h1, .h1 {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px; }
  h2, .h2 {
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 7px; }
  h3, .h3 {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px; }
  h4, .h4 {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 4px; }
  h5, .h5 {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px; }
  /*------------------------------------*  #MAIN-NAVIGATION
\*------------------------------------*/
  nav .navbar-inverse {
    background-color: #3375AF;
    background-image: none;
    border-color: transparent;
    font-size: 14px; }
  nav .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    border-bottom: 3px solid transparent;
    padding: 2px;
    margin: 10px 3px; }
  nav .navbar-inverse .navbar-nav > li > a:hover,
  nav .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
    padding: 2px;
    margin: 10px 3px;
    border-bottom: 2px solid white; }
  nav .navbar-inverse .navbar-nav > .open > a,
  nav .navbar-inverse .navbar-nav > .active > a,
  nav .navbar-inverse .navbar-nav > .active > a:hover,
  nav .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #3375AF;
    background-image: none;
    -webkit-box-shadow: none;
    padding: 2px;
    margin: 10px 3px;
    border-bottom: 2px solid white; }
  /*------------------------------------*  #HOME-PAGE
\*------------------------------------*/
  .home-image h2 {
    position: absolute;
    top: 128px;
    left: 0;
    width: 100%; }
  .home-image h2 span {
    color: white;
    font: bold 24px/50px Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
    background: black;
    /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 10px; }
  .home-image h2 span.subtitle {
    font: bold 18px/44px Helvetica, Sans-Serif; }
  .home-items {
    height: 250px; }
  .tracking-btn {
    width: 100%; }
  /*------------------------------------*  #ORDER-FORM
\*------------------------------------*/
  #orderNav ul li a {
    display: block;
    float: left;
    height: 80px;
    background: #f5f5f5;
    text-align: center;
    padding: 30px 0px 0 49px;
    position: relative;
    margin: 0 9px 0 0px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    opacity: 1;
    color: #666666; }
  #orderNav ul li:last-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 30px 15px 0 48px;
    margin: 0 0px 0 0px; }
  #orderNav ul li:first-child a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 30px 0px 0 24px;
    margin: 0 9px 0 0px; }
  .template-drpdwn {
    padding: 6px 5px;
    max-width: 200px; }
  /*------------------------------------*  #ORDER-DETAILS
\*------------------------------------*/
  .order-home .new-order {
    padding-top: 77px;
    padding-bottom: 54px; }
  .order-home .template-order .form-group {
    margin: 0px 10px 0 10px; }
  .order-home .template-order .form-control {
    padding: 6px 6px; }
  .order-home .template-order h2 {
    margin-left: -10px;
    line-height: 34px;
    font-size: 23px; }
  /*------------------------------------*  #FORMATTED-LOCATION-HOURS-TEMPLATE
\*------------------------------------*/
  .locationHours .table-condensed td {
    padding: 3px 20px 1px 1px; }
  /*------------------------------------*  #SCHEDULE-SEARCH
\*------------------------------------*/
  .schedule-search .searches button {
    margin-top: 22px; }
  .schedule-search .searches input {
    padding-left: 12px; }
  .schedule-search .card {
    border-left: 5px solid #cccccc;
    margin: -6px 0; }
  .schedule-search .schedule-container .in-progress {
    color: #000;
    border-color: #f0ad4e; }
  .schedule-search .schedule-container .order-completed {
    color: #000;
    border-color: #3DC665; }
  .schedule-search .schedule-container .window {
    padding-top: 10px; }
  .schedule-search .card .card-left,
  .schedule-search .card .card-right {
    margin: 15px 0; }
  .schedule-search .card .card-left [class*='col-xs-'] {
    padding-right: 0; }
  .schedule-search .card .card-right {
    border-left: 1px solid #cccccc; }
  .schedule-search .dot {
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #cccccc;
    margin: 0px 0px 3px 4px; }
  .schedule-search .location-left,
  .schedule-search .location-right {
    display: inline-block; }
  .schedule-search .location-right .destination:first-of-type {
    padding-bottom: 18px; }
  .schedule-search .overnight-arrow {
    display: inline-block; }
  .schedule-search .schedule-container .destination p {
    opacity: 1; }
  .schedule-search .window {
    opacity: .6; }
  .schedule-search #scheduleform .search-results {
    height: auto; } }

/* Small devices (tablets, 768px and below) */
@media screen and (max-width: 768px) {
  /** Color Palatte */
  /**blue*/
  /**green*/
  /*rgba(0,161,96,.8)*/
  /** Accents Colors and Backgrounds*/
  /* non-meedspeed colors */
  body {
    font-size: 12px;
    padding-top: 50px;
    overflow-y: scroll;
    font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif; }
  /*------------------------------------*  #BOOTSTRAP-OVERRIDES
\*------------------------------------*/
  h1, .h1 {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px; }
  h2, .h2 {
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 7px; }
  h3, .h3 {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px; }
  h4, .h4 {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 4px; }
  h5, .h5 {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px; }
  /*------------------------------------*  #MAIN-NAVIGATION
\*------------------------------------*/
  nav .navbar-inverse {
    background-color: #3375AF;
    background-image: none;
    border-color: transparent;
    font-size: 14px; }
  nav .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    border-bottom: 3px solid transparent;
    padding: 2px;
    margin: 10px 3px; }
  nav .navbar-inverse .navbar-nav > li > a:hover,
  nav .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
    padding: 2px;
    margin: 10px 3px;
    border-bottom: 2px solid white; }
  nav .navbar-inverse .navbar-nav > .open > a,
  nav .navbar-inverse .navbar-nav > .active > a,
  nav .navbar-inverse .navbar-nav > .active > a:hover,
  nav .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #3375AF;
    background-image: none;
    -webkit-box-shadow: none;
    padding: 2px;
    margin: 10px 3px;
    border-bottom: 2px solid white; }
  /*------------------------------------*  #HOME-PAGE
\*------------------------------------*/
  .home-image h2 {
    position: absolute;
    top: 128px;
    left: 0;
    width: 100%; }
  .home-image h2 span {
    color: white;
    font: bold 24px/50px Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
    background: black;
    /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 10px; }
  .home-image h2 span.subtitle {
    font: bold 18px/44px Helvetica, Sans-Serif; }
  .home-items {
    height: 235px; }
  /*------------------------------------*  #ORDER-FORM
\*------------------------------------*/
  #orderNav {
    display: none; }
  /*------------------------------------*  #ORDER-SCHEDULE
\*------------------------------------*/
  .scheduled-service .schedule-container .row {
    padding: 5px 0px 5px 0px; }
  .scheduled-service .schedule-container .date,
  .scheduled-service .schedule-container .item-type {
    display: inline; }
  .scheduled-service .schedule-container .lockbox {
    margin-top: 0; }
    .scheduled-service .schedule-container .lockbox i, .scheduled-service .schedule-container .lockbox p {
      display: inline;
      margin-left: 0;
      padding-right: 5px; }
  .scheduled-service .schedule-container .window {
    padding-top: 10px; }
  .scheduled-service .schedule-container .window p:first-of-type {
    display: inherit; }
  .scheduled-service .schedule-container .window p,
  .scheduled-service .schedule-container .eta p {
    text-align: left; }
  .scheduled-service .schedule-container .btn {
    width: 100%; }
  /*------------------------------------*  #OTHER-STYLES
\*------------------------------------*/
  .template-drpdwn {
    padding: 6px 5px;
    max-width: 200px; }
  .order-h1-tracking .btn-link {
    font-weight: bold;
    font-size: 18px; }
  input, select, textarea {
    max-width: 100%; }
  .order-home .new-order,
  .order-home .template-order {
    text-align: center;
    padding: 15px 0 15px 0;
    color: white; }
    .order-home .new-order i, .order-home .new-order h2,
    .order-home .template-order i,
    .order-home .template-order h2 {
      display: inline;
      font-size: 23px; }
  .order-home .template-order h2 {
    margin-left: 0; }
  .order-home .large-vehicle {
    margin-bottom: 15px; }
    .order-home .large-vehicle i, .order-home .large-vehicle p {
      font-size: 23px; }
  .order-home .template-order .form-group {
    margin: 10px 10px 0 10px; }
  .order-home .template-order .favorite-container {
    margin: 15px 0 0 0;
    width: 100%;
    height: initial; }
    .order-home .template-order .favorite-container .no-filtered-orders {
      height: 120px;
      padding-top: 8%;
      padding-left: 5%; }
  .order-home .template-order .no-favorites h2 {
    font-size: 24px;
    display: block; }
  .order-home .template-order .no-favorites i {
    display: block; }
  .weight-input .form-control, .dimension-input .form-control {
    width: 26%; }
  .new-item-btn {
    margin-bottom: 20px; }
  /*------------------------------------*  #DECISION-MAKING-ENGINE
\*------------------------------------*/
  .dme .dme-scheduled .btn {
    margin-left: 0; }
  .dme .dme-scheduled .price {
    padding-top: 0; }
  .dme .dme-scheduled .window {
    margin-left: 0; }
    .dme .dme-scheduled .window p:first-of-type {
      display: inline; }
  /*------------------------------------*  #SCHEDULE-SEARCH
\*------------------------------------*/
  .schedule-search .searches button {
    margin-top: 0;
    width: 100%; }
  .schedule-search .filters {
    text-align: center;
    margin: 5px 0 -5px 0; }
  .schedule-search .pagination-row {
    text-align: center; }
  .schedule-search #scheduleform .search-results {
    height: auto; } }
