/* custom css */
* {
    font-family: Roboto,'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.bg-putih {
    background-color: white;
}

.bg-hijau {
    background-color: #357560;
}

.bg-hijauu {
    background-color: #d3e6d5;
}

.bg-gradasi{
    background-image: linear-gradient(#0E8044, #1B5E20);
    opacity: 0.1%;
}

.bg-grey{
    background-color:#696969;
}

.text-hijau {
    color: #1B5E20;
}

.text-hijaumuda {
    color: #DFDCE3;
}

.text-hijauu {
    color: #d3e6d5;
}

.bg-abu {
    background-color: #DCDCDC;
}

.medsos a {
    color: #555;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9;
}

.medsos a:hover {
    color: #50d8af;
}

.medsos a:first-child {
    border-left: 0;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 50%;
}

.table-hover {
    border-top: 1px solid #0E8044;
}

th,
td {
    font-size: 15px;
    padding: 8px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

td {
    border: 1px solid #0E8044;
}

.pane--table2 {
    width: 100%;
    overflow-x: scroll;
    background-color: white;
}

.pane--table2 th {
    width: 25%;
}

.pane--table2 td {
    width: 25%;
}

.pane--table2 tbody {
    overflow-y: scroll;
    overflow-x: scroll;
    display: block;
    height: 350px;
}

.pane--table2 thead {
    display: table-row;

}

.size1{
    font-size: 13px;
}

.size2{
    font-size: 25px;
}

#info a, #berita a, #igd a{
    color: #1B5E20;
}

#kontak li{
    border-right: 1px solid #DFDCE3;
}

.kursor{
    cursor: pointer;
}
/* end custom css */

/* view timeline RANAP */
ul.timeline {
    list-style-type: none;
    
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 5px solid #0E8044;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

@media(max-width:575.98px){
.carousel slide .carousel-inner .carousel-item img{
	height:100px;
	width:100%;
}
}