﻿html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

div {
    font-family: Verdana;
}

.arcgis-search__form {
    width: 325px;
}

.arcgis-search__dropdown {
    width: 0px;
    visibility: hidden;
}

#mapComponent {
    position: absolute;
    z-index: 1;
    top: 60px;
    padding: 0;
    margin: 0;
    height: calc(100% - 60px);
    width: 100%;
}

#searchComponent {
    z-index: 3;
    position: absolute;
    left: 95px;
    top: 65px;
}

#topbar {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    background-color: #003399;
    width: 100%;
}

.idTable {
    margin: 2px;
    padding: 0px;
    width: 296px;
    border-collapse: collapse;
}

    .idTable td {
        margin: 0px;
        padding: 1px;
        border: 1px;
        border-style: solid;
        border-color: Gray;
    }

#AppleCreekSlider {
    position: absolute;
    left: 225px;
    top: 0px;
    z-Index: 50;
    width: 395px;
    height: 59px;
    background-color: #99CCFF;
}

#MissouriRiverSlider {
    position: absolute;
    left: 225px;
    top: 0px;
    z-Index: 50;
    width: 690px;
    height: 59px;
    background-color: #99CCFF;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}

    input[type=range]:focus {
        outline: none; /* Removes the blue border. */
    }

    input[type=range]::-ms-track {
        width: 100%;
        cursor: pointer;
        /* Hides the slider so custom styles can be added */
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        cursor: pointer;
        background: transparent;
        border: none;
        border-radius: 0px;
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        width: 10px;
        height: 20px;
        border-radius: 0px;
        background: transparent;
        cursor: pointer;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 20px;
        width: 10px;
        border-radius: 0px;
        background: transparent;
        cursor: pointer;
        margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    }

    input[type=range]::-ms-thumb {
        border: none;
        height: 20px;
        width: 10px;
        border-radius: 0px;
        background: transparent;
        cursor: pointer;
    }

    input[type=range]::-ms-fill-lower {
        background: transparent;
        border: none;
        border-radius: 0px;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: transparent;
        border: none;
        border-radius: 0px;
    }

    input[type=range]::-ms-fill-upper {
        background: transparent;
        border: none;
        border-radius: 0px;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: transparent;
        border: none;
        border-radius: 0px;
    }

::-ms-tooltip {
    display: none; /* Removes the range value from showing. */
}

#LoadingIcon {
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.esri-view .esri-view-surface--touch-none:focus::after {
    outline: none !important;
}

.removeAllMarginsPadding {
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    white-space: nowrap
}

    .removeAllMarginsPadding td {
        padding: 0px;
        border-collapse: collapse;
        border-spacing: 0px;
        white-space: nowrap
    }

.esri-search__sources-button {
    display: none;
}
