/*
create by ardiantry@gmail.com
2020
*/
nav.navbar {
    background: unset;
    /* min-height: 42px; */
    position: absolute;
    margin: -19px;
    padding: unset;
}
div#map {
    position: relative;
    /* width: 100%; */
    overflow: hidden;
}
.navbar a.navbar-brand {
    color: #fff;
}

a#navbarDropdown {
    color: #fff;
}
#popup
{
    display: none;
}
.side-show {
    position: absolute;
    background: #2d7bf4;
    padding: 7px 10px;
    width: 67px;
    text-align: center;
    border-radius: 0px 0px 18px 18px;
    cursor: pointer;
}
.custom-mouse-position {
    bottom: 0;
    position: absolute;
}
div#bg-header {
    position: absolute;
    z-index: 1;
    width: 264px;
    background: #ffc107;
    height: 166px;
    top: -60px;
    transform: rotate(12deg);
    left: -33px;
    /* background-image: -webkit-linear-gradient(143deg, rgb(255 193 7 / 2%) 19%, rgb(241 183 10) -12%); */
    border-radius: 0px 0px 51px 0px;
}
div#bg-header-kop {
    position: absolute;
    z-index: 1;
    height: 166px;
    top: -100px;
    left: -66px;
    transform: rotate(12deg);
}
@media(max-width: 768px)
{
    div#bg-header
    {
        display: none;
    }
}
@media(min-width: 769px)
{
    div#bg-header-kop
    {
        display: none;
    }
}

.ol-control {
        position: absolute!important;
        top: 135px!important;
        /* bottom: 25px!important; */
        background-color: unset!important;
}
.logo-lg {
    position: absolute;
    right: 15px;
    width: 50px;
    transform: rotate(-12deg);
    top: 46px;
    z-index: 10;
    /* box-shadow: -1px 4px 7px 3px rgb(0 0 0 / 44%); */
}
.header-title h3 {
    transform: rotate(-12deg);
    margin-top: 38px;
    background: rgb(18 122 230);
    width: 172px;
    height: 48px;
    font-size: 17px;
    padding-top: 8px;
    padding-left: 53px;
    border-radius: 0px 0px 15px 0px;
}
#bg-header .header-title, #bg-header-kop .header-title {
    top: 37px;
    color: #fff;
    position: absolute;
    width: 182px;
    font-style: italic;
    height: 71px;
    background: rgb(18 122 230);
    transform: rotate(0deg);
    border-radius: 0px 0px 27px;
}
#bg-header p {
    padding: 5px 0px 16px 85px;
    font-size: 13px;
    position: absolute;
    font-style: italic;
    bottom: -36px;
    width: 284px;
    right: 2px;
    font-weight: bold;
    color: #0c0101;
    transform: rotate(-12deg);
    height: 60px;
    border-radius: 0px 0px 54px 0px;
    background: rgb(255 193 7);
}
@media(max-width: 768px)
{
     
    #bg-header
     {
        display: none;
     }
}
@media(min-width: 768px)
{
    .hidden-lg
     {
        display: none;
     }
     

}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
div#tools-default {
    position: absolute;
    z-index: 1000;
    right: -198px;
    color: #fff;
    background: rgb(29 27 27);
    width: 265px;
    box-shadow: 0px 1px 6px 1px rgb(23 7 7 / 68%);
    /* opacity: 0; */
    top: -554px;
    transition: all .3s ease-out;
}
div#tools-default.show {
    top: -1px;
    right: 0;
}
#tools-default ul {
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #ffc107;
}

#tools-default li:not(.nav-item) {
    display: block;
    margin: 10px;
    /* width: 100%; */
}
.tools-footer {
    position: fixed;
    z-index: 3;
    bottom: -22px;
    width: 100%;
    text-align: center;
}
.tools-footer ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.tools-footer li {
    /* box-shadow: 0px 1px 6px 1px rgb(23 7 7 / 68%); */
    /* background: #f6f409; */
    display: inline-block;
    width: 50px;
    height: 92px;
    text-align: center;
    /* overflow: hidden; */
    transition: all .1s ease-out;
    margin: 0px;
    /* border-radius: 50%; */
    /* padding: 5px; */
    position: relative;
}
.tools-footer a {
    display: block;
    cursor: pointer;
    line-height: 43px;
    padding: 9px;
    text-align: center;
    border-radius: 50%;
    background: rgb(255 193 7);
    margin: 19px 0px 0px 0px;
    position: absolute;
    width: 50px;
    color: #212529;
    height: 50px;
    transition: all .1s ease-out;
}
.tools-footer li:hover,.tools-footer li.active
{
   /* background: #ff0707; */
   color: #fff;
   /* margin: 0px 0px 20px 0px; */
}
.tools-footer li:hover a, .tools-footer li.active a {
    background: #ff0707;
    color: #fff;
    margin: 0px 0px 0px 0px;
} 
.tools-footer i {
    font-size: 30px;
    /* color: #000000; */
}
 
div#popup
{
    transition: all .2s ease-out;
}
.base-map img {width: 50px;height: 50px;opacity: 0.5;border-radius: 50%;}

.base-map {
    width: 23%;
    display: inline-flex;
    height: 52px;
    cursor: pointer;
    position: relative;
}
.btn-jts {
    background: rgb(255 193 7);
    color: #000;
    border: 1px solid #ffc107; 
    
}
.btn-jts.btn-submit
{
   height: 38px; 
}
.base-map:hover img,.base-map.active img{

    transition: all .1s ease-out;
border:2px solid #fff;
        opacity: 1;
}
div#popup {
    background: rgb(241 234 234);
    padding: 10px;
    border-radius: 5px;
    box-shadow: -1px 3px 11px 0px rgb(0 0 0 / 69%);
}
div#popup-content {
    max-height: 468px;
    overflow-y: auto;
    max-width: 472px;
    min-width: 257px;
}
#popup h3:before {
    border-bottom: 3px solid #5865bd;
    content: "";
    width: 242px;
    position: absolute;
    bottom: -7px;
}

#popup h3 {
    position: relative;
    font-size: 24px;
}
#popup .table th, #popup .table td {
    padding: -0rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.setting-bidang
{
    margin: 5px 0px;
    padding: 0px;
    text-align: center;
}
.setting-bidang li {
    display: inline-block;
    width: 16%;
    font-size: 23px;
    border: 1px solid #ccc;
    text-align: center;
    background: #ccc;
    margin: 0px;
    transition: all .1s ease-out;
    cursor: pointer;
    color: #635c5c;
}

.setting-bidang li:hover {
    color: #282020;
    background: #ffc107;
}
.btn-modif {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    margin: 7px 0px 0px 0px;
    display: none;
}

.btn-modif a {
    background: rgb(39 200 236);
    color: #fff;
    padding: 8px;
    border-radius: 0px 0px 10px 10px;
}
.btn-modif.aktif {
    display: unset;
}
li.nav-item {
    /* background: rgb(0 0 0 / 12%); */
}

li.bg-kat {
    padding: 5px;
    background: rgb(41 37 37);
    height: 207px;
}
.nav-link.active{
    background: -webkit-linear-gradient(-24deg, rgb(255 193 7 / 0%)12% ,rgb(255 193 7) 12%, rgb(255 193 7) 86%, rgb(0 0 0 / 0%)86% )!important;
    border-radius: 0px!important;
    color: #000!important;
}


button#tools-foot {
    display: none;
}
@media(max-width: 425px)
{
.tools-footer li:before
{
    display: none;
}
.tools-footer li {
  
    height: 49px;
    margin-bottom: 5px;
}
.tools-footer {
    z-index: 100;
    bottom: -139px;
    background: #313a46;
    transition: all .1s ease-out!important;
}
.tools-footer ul {
    margin: 0px 0px 19px 0px;

}
.tools-footer i {
    font-size: 22px;
}
.tools-footer a {
    line-height: 30px;
    width: 40px;
    height: 40px;
}
.header-title h3 { 
    padding-left: 77px; 
}
button#tools-foot {

    transition: all .1s ease-out!important;
    display: unset;
    position: absolute;
    top: -119px;
    right: 0;
    border: unset;
    color: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 7px;
    background: #127ae6;
}
    .tools-footer.show
    {
            bottom: 0px;
    }
    .tools-footer.show button#tools-foot
    {
            top: -38px;
    }
}
#legenda {
    position: absolute;
    z-index: 1001;
    background: rgb(248 250 252);
    width: 236px;
    bottom: 72px;
    right: 29px;
    box-shadow: -1px 4px 7px 3px rgb(0 0 0 / 44%);
    display: none;
    max-height: 175px;
    overflow-y: auto;
}

#legenda ul {
    padding: 0;
    margin: 0px;
}

#legenda li {
    display: flex;
    margin: 3px 0px 3px 30px;
    position: relative;
}
#legenda h4 {
    border-bottom: 3px solid #ffc107;
    margin: 10px;
}
#legenda div {
    width: 15px;
    height: 15px;
    /* margin: 5px 10px 5px 10px; */
    position: absolute;
    left: -20px;
    top: 7px;
    border: 1px solid #2accd3;
}

button.ol-zoom-in, button.ol-zoom-out, button.ol-full-screen-false, button.ol-full-screen-true {
    border-radius: 50%!important;
    font-size: 30px!important;
    background: rgb(255 193 7)!important;
    color: #212529!important;
    transition: all .1s ease-out!important;
    box-shadow: 0px 1px 6px 1px rgb(23 7 7 / 68%);
}
button.ol-zoom-in:hover, button.ol-zoom-out:hover, button.ol-full-screen-false:hover, button.ol-full-screen-true:hover
{
     background: rgb(18 122 230)!important;
     color: #edeff1!important; 
}
.ol-scale-bar {
    position: absolute!important;
    bottom: 38px!important;
    left: 18px!important;
}
.Scale_pg {
    position: absolute;
    bottom: 82px;
    left: -234px;
    z-index: 11;
    background: rgb(251 251 251);
    padding: 10px;
    transition: all .1s ease-out!important;
    /* border-radius: 0px 5px 5px 0px; */
}
.btn-sclae {
    position: absolute;
    top: 0;
    right: -65px;
    height: 41px;
    border: unset;
    color: #fff;
    background: rgb(18 122 230);
    border-radius: 0px 11px 11px 0px;
}
.Scale_pg.show
{
    left: 0px;
}
.ol-scale-line-inner {
    border: 1px solid #171819!important;
    border-top: none!important;
    color: #402a01!important;
    font-size: 12px!important;
    text-align: center!important;
    margin: 1px!important;
    will-change: contents, width!important;
    transition: all 0.25s!important;
}
.ol-scale-line.ol-unselectable {
    bottom: 40px!important;
    background: rgb(255 193 7 / 81%)!important;
    padding: 5px!important;
    /* left: 2px!important; */
    color: #231301!important;
}
.ol-full-screen {
    left: 8px;
    right: unset!important;
    top: 221px!important;
}
.loadingPage {
    display: none;
  position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgb(84 4 4 / 50%);
    text-align: center;
    font-size: 70px;
    color: #fff;
    padding-top: 27%;
}
 .ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
    display: none!important;
}
span#copyright {
    position: fixed;
    bottom: 0;
    right: 5px;
    z-index: 100;
    opacity: 0.3;
    color: #0976d4;
}
#simpanPropertiSetting .col-md-3 {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 12px;
}
#simpanPropertiSetting .row {
    overflow-y: auto;
    height: 500px;
}
span.note_alert {
    color: #da1313;
    font-size: 10px;
}
#simpan_properti td {
    border: 1px solid #ccc;
    padding: 5px!important;
}
input[readonly="readonly"] {
    background: #d8cbcb;
}
div#tmbhList {
    /* width: 100%; */
}
div#tmbhList {
    /* width: 100%; */
    display: contents;
}

#legenda h5 {
    margin: 0px 10px;
    padding: 0;
}
.base-map div {
    width: 50px;
    background-color: #fff;
    height: 50px;
    position: absolute;
    top: 3px;
    border-radius: 50%;
}
input[name="bg_color"] {
    position: absolute;
    border: 0px solid rgba(0,0,0);
    margin: 0px;
    padding: 0px;
    box-sizing: unset;
    box-shadow: none;
    border-width: unset;
    color: unset;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    right: -7px;
    top: 33px;
    overflow: hidden;
}
.form-group.img {
    text-align: center;
}
   .form-group.img img{
    width: 50%;
    margin: auto;
    margin: 10px auto;
    border: 1px solid #ccc;
   }
    
    img.blank, img.blank:hover,.base-map.active img.blank {
    opacity: 0!important;
    height: 100%;
    position: absolute;
}
a.hps_foto {
    position: absolute;
    background: #e41d1d;
    padding: 4px;
    color: #fff!important;
    left: 0;
    margin: auto;
    top: 13px;
    right: 0;
    width: max-content;
}

.form-group.img {
    position: relative;
}
button.hapus_properti_info {
    border: 1px solid #e92929;
    padding: 2px 5px;
    border-radius: 0px 5px 5px 0px;
    background: rgb(211 33 33);
    color: #fff!important;
    margin-left: -4px;
    cursor: pointer;
}
input[name="aktif_labeling[]"] {
    margin-top: 5px;
}
 
.form-group .btn-jts:not(button[type="submit"]) {
    width: 23%;
    margin: 2px 0px;
} 

.bg-kat .form-group {
    text-align: center;
}
#modalImport .modal-footer {
    text-align: left;
    padding: 10px;
    display: unset;
    margin: 0;
    width: 100%;
}

#tools-default li {
  position: relative;
}

#modalbasemaps {
  position: absolute;
  top: 7px;
  right: 1px;
}
 
#ModalSearchpemilik .table-responsive {
  max-height: 301px;
}
#Modalinformasi .modal-body p{
  font-size: 16px;
  text-transform: capitalize;
}

.form-group.border-hd {
  border: 1px solid#ccc;
  margin: 20px 0px;
  padding: 5px 0px 0px;
  position: relative;
  border-radius: 4px;
}
.border-hd label {
  position: absolute;
  left: 5px;
  top: -10px;
  background: rgb(41, 37, 37);
  color: #fff;
  margin: 0px 3px;
  padding: 0px 5px;
}