﻿#map {
    width: 100%;
    float: none;
}

#content {
    display: none;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
    /*background: lightgrey;*/
}

#title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: white;
    padding: 5px;
    font-weight: bold;
    font-size: 130%;
    border-bottom: double lightgrey;
    z-index: 2;
}

#info {
    padding: 5px;
    z-index: 1;
}

.schedule {
    margin-top: 5px;
    border-style: solid;
    border-left-width: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    /*border-radius: 5px;*/
    border-radius: 0px 10px;
}

.lineNumber {
    text-align: center;
    display: inline-block;
}

.container {
    cursor: pointer;
    overflow-x: hidden;
}

    .container:hover {
        background-color: whitesmoke;
    }

.line {
    position: relative;
    display: block;
    height: 60px;
    width: 5px;
    margin-left: 2px;
}

.bigstop {
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    left: -5px;
    top: 15px;
    background: white;
}

.smallstop {
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 2px solid white;
    left: -3px;
    top: 22px;
}

.topmaskfilter {
    position: absolute;
    height: 30px;
    width: 10px;
    background: white;
    top: 0px;
    left: 0px;
}

.bottommaskfilter {
    position: absolute;
    height: 30px;
    width: 10px;
    background: white;
    top: 30px;
    left: 0px;
}

.stopname {
    position: absolute;
    font-size: medium;
    font-weight: bold;
    white-space: nowrap;
    top: 4px;
    left: 13px;
}

.connexions {
    position: absolute;
    top: 21px;
    left: 13px;
    width: 275px;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stopwaitingtime {
    position: absolute;
    font-size: small;
    white-space: nowrap;
    top: 38px;
    left: 8px;
}





.main {
    position: relative;
    height: 54px;
    width: 99%;
    border: 1px solid lightgray;
    margin-right: auto;
    margin-left: auto;
    /*background: pink;*/
}

.line_box {
    width: 40px;
    height: 100%;
    /*background: pink;*/
}

.destination_box {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0%,-72%);
    width: 52%;
    height: 100%;
    /*font-family: system-ui;*/
    /*background: pink;*/
}

.destination {
    padding-top: 2px;
    font-size: small;
    line-height: 130%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schedule_box {
    position: absolute;
    top: 20%;
    right: 0px;
    /*left: 100%;
    transform: translate(-100%,-50%);*/
    width: 35%;
    height: 60%;
    border-left: 1px solid lightgray;
    font-family: system-ui;
    line-height: 105%;
    /*background: pink;*/
}

.first_time {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;
    transform: translate(-60%,-90%);*/
    /*background: blue;*/
    padding-left: 10px;
    font-size: large;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.first_time_theoretical {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;
    transform: translate(-50%,-90%);*/
    /*background: green;*/
    color: silver;
    padding-left: 10px;
    font-size: large;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.first_time_alone {
    /*position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-60%,-50%);*/
    padding-left: 10px;
    font-size: large;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    /*background: pink;*/
}

.first_time_alone_theoretical {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    color: silver;
    margin-top: 50%;
    padding-left: 10px;
    font-size: large;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.following_Time {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-62%, 5%);*/
    padding-left: 15px;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    /*background: blue;*/
}

.following_Time_theoretical {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 5%);*/
    color: silver;
    padding-left: 15px;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    /*background: green;*/
}

.diverted {
    text-decoration: line-through;
}
