body {
    font-family: "Open Sans", sans-serif;
}

.text-logo {
    width: 344px;
    word-wrap: break-word;
    font-size: 16px;
    position: absolute;
    left: 125px;
    top: 5px;
}

.btnMap {
    width: 31px;
    height: 31px;
    box-shadow: 0px 10px 14px -7px #007bff;
    /* box-shadow: 0px 10px 14px -7px #007bff; */
    /* background: linear-gradient(to bottom, #599bb3 5%, #007bff 100%); */
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    color: #ffffff !important;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    border: none;
}

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

.btnMap:active {
    position: relative;
    top: 1px;
}

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

.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;
}

#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;
    /* display: none; */
}

.scale-line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s linear;
}

#longitude {
    background-color: rgba(255, 255, 255, 1);
    width: 150px;
    /* height: 22px; */
    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);
    width: 150px;
    /* height: 22px; */
    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 {
    padding: 6px 16px;
    margin: 0;
}

#cmdClear {
    padding: 6px 16px;
    margin: 0;
}

#panelLayerTerpilih {
    height: 10vh;
}

.panel-Informasi {
    height: 55vh;
}

#panelFormNewObject {
    height: 78vh;
}

.md-outline.select-wrapper+label {
    top: 0.5em !important;
    z-index: 2 !important;
}

.map-top-els {
    z-index: 10000;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    margin-left: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}