﻿html, body, #map {
    height: 100%;
    margin: 0;
    padding: 0;
}

#BasemapToggle {
    position: absolute !important;
    bottom: 20px !important;
    left: 20px !important;
    z-index: 50 !important;
}
#imgdis {
    position: absolute !important;
    bottom: 0px !important;
    left: 20px !important;
    z-index: 50 !important;
}

.BasemapToggle .toggleButton {
    padding: 1px;
    background: #fff;
    border: 1px solid #57585A;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.BasemapToggle .basemapImage {
    width: 55px;
    height: 55px;
    overflow: hidden;
}

    .BasemapToggle .basemapImage .basemapBG {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
    }

.BasemapToggle .basemapImageContainer {
    position: relative;
}

.BasemapToggle .basemapTitle {
    position: absolute;
    z-index: 2;
    bottom: 0;
    *bottom: 2px;
    width: 90%;
    color: #4C4C4C;
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    display: block;
    padding: 2px 5%;
    background: #fff;
    background: rgba(255, 255, 255, 0.80);
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -o-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
    text-align: center;
}
#imgview {
    background: #64c3f1;
    /* text-align: center; */
    padding: 8px 5px 5px 8px;
    border-radius: 50%;
    /*-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
}
    /*#imgview:hover {
        background-image:url("../img/bharatmap2.png");
    }*/
