html,
body,
header {
    height: 100%;
    width: 100%;
    position: relative;
}

#map {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

#mouseposisi {
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    right: 45%;
    margin: 1px;
    border: 1px solid #bbb;
    text-overflow: ellipsis;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    width: 200px;
    transition: all 0.5s linear;
}

.scale-line {
    position: absolute;
    bottom: 35px;
    right: 250px;
    transition: all 0.5s linear;
}

#longitude {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    width: 100px;
    height: 22px;
    bottom: 5px;
    right: 95px;
    margin: 1px;
    border: 1px solid #bbb;
    text-overflow: ellipsis;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#latitude {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    width: 100px;
    bottom: 5px;
    height: 22px;
    right: 200px;
    margin: 1px;
    border: 1px solid #bbb;
    text-overflow: ellipsis;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.btn1 {
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 7px #666666;
    -moz-box-shadow: 3px 3px 7px #666666;
    box-shadow: 3px 3px 7px #666666;
    font-family: Arial;
    color: black;
    font-size: 12px;
    padding: 2px;
    background: #59bfff;
    border: solid #1f628d 1px;
    text-decoration: none;
}

.btn1:hover {
    background: #468dcf;
    text-decoration: none;
}

#cmdGo {
    position: absolute;
    bottom: 5px;
    right: 55px;
}

#cmdClear {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.btn-toolbar-map {
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: #0095a6;
}

.btnMap {
    width: 40px;
    height: 40px;
    /* box-shadow: 0px 10px 14px -7px #007bff; */
    /* background: linear-gradient(to bottom, #599bb3 5%, #007bff 100%) !important; */
    background-color: #ffffff;
    display: flex;
    cursor: pointer;
    color: #003000 !important;
    font-family: 'Lato';
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    border: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(286deg, rgba(5, 83, 44, 1) 22%, rgba(5, 7, 64, 1) 100%);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.1) !important;
}

.btnMap:hover {
    /* background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%); */
    /* background-color: #0a97f5; */
    box-shadow: 0px 10px 14px -5px #e4a11b;
}
.btnMap:active {
    position: relative;
    top: 1px;
}

#toolbar {
    position: absolute;
    top: 10%;
    left: 20px;
    height: auto;
    width: 40px;
    z-index: 1;
}

/* #wLayer {
    height: 85vh;
} */

.radio-img > input {
    display: none;
}
.radio-img > .base-image {
    cursor: pointer;
    border: 2px solid 05445e;
}
.radio-img > input:checked + .base-image {
    border: 2px solid #408c99;
}
.base-image {
    opacity: 0.8;
    width: 100px;
    height: 60px;
    background-position: center center;
    background-color: gray;
    background-size: cover;
    display: inline-block;
    border-radius: 7px;
}
.base-image:hover {
    opacity: 1;
}

.dx-overlay-wrapper {
    z-index: 14000 !important;
}

.btn-minimize {
    position: absolute;
    right: 5px;
}

.swal2-container {
    z-index: 20000 !important;
}

.info-label {
    /* border: solid 1px #d5d5d5; */
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #d5d5d5;
    background-color: #edf3f4;
    color: #0c6b0c;
    width: 100%;
    padding: 4px 10px 6px 4px;
    width: 100%;
}

.info-value {
    border: solid 1px #d5d5d5;
    padding: 5px 5px 6px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.popover {
    z-index: 1070;
}

.lightbox-gallery {
    z-index: 10000;
}

.sidebar {
    width: 325px !important; /* ukuran sidebar */
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    box-shadow: 0 0px 14px 0 rgb(9 10 10 / 50%), 0 5px 7px rgba(0, 0, 0, .05);

}

.sidenav.closed {
width: 50px;
}

.dokumen-header {
    color: #ffffff !important; 
    background: #53a653 !important;
    border-color: #53a653 !important;
    }

    .panel-header {
        color:white !important;
    }
