html, body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

::-webkit-scrollbar{width: 10px;}
::-webkit-scrollbar-track{background: #f1f1f1;}
::-webkit-scrollbar-thumb{background: #aaaaaa;}
::-webkit-scrollbar-thumb:hover{background: #0088ff;}

.app-bar > div > a:hover{
	text-decoration: none;
}

.app-bar-container > a{
	background-color: rgba(255,255,255,0.25);
}

.app-bar-container > a:hover{
	background-color: rgba(0,0,0,0.25);
}

.text-logo{display: inline-block;}

@media screen and (max-width: 512px){
	.nav-group{height: calc(100% - 218px);}
}

@media screen and (min-width: 513px){
	.nav-group{height: calc(100% - 98px);}
}

.result_table > thead > tr > th{
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 5px 10px;
	background-color: #87794e ;
	color: white;
	border: 1px solid white;
}

.result_table > tbody > tr > td{
	font-size: 10pt;
	padding: 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid white;
}

.clear_a{
	text-decoration: none;
}

.link-custom > .lb_caption, .button-custom > .lb_caption{
	font-size: 8pt!important;
	line-height: 12px;
}
.link-custom, .button-custom{
	height: 75px!important;
	vertical-align: middle;
}

@media only screen and (max-width: 512px){
	#landing_widget{
		display: none;
	}
	#section_slider{
		height: calc(100% - 60px);
	}
	#first_section{
		height: 100%;
	}
	#list_info_penting{
		padding-left: 5px;
		padding-top: 20px
	}
	#icon_berita{
		display: none;
	}
	#running_text_hidden{
		display: none;
	}
	#landing_widget_mobile{
		display: block!important;
	}
	#list_gallery{
		height: 250px;
	}
}

@media only screen and (min-width: 513px){
	#list_gallery{
		height: 130px;
	}
	#list_info_penting{
		padding-left: 20px;
	}
	#section_slider{
		height: calc(100% - 60px);
	}
	#first_section{
		height: 100%;
	}
	#landing_widget_mobile{
		display: none!important;
	}
	#landing_widget{
		display: block;
	}
}