html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

th {
    color: black;
    text-align: right;
}

tr {
    text-align: right;
}

div {
    z-index: 999;
    align-content: center;
    align-items: center;
}

/* --- Global Style --- */

body {
    color: #999999;
    font-family: Verdana, Arial, sans-serif;
}

/* --! Global Style !-- */

/* --- Panel css --- */

.panel {
    margin: 1em;
    padding: 0.5em;
    z-index: 10;
    position: absolute;
    background-color: white;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #00000050;
    overflow-y: scroll;
    overflow-x: hidden;
}

.panel-content {
    overflow: hidden;
    display: flex;
}

.panel-hidden-content {
    max-height: 0;
    transition: max-width 0.8s, max-height 1s;
}

.panel-list-title {
    font-weight: bold;
    font-size: 1em;
}

.panel-list-title:not(:first-child) {
    margin-top: 1rem;
}

.panel-list-element {
    padding-left: 1em;
    font-size: 0.875em;
    cursor: pointer;
}

.panel-list-element:hover,
.panel-list-element[active=true] {
    font-weight: bold;
}

#traffic-btn {
    cursor: pointer;
}

#traffic-btn:hover,
#traffic-btn[active=true] {
    font-weight: bold;
}

.car-title {
    color: #cc0000;
}

.shared-title {
    color: #6aa84f;
}

.pt-title {
    color: #3c78d8;
}

.panel-list-element svg {
    margin-left: 0.5em;
}

.car-element svg {
    color: #cc0000;
}

.shared-element svg {
    color: #6aa84f;
}

.pt-element svg {
    color: #3c78d8;
}

.car-element:hover:before,
.car-element[active=true]:before {
    content: "";
    position: relative;
    left: -0.5rem;
    border-left: 0.2rem solid #cc0000;
    margin-right: -0.2rem;
}

.shared-element:hover:before,
.shared-element[active=true]:before {
    content: "";
    position: relative;
    left: -0.5rem;
    border-left: 0.2rem solid #6aa84f;
    margin-right: -0.2rem;
}

.pt-element:hover:before,
.pt-element[active=true]:before {
    content: "";
    position: relative;
    left: -0.5rem;
    border-left: 0.2rem solid #1072B8;
    margin-right: -0.2rem;
}

#right-panel {
    top: 0;
    right: 0;
    max-width: 30vw;
}

#right-panel-placeholder {
    transition: max-height 1s;
    transition-delay: 0.1s;
    overflow: hidden;
}

#left-panel {
    top: 0;
    left: 0;
    width: 400px;
    min-width: 15%;
    max-height: 80%;
}

#left-panel-placeholder {
    transition: max-height 1s;
    transition-delay: 0.1s;
    overflow: hidden;
}

#dropdown-btn {
    margin: 0.1em 0.5em auto 0.1em;
    cursor: pointer;
}

/* --! Panel css !-- */

/* --- leaflet --- */

.icon-lg {
    font-size: 1.15em;
}

.fa-lg .icon-lg {
    transform: translateX(-5%);
}

.marker-cluster {
    color: white;
}

.simple-point path {
    stroke: white;
    stroke-width: 100;
}

.leaflet-simple-marker {
    cursor: auto !important;
}

.leaflet-simple-marker span {
    transform: translate(calc(-50%), calc(-50%));
}

.leaflet-custom-marker-round span {
    transform: translate(calc(-50%), calc(-50%));
}

.leaflet-custom-marker-round .fa-stack-2x {
    color: white;
    fill: white;
}

.leaflet-custom-marker-round .fa-stack-2x path {
    stroke: black;
    stroke-width: 20;
}

.leaflet-custom-marker-round .fa-stack-2x.marker-car path {
    stroke: #cc0000 !important;
}

.leaflet-custom-marker-round .fa-stack-2x.marker-shared path {
    stroke: #6aa84f !important;
}

.leaflet-custom-marker-round .fa-stack-2x.marker-pt path {
    stroke: #1072B8 !important;
}

.leaflet-custom-marker span {
    transform: translate(calc(-50%), calc(-100%));
}

.leaflet-custom-marker .fa-stack-1x {
    color: white;
    fill: white;
    transform: translateY(-25%);
}

.marker-car {
    color: #cc0000;
    fill: #cc0000;
}

.marker-shared {
    color: #6aa84f;
    fill: #6aa84f;
}

.marker-pt {
    color: #1072B8;
    fill: #1072B8;
}

.leaflet-custom-marker-popup {
    bottom: 2em !important;
}

.popup-content {
    display: grid;
    color: #999999;
    font-family: Verdana, Arial, sans-serif;
}

.popup-title {
    margin-left: auto;
    margin-right: auto;
    color: #999999;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
}

.popup-entry {
    background-color: white;
}

.popup-table {
    max-height: 30vh;
    overflow-y: auto;
    min-width: 16vw;
    overflow-x: visible;
}

/* --- leaflet popup tables --- */

.popup-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /*border: 1px solid #ddd;*/
}

.popup-content th,
.popup-content td {
    /*text-align: left !important;*/
    padding: 0.25em 0.5em !important;
    text-align: center !important;
}

.popup-content th {
    color: #1072B8;
}

/*.popup-content tr:nth-child(even) {*/
/*    background-color: #f2f2f2;*/
/*}*/

/* --! leaflet popup tables !-- */

/* --! leaflet !-- */

.query-params {
    display: unset !important;
    max-width: 40% !important;
}

.query-check {
    margin-top: 0.5em;
    opacity: 0.75 !important;
    display: unset !important;
    max-width: 5% !important;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #1072B8;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/* --! Spinner !-- */

/* --- pt --- */

.pt-entry {
    cursor: pointer;
    background-color: white;
}

.pt-entry:hover {
    background-color: #1072B830;
}

.pt-entry[active=true] {
    background-color: #1072B850;
    color: #505050;
}

/* --! pt !-- */

#Time {
    padding-left: 5px;
}

#map {
    min-height: 100%;
    overflow-y: hidden;
}

#fakeMap {
    height: 0%;
}

h1 {
    text-align: center;
    font-size: 1.6em;
}

.searchBtn {
    color: #616161;
    border: 0px;
    cursor: pointer;
    text-align: center;
    text-rendering: auto;
    text-indent: 0px;
    text-shadow: none;
    -webkit-writing-mode: horizontal-tb !important;
}

.searchBtn:hover {
    background-color: #dadada;
    color: #616161;
}

.searchBtn:active {
    background-color: #dadada;
    color: #616161;
}

#allOptionsContainer {
    padding-top: 10px;
}

.spanTitle {
    color: white;
}

.glyphicon-chevron-middle-position {
    top: 4px !important;
}

.button {
    position: relative;
    z-index: 999;
    background-color: #004c97;
    color: white;
    font-size: 0%;
    display: inline-block;
    margin: 4px 4px;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

/* SLIDE CSS */

.buttonSlide {
    background: #000 url("../resources/icons/slide_w.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
    opacity: 0.6;
    color: antiquewhite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.buttonSlide:focus {
    outline: 0;
}

.buttonSlide:hover {
    opacity: 0.75 !important;
}

.activeSlideButton {
    opacity: 0.9 !important;
    background: #F5F5F5 url("../resources/icons/slide.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
}

/* TRAIN CSS */

.buttonTrain {
    background: #000 url("../resources/icons/train_w.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
    opacity: 0.6;
    color: antiquewhite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.buttonTrain:focus {
    outline: 0;
}

.buttonTrain:hover {
    opacity: 0.75 !important;
}

.activeTrainButton {
    opacity: 0.9 !important;
    background: #F5F5F5 url("../resources/icons/train.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
}

/* CAR SHARED CSS */

.buttonCarShared {
    background: #000 url("../resources/icons/car_shared_w.png") no-repeat center;
    -webkit-background-size: 4em 5.2em;
    background-size: 4em 5.2em;
    opacity: 0.6;
    color: antiquewhite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;

}

.buttonCarShared:focus {
    outline: 0;
}

.buttonCarShared:hover {
    opacity: 0.75 !important;
}

.activeCarSharedButton {
    opacity: 0.8 !important;
    background: #F5F5F5 url("../resources/icons/car_shared.png") no-repeat center;
    -webkit-background-size: 4em 5.2em;
    background-size: 4em 5.2em;
}

/* BIKE CSS */

.buttonBike {
    background: #000 url("../resources/icons/bike_shared_w.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
    opacity: 0.6;
    color: antiquewhite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.buttonBike:focus {
    outline: 0;
}

.buttonBike:hover {
    opacity: 0.75 !important;
}

.activeBikeButton {
    opacity: 0.8 !important;
    background: #F5F5F5 url("../resources/icons/bike_shared.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
}

/* VILLO CSS */

.buttonVillo {
    background: #000 url("../resources/icons/bike_shared_villo_w.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
    opacity: 0.6;
    color: antiquewhite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.activeVilloButton {
    opacity: 0.8 !important;
    background: #F5F5F5 url("../resources/icons/bike_shared_villo.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
}

/* VELO CSS */

.buttonVelo {
    background: #000 url("../resources/icons/bike_shared_velo_w.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
    opacity: 0.6;
    color: antiquewhite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.activeVeloButton {
    opacity: 0.8 !important;
    background: #F5F5F5 url("../resources/icons/bike_shared_velo.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
}

/* MOBIT CSS */

.buttonMobit {
    background: #000 url("../resources/icons/bike_shared_mobit_w.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
    opacity: 0.6;
    color: antiquewhite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.activeMobitButton {
    opacity: 0.8 !important;
    background: #F5F5F5 url("../resources/icons/bike_shared_mobit.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
}

/* JUMP CSS */

.buttonJump {
    background: #000 url("../resources/icons/bike_shared_jump_w.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
    opacity: 0.6;
    color: antiquewhite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.activeJumpButton {
    opacity: 0.8 !important;
    background: #F5F5F5 url("../resources/icons/bike_shared_jump.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
}

/* CARPARK CSS */

.buttonCarPark {
    background: #000 url("../resources/icons/parking_w.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
    opacity: 0.6;
    color: antiquewhite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.buttonCarPark:focus {
    outline: 0;
}

.buttonCarPark:hover {
    opacity: 0.75 !important;
}

.activeCarParkButton {
    opacity: 0.8 !important;
    background: #F5F5F5 url("../resources/icons/parking.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
}

/*BUS STOP CSS */

.buttonBusStop {
    background: #000 url("../resources/icons/bus_w.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
    opacity: 0.6;
    color: antiquewhite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.buttonBusStop:focus {
    outline: 0;
}

.buttonBusStop:hover {
    opacity: 0.75 !important;
}

.activeBusStopButton {
    opacity: 0.8 !important;
    background: #F5F5F5 url("../resources/icons/bus.png") no-repeat center;
    -webkit-background-size: 3.5em 4em;
    background-size: 3.5em 4em;
}

.sideButtonSize {
    display: inherit;
    height: 7em;
    width: 7em;
}



.subH3 {
    font-size: 12px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.bottomPanel {
    padding-top: 50%;
    padding-left: 50%;
    font: 14px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.bottomPanel h4 {
    margin: 0 0 5px;
    color: #777;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2%;
    text-align: right;
}

td,
th {
    width: max-content;
    text-align: right;
    padding-right: 1%;
    padding-left: 1%;
}

bold {}

.rowcnt {
    text-align: center;
    font-weight: bold;
}

.nb {
    font-size: large;
}

.addr {
    white-space: nowrap;
}

.blueToolTip {
    border: 2px solid #006df0;
}

.leaflet-tooltip.blueToolTip {
    padding: 1px;
}

.leaflet-tooltip-top.blueToolTip::before {
    border-top-color: #006df0;
}

.orangeToolTip {
    border: 2px solid #ec682b;
}

.leaflet-tooltip.orangeToolTip {
    padding: 1px;
}

.leaflet-tooltip-top.orangeToolTip::before {
    border-top-color: #ec682b;
}

.redToolTip {
    border: 2px solid #d80027;
}

.leaflet-tooltip.redToolTip {
    padding: 1px;
}

.leaflet-tooltip-top.redToolTip::before {
    border-top-color: #d80027;
}

.trainBTM {
    font-size: 25px;
    font-family: Georgia;
    font-weight: bold;
    margin-bottom: 5px;
}

.rowLeft {
    text-align: right;
}

.rowCase {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.rowTop {
    margin: 3px;
    padding: 10px;
}

.leftWinTitle {
    margin: 0px;
}

.leftWinSubTitle {
    margin: 0px;
    font-size: 1em;
}

.leftWindow {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    background-color: #000;
    opacity: 0.60;
    color: antiquewhite;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 5%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#veloTable {
    text-align: center;
    margin: 10px;
    background-color: red;
}

.smallText {
    font-size: 10px;
    font-weight: normal;
    padding-left: 5px;
}

.bottomWindow {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    background-color: #000;
    opacity: 0.60;
    color: antiquewhite;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 5%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: center;
}

#inDiv,
#locationVisualiser {
    background-color: #000;
    color: antiquewhite;
    border-radius: 2%;
    opacity: 0.6;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    z-index: 2;
    margin-left: 1%;
    align-items: center;
    top: 1%;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: grab;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
}

#userAlertDiv {
    position: absolute;
    width: 25%;
    height: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 45%;
    display: none;
    text-align: center
}

.inText {
    width: 84%;
    margin-top: 2%;
    margin-bottom: 2%;
}

#to {
    margin-left: 18px;
}

#title {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#switcher {
    border: none;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.routeSummary {
    margin-top: 5px;
    border-top: 2px solid #616161;
    display: flex;
    cursor: pointer;
}

.red-btn {
    color: #cc0000;
    border-color: #cc0000;
}

.red-btn:hover {
    background-color: #ffdada;
    border-color: #cc0000;
}

.green-btn {
    color: #6aa84f;
    border-color: #6aa84f;
}

.green-btn:hover {
    background-color: #dafdcb;
    border-color: #6aa84f;
}

.blue-btn {
    color: #3c78d8;
    border-color: #3c78d8;
}

.blue-btn:hover {
    background-color: #deebff;
    border-color: #3c78d8;
}

.small-btn {
    padding: 0.1rem 0.4rem;
}

.red-btn:active,
.red-btn:not(:disabled):not(.disabled):active,
.red-btn:not(:disabled):not(.disabled).active {
    background-color: #cc0000;
    color: white;
    border-color: #cc0000;
}

.green-btn:active,
.green-btn:not(:disabled):not(.disabled):active,
.green-btn:not(:disabled):not(.disabled).active {
    background-color: #6aa84f;
    color: white;
    border-color: #6aa84f;
}

.blue-btn:active,
.blue-btn:not(:disabled):not(.disabled):active,
.blue-btn:not(:disabled):not(.disabled).active {
    background-color: #3c78d8;
    color: white;
    border-color: #3c78d8;
}

#query-params-list {
    overflow: auto;
    max-height: 25em;
}

#whenButton {
    color: #616161;
}

#whenButton:hover {
    background-color: #dadada;
    border-color: white;
    color: #616161;
}

#routeSummaryTitle {
    font-size: 20px;
    border: 10px;
    margin: 10px;
}

#routeSummaryDuration {
    font-size: 16px;
    border: 10px;
    margin: 10px;
}

#routeSummaryLength {
    font-size: 20px;
    border: 10px;
    margin: 10px;
}

.col20 {
    width: 20%;
    display: inline;
    margin: 10px;
    text-align: center;
}

.col30 {
    width: 30%;
    display: inline;
    margin: 10px;
    text-align: center;
}

.col40 {
    width: 40%;
    display: inline;
    margin: 10px;
    text-align: center;
}

.col50 {
    width: 50%;
    display: inline;
    margin: 10px;
    text-align: center;
}

.col60 {
    width: 60%;
    display: inline;
    margin: 10px;
    text-align: center;
}

.col70 {
    width: 70%;
    display: inline;
    margin: 10px;
    text-align: center;
}

.horizontal-display {
    display: flex;
    font-size: 23px;
    overflow: auto;
}

.summary-step {
    display: flex;
}

.summary-step-time {
    font-size: 12px;
}

.summary-step-arrow {
    align-self: baseline;
}

#loader {
    position: fixed;
    z-index: 9999999;
}

.iconBox {
    width: 15%;
    display: inline;
}

.logoBox {
    heigh: 24px;
    display: inline;
}

.routeTransportBox {
    width: 55%;
    display: inline;
}

.routeTimeBox {
    width: 15%;
    display: inline;
}

.routeLengthBox {
    width: 15%;
    display: inline;
}

.transferText {
    width: 55%;
    display: inline;
    /* margin: 10px; */
}

.transferDuration {
    width: 30%;
    display: inline;
    /* margin: 10px; */
}

.timepicker {
    width: 4em;
    text-align: center;
    color: #616161;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0);
}

#optionsButton {
    margin-top: 0.2em;
    padding-left: 0;
    border: unset;
    color: #616161;
    background-color: white;
}

#optionsButton:focus:active {
    box-shadow: unset;
}

#optionButton:hover {
    color: #616161 !important;
    background-color: white !important;
    border-color: #616161 !important;
}

#datePicker {
    width: 9em;
    color: #616161;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0);
}

#setTime {
    white-space: nowrap;
    margin-left: 1%;
}

#selector {
    height: 30px;
    color: black;
}

.show-options-clickable {
    cursor: pointer;
    display: inline;
}

input[type=checkbox] {
    opacity: 0;
    float: left;
}

input[type=checkbox]+label {
    margin: 0 0 0 20px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: monospace;
    float: left;
}

input[type=checkbox]+label~label {
    margin: 0 0 0 40px;
}

input[type=checkbox]+label::before {
    content: ' ';
    position: absolute;
    left: -35px;
    top: -3px;
    width: 25px;
    height: 25px;
    display: block;
    background: white;
    border: 1px solid #A9A9A9;
}

input[type=checkbox]+label::after {
    content: ' ';
    position: absolute;
    left: -35px;
    top: -3px;
    width: 23px;
    height: 23px;
    display: block;
    z-index: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjE4MS4yIDI3MyAxNyAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxODEuMiAyNzMgMTcgMTYiPjxwYXRoIGQ9Ik0tMzA2LjMgNTEuMmwtMTEzLTExM2MtOC42LTguNi0yNC04LjYtMzQuMyAwbC01MDYuOSA1MDYuOS0yMTIuNC0yMTIuNGMtOC42LTguNi0yNC04LjYtMzQuMyAwbC0xMTMgMTEzYy04LjYgOC42LTguNiAyNCAwIDM0LjNsMjMxLjIgMjMxLjIgMTEzIDExM2M4LjYgOC42IDI0IDguNiAzNC4zIDBsMTEzLTExMyA1MjQtNTI0YzctMTAuMyA3LTI1LjctMS42LTM2eiIvPjxwYXRoIGZpbGw9IiMzNzM3MzciIGQ9Ik0xOTcuNiAyNzcuMmwtMS42LTEuNmMtLjEtLjEtLjMtLjEtLjUgMGwtNy40IDcuNC0zLjEtMy4xYy0uMS0uMS0uMy0uMS0uNSAwbC0xLjYgMS42Yy0uMS4xLS4xLjMgMCAuNWwzLjMgMy4zIDEuNiAxLjZjLjEuMS4zLjEuNSAwbDEuNi0xLjYgNy42LTcuNmMuMy0uMS4zLS4zLjEtLjV6Ii8+PHBhdGggZD0iTTExODcuMSAxNDMuN2wtNTYuNS01Ni41Yy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTI1My41IDI1My41LTEwNi4yLTEwNi4yYy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTU2LjUgNTYuNWMtNS4xIDUuMS01LjEgMTIgMCAxNy4xbDExNC43IDExNC43IDU2LjUgNTYuNWM1LjEgNS4xIDEyIDUuMSAxNy4xIDBsNTYuNS01Ni41IDI2Mi0yNjJjNS4yLTMuNCA1LjItMTIgLjEtMTcuMXpNMTYzNC4xIDE2OS40bC0zNy43LTM3LjdjLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0xNjkuNSAxNjkuNS03MC4yLTcxLjljLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0zNy43IDM3LjdjLTMuNCAzLjQtMy40IDguNiAwIDEybDc3LjEgNzcuMSAzNy43IDM3LjdjMy40IDMuNCA4LjYgMy40IDEyIDBsMzcuNy0zNy43IDE3NC43LTE3Ni40YzEuNi0xLjcgMS42LTYuOS0uMS0xMC4zeiIvPjwvc3ZnPg==') no-repeat center center;
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .3s ease;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

input[type=checkbox]:checked+label::after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.checkBoxContainer {
    padding-left: 25px;
    padding-bottom: 10px;
}

.modeGroup {
    margin-top: 2%;
    font: 18px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.logo {
    height: 20px;
    vertical-align: top;
}

.logoSpan {
    display: inline-block;
    vertical-align: top;
    bottom: 95px;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: white;
}

#dateInputFields {
    display: none;
    margin-bottom: 1%;
    margin-top: 2%;
    white-space: nowrap;
}

#routes {
    margin-bottom: 2%;
}

#when {
    display: inline-block;
    width: 15%;
    text-align: right;
}

#dateWhen {
    display: inline-block;
    width: 12.6%;
    text-align: right;
}

#dateInputs {
    display: inline-block;
}

#beforeButton {
    display: inline-block;
    width: 68%;
}

#totalTimeLine {
    line-height: 30px;
}

.panel-heading {
    flex: 1;
}

#bottom_div {
    display: flex;
    flex-wrap: wrap;
}

#dateSelection {
    line-height: 30px;
    margin-top: 2%;
    margin-bottom: 1%;
    text-align: left;
}

input.transparent-input {
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #616161 !important;
    border-radius: 0;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    font-size: 0.8em;
}

select.transparent-input {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #616161;
    border-bottom: 1px solid #616161 !important;
    border-radius: 0;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    font-size: 0.8em;
}

.centered {
    text-align: center;
}

.ssummary {
    font-size: 0.7em;
}

.no-padding-lr {
    padding-left: 0px;
    padding-right: 0px;
}

.no-wrap {
    flex-wrap: nowrap;
}

.col.input {
    padding-bottom: 10px;
}

.form-control.input {
    color: black;
    padding-bottom: 3px;
    padding-left: 2px;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

.btn-primary-outline {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0);
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

input::-webkit-clear-button {
    /* Removes blue cross */
    -webkit-appearance: none;
    margin: 0;
}

.align-right {
    text-align: right;
}

#timeDiv {
    display: none;
}

.bot-10 {
    padding-bottom: 10px;
}

#timeConainer {
    padding-top: 10px;
}

.bottomWindow {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    background-color: #000;
    opacity: 0.60;
    color: antiquewhite;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 5%;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: center;
}

.leaflet-tooltip.trainTooltip {
    border: 2px solid #004d97;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-tooltip-left.trainTooltip::before {
    border-left-color: #004d97;
}

.leaflet-tooltip-right.trainTooltip::before {
    border-right-color: #004d97;
}

.leaflet-tooltip.ptTooltip {
    border: 2px solid #004d97;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-tooltip-left.ptTooltip::before {
    border-left-color: #004d97;
}

.leaflet-tooltip-right.ptTooltip::before {
    border-right-color: #004d97;
}

.leaflet-tooltip.tramTooltip {
    border: 2px solid #f58500;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-tooltip-left.tramTooltip::before {
    border-left-color: #f58500;
}

.leaflet-tooltip-right.tramTooltip::before {
    border-right-color: #f58500;
}

.leaflet-tooltip.busTooltip {
    border: 2px solid #FF1493;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-tooltip-left.busTooltip::before {
    border-left-color: #FF1493;
}

.leaflet-tooltip-right.busTooltip::before {
    border-right-color: #FF1493;
}

.leaflet-tooltip.bikeTooltip {
    border: 2px solid #00ad50;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-tooltip-left.bikeTooltip::before {
    border-left-color: #00ad50;
}

.leaflet-tooltip-right.bikeTooltip::before {
    border-right-color: #00ad50;
}

.leaflet-tooltip.carTooltip {
    border: 2px solid #f53700;
    font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-tooltip-left.carTooltip::before {
    border-left-color: #f53700;
}

.leaflet-tooltip-right.carTooltip::before {
    border-right-color: #f53700;
}

.leaflet-tooltip span {
    font-weight: bold;
}

.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #3399ff
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #292929ab;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #007bff;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}


.simple-tags {
    border: 1px solid #1e87f0;
    box-sizing: border-box;
    margin: 1em;
    padding: 0em 0.5em;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    border-radius: 5px;
}

.simple-tags>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.simple-tags ul li {
    margin: 0.5em 0.2em;
    padding: 0.5em;
    color: #fff;
    background-color: #1e87f0;
    border-radius: 5px;
}

.simple-tags ul li a {
    margin: 0.5em 0.2em;
    text-decoration: none;
    color: inherit;
}

.simple-tags input {
    padding: 0.9em 0.5em;
    box-sizing: border-box;
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}


.toggle_radio {
    position: relative;
    background: rgba(255, 255, 255, .1);
    margin: 4px auto;
    overflow: hidden;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    height: 26px;
    width: 430px;
}

.toggle_radio>* {
    float: left;
}

.toggle_radio input[type=radio] {
    display: none;
    /*position: fixed;*/
}

.toggle_radio label {
    font: 90%/1.618 "Source Sans Pro";
    color: rgba(101, 124, 255, 0.9);
    z-index: 0;
    display: block;
    width: 50px;
    height: 20px;
    margin: 3px 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
    /*background: rgba(0,0,0,.1);*/
    text-align: center;
    /*margin: 0 2px;*/
    background: rgba(199, 199, 199, 0.2);
    /*make it blue*/
}



.toggle_option_slider {
    /*display: none;*/
    /*background: red;*/
    width: 50px;
    height: 20px;
    position: absolute;
    top: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}


.label_shared {
    width: 78px !important;
}


#private_toggle:checked~.toggle_option_slider {
    background: rgba(101, 124, 255, .3);
    left: 3px;
}

#free_floating_toggle:checked~.toggle_option_slider {
    background: rgba(101, 124, 255, .3);
    left: 59px;
    width: 78px;
}

#rack_station_toggle:checked~.toggle_option_slider {
    background: rgba(101, 124, 255, .3);
    left: 143px;
    width: 78px;
}

#ride_hailing_toggle:checked~.toggle_option_slider {
    background: rgba(101, 124, 255, .3);
    left: 227px;
    width: 78px;
}

#public_toggle:checked~.toggle_option_slider {
    background: rgba(101, 124, 255, .3);
    left: 311px;
}