﻿/*GENERAL*/
html, body {
    height: 100%;
}

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

body {
    font-family: "Roboto" !important;
    padding-bottom: 20px;
    background-image: url('../icons/taa_bg.png');
    background-size: 150%;
    color: #1D1D1B !important;
}

.disclaimer {
    position: fixed;
    height: 30px;
    padding-left: 5px;
    left: 0;
    right: 0;
    bottom: 20px;
    background: rgba(255,255,255,0.8);
    z-index: 101;
    white-space: nowrap;
    overflow-y: hidden;
    transition: margin-left linear 0.1s;
}

    .disclaimer p {
        font-size: 11px;
        vertical-align: bottom;
        text-align: left;
        margin: 5px 0 0 0;
        color: #212529;
    }

.footer {
    position: fixed;
    height: 50px;
    padding-left: 5px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 5px -1px 10px -3px rgba(33,37,41,0.5);
    z-index: 100;
    white-space: nowrap;
    overflow-y: hidden;
    transition: margin-left linear 0.1s;
}

    .footer p {
        font-size: 13px;
        vertical-align: middle;
        margin: 30px 0 0 0;
    }


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.list-group-item:nth-of-type(odd) {
    background-color: #f8f8f8;
}

.list-group-item:nth-of-type(even) {
    background-color: white;
}

.list-group-item:nth-of-type(odd):active {
    transition: background-color linear 0.25s;
    background-color: #ededed;
}

.list-group-item:nth-of-type(even):active {
    transition: background-color linear 0.25s;
    background-color: #f8f8f8;
}

.schedules-schedule-stop-info div:nth-of-type(odd) {
    transition: background-color linear 0.25s;
    background-color: #f4f4f4;
}

.schedules-schedule-stop-info div:nth-of-type(even) {
    transition: background-color linear 0.25s;
    background-color: white;
}

.schedules-schedule-passing-info-list div:nth-of-type(odd) {
    transition: background-color linear 0.25s;
    background-color: #f4f4f4;
}

.schedules-schedule-passing-info-list div:nth-of-type(even) {
    transition: background-color linear 0.25s;
    background-color: white;
}
/*-------------------------------*/

/*COMPONENT SPECIFIC*/
.layout-content {
    transition: padding-left linear 0.1s;
    width: 100%;
    padding-left: 50px;
}

    .layout-content.menu-open {
        padding-left: 250px;
    }

.recenter-button, .switch-direction-button, .filter-lines-button {
    background: white;
    border: 2px solid #316094;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    color: #1D1D1B;
}

div.next-departures-view, div.plan-route-view {
    overflow: hidden;
    color: #1D1D1B;
}

.stop-passing-info, .plan-route-info {
    position: relative;
    height: 100%;
    width: 100%;
}

.stop-passing-info-panel {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 100px;
    left: 100px;
    top: 100px;
    height: 0px;
    z-index: 25;
}

.stop-passing-info-actions-panel {
    display: flex;
}

.passings-list-passing-info-row, .messages-list-message-row, .lines-filter-line-row {
    --bs-gutter-x: 0 !important;
}

.passings-list-destination-info-col {
    max-width: 55% !important;
}


.stop-passing-info-search-bar-panel, .stop-passing-info-lines-panel {
    flex: 1 1 auto;
    width: 45%;
}

.stop-passing-info-search-bar, .plan-route-info-search-bar, .schedules-by-stop-search-bar {
    pointer-events: none;
    position: relative;
}

.schedules-by-stop-search-bar-panel {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
}

.schedules-by-stop-search-bar {
    flex: 1 1 200px;
    margin-right: 10px;
    margin-top: 10px;
}

.schedules-by-stop-check-lines-button-panel {
    flex: 0 0 auto;
    margin-top: 10px;
}

.stop-passing-info-filter-lines-panel {
    position: absolute;
    margin-top: 40px;
    top: 45%;
    left: 50%;
    width: 50%;
    max-height: 300px;
    z-index: 100;
}

.stop-passing-info-filter-lines-panel-list {
    max-height: 250px;
    overflow-y: auto;
}

.line-path-info-path-dropdown {
    pointer-events: all;
    position: relative;
}

.line-path-info-paths-dropdown-list {
    cursor: pointer;
    position: absolute;
    width: 100%;
}

.plan-route-info-panel {
    position: absolute;
    flex-direction: column;
    flex-wrap: wrap;
    right: 100px;
    left: 100px;
    top: 100px;
    height: 0px;
    z-index: 25;
}

.plan-route-form-panel {
    display: flex;
    flex-wrap: wrap;
    height: 90px;
    flex: 1 1 auto;
}

.plan-route-form-panel-img {
    display: flex;
    height: inherit;
    align-items: center;
}

.schedules-by-stop-form-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.plan-route-stop-selection-panel {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    height: inherit;
}

.plan-route-filters-panel {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    z-index: 30;
}

.plan-route-filters-panel-dropdowns {
    /*height: 90px;*/
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: end;
}

.plan-route-filter-time-panel {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.plan-route-filters-panel-dropdowns-disclaimer {
    background: rgba(255,255,255,0.8);
    align-self: center;
    font-size: 12px;
    align-items: center;
    max-width: 300px;
}

.plan-route-filters-select-date-panel {
    margin-top: 10px;
    align-self: center;
}

    .plan-route-filters-select-date-panel .DatePicker input.DatePicker__input {
        display: none;
    }

.plan-route-check-lines-button-panel {
    margin-bottom: 12px;
}

.plan-route-check-lines-button, .schedules-by-stop-check-lines-button {
    background: #316094;
    border-radius: 25px !important;
    border: 1px solid #316094 !important;
    width: fit-content;
}

.plan-route-plan-route-button-panel, .plan-route-check-lines-button, .schedules-by-stop-check-lines-button {
    flex: 2 1 auto;
    display: flex;
    height: inherit;
    align-items: end;
}

    .plan-route-plan-route-button-panel .btn {
        background: #316094;
        border-radius: 25px;
        border: 1px solid #316094;
    }

        .plan-route-plan-route-button-panel .btn:hover,
        .plan-route-plan-route-button-panel .btn:focus,
        .plan-route-plan-route-button-panel .btn:active,
        .plan-route-check-lines-button:hover,
        .plan-route-check-lines-button:focus,
        .plan-route-check-lines-button:active,
        .schedules-by-stop-check-lines-button:hover,
        .schedules-by-stop-check-lines-button:focus,
        .schedules-by-stop-check-lines-button:active {
            background: #00642d;
            box-shadow: none !important;
        }

.plan-route-info-search-bar-panel {
    flex: 1 1 auto;
}

    .plan-route-info-search-bar-panel .search-bar-results-panel {
        position: absolute;
        z-index: 31;
    }

.plan-route-filter-button, .schedules-provider-button, .schedules-line-button, .schedules-direction-button, .schedules-daytype-button {
    background: white !important;
    color: #1D1D1B !important;
    border-radius: 25px !important;
    border: 2px solid #316094 !important;
    width: 100%;
}

    .plan-route-filter-button.btn, .schedules-provider-button.btn, .schedules-line-button.btn, .schedules-direction-button.btn, .schedules-daytype-button.btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: none !important;
    }

.plan-route-time-picker-done-button {
    text-align: center;
    padding: 10px 0;
}

.plan-route-trips-list-trip-header-route-info,
/*.plan-route-trips-list-trip-header-duration-info,*/
.schedules-by-stop-lines-list-line-header-info,
.schedules-by-stop-lines-list-line-header-show-schedule {
    display: flex;
    flex-direction: column;
}

    .schedules-by-stop-lines-list-line-header-show-schedule a {
        cursor: pointer;
    }

.plan-route-trips-list-trip-header-changes-info {
    display: flex;
    align-items: center;
    overflow-x: auto;
}

/*.plan-route-trips-list-trip-header-duration-info,*/ .schedules-by-stop-lines-list-line-header-show-schedule {
    align-items: end;
}

.plan-route-detailed-view-trip-info {
    margin-top: 20px;
    margin-left: 61px;
    overflow-y: auto;
    overflow-x: auto;
}

.route-detailed-view-container-passings-col-trip-info {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.plan-route-detailed-view-subtrip-hour-span {
    display: inline-block;
    width: 50px;
}

.plan-route-detailed-view-trip-duration-info {
    text-align: end;
    margin-right: 20px;
}

.search-bar {
    pointer-events: all;
    border-radius: 25px;
    border: 2px solid #316094;
    height: 40px;
    width: 100%;
    text-indent: 12px;
    padding-right: 40px;
    color: #1D1D1B;
}

input.search-bar:focus-visible {
    outline: none;
}

.search-bar-cancel-icon {
    pointer-events: all;
    position: absolute;
    right: 10px;
    top: 7px;
    background: transparent;
    border: 0px;
}

.next-departures-search-bar-results-list, .path-line-info-paths-dropdown-list {
    pointer-events: all;
    overflow-y: auto;
    width: inherit;
    max-width: 500px;
    max-height: 150px;
    cursor: pointer;
}

.plan-route-search-bar-results-list, .schedules-by-stop-search-bar-results-list {
    pointer-events: all;
    overflow-y: auto;
    width: 100%;
    max-width: 500px;
    max-height: 150px;
    cursor: pointer;
}

.schedules-by-stop-search-bar-results-list {
    position: absolute;
    z-index: 50;
}

.search-bar-result-info, .line-info-paths-dropdown-path-info {
    min-height: 24px;
    display: flex;
}

    .search-bar-result-info img {
        margin-right: 5px;
        align-self: center;
    }

.map-container {
    height: calc(100vh - 50px);
    width: 100%;
    z-index: 20;
    cursor: grab !important;
}

.map-container-formatter {
    height: 300px;
}

.map-spacing-formatter-2 {
    margin-top: 32px;
}

@media screen and (max-width: 991px) {
    .map-spacing-formatter {
        display: none !important;
    }
    .map-spacing-formatter-2 {
        display: none !important;
    }
}

.map-container-ticket-office {
    height: 100%;
    width: 100%;
    z-index: 20;
    cursor: grab !important;
}

.passing-info-panel, .plan-route-trips-panel {
    margin-top: 42px;
    width: 50%;
    max-width: 500px;
    color: #1D1D1B;
}

.schedules-by-stop-lines-panel {
    margin-top: 15px;
    color: #1D1D1B;
    flex: 0 0 auto;
}

.schedules-by-stop-schedules-panel {
    display: flex;
    flex: 1 1 auto;
    overflow-y: auto;
}

    .schedules-by-stop-schedules-panel .schedules-panel {
        flex: 1 1 auto;
        padding: 0px;
        margin-top: 20px;
        height: unset;
    }

.plan-route-trips-panel {
    margin-top: 72px;
}

.passing-info-panel-header {
    display: flex;
    flex-direction: column;
}

.plan-route-trips-panel-header, .schedules-by-stop-lines-panel-header {
    background-color: #fff;
    height: 42px;
    padding: 8px 16px;
}

.passing-info-panel-main-header, .ticket-office-panel-header {
    background-color: #fff;
    padding: 8px 16px;
}

.passing-info-panel-main-header-text {
    flex: 1 1 auto;
}

.passing-info-panel-list-header {
    background-color: #fff;
    height: 42px;
    padding: 8px 16px;
    margin-bottom: -1px;
}

.passing-info-panel-header-provider-info,
.line-info-panel-header-provider-info,
.line-path-info-panel-header-provider-info,
.more-schedules-panel-header-provider-info,
.plan-route-trips-panel-header-info,
.schedules-by-stop-lines-panel-header-info {
    display: flex;
    flex: 1 1 auto;
}

    .line-info-panel-header-provider-info img,
    .passing-info-panel-header-provider-info img {
        margin-right: 5px;
    }


    .line-path-info-panel-header-provider-info img,
    .more-schedules-panel-header-provider-info img {
        margin-right: 5px;
        align-self: center;
    }

.line-info-panel-header-trip-info,
.line-path-info-panel-header-trip-info,
.more-schedules-panel-header-trip-info {
    display: flex;
    flex-direction: column;
}

.line-info-panel-header-trip-delay {
    display: flex;
    flex-direction: column;
    color: red;
}

.passings-list, .trips-list, lines-list {
    overflow-y: auto;
    max-height: 300px;
    cursor: pointer;
    border-radius: 0px !important;
}

    .trips-list .list-group-item:hover {
        background: lightgray;
    }

.rt-passing-info {
    color: #316094;
}

.rt-passing-info-gif {
    max-height: 24px;
}

.justify-content-right {
    justify-content: right;
}

.refresh-button, .line-info-refresh-button {
    float: right;
    cursor: pointer;
}

.line-info-refresh-button {
    margin-right: 30px;
    width: fit-content;
}


    .refresh-button:hover,
    .line-info-refresh-button:hover {
        background-color: #bebcbc;
    }

.close-button {
    float: right;
    cursor: pointer;
}

    .close-button:hover {
        background-color: #bebcbc;
    }

.line-info-container,
.line-path-info-container,
.more-schedules-container,
.route-detailed-view-container {
    padding: 0px !important;
}

    .line-info-container .row,
    .line-path-info-container .row,
    .more-schedules-container .row,
    .route-detailed-view-container .row {
        margin: 0px;
    }

div.line-info-container-trip-col,
div.line-path-info-container-trip-col,
div.more-schedules-container-passings-col,
div.route-detailed-view-container-passings-col {
    display: flex;
    flex-direction: column;
    padding: 40px 0 0 0;
    height: calc(100vh - 48px);
}

    div.line-info-container-trip-col div.line-info-header,
    div.line-path-info-container-trip-col div.line-path-info-header,
    div.more-schedules-container-passings-col div.more-schedules-header {
        width: 100%;
    }

    div.line-info-container-trip-col div.line-info-panel,
    div.line-path-info-container-trip-col div.line-path-info-panel,
    div.more-schedules-container-passings-col div.more-schedules-panel {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 20px;
    }

    div.line-info-container-trip-col div.line-info-panel-header,
    div.line-info-container-map-col div.line-info-panel-header,
    div.line-path-info-container-trip-col div.line-path-info-panel-header,
    div.line-path-info-container-map-col div.line-path-info-panel-header,
    div.more-schedules-container-passings-col div.more-schedules-panel-header,
    div.more-schedules-container-map-col div.more-schedules-panel-header {
        flex: 1 1 auto;
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        color: #1D1D1B;
    }

    div.line-info-container-trip-col div.line-info-panel div.line-info-passings-list,
    div.line-path-info-container-trip-col div.line-path-info-panel div.line-path-info-passings-list,
    div.more-schedules-container-passings-col div.more-schedules-panel div.more-schedules-passings-list {
        flex: 1 1 auto;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 30px;
    }

.line-info-panel,
.line-path-info-panel,
.more-schedules-panel {
    overflow: hidden;
}

.line-info-back-button,
.line-path-info-back-button,
.more-schedules-back-button,
.plan-route-detailed-view-back-button {
    margin-left: 20px;
}

.line-info-stops-title,
.line-path-info-stops-title,
.more-schedules-title {
    padding-left: 20px;
    color: #1D1D1B;
}

.line-info-passings-list, .line-path-info-passings-list {
    overflow-y: auto;
    cursor: pointer;
    color: #1D1D1B;
}

    .line-info-passings-list div.row:nth-of-type(odd),
    .line-path-info-passings-list div.row:nth-of-type(odd),
    .more-schedules-passings-list div.row:nth-of-type(odd) {
        background-color: #f8f8f8;
    }

    .line-info-passings-list div.row:nth-of-type(even),
    .line-path-info-passings-list div.row:nth-of-type(even),
    .more-schedules-passings-list div.row:nth-of-type(even) {
        background-color: white;
    }

    .line-info-passings-list div.row:nth-of-type(odd):active,
    .line-path-info-passings-list div.row:nth-of-type(odd):active {
        transition: background-color linear 0.25s;
        background-color: #ededed;
    }

    .line-info-passings-list div.row:nth-of-type(even):active,
    .line-path-info-passings-list div.row:nth-of-type(even):active {
        transition: background-color linear 0.25s;
        background-color: #f8f8f8;
    }

div.line-info-container-map-col,
div.line-path-info-container-map-col,
div.more-schedules-container-map-col,
div.route-detailed-view-container-map-col {
    padding-right: 0;
    padding-left: 0;
    height: calc(100vh - 50px);
}

.line-info-small-screen-tabs,
.line-path-info-small-screen-tabs,
.more-schedules-small-screen-tabs,
.route-detailed-view-small-screen-tabs {
    float: right;
    display: none;
    visibility: hidden;
}

.line-info-small-screen-tabs-link-button,
.line-path-info-small-screen-tabs-link-button,
.more-schedules-small-screen-tabs-link-button,
.route-detailed-view-small-screen-tabs-link-button {
    color: gray !important;
    text-decoration: none !important;
}

    .line-info-small-screen-tabs-link-button:hover,
    .line-info-small-screen-tabs-link-button:focus,
    .line-info-small-screen-tabs-link-button:active,
    .line-path-info-small-screen-tabs-link-button:hover,
    .line-path-info-small-screen-tabs-link-button:focus,
    .line-path-info-small-screen-tabs-link-button:active,
    .more-schedules-small-screen-tabs-link-button:hover,
    .more-schedules-small-screen-tabs-link-button:focus,
    .more-schedules-small-screen-tabs-link-button:active,
    .route-detailed-view-small-screen-tabs-link-button:hover,
    .route-detailed-view-small-screen-tabs-link-button:focus,
    .route-detailed-view-small-screen-tabs-link-button:active {
        box-shadow: none !important;
    }

.more-schedules-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding: 15px 20px 0px 20px;
}

    .more-schedules-filters > div {
        margin-top: 5px;
    }

.more-schedules-passings-list {
    overflow-y: auto;
    color: #1D1D1B;
}

.more-schedules-date-picker-input, .more-schedules-time-filter, .plan-route-date-picker-input {
    border-radius: 25px;
    border: 2px solid #316094 !important;
    cursor: pointer;
    width: 200px;
    height: 40px;
}

    .more-schedules-date-picker-input:focus-visible, .plan-route-date-picker-input:focus-visible {
        outline: none;
    }


    .more-schedules-time-filter .btn {
        color: #979797;
        background-color: white !important;
        border-radius: 25px;
        border: none;
        font-size: 12px;
        height: 35px;
        width: 100%
    }

        .more-schedules-time-filter .btn:hover, .more-schedules-time-filter .btn:active, .more-schedules-time-filter .btn:focus {
            color: #979797 !important;
            background-color: white !important;
            border: none !important;
            outline: none !important;
            box-shadow: none !important;
        }

.more-schedules-time-filter-panel {
    border-radius: 25px;
    margin-top: 20px;
    margin-left: -50px;
    padding: 20px;
    position: absolute;
    box-shadow: 0 1em 4em rgb(0 0 0 / 7%);
    width: 300px;
    z-index: 25;
    background: white;
}

.more-schedules-time-filter-panel-time-pickers {
    display: flex;
    justify-content: space-around;
}

    .more-schedules-time-filter-panel-time-pickers div.show.dropdown button {
        background-color: transparent;
        color: #979797;
    }

.more-schedules-time-filter-panel-buttons {
    margin-top: 5px;
    text-align: end;
}

.more-schedules-time-filter-panel .dropdown-menu.show {
    overflow-y: auto;
    max-height: 150px;
}

.schedules-panel, .schedules-by-stop-panel {
    padding: 3rem 20px 10px 20px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 50px);
}

.schedules-provider-dropdown-list, .schedules-line-dropdown-list, .schedules-direction-dropdown-list, .schedules-daytype-dropdown-list {
    overflow: auto;
    max-height: 200px;
    width: 100%;
    cursor: pointer;
}

.schedules-provider-dropdown-list-option {
    height: 100%;
    vertical-align: middle;
}

.schedules-schedule-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.schedules-schedule-trip-info {
    display: flex;
    overflow: auto;
    line-height: 30px;
    flex: 0 1 auto;
}

.schedules-schedule-stop-info {
    left: 0;
    position: sticky;
    font-weight: bold;
    height: fit-content;
    z-index: 50;
}

    .schedules-schedule-stop-info div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-right: 1px solid #316094;
        border-bottom: 1px solid #316094;
        padding-left: 5px;
        color: #1D1D1B;
    }

        .schedules-schedule-stop-info div.schedules-schedule-notes-info {
            cursor: pointer;
            text-align: center;
            position: sticky;
            top: 0;
        }

            .schedules-schedule-stop-info div.schedules-schedule-notes-info span {
                font-weight: normal;
            }

#popover-exceptions div.popover-arrow {
    display: none;
}

.schedules-schedule-passing-info {
    display: flex;
    height: fit-content;
}

.schedules-schedule-passing-info-exceptions {
    white-space: nowrap;
    position: sticky;
    top: 0;
}

.schedules-schedule-passing-info-list div {
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px solid #316094;
    border-left: 1px solid #316094;
    text-align: center;
    color: #1D1D1B;
}

.schedules-schedule-passing-info-list:first-child div {
    border-left: 0px;
}

.schedules-schedule-exception-info {
    margin-top: 15px;
    flex: 1 0 auto;
    overflow: auto;
}

.schedules-schedule-exception-info-list {
    overflow-y: auto;
    color: #1D1D1B;
}

.schedules-no-info-to-show {
    width: 100%;
    text-align: center;
    color: #1D1D1B;
}

.not-found-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 50px);
    background: #dadada;
}

.not-found-image {
    margin-left: 90px;
}

.page-not-found-text {
    color: #4b838c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: x-large;
}

/*REACT MODERN DATE PICKER*/
.DatePicker {
    z-index: 10 !important;
}

.DatePicker__calendarArrow {
    display: none;
}

.Calendar {
    /*Highlight weekends color*/
    --cl-color-error: #a4c43a !important;
}

/*-------------------------------*/

/*STYLE*/
.margin-top-0 {
    margin-top: 0px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-22 {
    margin-left: 22px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-250 {
    margin-left: 250px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-neg-46 {
    margin-top: -46px;
}

.no-padding {
    padding: 0px !important;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-left-3em {
    padding-left: 3em;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.white-space-no-wrap {
    white-space: nowrap;
}

.text-align-center {
    text-align: center;
}

.text-align-end {
    text-align: end;
}

.text-color-placeholder {
    color: #a4a4a4;
}

.line-path-info-path-dropdown-placeholder {
    color: gray;
}

.orange-text {
    color: #316094 !important;
}

.pointer-cursor {
    cursor: pointer;
}

.rotate-90 {
    transform: rotate(90deg);
}

.display-contents {
    display: contents;
}

.width-50px {
    width: 50px;
}


.width-100 {
    width: 100%;
}

.width-95 {
    width: 95%;
}

.overflow-x-clip {
    overflow-x: clip;
}

.margin-left-auto {
    margin-left: auto;
}

.min-height-37 {
    min-height: 37px;
}

.margin-left-negative3 {
    margin-left: -3px;
}

.vertical-dotted-line {
    border-left: 5px dotted #316094;
    height: 100px;
    margin-left: 6px;
}

.vertical-filled-line {
    border-left: 5px solid #316094;
    height: 100px;
    margin-left: 6px;
}

.cursor-pointer {
    cursor: pointer;
}

/*-------------------------------*/

/*MEDIA*/
@media(max-width: 1250px) {
    .stop-passing-info-filter-lines-panel {
        position: unset;
    }
}

@media(max-width: 1023px) {
    .next-departures-search-bar-results-list {
        width: 100%;
    }

    .passing-info-panel {
        width: 100%;
    }

    .plan-route-stop-selection-panel {
        width: 95%;
    }

    .plan-route-filters-panel {
        margin-left: 20px;
        margin-top: 10px;
        width: 100%
    }

    .plan-route-filters-panel-dropdowns {
        justify-content: start !important;
        margin-top: 10px;
        padding-right: 40px;
    }

    .plan-route-check-lines-button-panel {
        margin-bottom: 0px;
    }

    .plan-route-plan-route-button-panel {
        flex: none;
        align-items: start;
        margin-top: 10px;
        margin-left: 20px;
    }

    .plan-route-trips-panel {
        width: 100%;
        margin-top: 157px;
    }

    .plan-route-filter-time-panel {
        margin-top: -10px;
    }
}

@media(max-width: 767px) {
    .line-info-container-map-col,
    .line-path-info-container-map-col,
    .more-schedules-container-map-col,
    .route-detailed-view-container-map-col {
        display: flex;
        flex-direction: column;
    }

        .line-info-container-map-col .map-container,
        .line-path-info-container-map-col .map-container,
        .more-schedules-container-map-col .map-container,
        .route-detailed-view-container-map-col .map-container {
            flex: 1 1 auto;
            position: relative !important;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: unset;
        }

    .line-info-container-map-col,
    .line-path-info-container-map-col,
    .more-schedules-container-map-col,
    .route-detailed-view-container-map-col {
        padding: 40px 0 0 0;
    }

    .line-info-container-trip-col,
    .line-path-info-container-trip-col,
    .more-schedules-container-passings-col,
    .route-detailed-view-container-passings-col {
        width: 100% !important;
    }

    .line-info-small-screen-tabs,
    .line-path-info-small-screen-tabs,
    .more-schedules-small-screen-tabs,
    .route-detailed-view-small-screen-tabs {
        display: block;
        visibility: visible;
    }

    .route-detailed-view-small-screen-tabs {
        padding-right: 20px;
    }

    .more-schedules-filters {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100px;
    }

    .more-schedules-time-filter-panel {
        align-self: center;
    }

    .plan-route-info-panel {
        left: 10px;
        right: 10px;
    }

    .not-found-image {
        height: 375px;
        margin-left: 67.5px;
    }

    .stop-passing-info-actions-panel {
        flex-direction: column;
    }

    /*.stop-passing-info-lines-panel,*/ .stop-passing-info-search-bar-panel {
        width: 100%;
        margin-bottom: 5px;
    }

    .stop-passing-info-action-buttons {
        position: absolute;
        margin-top: 45px;
    }

    .next-departures-search-bar-results-list {
        margin-top: 60px;
    }
}

@media(max-width: 575px) {
    .schedules-schedule-info .schedules-schedule-stop-info {
        width: 150px;
    }

    .stop-passing-info-panel {
        left: 10px;
        right: 10px;
    }

    .stop-passing-info-filter-lines-panel {
        left: 10px;
    }

    .passing-info-panel {
        max-width: 310px;
    }

    .ticket-office-panel-header {
        padding-left: 2px;
        padding-right: 2px;
    }

    .passing-info-panel-header-provider-info {
        max-width: 280px;
    }

    .more-schedules-filters {
        flex-direction: unset !important;
        justify-content: center !important;
    }

    .plan-route-stop-selection-panel {
        width: 90% !important;
    }

    .plan-route-filters-panel {
        width: 100%;
        height: 50px;
    }

    .plan-route-plan-route-button-panel {
        margin-left: 20px;
        margin-top: 48px !important;
    }

    .plan-route-trips-panel {
        margin-top: 157px !important;
    }

    .page-not-found-text {
        font-size: large;
    }

    .not-found-image {
        height: 250px !important;
        margin-left: 45px !important;
    }
}

@media(max-width: 367px) {
    .schedules-schedule-info {
        font-size: 12px;
    }

        .schedules-schedule-info .schedules-schedule-stop-info {
            width: 80px;
        }
}

/*-------------------------------*/

/*TRIMBAL*/

.contact-input {
    border-radius: 25px !important;
    border: 2px solid #316094 !important;
}

.btn-primary {
    color: #fff;
    background-color: #316094 !important;
    border-color: #316094 !important;
}

.dropdown-item {
    color: #1D1D1B !important;
}

.list-group-item {
    color: #1D1D1B !important;
}

.ticket-office-description {
    white-space: pre-wrap;
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.125);
    line-height: 28px;
    padding: 8px 14px;
    cursor: auto !important;
}

div.icon-nav-item-link div.icon-nav-item-link-container div.icon-nav-item-link-icon {
    color: #1D1D1B !important;
}

.opt-brand {
    padding: 0 5px;
    position: fixed;
    left: 0;
    bottom: 0;
    color: #333;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1000;
    font-size: 11px;
}

    .opt-brand a {
        color: #0078A8;
        text-decoration: none;
    }

.messages-panel {
    width: 100%;
    margin-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    color: #1D1D1B;
}

.messages-list {
    overflow-y: auto;
}

.landing-page-panel {
    display: flex;
    flex-direction: column;
}

.landing-page-banner {
    display: flex;
    align-items: center;
    background: #EBEBEC;
    height: 50vh;
}

.landing-page-trimbal-logo {
    display: flex;
    justify-content: center;
}

.landing-page-icons-row {
    align-self: center;
    margin-top: -50px !important;
}

.landing-page-icon-col {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.landing-page-icon-img {
    align-self: center !important;
    width: 100px;
    box-shadow: 1px 1px 10px -3px rgb(33 37 41 / 10%);
    border-radius: 50px;
}

.landing-page-warnings-panel {
    padding-left: 100px;
    padding-right: 100px;
}

.landing-page-warnings-header {
    display: inline-flex;
    color: #1D1D1B;
    font-weight: bold;
    font-size: x-large;
}

.landing-page-warnings-divider {
    border-top: 3px solid #316094;
}

.landing-page-warnings-list-item {
    border: none !important;
    border-bottom: 1px solid #1D1D1B !important;
    background: white !important;
}

.landing-page-see-more-warnings-button {
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

nav.icon-nav, nav.icon-nav-open {
    position: fixed !important;
    box-shadow: 1px 0px 10px -3px rgb(33 37 41 / 50%);
}

table {
    font-size: 0.8em;
}

.filter-lines-button-active button {
    background: rgba(188,134,39,0.5);
}

.marker-cluster {
    background-image: url('../icons/cluster_bg.png');
    color: #1D1D1B;
    background-size: cover;
    text-align: center;
}

    .marker-cluster div {
        line-height: 50px;
        font-weight: bold;
    }

.warning-image {
    width: 100%;
}

.font-size-30 {
    font-size: 30px;
}

h6 {
    font-weight: bold !important;
    text-transform: uppercase;
}