::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    cursor: default !important;
}

::-webkit-scrollbar-track {
    background: white;
    cursor: default !important;
}

::-webkit-scrollbar-thumb {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background: antiquewhite;
    cursor: default !important;
}

    ::-webkit-scrollbar-thumb:hover {
        border: 1px solid rgba(0, 0, 0, 0.7);
        border-radius: 2px;
        background: navajowhite;
        cursor: default !important;
    }

ul {
    list-style-type: none;
}

label {
    margin-bottom: 0px !important;
}

input[type=button], input[type=submit], input[type=reset] {
    border-radius: 4px;
    border-width: 1px;
    background-color: white;
}

button {
    border-radius: 4px;
    border-width: 1px;
    background-color: white;
}

input[type=text], input[type=password] {
    padding: 2px;
    border-radius: 4px;
    border-width: 1px;
    background-color: white;
}

input[type=checkbox] {
    height: 18px;
    width: 18px;
}

input[type=file] {
    border-radius: 4px;
    border-width: 1px;
    background-color: white;
}

h1 {
    color: navy;
    text-shadow: 1px 1px 1px white;
    border-radius: 2px;
}

h2 {
    background-color: antiquewhite;
    margin-top: 6px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

h4, h5, h6 {
    background-color: antiquewhite;
    margin-top: 0.5rem;
    /*margin-bottom: 0.5rem;*/
    margin-bottom: 0.0rem;
    font-size: 1.2rem;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.gtfsListItem {
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background-color: white;
    margin-bottom: 1px;
    border-bottom: 1px solid gray;
    margin-left: 2px;
    margin-right: 2px;
    padding: 4px;
}

.gtfsList {
    position: relative;
    border-top: 1px solid antiquewhite;
    color: black;
    background-color: antiquewhite;
    overflow: auto;
    max-height: 404px;
    margin-top: 0px;
    padding: 0px;
}

.gtfsListNoMaxHeight {
    position: relative;
    border-top: 1px solid antiquewhite;
    color: black;
    background-color: antiquewhite;
    overflow: auto;
    padding: 0px;
}

.dayOfWeekCheckBox {
    width: 20px;
    height: 20px;
    border: none;
}

.htmlClass {
    padding: 0px;
    margin: 0px;
    border: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bodyClass {
    /*color: black;*/
    color: navy;
    text-shadow: 0.75px 0.75px 2px white;
    /*background-color: aliceblue;*/
    background-color: #b9d0e5;
    padding: 0px;
    margin: 0px;
    border: none;
    width: 100%;
    height: 100%;
    font-size: 12px;
    overflow: hidden;
}

.topDiv {
    white-space: nowrap;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    display: block;
}

.topDivExtra {
    display: flex;
    overflow: auto;
    justify-content: center
}

.verticalScrollClass {
    overflow: scroll;
    margin: 0;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-overflow-scrolling: touch;
}

.topAppDiv{
    overflow: hidden;
    padding: 2px;
}

.leftSideNarrow {
    white-space: normal;
    position: relative;
    height: calc(100% - 1px);
    width: 410px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: auto;
    margin: 0px;
    display: inline-block;
}

.leftSide {
    white-space: normal;
    position: relative;
    height: calc(100% - 1px);
    width: 520px;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    background-color: darkgray;
    display: inline-block;
}

.rightSide {
    white-space: normal;
    position: relative;
    height: calc(100% - 1px);
    width: calc(100% - 520px);
    overflow: hidden;
    padding: 0px;
    background-color: darkgray;
    margin: 0px;
    display: inline-block;
}

.rightSideLarge {
    white-space: normal;
    position: relative;
    height: calc(100% - 1px);
    width: calc(100% - 410px);
    overflow: hidden;
    padding: 0px;
    background-color: darkgray;
    margin: 0px;
    display: inline-block;
}

.leftSide30 {
    white-space: normal;
    position: relative;
    height: calc(100% - 1px);
    width: calc(30% - 1px);
    overflow: auto;
    padding: 0px;
    background-color: darkgray;
    margin: 0px;
    display: inline-block;
}

.rightSide70 {
    white-space: normal;
    position: relative;
    height: calc(100% - 1px);
    width: calc(70% - 1px);
    overflow: hidden;
    padding: 0px;
    background-color: darkgray;
    margin: 0px;
    display: inline-block;
}

.delButton {
    color: red;
    margin: 10px;
}

.topContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background-color: #EEE;
    margin: 0px;
    display: block;
}

    .topContainer h1 {
        margin: 10px;
        font-size: 32px;
        line-height: 32px;
        color: #0080a8;
    }

.delete-menu {
    position: absolute;
    background: white;
    padding: 3px;
    color: #666;
    font-weight: bold;
    border: 1px solid #999;
    font-family: sans-serif;
    font-size: 12px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
    margin-top: -10px;
    margin-left: 10px;
    cursor: pointer;
}

    .delete-menu:hover {
        background: #eee;
    }

.link_as_button {
    font: bold 11px Arial, sans-serif;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #555555;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    line-height: 17px;
    -webkit-appearance: button;
    -moz-appearance: button;
}

    .link_as_button:link {
        text-decoration: none !important;
        background-color: #EEEEEE;
        color: #555555;
    }

    .link_as_button:visited {
        text-decoration: none !important;
        background-color: #EEEEEE;
        color: #555555;
    }

    .link_as_button:hover {
        text-decoration: none !important;
        background-color: #EEEEEE;
        color: #555555;
    }

    .link_as_button:active {
        text-decoration: none !important;
        background-color: #EEEEEE;
        color: #555555;
    }

.mapLabels {
    color: white;
    background-color: blue;
    font-size: 10px;
    text-align: center;
    width: 30px;
    white-space: nowrap;
}

.popup-bubble-tip-down {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    background-color: white;
    padding: 2px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}
.popup-bubble-anchor-tip-down {
    position: absolute;
    width: 100%;
    bottom: /* TIP_HEIGHT= */ 8px;
    left: 0;
}
    .popup-bubble-anchor-tip-down::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: /* TIP_HEIGHT= */ 8px solid white;
    }

.popup-bubble-tip-up {
    position: absolute;
    top: 0;
    left: 0;
    /* TIP_HEIGHT= */
    transform: translate(-50%, 8px);
    background-color: white;
    padding: 2px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}
.popup-bubble-anchor-tip-up {
    position: absolute;
    width: 100%;
    top: /* TIP_HEIGHT= */ 8px;
    left: 0;
}
    .popup-bubble-anchor-tip-up::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: /* TIP_HEIGHT= */ 8px solid white;
    }

.popup-bubble-notip-down {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    background-color: white;
    padding: 2px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}
.popup-bubble-anchor-notip-down {
    position: absolute;
    width: 100%;
    bottom: /* TIP_HEIGHT= */ 0;
    left: 0;
}

.popup-bubble-notip-up {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0px);
    background-color: white;
    padding: 2px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}
.popup-bubble-anchor-notip-up {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.popup-bubble-notip-left {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, -50%);
    background-color: white;
    padding: 2px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}

.popup-bubble-anchor-notip-left {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.popup-bubble-notip-right {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 50%);
    background-color: white;
    padding: 2px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}

.popup-bubble-anchor-notip-right {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
}

.adp-legal{
    display: none;
}

.modal-class {
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    padding: 50px;
    display: none
}

.eran-spa {
    min-width: 600px;
    /*max-width: 600px;*/
}

.vertTextAreaBlack {
    margin-bottom: 4px;
    width: calc(100%);
    resize: vertical;
    display: block;
    color: white;
    background: blue;
    padding: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 1px black;
    font-size: 0.8rem;
}

    .vertTextAreaBlack::selection {
        color: black;
        background: yellow;
        text-shadow: 0px 0px 0px transparent;
    }

@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

.pie {
    --p: 20;
    --b: 22px;
    --c: darkred;
    --w: 150px;
    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
}

    .pie:before,
    .pie:after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }

    .pie:before {
        inset: 0;
        background: radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
        -webkit-mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
        mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
    }

    .pie:after {
        inset: calc(50% - var(--b)/2);
        background: var(--c);
        transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
    }

.animate {
    animation: p 1s .5s both;
}

.no-round:before {
    background-size: 0 0, auto;
}

.no-round:after {
    content: none;
}

@keyframes p {
    from {
        --p: 0
    }
}

.flex-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
    .flex-grid::after {
        content: "";
        width: 33%;
        height: 0px;
    }

