#accessible_link {
    font-size: 15px;
}

.basic-button-schedule:hover {
    color: #fff;
}

.basic-button-schedule {
    display: block;
    padding: 7px;
    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);
}

/*---- 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 .25s ease;
    transition: -webkit-box-shadow .25s ease;
    transition: box-shadow .25s ease;
    transition: box-shadow .25s ease, -webkit-box-shadow .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;
}

/* Schedule */
.day-wrapper.no-day-select {
    visibility: hidden;
}

.day-wrapper .hideAvailability {
    display: none;
}

.direction-wrapper h2, .day-wrapper h2 {
    font-size: 18px;
    color: #9b97a5;
}

@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 {
    margin: 0 0 24px 0;
    min-height: 55px;
    max-width: 360px;
}

#schedule-container .basic-button {
    padding: 12px;
    color: #fff;
    background: #bbbbbd;
    line-height: 1.8;
    font-size: 13px;
}

    #schedule-container .basic-button.selected {
        background: #ea0a2a;
        text-decoration: underline;
    }

.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 .12s ease;
    transition: width .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: .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 rgba(178,175,187,.6);
}

#schedule-container .k-grid-content-locked, #schedule-container .k-grid-content table {
    border-top: 0px;
}

#schedule-container .k-grid-content table {
    border-left: 0px;
}

#schedule-table.k-grid {
    margin-bottom: 8px;
    font-size: 12px;
}

    #schedule-table.k-grid .k-header {
        font-size: 14px;
    }

    #schedule-table.k-grid .fixed-header {
        position: fixed;
        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: 0;
    font-weight: bold;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(178,175,187,.6) !important;
    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;
}

    #schedule-table.k-grid td:not(:last-child) {
        border-right: 1px solid rgba(178,175,187,.6);
    }

#schedule-table div.k-grid-header {
    padding-right: 0px !important;
}

#schedule-table.k-grid .k-grid-header th.k-header:not(:first-child) {
    color: #ef3e42;
    border-color: #000000;
}

#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: 1px solid black !important;
}

#schedule-table.k-grid tr.metro-north-row {
    color: #ef3e42;
    font-weight: bold;
    font-size: 14px;
    font-family: "futura-pt",sans-serif;
    border-bottom: 1px solid rgba(178,175,187,.6) !important;
}

#schedule-table.k-grid tr.hartford-line-row {
    color: #ef3e42;
    font-weight: bold;
    font-size: 14px;
    font-family: "futura-pt",sans-serif;
    border-bottom: 1px solid rgba(178,175,187,.6) !important;
}

#schedule-table.k-grid tr.td.hartford-line-row {
    color: #ef3e42;
    font-weight: bold;
    font-size: 14px;
    font-family: "futura-pt",sans-serif;
    border-bottom: 1px solid rgba(178,175,187,.6) !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,.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,.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;
    }

        .day-wrapper:before {
            content: "";
            position: absolute;
            left: -3vw;
            bottom: 45%;
            width: 1px;
            height: 65%;
            background: rgba(178, 175, 187, .6);
            -webkit-transform: translateY(50%);
            transform: translateY(50%);
        }
}

@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, .7), -2px -3px 8px rgba(0, 0, 0, .05);
        box-shadow: 0 3px 8px rgba(0, 0, 0, .7), -2px -3px 8px rgba(0, 0, 0, .05);
    }
}

@media all and (min-width: 1000px) {
    #schedule-container .basic-button {
        padding: 12px 24px;
    }
}