.basic-button-schedule:hover {
  color: #fff;
}

#schedule-container .basic-button.cal:hover {
  box-shadow: none;
}

.basic-button-schedule {
  display: block;
  padding: 8px;
  line-height: 1;
  color: #fff;
  border: 2px solid transparent;
  /*background-color: #ea0a2a;*/
  font-family: "Muli", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: none;
  background: linear-gradient(135deg, #ea0a2a 0%, #eb4a25 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea0a2a', endColorstr='#eb4a25', GradientType=1);
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 196px;
  height: 12px;
}

.basic-button-schedule:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0px 6px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.13);
  background: linear-gradient(135deg, #f43c27 0%, #f43c27 100%);
}
.entry-field .k-datepicker .k-icon,
.entry-field .k-datepicker .k-tool-icon,
.entry-field .k-dropdown .k-icon,
.entry-field .k-dropdown .k-tool-icon,
.entry-field .k-timepicker .k-icon,
.entry-field .k-timepicker .k-tool-icon,
#schedule-container .k-dropdown .k-icon,
#schedule-container .k-dropdown .k-tool-icon {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.entry-field .k-autocomplete .k-i-loading,
#schedule-container .k-autocomplete .k-i-loading {
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.start-station .k-i-arrow-60-down:before,
.end-station .k-i-arrow-60-down:before,
.direction .k-i-arrow-60-down:before,
#schedule-container .k-i-arrow-60-down:before {
  content: url(../../../assets/img/down_arrow.png);
}

.parameters {
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.travel-divider {
  width: 1px;
  height: 60px;
  background-color: #ccc;
  margin-top: 27px;
}

.fare-calculator-step-circle {
  background: #e90c2b;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  margin-right: 10px;
  display: inline-block;
}

/*---- Schedule Dropdown -----*/
#schedule-container .k-dropdown {
  display: block;
  border: 1px solid gray;
  max-width: 500px !important;
  width: 100%;
  background: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: lowercase;
  color: #b2afbb;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

#schedule-container .k-dropdown-wrap .k-select {
  width: 60px;
}

#schedule-container .k-state-hover {
  color: #3f51b5 !important;
  background: none;
}

#schedule-container .k-state-focused {
  color: red !important;
  background: none;
}

#schedule-container .k-list-optionlabel {
  color: #3f51b5 !important;
}

#schedule-container li:nth-child(even) {
  background-color: #f2f2f4;
}

#schedule-select-label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.schedule-warning-box {
  font-size: 18px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px 1px 1px;
  border-color: #ea0a2a;
  padding: 10px;
  color: #ea0a2a;
  margin-bottom: 20px;
}

/* Schedule */
.day-wrapper.no-day-select {
  visibility: hidden;
}

.day-wrapper .hideAvailability {
  display: none;
}

.schedule-intro {
  font-size: 16px;
  color: #2f3a8a;
  margin-bottom: 20px;
  font-weight: 500;
}

.direction-wrapper h2,
.day-wrapper h2 {
  font-size: 16px;
  color: #939296;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 10px;
}

@media (max-width: 1280px) {
  #schedule-container {
    width: 900px;
  }
}

@media (max-width: 1120px) {
  #schedule-container {
    width: 800px;
  }
}

@media (max-width: 1000px) {
  #schedule-container {
    width: 725px;
  }
}

@media (max-width: 900px) {
  #schedule-container {
    width: 100%;
  }
}

#schedule-container .button-group {
  min-height: 55px;
  max-width: 360px;
  margin-bottom: 0px;
}

#schedule-container .basic-button {
  padding: 12px;
  color: #fff;
  background: #bbbbbd;
  line-height: 1.8;
  font-size: 13px;
}

#schedule-container .basic-button.cal {
  font-size: 16px;
  background-color: white;
  color: #656260;
  border: 1px solid #c2c2c2;
  border-radius: 0;
}

#schedule-container .basic-button.selected {
  background: #ea0a2a;
  text-decoration: underline;
}

#schedule-container .travel-buttons .basic-button {
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: bold;
}

.direction-opps-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: auto;
  -webkit-transition: width 0.12s ease;
  transition: width 0.12s ease;
}

.direction-operating-day {
  text-transform: uppercase;
  color: #2f3a8a;
}

.direction-opps-wrap a {
  margin: 0 0 8px 16px;
  font-size: 0;
  color: transparent;
}

.additional-info p {
  font-size: 12px;
}

.additional-info .disclaimer {
  font-size: 0.9rem;
  color: #ef3e42;
  font-weight: 700;
}

.fares-passes .temporary-notice {
  color: #ef3e42;
  line-height: 1.25;
  font-size: 1rem;
}

.fares-passes .temporary-notice a {
  text-decoration: underline;
}

#schedule-container .k-grid-header table,
#schedule-container .k-grid-content-locked,
#schedule-container .k-grid-content table {
  border: 1px solid black;
}

#schedule-container .k-grid-content-locked,
#schedule-container .k-grid-content table {
  border-top: 0px;
}

#schedule-container .k-grid-content-locked {
  border-right: 1px solid black;
}

#schedule-container .k-grid-content table {
  border-left: 0px;
}

#schedule-table.k-grid {
  margin-bottom: 8px;
  font-size: 12px;
  color: black;
}

#schedule-table.k-grid .k-header {
  font-size: 15px;
}

#schedule-table.k-grid .fixed-header {
  position: static;
  width: auto;
  z-index: 1;
  top: 60px;
}

#schedule-table.k-grid-header th.k-header {
  vertical-align: middle;
}

#schedule-table.k-grid .k-grid-header th.k-header {
  border-left: 0;
  border-right: 1px solid rgba(178, 175, 187, 0.6) !important;

  background-color: #ffffff;
  border-collapse: collapse;
  white-space: normal;
  text-transform: none;
}
#schedule-table.k-grid .k-grid-header th.k-header i {
  font-family: "futura-pt", sans-serif;
}

.k-grid-header th.k-header,
.k-grid td {
  padding: 6px 8px; /*min-width: 65px;*/
}

#schedule-table .k-grid-header {
  padding: 0 !important;
}

#schedule-table .k-grid-content {
  overflow-y: visible;
}
/*#schedule-table.k-grid td {
	min-width: 64px;
}*/
#schedule-table.k-grid td {
  line-height: 18px;
  padding: 6px 8px;
  min-width: 65px;
}

.date-picker-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.calendar-img-icon {
  position: absolute;
  right: 25px;
  top: 30%;
  pointer-events: none;
}

#schedule-table.k-grid td:not(:last-child) {
  border-right: 1px solid rgba(178, 175, 187, 0.6);
}

#schedule-table div.k-grid-header {
  padding-right: 0px !important;
}

#schedule-table.k-grid .k-grid-header th.k-header {
  color: #ef3e42;
  border-color: #000000;
}
th#\37 e982f16-2734-43ad-8b46-900897c27b84 {
  color: #999 !important;
}

#schedule-table.k-grid tr.k-alt,
#schedule-table.k-grid tr.k-alt:hover {
  background: #f5f5f5;
}

#schedule-table.k-grid tr:hover {
  background-color: transparent;
}

#schedule-table.k-grid tr:hover {
  background-color: transparent;
}

#schedule-table.k-grid td.highlight {
  background-color: #ef3e42;
  color: #ffffff;
}

#schedule-table.k-grid tr.amtrak-row > td {
  border-top: 1.5px solid black !important;
}

.holiday-schedule-container > h2 {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
/* Loading*/
.loading,
.loading-content {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.loading {
  display: block;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}

.loading .loading-content {
  height: 130px;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
  text-align: center;
}

.loading .message,
.loading .spinner {
  position: relative;
  margin: 0 auto;
}

.loading .spinner {
  width: 70px;
  height: 70px;
  background-position: center;
  background-color: #007fae;
  background-color: rgba(0, 127, 174, 0.8);
  background-image: url("../../../assets/img/spinner.svg");
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-animation: loading-bg-change 10s infinite, rotate 1.2s linear infinite;
  animation: loading-bg-change 10s infinite, rotate 1.2s linear infinite;
}

@media all and (min-width: 600px) {
  #schedule-container .button-group {
    max-width: none;
  }

  .parameters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    /*		max-width: 800px;*/
  }

  .parameters > div {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    /*flex: auto;*/
  }

  .direction-wrapper {
    position: relative;
    padding: 0 5vw 0 0;
  }

  .day-wrapper {
    position: relative;
  }
}

@media all and (min-width: 950px) {
  .form-inputs .entry-field:hover,
  .form-inputs .go-button:hover,
  #schedule-container .k-dropdown:hover {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.7),
      -2px -3px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.7), -2px -3px 8px rgba(0, 0, 0, 0.05);
  }
}

@media all and (min-width: 1000px) {
  #schedule-container .basic-button {
    padding: 12px 24px;
  }
}

.no-schedule-message {
  text-align: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  color: #ea0a2a;
  font-weight: bold;
  margin-top: 5px;
  display: block;
}

#schedule-container .no-schedule-message {
  text-align: left;
  width: 100%;
  padding: 0px;
  font-size: 16px;
  color: #ea0a2a;
  font-weight: bold;
  margin-top: 5px;
  display: block;
  background: #fff;
}

#accessible_link {
  color: #ea0a2a;
}

.button-group.day-buttons {
    border: 1px solid grey;
}

input#date-picker {
    color: #444;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'futura-pt';
}

a.k-link.k-nav-next, a.k-link.k-nav-prev {
    margin-top: -13px;
}

.k-calendar .k-calendar-view .k-content th {
    font-weight: 800;
}

.k-calendar .k-footer {
    font-weight: 700;
    font-family: 'futura-pt';
}
