﻿/*-------------------------------------------------*/
/*
    core/css/map.css
*/
/*-------------------------------------------------*/
body {
    height: calc(100vh - 46px);
}

#divWebMap {
    height: calc(100vh - 46px);
    width: calc(100vw - 40px);
    background-color: lightgoldenrodyellow;
    position: relative;
    left: 40px;
    border: 1px solid black;
}

#appHomeButton {
    position: absolute;
    top: 98px;
    right: 15px;
}

#divBaseMapGallery {
    text-align: center;
    z-index: 2000;
    overflow: hidden;
    background-color: white;
}

.esri-scale-bar {
    margin-left: 15px;
    margin-bottom: -15px;
    opacity: 1.0;
}

.noscroll {
    overflow: hidden !important;
}

#accordionMapLayers .ui-accordion-header {
    background-color: #ccc;
    margin: 0px;
    /*font-size: 11pt;
    line-height: 15pt;*/
}

#accordionMapLayers .ui-accordion-content {
    /*width: 100%;*/
    background-color: #f3f3f3;
    color: #777;
    font-size: 9pt;
    line-height: 14pt;
}

#accordionMapLayers .ui-accordion-header a {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    border: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(250, 250, 250, .2);
}

.layerNotAvailable {
    color: gray;
    font-style: italic;
}

.zoomLabel {
    font-weight: bold;
    text-align: center;
}

#mapCoordsContainerSpan {
    position: absolute;
    /*    right: 165px;
    bottom: 3px;*/
    right: 15px;
    bottom: 55px;
    z-index: 50;
    border: 1px solid silver;
    color: black;
    font-weight: bold;
    padding: 4px 10px;
    background-color: var(--main-bg-color);
    text-align: left;
    display: none;
}

#ResetMapButton {
    background-image: url(../images/reset.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-color: white;
    border: 1px solid silver;
    position: absolute;
    right: 15px;
    top: 141px;
    z-index: 20;
}

#DDCoordSys {
    font-size: 12px;
    font-weight: bold;
}

.zoomLevelIdentified_ACTIVE {
    color: black;
    font-weight: bold;
    font-style:normal;
}

.zoomLevelIdentified_IN-ACTIVE {
    color: silver;
    font-weight: bold;
    font-style:italic;
}