body {
    margin: 0;
    padding: 100;
    height: 100%;
    /* background-color: bisque; */
    font-family: monospace;
    background-image: url("img/background.jpg");
}

table {
    margin: auto;
    width: 95%;
    padding: 10px;

}

table.idxTable {
    width: auto;
    min-width: 90%;
    padding: 20px;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
    /* background-color: cornsilk; */
    border: 1px solid black;
}

table.idxLiftsTable {
    width: 90%;
    /* min-width: 90%; */
    padding: 20px;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
    /* background-color: cornsilk; */
    border: 1px solid black;
}

/* table,
th,
tr {
    border: 1px solid black;
} */

.button {
    background-color: darkolivegreen;
    /* Green */
    border: none;
    color: white;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 12px;
}

#map {

    height: calc(100vh);
}

/* mapbox styling */

.map-overlay {
    font:
        bold 12px/20px 'Helvetica Neue',
        Arial,
        Helvetica,
        sans-serif;
    position: absolute;
    width: 25%;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 100;
}

.map-overlay .map-overlay-inner {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
}

.map-overlay label {
    display: block;
    margin: 0 0 10px;
}

.map-overlay input {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    cursor: ew-resize;
}

.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal-fullscreen .modal-content {
    height: 100vh;
}

.modal-fullscreen .modal-body {
    overflow-y: scroll;
    -ms-overflow-style: none; /* For Edge and Internet Explorer */
    scrollbar-width: none; /* For Firefox */
    ::-webkit-scrollbar {
        display: none; /* For WebKit browsers */
    }
}

.ignore-css{all:unset;}