@import "https://js.arcgis.com/3.16/esri/css/esri.css";
@import "https://js.arcgis.com/3.16/dijit/themes/claro/claro.css";

html, body, #mapDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 12px;
}

p, #select, select, input, label  {
    font-family: Helvetica;
    font-size: 12px;
}
.dijitButton, .agsjsTOCRootLayerLabel, .agsjsTOCServiceLayerLabel, .agsjsTOCLegendLabel {
    font-family: Helvetica;
}

#mapDiv {
    width: -moz-calc(100% - 242px);
    width: -webkit-calc(100% - 242px);
    width: calc(100% - 242px);
    height: 100%;
    float: left;
    border-right: 2px solid #000000;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 995;
    display: none;
}

#overlay_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 990;
    display: none;
}

#dvLoading {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 250px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -125px;
    text-align: center;
}

#rightCol {
    width: 240px;
    height: 95%;
    overflow-y: auto;
}

#rightCol h3 {
    margin-top: 3px;
    margin-bottom: 0px;
    height: auto;
}

.esriLegendLayerLabel {
    display: none;
}

.icon {
    width: 16px;
    height: 16px;
}

.esriPopup .contentPane {
    max-height: 450px !important;
    overflow: hidden;
}

.esriPopup .sizer {
    width: auto;
    max-width: 400px;
    min-width: 270px;
}

h3 {
    font-family: Helvetica;
    /*color: #3C3A35;*/
    color: white;
    font-size: 1.25em;
    width: 100%;
    background-color: #9BCEBF;
}

#selectie {
    margin-top: 0 !important;
}

#wvp {
    width: 88px;
}

#select {
    height: 10px;
    width: 88px;
}

#help {
    height: 10px;
}

/** TOC reset padding voor layer **/
.agsjsTOCServiceLayerLabel {
    padding-left: 0 !important;
}

#isohypsen, #metran_list {
    /*display: none;**/
}

#isohypsen {
    height: 75px;
    display: block;
}

#selectie, #metran {
    cursor: pointer;
}