/*----------Hide Breadcrumbs on Route Pages-----------*/
#header{
    display: none;
}
#block-riderta-breadcrumbs__wrapper{
    display: none;
}
#block-riderta-breadcrumbs__wrapper.relative-breadcrumb{
    position: relative;
    left: auto;
}
.header-section{
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.header-section .schedh1{
    display: flex;
    flex-direction: column-reverse;
    gap: 2em;
}
.schedlinks{
    display: flex;
    justify-content: flex-start;
    gap: 10px 5px;
    flex-wrap: wrap;
}
.schedlinks .active-tab{
    background-color: var(--rta-dark-blue);
    color: white;
    font-weight: 500;
    box-shadow: 0 4px 0 rgb(82 133 196);
}
.schedlinks .active-tab::before{
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--rta-dark-blue);
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: -8px;
    margin: auto;
    left: 0;
    right: 0;
}
.schedlinks a{
    padding: 1em;
    color: var(--rta-dark-blue);
    text-decoration: none;
    text-align: center;
    max-width: 250px;
    /* margin: 0 auto; */
    position: relative;
    background-color: #e6e6e6;
    color: #3b3b3b;
    box-shadow: 0 4px 0 rgb(91 105 135 / 30%);
}
.schedlinks a::after{
    content: "";
    background-color: white;
    position: absolute;
    right: 0;
    width: 8px;
    height: 50px;
    top: 10%;
    right: -12px;
}
.schedtitle{
    background-color: var(--rta-dark-blue);
    color: #ffff;
    font-size: 1.2rem;
    padding: 1em;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: .5em;
}
.schedlinks a:hover{
    background-color: var(--rta-dark-blue);
    color: #ffffff;
}
.schedeff, .print-friendly-pdf{
    float: right;
    position: relative;
    text-decoration: none;
    font-size: 1.2em;
}
.print-friendly-pdf{
    text-decoration: underline;
    float: inherit;
    position: relative;
    font-size: 1em;
    margin-left: 3em;
}
.print-friendly-pdf::before{
    content: "";
    width: 37px;
    height: 48px;
    position: absolute;
    top: -15px;
    left: -50px;
    background-image: url(/themes/custom/riderta/assets/global/icons/pdf-icon.png);
    background-size: contain;
}
.adamsg{
    display: block;
    margin: 1em 0;
}
.schedeff{
    font-size: 2rem;
    font-weight: 300;
    background-color: var(--light-neutral-2);
    padding: 0.5em 1em;
    display: block;
    width: 100%;
    text-align: center;
}
.schedule-table{
    margin: 0;
    margin-bottom: 4em;
}
.schedule-table .stopname td, .schedule-table .stopname th{
    text-align: center;
    background-color: var(--rta-red);
    color: #ffffff;
    font-weight: bold;
    font-weight: normal;
    padding: .4em;
    font-size: 1rem;
}
.schedule-table .time td{
    text-align: center;
    padding: .4em;
}
.time:hover{
    background-color: var(--rta-blue-alt);
}
.time:hover td{
    color: #ffffff;
}
.schedname{
    display:none;
}
.schedfooter{
    text-align: center;
}
.schedfooter .print-friendly-pdf{
    float: inherit;
}
.schedfooter .schedh1{
    margin: 2em 0;
}
.schedfooter .schedf2{
    margin: 2em auto;
    max-width: 1200px;
}
.node__content .route{
    overflow-X: auto;
}
.schedule-anchor-link{
    text-decoration: underline;
    font-weight: bold;
}
.header-schedule-menu-button{
    display: inline-block;
}
.header-schedule-filter-text{
    display: inline-block;
    vertical-align: middle;
    max-width: 400px;
}
.mobile-icon-wrapper{
    font-weight: bold;
    color: var(--rta-dark-blue);
    cursor: pointer;
}
.mobile-icon-wrapper:hover{
    text-decoration: underline;
}
.mobile-icon-wrapper img{
    padding: 0.5em;
    width: 50px;
}
.header-schedule-menu-wrapper{
    position: relative;
    padding: 0.5em 0;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
}
.header-schedule-menu{
    list-style-type: none;
    width: 300px;
    border: 2px solid var(--rta-dark-blue);
    padding: 10px;
    position: absolute;
    background-color: white;
    margin: 0;
    margin-top: 23px;
    display: none;
    z-index: 100;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    padding-top: 40px;
}
.associated-column{
    display: none;
}
.html-print{
    float: right;
    cursor: pointer;
    position: relative;
    right: 1em;
    margin-left: auto;
    display: none;
}
.header-schedule-triangle-border {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid var(--rta-dark-blue);
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: -22px;
}
.schedule-menu-item-label {
    float: left;
    margin-right: 5px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 1em 0 1em 0;
    cursor: pointer;
}
.schedule-menu-item-text{
    font-weight: 500;
}
.schedule-menu-close-button{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    height: 40px;
    width: 40px;
    background-color: var(--rta-dark-blue);
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule-menu-close-button div{
    background-image: url(/themes/custom/riderta/assets/route_schedule/icons/close-white-icon.png);
    height: 25px;
    width: 25px;
    background-size: cover;
}
.checked {
    background: url(/themes/custom/riderta/assets/route_schedule/icons/check-icon.png) no-repeat;
    height: 25px;
    width: 25px;
    float: left;
}
.unchecked {
    background: url(/themes/custom/riderta/assets/route_schedule/icons/no-check-icon.png) no-repeat;
    height: 25px;
    width: 25px;
    float: left;
}
.empty-spacer {
    width: 15px;
    height: 25px;
    float: left;
}
.column-show{
	display:table-cell;
}
.column-hide{
	display:table-cell;	
	display:none;
}
.responsive-schedule-desktop-header{
    position:fixed;
    margin-left:-9999px;
}
th[scope="col"]{
       background: var(--rta-dark-red); 
}
/*-----------------Sticky Table Headers-----------------*/
.overflow-container{
    overflow: scroll;
    height: 500px;
}
.schedule-table thead{
    position: sticky;
    top: 0;
}
@media (min-width: 1400px){
    /* .schedule-table thead{
        top: 67.2px;
    } */
    .overflow-container{
        overflow: unset;
        height: auto;
    }
    .node--type-route-schedule #page{
        overflow: unset;
    }
    .node__content .route{
        overflow: unset;
    }
}
/*-----------------End of Sticky Table Headers-----------------*/
@media (min-width: 1400px){
    
    .html-print{
        display: block;
    }
    .responsive-schedule-mobile-header{
        position:fixed;
        margin-left:-9999px;	
    }
    .responsive-schedule-desktop-header{
        position:relative;
        margin-left:0px;		
    }
}
.html-print img{
    width: 40px;
}
.html-print .print-text{
    transition: opacity 300ms ease;
    position: absolute;
    left: 0;
    background-color: white;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    padding: 1em;
    border-radius: 10px;
    left: -330px;
    top: -10px;

    opacity: 0;
    width: 300px;
    cursor: default;
    color: var(--rta-dark-blue);
    text-align: center;
}
.html-print:hover .print-text{
    opacity: 1;
}
/*------------------Begin ROUTE SCHEDULE Content Type------------------*/
/* .node--type-route-schedule #block-riderta-breadcrumbs__wrapper{
    display: none;
} */

/*------------------END of ROUTE SCHEDULE Content Type------------------*/