.grid-overlay {
    position: relative;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse farthest-corner at center center,rgba(0,0,0,.25) 20%,rgba(0,0,0,.25) 100%);
    border-radius: 12px;
    cursor: pointer;
    transition: all 360ms;
    -webkit-transition: all 360ms;
    -o-transition: all 360ms;
    -moz-transition: all 360ms;
    -ms-transition: all 360ms;
}

@media (hover:hover){
    .grid-overlay:hover{
        background:radial-gradient(ellipse farthest-corner at center center,rgba(152, 251, 152, 0.75) 20%,rgba(152, 251, 152,.75) 100%)!important;
    }
}

.grid-items {
    /* width: 270px; */
    width: 250px;
    height: 200px;
    border-radius: 12px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* color: rgb(152, 251, 152); */
}

.grid-items:hover .grid-overlay{
    opacity:1;
}

.grid-title {
    /* position: relative;
    top: 50px; */
    margin-top: 10px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -.4px;
    font-family: sans-serif;
    font-weight: 600;
}

.grid-icon{
    position: relative;
    top: 35%;
    font-size: 40px;
    text-align: center;
}

.grid-page {
    margin-bottom: 50px;
    display: inline-block;
}

.grid-page.lazy {
    margin-bottom: 80px;
    display: inline-block;
}

.grid-items.active .grid-overlay{
    background:radial-gradient(ellipse farthest-corner at center center,rgba(50,205,50,.56) 20%,rgba(50,205,50,.56) 100%)
}

.visualisasi-line{
    border-bottom: solid 2px;
    margin-bottom: 50px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}

#visualisasiChart {
    min-width: 310px;
    max-width: 800px;
    height: 400px;
    margin: 0 auto
  }

.external-kphp{
    width    : 100%;
    height   : 1000px;
    overflow : hidden;
    position : relative;
}

.external-kphp-iframe{
    position : absolute;
    top      : -210px;
    width    : 100%;
    height   : 100%;
}



.tbl-alamat-kphp{
    margin-left: 100px;
    margin-right: 100px;
    width: 700px;
}

.tbl-alamat-kphp tr td{
    padding: 5px !important;
}

.tbl-alamat-kphp input {
	padding:15px;
    width:100%;
}

.tbl-data-map{
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    text-align: left;
}

.tbl-data-map-text{
    width: 170px;
}

.tbl-data-map-space{
    width: 8px;
}

.tbl-kphp-list tr td thead tbody tfoot{
    text-align: center;

}

.tbl-detail-text{
    width: 250px;
}

.tbl-no{
    width:38px;
}

th {
    text-align: center !important;
    vertical-align: middle !important;
}

table#example.dataTable tbody tr:hover {
    background-color: #daf3c3;
    cursor: pointer;
  }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
   background-color: #93e27e !important;
   border-color: #d8e4d6 !important;
  }

  .pagination > li > a, .pagination > li > span{
    color: #3bb733 !important;
  }

.modal-riwayat-kkph{
    padding: 40px;
}

.tblKepala tr td{
    font-size: 14px;
}

.box-kph-list-detail .subkategori-icon {
    height: 70px;
}

.padding-box-kph-list {
    padding: 0 100px;
}

.box-kph-list-detail .grid {
    padding-bottom: 40px;
}

.box-kph-list-detail .grid-page {
    margin-bottom: 0;
}

.box-kph-list-detail .grid-items {
    margin: 0;
}

.box-kph-list-detail a {
    font-size: 18px;
    font-weight: 600;
    text-transform: lowercase;
}

#section-artikel-kph, #section-video-kph, #section-dokumen-kph {
    display: none;
}

.section-padding.box-kph-list {
    padding-top: 30px;
}

.section-padding.box-kph-list form {
    width: 100%;
    margin-left: auto;
    padding-right: 10%;
    margin-bottom: 30px;
}

.section-padding.box-kph-list form select, .section-padding.box-kph-list .kphp-list-box select {
    padding: 5px 15px;
    width: 100%;
    border-radius: 5px !important;
}

.section-padding.box-kph-list form span, .section-padding.box-kph-list .kphp-list-box span {
    background: #63b964;
}

.section-padding.box-kph-list form span i, .section-padding.box-kph-list .kphp-list-box span i {
    color: #fff;
}

.newsListKPH, .allListKPH {
    background: #fff;
    padding: 15px;
    margin-top: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 1px 9px 0px #909090;
    display: none;
    height: 320px;
    overflow-y: auto;
    max-width: 420px;
    font-size: 14px;
}

.newsListKPH a, .allListKPH a {
    font-weight: 600;
    color: #187f08;
}

.newsListKPH a:hover, .allListKPH a:hover {
    color: #63b964;
}

.count_kph_blog {
    padding: 0px 5px 0;
    background: #fff;
    border-radius: 5px;
}

.count_kph_blog label {
    font-size: 16px;
    color: #000;
}

.count_kph_blog i {
    font-size: 18px;
    color: #63b964;
}

.count_kph_blog span {
    padding-right: 10px;
}

.count_kph_blog .grid-title {
    margin-top: 0;
}

.black-color {
    color: #000 !important;
}

.grid-title.text-kph-in-blog {
    margin-top: 3px;
}