html {
    height: 100%; 
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: .1px;
    position: relative;
    overflow-x: hidden;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #82CFFF),
        color-stop(1, #42B0F5)
        );
    background-image: -o-linear-gradient(bottom, #82CFFF 0%, #42B0F5 100%);
    background-image: -moz-linear-gradient(bottom, #82CFFF 0%, #42B0F5 100%);
    background-image: -webkit-linear-gradient(bottom, #82CFFF 0%, #42B0F5 100%);
    background-image: -ms-linear-gradient(bottom, #82CFFF 0%, #42B0F5 100%);
    background-image: linear-gradient(to bottom, #82CFFF 0%, #42B0F5 100%);

}



.container-fluid {height: 100%;}

.main-content {height: 100%;}


.map-jateng {
    min-width:100%;
    height:100%;
    min-height:100%;
    overflow: hidden;
    padding: 20px;
    display: block;
    text-align: center;
    margin: 0 auto;
    z-index: 999;
}


.button{
    position: absolute;
    top: 30px;
    right: 25px;;
    width: 55px;
    height: 50px;
    z-index: 101;
}
.fil0{
    cursor: pointer;
}
.user{
    position: absolute;
    top: 30px;
    right: 75px;;
    width: 55px;
    height: 50px;
    z-index: 101;
    animation: blink 2s ease-in infinite;
}

@keyframes blink {
    from, to { opacity: 1 }
    50% { opacity: 0 }
}

.user div {
    height: 20%;
    cursor: pointer;
    transition: .5s;
}

.user:hover div {
    border-color: rgb(139, 139, 139); 
}

.button div {
    height: 20%;
    border-top: 7px solid rgb(103, 103, 103);
    cursor: pointer;
    transition: .5s;
}

.button:hover div {
    border-color: rgb(139, 139, 139); 
}

.menu-in,
.menu-out {
    padding: .1px;
    width: 80%;
    height: 100%;
    background: #112C61;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.menu-in {
    -webkit-animation: menu-in .9s forwards ease;
}

.menu-out{
    -webkit-animation: menu-out .4s forwards ease-in; 
}

ul {
    padding: 0;
}

.menu-item {
    list-style: none;
}

.link {
    display: block;
    text-decoration: none;
    color: rgb(190, 190, 190);
    font: 28px/50px arial;
    text-transform: uppercase;
    height: 50px;
    text-align: center;
    transition: .1s;
}

.link:hover {
    color: rgb(230, 230, 230);
}

.shadow-in,
.shadow-out{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 101;
}

.shadow-in {
    -webkit-animation: shadow-in .9s forwards ease;
}

.shadow-out {
    -webkit-animation: shadow-out .4s forwards ease-in;
}

.none {
    display: none;
}

@-webkit-keyframes menu-in {
    0% {
        right: -80%;
    }
    100% {
        right: 0;
    }
}

@-webkit-keyframes menu-out {
    0% {
        right: 0;
    }
    100% {
        right: -80%;
    }
}  

@-webkit-keyframes shadow-in {
    0% {
        right: 0;
        opacity: 0;
    }
    100% {
        right: 80%;
        opacity: 1;
    }
}

@-webkit-keyframes shadow-out {
    0% {
        right: 80%;
        opacity: 1;
    }
    99%{
        height: 100%; 
    }
    100% {
        height: 0;
        right: 0;
        opacity: 0;
    }
}












a:hover {text-decoration: none;}


/*-------------------- MENU SAMPING KANAN --------------------*/
.menu-jenis-urusan {color: #fff;text-align: center;padding: 10px 15px;font-weight: 700;font-size: 22px;background: #4AA3DF;}

.menu-nama-urusan {text-align: right;font-weight: 400;color: #F2CA27;font-size: 16px;}
.menu-jumlah {font-weight: 700;display: block;color: #668EE1;}
.menu-jumlah span {color: #fff;font-weight: 700;padding-left: 10px;font-size: 16px;}

.menu-item {padding: 15px 20px;border-bottom: solid 1px #204FAE;}
.menu-item:hover {background: #0E234E;}

#menu {overflow-y: scroll; padding: 20px;}





.home-info {position: absolute;left: 20px;top: 10px;width: 100%;padding-right: 20px;z-index: 1;}
.home-box {padding: 10px 25px;border: solid 4px rgba(69,160,222,.5);margin: 10px;float: left;}
.judul-home-box {font-weight: bold;text-align: center;color: #fff;font-size: 20px;letter-spacing: -1px;}
.update-home-box {font-weight: bold;text-align: left;color: #fff !important;font-size: 15px;letter-spacing: -1px; margin-left: 10px}
.jumlah-home-box {color: #112C61;font-weight: 800;font-size: 30px;text-align: center;}



.judul {position: absolute;bottom: 10px;right: 20px;color: rgba(255,255,255,.5);z-index: -1;}
.judul .main span {display: block;font-size: 30px;letter-spacing: -2px;text-align: center;display: block;font-weight: 800;margin-top: -15px;}
.judul .sub {text-align: center;display: block;margin-top: -5px;}


.ket-gambar {position: absolute;bottom: 0;left: 10px;width: 250px;}
.ket-gambar .home-box {padding: 5px 10px;border: none;}
.desc {color: #363636;font-size: 12px;text-align: center;}

.bar-indicator {
    display: block;
    width: 100%;
    height: 10px;
    border-top: none;
    margin: 5px 0;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        right bottom,
        color-stop(0, #FFFFFF),
        color-stop(1, #F27305)
        );
    background-image: -o-linear-gradient(right, #FFFFFF 0%, #F27305 100%);
    background-image: -moz-linear-gradient(right, #FFFFFF 0%, #F27305 100%);
    background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #F27305 100%);
    background-image: -ms-linear-gradient(right, #FFFFFF 0%, #F27305 100%);
    background-image: linear-gradient(to right, #FFFFFF 0%, #F27305 100%);
}





.fancybox-skin {border-radius: 0;}

.judul-popup {color: #5F81F5;text-align: center;margin-bottom: 30px;}
.judul-popup h3 {margin: 0;font-size: 44px;}



.box {padding: 10px;display: block;background: #eee;margin-bottom: 20px;}

.box .judul-home-box {color: #5F81F5;}



.bar-bidang {position: relative;overflow-x: scroll;}


.link-detail {position: absolute;top: 10px;left: 15px;background: #F27405;padding: 10px 15px;color: #fff;font-weight: 700;}
.link-detail i {margin-right: 10px;}
.link-overview {position: absolute;top: 10px;left: 15px;background: #F27405;padding: 10px 15px;color: #fff;font-weight: 700;}
.link-overview i {margin-right: 10px;}


.pie {display: block;position: relative;overflow: hidden;width: 100%;background: #fff;}
.crot {height: 100%;width: 100%;max-width: 400px;margin: 0 auto;}


.login {
    margin: 0 auto;
    width: 300px;
    margin-top: 100px;
}
.login-screen {
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px
}

.app-title {
    text-align: center;
    color: #777;
}

.login-form {
    text-align: center;
}
.control-group {
    margin-bottom: 10px;
}

input {
    text-align: center;
    background-color: #ECF0F1;
    border: 2px solid transparent;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 0;
    width: 250px;
    transition: border .5s;
}

input:focus {
    border: 2px solid #3498DB;
    box-shadow: none;
}

.btn {
    border: 2px solid transparent;
    background: #3498DB;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    transition: 0.25s;
    display: block;
    width: 250px;
    margin: 0 auto;
}

.btn:hover {
    background-color: #2980B9;
}

.login-link {
    font-size: 12px;
    color: #444;
    display: block;
    margin-top: 12px;
}

.login-form .judul {position: relative;color: #ddd;z-index: 1;float: left;}










.box-menu {height: 100%;}

.box-menu nav {background: #1B3F8B;position: relative;overflow-y: scroll;height: 540px;width: 100%;bottom: 0;padding: 10px 0;}

.box-menu-judul {color: #fff;}
.box-menu-judul h3 {text-align: center;font-weight: 700;margin-top: 0;margin-bottom: 20px;}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background-color: #D7D7D7;
}
::-webkit-scrollbar-thumb {
    background-color: #909090;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}



.smartphone {display: none;}

.smartphone h1 {padding: 10px;text-align: center;color: #fff;font-weight: 800;letter-spacing: -1px;}

.smartphone img {margin: 20px auto;display: block;}




.single-box {padding: 15px;background: #fff;margin: 20px;position: relative;min-height: 40%;}

.single-box .link-overview {left: 30px;top: 25px;}

.main-content img {position: absolute;bottom: 20px;left: 40%;}

.single-box .box {width: 100%;overflow-x: scroll;}

.single-box fieldset {padding: 15px 10px;background: #eee;margin: 15px;}

#inline2 fieldset {padding: 15px 10px;background: #eee;margin: 15px;}

.single-box .form-group input,
.single-box .form-group select {border-radius: 0;height: 40px;}


.dataTables_length, .dataTables_filter {display: none;}



select option:first {color: #fff;}

#toTop {position:fixed;bottom:5px;right:5px;cursor:pointer;}


.breakdown {
    color: #5F81F5;
    font-weight: 700;
    font-size: 13px;
}
.breakdown-rupiah {
    font-weight: 700;
    font-size: 13px;
}
.breakdown:hover {cursor: pointer;font-weight: 700;}

.breakdown-global {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}
.breakdown-global-rupiah {
    font-weight: 700;
    font-size: 13px;
}
.breakdown:hover {
    font-weight: 900;
}




@media (max-width: 970px) {
    .judul-home-box {font-size: 16px;}
    .jumlah-home-box {font-size: 24px;}

    .judul {bottom: 5px;right: 10px;}
    .judul .main span {font-size: 26px;} 

    .box-menu-judul h3 {font-size: 18px;margin-bottom: 10px;}
    .box-menu nav {height: 380px;}

    .menu-jenis-urusan {color: #fff;text-align: center;padding: 10px 15px;font-weight: 700;font-size: 22px;background: #4AA3DF;}

    .menu-nama-urusan {text-align: right;font-weight: 700;color: #F2CA27;font-size: 16px;}
    .menu-jumlah {font-weight: 400;display: block;color: #668EE1;font-size: 12px;}
    .menu-jumlah span {color: #fff;font-weight: 700;padding-left: 10px;font-size: 14px;}
    .map-jateng {max-width: 100%;}

    .main-content img {left: 35%;}

    .crot {width: 100%;}

}




@media (max-width: 768px) {
    .main-content {display: block;}
    .smartphone {display: none;}
    .home-info {position: absolute;left: 10px;top: 10px;width: 100%;padding-right: 10px;z-index: 1;}
    .home-box {
        padding: 1px 2px;
        padding-top: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
        border: solid 3px rgba(69,160,222,.5);
        margin: 10px;
        float: left;
    }
    .judul-home-box {
        font-weight: bold;
        text-align: center;
        color: #fff;
        font-size: 8px;
        letter-spacing: -1px;
    }
    .update-home-box {
        font-weight: bold;
        text-align: left;
        color: #fff !important;
        font-size: 8px;
        letter-spacing: -1px;
        margin-left: 10px;
    }
    .jumlah-home-box {
        color: #112C61;
        font-weight: 800;
        font-size: 8px;
        text-align: center;
    }

    .button {
        position: absolute;
        top: 30px;
        right: 15px;
        width: 25px;
        height: 25px;
        z-index: 101;
    }

    .button div {
        height: 20%;
        border-top: 3px solid rgb(103, 103, 103);
        cursor: pointer;
        transition: .5s;
    }

    .user {
        position: absolute;
        top: 26px;
        right: 40px;
        width: 25px;
        height: 25px;
        z-index: 101;
        animation: blink 2s ease-in infinite;
    }

    .fa-2x {
        font-size: 1em;
    }

    .desc {
        color: #363636;
        font-size: 6px;
        text-align: center;
    }

    .ket-gambar {
        position: absolute;
        bottom: 0;
        left: 10px;
        width: 150px;
    }

    .ket-gambar .home-box {
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        border: none;
    }

    .bar-indicator {
        display: block;
        width: 100%;
        height: 10px;
        border-top: none;
        margin: 2px 0;
        background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, #FFFFFF), color-stop(1, #F27305) );
        background-image: -o-linear-gradient(right, #FFFFFF 0%, #F27305 100%);
        background-image: -moz-linear-gradient(right, #FFFFFF 0%, #F27305 100%);
        background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #F27305 100%);
        background-image: -ms-linear-gradient(right, #FFFFFF 0%, #F27305 100%);
        background-image: linear-gradient(to right, #FFFFFF 0%, #F27305 100%);
    }

    .main-content img {
        left: 45%;
        width: 30px;
        top: 87%;
    }

    .map-jateng {
        min-width: 100%;
        height: 100%;
        min-height: 100%;
        overflow: hidden;
        padding: 0px;
        display: block;
        text-align: center;
        margin: 0 auto;
        z-index: 999;
    }

}