﻿/*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/background.png');
    background-size: cover;
}

.footer {
    position: absolute;
    height: 50px;
    padding-left: 5px;
    left: 50px;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 100;
    float: left;
}

    .footer span {
        font-size: 13px;
        line-height: 50px;
        vertical-align: middle;
    }

    .footer .cofunding {
        float: right;
        line-height: 50px;
        padding-right: 20px;
    }
    .footer .cofunding span {        
        padding-right: 20px;
    }


::-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, .filter-button, .switch-direction-button, .user-location-as-origin-button, .plan-route-options-button {
    background: white;
    border: 2px solid #0d4752;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}

    .switch-direction-button:hover,
    .switch-direction-button:focus,
    .switch-direction-button:active,
    .user-location-as-origin-button:hover,
    .user-location-as-origin-button:focus,
    .user-location-as-origin-button:active,
    .plan-route-options-button:hover,
    .plan-route-options-button:focus,
    .plan-route-options-button:active {
        background: #325f5f;
        color: white;
        box-shadow: none;
    }

div.next-departures-view, div.plan-route-view {
    overflow: hidden;
}

.schedules-no-info-to-show {
    padding-left: 10px;
}

.stop-passing-info, .plan-route-info {
    position: relative;
    height: 100%;
    width: 100%;
}

.filter-menu{
  border: 1px solid rgba(0, 0, 0, 0.125);
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #E8EFF0;
  top: 45px;
  width: 210px;
  right: 10px;
}

.filter-options {
    border: 1px solid rgba(0, 0, 0, 0.125);
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: white;
    top: auto;
    max-width: 550px;
    width: 100%;
    right: 75px;
}

/* Media query for smaller screens */
@media (max-width: 576px) {
    .filter-options {
        width: 100%; 
        right: 0; 
    }
}


.filter-menu-options-header{
  padding: 3px 18px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.filter-menu-option{
  cursor: pointer;
  padding: 1px 23px;
  background-color: #f8f8f8;
  border: 0.1px solid rgba(0, 0, 0, 0.125);
}

.plan-route-filter-menu {
    cursor: pointer;
    background-color: #f8f8f8;
    border: 0.1px solid rgba(0, 0, 0, 0.125);
}

.plan-route-filter-options {
    border: 0.1px solid rgba(0, 0, 0, 0.125);
}

.filter-menu-option-checkbox{
  cursor: pointer;
  float: right;
  position: relative;
  top: 6px;
}

.stop-passing-info-panel {
    position: absolute;
    display: flex;
    right: 100px;
    left: 100px;
    top: 100px;
    height: 0px;
    z-index: 25;
}

.passings-list-destination-info-col {
    max-width: 55% !important;
}


.stop-passing-info-search-bar-panel {
    flex: 1 1 auto;
}

.stop-passing-info-search-bar, .plan-route-info-search-bar {
    pointer-events: none;
    position: relative;
}

.plan-route-info-loading-panel {
    display: flex;
    position: absolute;
    z-index: 100;
    background: rgba(108,117,125,0.82);
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.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;
    width: 85%;
}

.plan-route-form-panel-img {
    display: flex;
    height: inherit;
    align-items: center;
}

.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-options-panel-header {
    text-align: center;
    color: black;
    font-weight: bold;
}

.col-left {
/*    padding-top: 0.03em;
    padding-bottom: 0.02em;*/
    width: 100%;
    background: #E8EFF0;
    text-align: center;
}



.plan-route-options-panel-done-button {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .plan-route-options-panel-done-button .btn {
        background: #0d4752;
        border-radius: 25px;
        border: 1px solid #0d4752;
    }

        .plan-route-options-panel-done-button .btn:hover,
        .plan-route-options-panel-done-button .btn:focus,
        .plan-route-options-panel-done-button .btn:active {
            background: #325f5f;
            box-shadow: none;
        }

.plan-route-filters-panel-dropdowns {
    height: 90px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
}

plan-route-filters-panel-dropdowns .dropdown-item {
    color: #000000 !important;
}

.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-plan-route-button-panel {
    flex: 2 1 auto;
    display: flex;
    height: inherit;
    align-items: end;
}

    .plan-route-plan-route-button-panel .btn {
        background: #0d4752;
        border-radius: 25px;
        border: 1px solid #0d4752;
    }

        .plan-route-plan-route-button-panel .btn:hover,
        .plan-route-plan-route-button-panel .btn:focus,
        .plan-route-plan-route-button-panel .btn:active {
            background: #325f5f;
            box-shadow: none;
        }

.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: #0d4752 !important;
    border-radius: 25px !important;
    border: 2px solid #0d4752 !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 {
    display: flex;
    flex-direction: column;
}

.plan-route-trips-list-trip-header-changes-info {
    display: flex;
    align-items: center;
    overflow-x: auto;
    line-height: 40px;
}

.plan-route-trips-list-trip-header-duration-info {
    align-items: end;
    align-self: center;
}

.plan-route-detailed-view-trip-info {
    margin-top: 20px;
    margin-left: 61px;
    overflow-y: auto;
    overflow-x: auto;
}

    .plan-route-detailed-view-trip-info div.fare-ticket {
        margin-top: 20px;
        margin-right: 20px;
        padding-top: 20px;
        border-top: solid 1px black;
        display: flex;
        flex-direction: column;
    }

        .plan-route-detailed-view-trip-info div.fare-ticket div.ticket {
            flex: 1 1 auto;
            display: flex;
            flex-direction: row;
            margin-bottom: 5px;
            min-height: 35px;
        }

            .plan-route-detailed-view-trip-info div.fare-ticket div.ticket span.stops {
                flex: 2 1 auto;
                padding-right: 5px;
                align-self: center;
            }

            .plan-route-detailed-view-trip-info div.fare-ticket div.ticket span.name {
                flex: 1 1 auto;
                padding-right: 5px;
                padding-left: 5px;
                border-left: solid 1px black;
                align-self: center;
            }

            .plan-route-detailed-view-trip-info div.fare-ticket div.ticket span.price {
                flex: 1 1 auto;
                padding-left: 5px;
                align-self: center;
                white-space: nowrap;
            }

.plan-route-detailed-view-subtrip-custom-accordion {
    padding: 10px 0;
}

.plan-route-detailed-view-subtrip-custom-accordion.accordion .accordion-item {
    background-color: transparent;
}

.plan-route-detailed-view-subtrip-accordion-header {
    display: flex;
    align-items: center;
}

button.accordion-button .plan-route-detailed-view-subtrip-accordion-header .vertical-filled-line {
    height: 50px;
    transition: height 0.25s;
}

button.accordion-button.collapsed .plan-route-detailed-view-subtrip-accordion-header .vertical-filled-line {
    height: 100px;
    transition: height 0.25s;
}

.plan-route-detailed-view-subtrip-custom-accordion .accordion-header,
.plan-route-detailed-view-subtrip-custom-accordion .accordion-item,
.plan-route-detailed-view-subtrip-custom-accordion .accordion-body {
    border: 0;
    padding: 0;
    margin: 0;
}

.plan-route-detailed-view-subtrip-custom-accordion .accordion-body {
    font-size: 14px;
}

.plan-route-detailed-view-subtrip-custom-accordion .accordion-button {
    border: 0;
    padding: 0;
    box-shadow: none !important;
    background: inherit !important;
    color: inherit !important;
}

    .plan-route-detailed-view-subtrip-custom-accordion .accordion-button::after {
        margin-left: 15px;
    }

    .plan-route-detailed-view-subtrip-custom-accordion .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

.plan-route-detailed-view-subtrip-accordion-stop-info {
    display: flex;
    align-items: center;
    max-height: 20px;
}

    .plan-route-detailed-view-subtrip-accordion-stop-info .vertical-filled-line {
        height: 20px;
    }


.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 #0d4752;
    height: 40px;
    width: 100%;
    text-indent: 12px;
    padding-right: 40px;
}

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, .plan-route-search-bar-results-list {
    pointer-events: all;
    overflow-y: auto;
    width: 50%;
    max-width: 500px;
    max-height: 150px;
    cursor: pointer;
}

.plan-route-search-bar-results-list {
    min-width: 100%;
}

.search-bar-result-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;
}

.passing-info-panel, .plan-route-trips-panel {
    margin-top: 42px;
    width: 35%;
}

.passing-info-panel-header, .filter-menu-header, .plan-route-trips-panel-header, .poi-info-panel-header {
    background-color: #0d4752;
    height: 42px;
    padding: 8px 16px;
    color: #ffffff;
}

.passing-info-panel-header-provider-info,
.line-info-panel-header-provider-info,
.more-schedules-panel-header-provider-info {
    display: flex;
}

    .passing-info-panel-header-provider-info img {
        margin-right: 5px;
    }


    .line-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,
.more-schedules-panel-header-trip-info {
    display: flex;
    flex-direction: column;
}

.passings-list, .trips-list {
    overflow-y: auto;
    max-height: 300px;
    cursor: pointer;
    border-radius: 0px !important;
}

    .trips-list .list-group-item:hover {
        background: lightgray;
    }

.poi-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;
}

.rt-passing-info {
    color: #f26839;
}

.refresh-button, .close-button {
    float: right;
    cursor: pointer;
}

    .refresh-button:hover, .close-button:hover {
        background-color: #bebcbc;
    }


.line-info-container,
.more-schedules-container,
.route-detailed-view-container {
    padding: 0px !important;
}

    .line-info-container .row,
    .more-schedules-container .row,
    .route-detailed-view-container .row {
        margin: 0px;
    }

div.line-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 - 50px);
}

    div.line-info-container-trip-col div.line-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.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.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: #0d4752;
    }

    div.line-info-container-trip-col div.line-info-panel div.line-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;
    }

.route-detailed-view-container-passings-col-trip-info {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 90px);
}

.line-info-panel,
.more-schedules-panel {
    overflow: hidden;
}

.line-info-back-button,
.more-schedules-back-button,
.plan-route-detailed-view-back-button {
    margin-left: 20px;
}

.line-info-stops-title,
.more-schedules-title {
    padding-left: 20px;
    color: #0d4752;
}

.line-info-passings-list {
    overflow-y: auto;
    cursor: pointer;
}

    .line-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),
    .more-schedules-passings-list div.row:nth-of-type(even) {
        background-color: white;
    }

    .line-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 {
        transition: background-color linear 0.25s;
        background-color: #f8f8f8;
    }

div.line-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,
.more-schedules-small-screen-tabs,
.route-detailed-view-small-screen-tabs {
    float: right;
    display: none;
    visibility: hidden;
}

.line-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,
    .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;
}

.more-schedules-date-picker-input, .more-schedules-time-filter, .plan-route-date-picker-input {
    border-radius: 25px;
    border: 2px solid #0d4752 !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;
        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 {
    padding: 3rem 20px 10px 20px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 50px);
}

.schedules-transport-type-filter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 10px;
    border-bottom: #0d4752;
    border-bottom-style: solid;
    border-width: 2px;
    width: fit-content;
}

.schedules-transport-type-filter-description {
    font-weight: bold;
    color: #0d4752;
    padding-right: 30px;
    padding-left: 10px;
    width: 185px;
}

.schedules-transport-type {
    cursor: pointer;
}



.schedules-transport-type-selected {
    filter: none;
    opacity: 100%;
}

.schedules-bus-filtered {
    filter: grayscale(100%);
    opacity: 35%;
}

.schedules-boat-filtered {
    filter: grayscale(100%);
    opacity: 30%;
}

.schedules-plane-filtered {
    filter: grayscale(100%);
    opacity: 25%;
}

.schedules-train-filtered {
    filter: grayscale(100%);
    opacity: 60%;
}

.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: 36px;
}

.schedules-schedule-stop-info {
    left: 0;
    position: sticky;
    font-weight: bold;
}

    .schedules-schedule-stop-info div {
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-right: 1px solid #0d4752;
        border-bottom: 1px solid #0d4752;
        padding-left: 5px;
    }

        .schedules-schedule-stop-info div.schedules-schedule-notes-info {
            cursor: pointer;
            text-align: center;
        }

            .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-list div {
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px solid #0d4752;
    border-left: 1px solid #0d4752;
    text-align: center;
}

.schedules-schedule-passing-info-list:first-child div {
    border-left: 0px;
}

.schedules-schedule-exception-info {
    margin-top: 15px;
    flex: 1 0 auto;
    overflow: auto;
}

.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: #f26839;
    font-weight: bold;
    text-transform: uppercase;
    font-size: x-large;
}

.about-view {
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 50px);
    overflow: auto;
    text-align: justify;
    text-justify: inter-word;
}

/*REACT MODERN DATE PICKER*/
.DatePicker {
    z-index: 10 !important;
}

.DatePicker__calendarArrow {
    display: none;
}

.Calendar {
    /*Highlight weekends color*/
    --cl-color-error: #0d4752 !important;
}

/*-------------------------------*/

/*STYLE*/
.margin-top-0 {
    margin-top: 0px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.no-padding {
    padding: 0px !important;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.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;
}

.orange-text {
    color: #0d4752 !important;
}

.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;
}

.padding-left-3em {
    padding-left: 3em;
}

.margin-left-negative3 {
    margin-left: -3px;
}

.trip-line-code {
    padding: 0 5px;
}

.trip-line-code-round {
    padding: 0 5px;
    border-radius: 10px;
}

.vertical-dotted-line {
    border-left: 5px dotted #0d4752;
    height: 100px;
    margin-left: 6px;
}

.vertical-filled-line {
    border-left: 5px solid #0d4752;
    height: 100px;
    margin-left: 6px;
}

.cursor-pointer {
    cursor: pointer;
}

.plan-route-detailed-view-subtrip-hour-grid-container{
    display: grid;
    grid-template-columns: 50px 1fr;
}

.plan-route-detailedview-subtrip-name-container{
    display: flex;
    align-items: center;
}

/*-------------------------------*/

/*MEDIA*/
@media(max-width: 367px) {
    .schedules-schedule-stop-info {
        font-size: 12px;
    }
}

@media(max-width: 575px) {
    .stop-passing-info-panel {
        left: 10px;
        right: 10px;
    }

    .passing-info-panel {
        max-width: 310px;
    }

    .passing-info-panel-header, .poi-info-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;
    }

    .plan-route-trips-panel {
        margin-top: 112px !important;
    }

    .page-not-found-text {
        font-size: large;
    }

    .not-found-image {
        height: 250px !important;
        margin-left: 45px !important;
    }
}

@media(max-width: 767px) {

    .line-info-container-map-col .map-container,
    .more-schedules-container-map-col .map-container,
    .route-detailed-view-container-map-col .map-container {
        position: fixed !important;
    }

    .line-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,
    .more-schedules-container-passings-col,
    .route-detailed-view-container-passings-col {
        width: 100% !important;
    }

    .line-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;
    }
}

@media(max-width: 1023px) {
    .next-departures-search-bar-results-list {
        width: 100%;
    }

    .passing-info-panel {
        width: 100% !important;
    }

    .plan-route-stop-selection-panel {
        width: 95%;
    }

    .plan-route-filters-panel {
        margin-left: 20px;
    }

    .plan-route-filters-panel-dropdowns {
        justify-content: start !important;
        margin-top: 10px;
    }

    .plan-route-plan-route-button-panel {
        flex: none;
        align-items: start;
        margin-top: 10px;
    }

    .plan-route-trips-panel {
        width: 100%;
        margin-top: 62px;
    }
}

@media(max-width: 1630px) {
    .passing-info-panel {
        width: 50%;
    }
}
/*-------------------------------*/
