﻿html,
body,
#emdMapViewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

#emdMapViewDiv {
    position: absolute;
    top: 0px;
    right: 0px;
}

#basemapGalleryDDSpan {
    position: absolute;
    top: 90px; /*14px*/
    right: 12px;
    z-index: 550;
    font-weight: bold;
    color: black;
    padding-bottom: 4px;
}

#mapLayersPanelBtn {
    position: absolute;
    bottom: 24px;
    right: 12px;
    z-index: 550;
}

#mapLayersPanel {
    position: absolute;
    bottom: 24px;
    right: 12px;
    z-index: 550;
    display: none;
    background-color: whitesmoke;
    height: 230px;
    width: 180px;
    border: 1px solid #6e6e6e;
    padding: 8px 10px 10px 14px;
    font-weight: bold;
}

#closeBtn {
    cursor: default;
    position: absolute;
    top: 3px;
    right: 10px;
    font-weight: bold;
}

/*#drivingDirectionsBtn {
    position: absolute;
    top: 120px;
    left: 15px;
    z-index: 550;
}*/

#FindMeMapBtn {
    position: absolute;
    top: 160px; /*top: 85px;*/
    left: 15px;
    z-index: 550;
}

#ResetMapBtn {
    position: absolute;
    top: 195px; /*Was 155px and DD was 120px*/ /*top: 120px;*/ 
    left: 15px;
    z-index: 550;
}

#divDrivingDirectionsTBs {
    max-width: 600px; /*270px*/
    Width: 100%; /* width: 600px; */
    padding: 2px;
    border: 1px solid #6e6e6e;
    background-color: whitesmoke;
    position: absolute;
    top: 14px; /*top: 14px;*/
    left: 10px; /*left: 100px;*/
    z-index: 550;
    /*display: none;*/
}

.stretched {
    width: 100%;
}

.reducedIconDDSize {
    width: 24px;
    height: 24px;
}

.hidden {
    display: none;
}

.ddLink {
    color: green;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

/*.directionsLinkButtonClass {
    background-color:forestgreen;
    color:yellow;
    font-weight:bold;
    border:2px solid silver;
    border-radius:3px;
    margin:0px 10px;
    padding:2px 5px;
}*/

.HandIconClass {
    cursor: pointer;
}

/*new*/
.esri-ui-top-left {
    top: 75px !important;
}

#DDFromTB, #DDParkTB, #DDToTB {
    font-size: 0.8em;
}

@media only screen and (min-width: 768px) {
    #divDrivingDirectionsTBs {
        /* width: 70% !important;*/
        padding: 2px;
        max-width: 600px;
        left: 12px;        
    }
    #basemapGalleryDDSpan {
        top: 12px;
    }  

    
}