html {
    height: 100%;
}

body {
    min-height: calc(100vh - 30px);
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    font-size: 13px;
    overflow-x: hidden;
}

/*-----------
Breadcrumb
------------*/
#breadcrumb {
    margin-top: -5px;
    margin-left: 0;
    color: white;
}

#breadcrumb li {
    padding: unset;
}

#breadcrumb li .active {
    color: #337ab7;
    cursor: default;
}

#breadcrumb li a {
    color: white;
    text-decoration: none;
}

#breadcrumb li a:hover {
    color: #337ab7;
}

#breadcrumb li span {
    font-size: 20px;
}

#container-map {
    margin-top: 2%;
}

#particles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
}

#angle-bg {
    background: url(img/angle-bg.png) no-repeat scroll center bottom -120px / 100% auto;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.footer {
    padding: 8px;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    color: #adadad;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.header img[alt]:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2a944;
    font-family: "Helvetica";
    font-weight: 300;
    line-height: 2;
    text-align: center;
    content: attr(alt);
}

.docklr {
    left: 0; 
    right: 0;
    bottom: 3%;
}

.docklr > li:before {
    background: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}

/*-----------
indikator
------------*/
#container-indikator {
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1000;
    transition: all .9s;
    width: 35em;
}

#container-indikator > .panel{
    top: 0;
    bottom: 0;
    margin-bottom: 0;
}

#container-indikator > .panel > .panel-body{
    height: 99vh;
    overflow-y: scroll;
}

#container-indikator > .panel > .panel-body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#container-indikator > .panel > .panel-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #24acb3;
}

#container-indikator > .panel > .panel-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.btn-toggle {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10%;
    left: -30px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 0 0 50%;
}

.open-menu-scroll {
    right: -35em !important;
}

/*-----------
preloader
------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    z-index: 99999999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/*-----------
Detail
------------*/
#list-provinsi{
    padding: 5px;
}

#list-provinsi .item{
    display: flex;
    padding: 10px;
    cursor: pointer;
}

#list-provinsi .active{
    margin-bottom: 10px;
    border-radius: 20px;
    background-color: rgba(48, 183, 247, .35);
}

#list-provinsi img {
    width: 20px;
    float: left;
    margin-right: 5px;
}

#list-provinsi h6 {
    margin: 0;
    align-self: center;
}